update the info yaml
[icn.git] / user_config.sh
index 8ff2255..f4193e8 100644 (file)
@@ -3,5 +3,9 @@
 #Ironic Metal3 settings for provisioning network
 export IRONIC_INTERFACE="enp4s0f3"
 
-#Ironic Metal3 setting for IPMI LAN Network
-export IRONIC_IPMI_INTERFACE="eno1"
+#Ironic Metal3 setting to disable DHCP server for provisioning network
+#The DHCP server is not necessary when all machines can be provisioned with virtual media
+export IRONIC_ENABLE_DHCP="yes"
+
+#Use a registry mirror for downloading container images
+export DOCKER_REGISTRY_MIRRORS=""