Add OpenEBS cStor to addons
[icn.git] / user_config.sh
1 #!/usr/bin/env bash
2
3 #Ironic Metal3 settings for provisioning network
4 export IRONIC_INTERFACE="enp4s0f3"
5
6 #Ironic Metal3 setting to disable DHCP server for provisioning network
7 #The DHCP server is not necessary when all machines can be provisioned with virtual media
8 export IRONIC_ENABLE_DHCP="yes"
9
10 #Use a registry mirror for downloading container images
11 export DOCKER_REGISTRY_MIRRORS=""