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

Remove example output from script

This commit is contained in:
Jarrod Johnson 2020-04-10 16:49:14 -04:00
parent 58fd760698
commit 276e01434d

View File

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