From 5ebe127db288a79c28770e10181c09eb59142489 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 15 May 2020 19:11:22 -0400 Subject: [PATCH] Fix Suse deployment It missed the rename of the deploy_server attribute. --- confluent_osdeploy/suse15/profiles/hpc/autoyast | 4 ++-- confluent_osdeploy/suse15/profiles/hpc/scripts/firstboot.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/autoyast b/confluent_osdeploy/suse15/profiles/hpc/autoyast index 97701640..21a0075a 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/autoyast +++ b/confluent_osdeploy/suse15/profiles/hpc/autoyast @@ -77,7 +77,7 @@ /tmp/pre.sh @@ -93,7 +93,7 @@ curl $proto://$mgr/confluent-public/os/$profile/scripts/pre.sh > /tmp/pre.sh /tmp/post.sh diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/firstboot.sh b/confluent_osdeploy/suse15/profiles/hpc/scripts/firstboot.sh index e14d086e..454122da 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/firstboot.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/firstboot.sh @@ -3,7 +3,7 @@ # This script runs at the end of the final boot, updating status nodename=$(grep ^NODENAME /etc/confluent/confluent.info|awk '{print $2}') -mgr=$(grep ^ipv._server /etc/confluent/confluent.deploycfg|awk '{print $2}') +mgr=$(grep ^deploy_server /etc/confluent/confluent.deploycfg|awk '{print $2}') profile=$(grep ^profile: /etc/confluent/confluent.deploycfg|sed -e 's/^rootpassword: //') proto=$(grep ^protocol: /etc/confluent/confluent.deploycfg |awk '{print $2}') apikey=$(cat /etc/confluent/confluent.apikey)