From c9feb9ba3e89e255aab8f1fcc60040786694abc2 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 13 Jul 2021 13:19:04 +0200 Subject: [CODESEARCH] Always run the 'run_codesearch' provisioner This will automatically run the Hound engine after box reload. Change-Id: If9e2e186ab16f461b63e963a2ec189783cda0010 Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski --- bootstrap/codesearch/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/codesearch/Vagrantfile b/bootstrap/codesearch/Vagrantfile index 3df687a96..ba2339d0c 100644 --- a/bootstrap/codesearch/Vagrantfile +++ b/bootstrap/codesearch/Vagrantfile @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config| s.inline = "python3 #{synced_folder}/create_config.py --git ${1} > #{houndd_config}" s.args = [onap_git] end - config.vm.provision "run_codesearch", type: :shell, privileged: false, inline: <<-SHELL + config.vm.provision "run_codesearch", type: :shell, run: "always", privileged: false, inline: <<-SHELL tmux new -d -s codesearch #{houndd_bin} -conf #{houndd_config} SHELL end -- cgit 1.2.3-korg