From 46ca9115a090c878b2e91a02195b057e3b3ca986 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 18 Aug 2020 15:43:23 -0400 Subject: [PATCH] Fix configbmc in genesis --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 2 +- confluent_osdeploy/genesis/profiles/default/scripts/configbmc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 confluent_osdeploy/genesis/profiles/default/scripts/configbmc diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 17810414..96d1e283 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -85,7 +85,7 @@ done profile=$(grep ^profile: /etc/confluent/confluent.deploycfg | awk '{print $2}') mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg | awk '{print $2}') export profile mgr -echo "Running https://$mgr/confluent-public/os/$profile/scripts/boot.sh" +echo "Running https://$mgr/confluent-public/os/$profile/scripts/onboot.sh" /usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-public/os/$profile/scripts/functions > /tmp/functions . /tmp/functions run_remote onboot.sh diff --git a/confluent_osdeploy/genesis/profiles/default/scripts/configbmc b/confluent_osdeploy/genesis/profiles/default/scripts/configbmc new file mode 120000 index 00000000..dc2b5875 --- /dev/null +++ b/confluent_osdeploy/genesis/profiles/default/scripts/configbmc @@ -0,0 +1 @@ +../../../../el8/profiles/default/scripts/configbmc \ No newline at end of file