mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
add CNI plugins to Vagrant install
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -137,6 +137,10 @@ def configureLinuxProvisioners(vmCfg)
|
||||
privileged: true,
|
||||
path: './scripts/vagrant-linux-priv-consul.sh'
|
||||
|
||||
vmCfg.vm.provision "shell",
|
||||
privileged: true,
|
||||
path: './scripts/vagrant-linux-priv-cni.sh'
|
||||
|
||||
vmCfg.vm.provision "shell",
|
||||
privileged: true,
|
||||
path: './scripts/vagrant-linux-priv-vault.sh'
|
||||
|
||||
Reference in New Issue
Block a user