Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tacker_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

SSH_OPTIONS=(-o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null -o LogLevel=error)

instack_mac=$(virsh domiflist instack | grep default | \
instack_mac=$(virsh domiflist undercloud | grep default | \
grep -Eo "[0-9a-f\]+:[0-9a-f\]+:[0-9a-f\]+:[0-9a-f\]+:[0-9a-f\]+:[0-9a-f\]+")
UNDERCLOUD=$(/usr/sbin/arp -e | grep ${instack_mac} | awk {'print $1'})

Expand All @@ -32,7 +32,7 @@ python setup.py install
popd
# setup tacker
rm -rf tacker
git clone https://github.com/trozet/tacker.git -b SFC_brahmaputra
git clone https://github.com/trozet/tacker.git -b SFC_colorado
pushd tacker
python setup.py build
python setup.py install
Expand Down