export DEPLOY_HOST="true"
fi
-for i in python-cheetah python-yaml; do
- if [[ `dpkg-query -l $i` == 0 ]]; then
- continue
- fi
- sudo apt-get install -y --force-yes $i
-done
+sudo apt-get install -y --force-yes python-pip
+sudo pip install --upgrade pip
+sudo pip install --upgrade cheetah
+sudo pip install --upgrade pyyaml
$COMPASS_DIR/deploy/launch.sh $*
ssh $ssh_args root@${MGMT_IP} mkdir -p /opt/compass/bin/ansible_callbacks
scp $ssh_args -r ${COMPASS_DIR}/deploy/status_callback.py root@${MGMT_IP}:/opt/compass/bin/ansible_callbacks/status_callback.py
- reboot_hosts
+ # avoid nodes reboot to fast, cobbler can not give response
+ nohup bash -c "sleep 20;reboot_hosts" &
if [[ "$REDEPLOY_HOST" == true ]]; then
deploy_flag="redeploy"
export PYTHONPATH=/usr/lib/python2.7/dist-packages:/usr/local/lib/python2.7/dist-packages
sudo apt-get update -y
sudo apt-get install -y --force-yes mkisofs bc curl ipmitool openvswitch-switch
- sudo apt-get install -y --force-yes git python-pip python-dev
+ sudo apt-get install -y --force-yes git python-dev
sudo apt-get install -y --force-yes libxslt-dev libxml2-dev libvirt-dev build-essential qemu-utils qemu-kvm libvirt-bin virtinst libmysqld-dev
- sudo pip install --upgrade pip
sudo pip install --upgrade ansible==1.9.4
sudo pip install --upgrade virtualenv
sudo pip install --upgrade netaddr
- sudo pip install --upgrade oslo.config
+ sudo apt-get install python-oslo.config
sudo service libvirt-bin restart
# prepare work dir