X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/85e4b825947790d9cde66cb8c390dc2e216dac9a..0e2f3e506566b1ceb54bd764d3f32c004e45f8b3:/tools/salt-install/Vagrantfile diff --git a/tools/salt-install/Vagrantfile b/tools/salt-install/Vagrantfile index f5759c482d..a8dd345343 100644 --- a/tools/salt-install/Vagrantfile +++ b/tools/salt-install/Vagrantfile @@ -37,9 +37,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| s#domain_fixme_or_this_wont_work#local#g; s#CONTROLLER_EXT_SSL_PORT=443#CONTROLLER_EXT_SSL_PORT=8443#g; s#RELEASE=\"production\"#RELEASE=\"development\"#g; - s/# VERSION=.*$/VERSION=\"latest\"/g; - s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g' \ + s/# VERSION=.*$/VERSION=\"latest\"/g;' \ /vagrant/local.params.example.single_host_multiple_hostnames > /tmp/local.params.single_host_multiple_hostnames" + # s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g;' \ arv.vm.provision "shell", path: "provision.sh", @@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # A single_host single_hostname example config.vm.define "arvados-sh-sn" do |arv| - arv.vm.box = "bento/debian-10" + arv.vm.box = "bento/debian-11" arv.vm.hostname = "zeppo" # CPU/RAM config.vm.provider :virtualbox do |v| @@ -80,15 +80,16 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| arv.vm.provision "shell", inline: "cp -vr /vagrant/config_examples/single_host/single_hostname /home/vagrant/local_config_dir; cp -vr /vagrant/tests /home/vagrant/tests; - sed 's#HOSTNAME_EXT=\"\"#HOSTNAME_EXT=\"zeppo.local\"#g; + sed 's#HOSTNAME_EXT=\"hostname_ext_fixme_or_this_wont_work\"#HOSTNAME_EXT=\"zeppo.local\"#g; + 's#IP_INT=\"ip_int_fixme_or_this_wont_work\"#IP_INT=\"127.0.0.1\"#g; s#cluster_fixme_or_this_wont_work#zeppo#g; - s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g; s#domain_fixme_or_this_wont_work#local#g;' \ /vagrant/local.params.example.single_host_single_hostname > /tmp/local.params.single_host_single_hostname" + # s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g; arv.vm.provision "shell", path: "provision.sh", args: [ - # "--debug", + "--debug", "--config /tmp/local.params.single_host_single_hostname", "--test", "--vagrant"