Merge pull request #55 from Mirantis/update
Upgrade all packages on nodes
This commit is contained in:
commit
33ec3bd559
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -14,6 +14,8 @@ SCRIPT
|
||||
|
||||
slave_script = <<SCRIPT
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get dist-upgrade
|
||||
apt-get -y install python-pip python-dev
|
||||
pip install ansible
|
||||
ansible-playbook -i "localhost," -c local /vagrant/main.yml /vagrant/docker.yml /vagrant/slave.yml /vagrant/slave_cinder.yml
|
||||
|
Loading…
Reference in New Issue
Block a user