summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-09 21:12:22 -0500
committerTim Rozet <trozet@redhat.com>2016-01-10 01:23:15 -0500
commit85485bca140826c2302b5c5a789de9328c3caec8 (patch)
tree41a5a397dc810a6f787e90daf59e144e0691d2f6 /ci
parent8a46a78ddd2460358416c3cfec1de86002b0e018 (diff)
Fixes attach/detach functions and minor netenv fix
Tested manually and verified on LF pod1 Change-Id: I882ad9beef003a795585ffb8542aa11aecb67949 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 7dc42012..9d5d9d28 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -591,6 +591,7 @@ function configure_network_environment {
sed -i '/ExternalNetCidr/c\\ ExternalNetCidr: '${public_network_cidr}'' $1
sed -i "/ExternalAllocationPools/c\\ ExternalAllocationPools: [{'start': '${public_network_usable_ip_range%%,*}', 'end': '${public_network_usable_ip_range##*,}'}]" $1
sed -i '/ExternalInterfaceDefaultRoute/c\\ ExternalInterfaceDefaultRoute: '${public_network_gateway}'' $1
+ sed -i '/EC2MetadataIp/c\\ EC2MetadataIp: '${admin_network_provisioner_ip}'' $1
}
##Copy over the glance images and instack json file
##params: none