diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-04-04 15:04:47 +0200 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-05-03 15:23:35 +0200 |
commit | e385c470ca3c58d5038d50a86380847bb6a5a56b (patch) | |
tree | 24d04da8a20290de37053589fdba9cc31d9e6b70 /scripts/post_apex.sh | |
parent | d00c547178fdf5637a3b42112f5c3e6ae29fb260 (diff) |
Reworked helper scripts and fixed typos
Added scripts for odl handling
Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'scripts/post_apex.sh')
-rwxr-xr-x | scripts/post_apex.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/post_apex.sh b/scripts/post_apex.sh index 56caccd..fc4276f 100755 --- a/scripts/post_apex.sh +++ b/scripts/post_apex.sh @@ -1,7 +1,5 @@ #!/bin/bash -overcloud_file_name=overcloudrc # change this if needed -NODE_PATTERN=overcloud -overcloudrc_path=/root/$overcloud_file_name +. $(dirname "$0")/variables.sh undercloud_ip=`arp -a | grep $(virsh domiflist undercloud | grep default | awk '{print $5}') | grep -Eo "[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+"` #echo $undercloud_ip |