Removed file name which should not have been included
In one interation a debug file was used on my test node which remained as I posed this commit. Sadly the attmpted inclusion breaks the end of the deploy VMs process. To resolve this, the bad file name has been removed from the loop. Change-Id: I44aafc8aa26bdad7efc43835719003637a608ee6 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
746589d8c9
commit
2309683438
@ -57,7 +57,7 @@ done
|
||||
# Ensure that all running VMs have an updated apt-cache with keys
|
||||
for node in $(get_all_hosts); do
|
||||
ssh -q -n -f -o StrictHostKeyChecking=no 10.0.0.${node#*":"} "mkdir -p /tmp/keys"
|
||||
for i in /tmp/all-apt-keys /etc/apt/apt.conf.d/00-nokey /etc/apt/sources.list /etc/apt/sources.list.d/* /tmp/keys/*; do
|
||||
for i in /etc/apt/apt.conf.d/00-nokey /etc/apt/sources.list /etc/apt/sources.list.d/* /tmp/keys/*; do
|
||||
scp "$i" "10.0.0.${node#*":"}:$i"
|
||||
done
|
||||
ssh -q -n -f -o StrictHostKeyChecking=no 10.0.0.${node#*":"} "(for i in /tmp/keys/*; do \
|
||||
|
Loading…
x
Reference in New Issue
Block a user