From 276e01434dce09be675f4582df9a4a1bbdfbcc7d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 10 Apr 2020 16:49:14 -0400 Subject: [PATCH] Remove example output from script --- misc/confluent-initqueue.sh.rh8 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/misc/confluent-initqueue.sh.rh8 b/misc/confluent-initqueue.sh.rh8 index f7452c36..561faf33 100644 --- a/misc/confluent-initqueue.sh.rh8 +++ b/misc/confluent-initqueue.sh.rh8 @@ -27,14 +27,6 @@ fi curl -f -H "CONFLUENT_NODENAME: $nodename" -H "CONFLUENT_APIKEY: $apikey" https://$mgr/confluent-api/self/deploycfg > /tmp/confluent.deploycfg -ipv4_address: 172.30.203.31 -ipv4_gateway: null -ipv4_method: static -ipv4_netmask: 255.255.0.0 -ipv4_server: 172.30.254.2 -prefix: 16 -profile: centos-8.1-x86_64-compute - mgr=$(grep ^ipv4_server: /tmp/confluent.deploycfg) mgr=${mgr#ipv4_server: } profilename=$(grep ^profile: /tmp/confluent.deploycfg)