Vagrant: sleep 10 before init
Change-Id: I29d72823d7b0bfe51da2246ca29b0c56417fe762
This commit is contained in:
parent
9d1dcc6caf
commit
70d8942de1
1
contrib/Vagrantfile
vendored
1
contrib/Vagrantfile
vendored
@ -19,6 +19,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
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 => "sleep 10"
|
||||
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