Do not run docker-compose on slaves
This commit is contained in:
parent
8e6519795e
commit
a0f76c9bc9
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -61,6 +61,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = MASTER_IMAGE
|
||||
|
||||
config.vm.provision "shell", inline: solar_script, privileged: true
|
||||
config.vm.provision "shell", inline: "cd /vagrant && docker-compose up -d" , privileged: true
|
||||
config.vm.provision "shell", inline: master_pxe, privileged: true unless PREPROVISIONED
|
||||
config.vm.provision "file", source: "~/.vagrant.d/insecure_private_key", destination: "/vagrant/tmp/keys/ssh_private"
|
||||
config.vm.provision "file", source: "bootstrap/ansible.cfg", destination: "/home/vagrant/.ansible.cfg"
|
||||
|
@ -6,7 +6,6 @@
|
||||
# Setup development env for solar
|
||||
- shell: pip install -e . chdir=/vagrant
|
||||
- shell: pip install -e . chdir=/vagrant/solard
|
||||
- shell: docker-compose up -d chdir=/vagrant
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user