Use Vagrantfile to build virtual site
[icn.git] / tools / vagrant / create_user_config.sh
1 #!/bin/bash
2 set -eu -o pipefail
3
4 cat <<EOF >user_config.sh
5 #!/usr/bin/env bash
6
7 #Ironic Metal3 settings for provisioning network
8 export IRONIC_INTERFACE="eth1"
9
10 #Ironic Metal3 setting for IPMI LAN Network
11 export IRONIC_IPMI_INTERFACE="eth0"
12 EOF