Add simple OpenEBS cStor chart
[icn.git] / user_config.sh
index c172caf..f4193e8 100644 (file)
@@ -2,3 +2,10 @@
 
 #Ironic Metal3 settings for provisioning network
 export IRONIC_INTERFACE="enp4s0f3"
+
+#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=""