update the info yaml
[icn.git] / user_config.sh
index 2b53a51..f4193e8 100644 (file)
@@ -1,12 +1,11 @@
-#!/bin/bash
-
-#Local controller - Bootstrap cluster DHCP connection
-BS_DHCP_INTERFACE=${BS_DHCP_INTERFACE:-"ens513f0"}
-BS_DHCP_INTERFACE_IP=${BS_DHCP_INTERFACE_IP:-"172.31.1.1/24"}
+#!/usr/bin/env bash
 
 #Ironic Metal3 settings for provisioning network
-IRONIC_INTERFACE=${IRONIC_INTERFACE:-"enp4s0f1"}
+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"
 
-#Ironic Metal3 setting for IPMI LAN Network
-IRONIC_IPMI_INTERFACE=${IRONIC_IPMI_INTERFACE:-"enp4s0f0"}
-IRONIC_IPMI_INTERFACE_IP=${IRONIC_IPMI_INTERFACE_IP:-"10.10.110.20"}
+#Use a registry mirror for downloading container images
+export DOCKER_REGISTRY_MIRRORS=""