diff --git a/misc/configbmc.py b/confluent_osdeploy/el8/profiles/default/scripts/configbmc similarity index 100% rename from misc/configbmc.py rename to confluent_osdeploy/el8/profiles/default/scripts/configbmc diff --git a/confluent_osdeploy/el8/profiles/default/scripts/pre.custom b/confluent_osdeploy/el8/profiles/default/scripts/pre.custom index 9cf0900e..abecf04c 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/pre.custom +++ b/confluent_osdeploy/el8/profiles/default/scripts/pre.custom @@ -2,3 +2,8 @@ # This is a convenient place to keep customizations separate from modifying the stock scripts # While modification of the stock scripts is fine, it may be easier to rebase to a newer # stock profile if the '.custom' files are used. +# +#Here is an example to locally configure the platform BMC according +#to confluent configuration so that the BMC would be on the correct +#network: +#run_remote_python configbmc -c diff --git a/confluent_osdeploy/genesis/profiles/default/scripts/onboot.sh b/confluent_osdeploy/genesis/profiles/default/scripts/onboot.sh index 0f68aa29..6b17fa33 100644 --- a/confluent_osdeploy/genesis/profiles/default/scripts/onboot.sh +++ b/confluent_osdeploy/genesis/profiles/default/scripts/onboot.sh @@ -6,3 +6,6 @@ # run_remote and run_remote_python are available to download scripts and # execute them. +# This is an example to request the BMC be configured on the network +# according to how confluent has things configured: +# run_remote_python configbmc -c