Vagrant: start mongod before surveil-full.target
Change-Id: I7c9ce5ddc861d6a04a6b58f80b20b2d66ca98ffa
This commit is contained in:
parent
6886d6c0f5
commit
9d1dcc6caf
1
contrib/Vagrantfile
vendored
1
contrib/Vagrantfile
vendored
@ -17,6 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
# Install Surveil
|
||||
config.vm.provision :shell, :inline => "yum install -y surveil-full --nogpgcheck"
|
||||
config.vm.provision :shell, :inline => "systemctl start mongod"
|
||||
config.vm.provision :shell, :inline => "systemctl start surveil-full.target"
|
||||
config.vm.provision :shell, :inline => "surveil-init --influxdb"
|
||||
config.vm.provision :shell, :inline => "surveil-webui-init -H localhost -U root -P root -p 8086 -g 'http://localhost:3000/grafana'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user