2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix configbmc in genesis

This commit is contained in:
Jarrod Johnson 2020-08-18 15:43:23 -04:00
parent 97b8beee76
commit 46ca9115a0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
../../../../el8/profiles/default/scripts/configbmc