From 5bdd59bc673b19c3a70a2787392b495b18bfea56 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 17 Aug 2020 14:23:21 -0400 Subject: [PATCH] Add configbmc to el8 and genesis script examples --- .../el8/profiles/default/scripts/configbmc | 0 confluent_osdeploy/el8/profiles/default/scripts/pre.custom | 5 +++++ .../genesis/profiles/default/scripts/onboot.sh | 3 +++ 3 files changed, 8 insertions(+) rename misc/configbmc.py => confluent_osdeploy/el8/profiles/default/scripts/configbmc (100%) 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