diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:13:17 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:13:17 +0200 |
commit | 3ad779e63e88d8e7fb975331d0a1b017aa5f5956 (patch) | |
tree | 37b223036d724b4c39b6a7fb2675b21800181639 | |
parent | ffe8952e96d56d6fa7d1c76fda3cb76a23cd386c (diff) |
#959: Updating release Vagrant file.
-rw-r--r-- | installer/vagrant/Vagrantfile-1.1.1b-vbox (renamed from installer/vagrant/Vagrantfile-1.1.1a-vbox) | 5 | ||||
l--------- | installer/vagrant/Vagrantfile-prod-vbox | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/installer/vagrant/Vagrantfile-1.1.1a-vbox b/installer/vagrant/Vagrantfile-1.1.1b-vbox index 68d649ec..cfcb7da6 100644 --- a/installer/vagrant/Vagrantfile-1.1.1a-vbox +++ b/installer/vagrant/Vagrantfile-1.1.1b-vbox @@ -4,8 +4,7 @@ VAGRANTFILE_API_VERSION = "2" # VM provider: Oracle VM VirtualBox. ENV['VAGRANT_DEFAULT_PROVIDER'] = "virtualbox" # OpenGnsys version and OGAgent version. -OGVERSION="1.1.1a" -OGAGENTVERSION="1.1.1" ### TEMPORARY (should be worth the same) +OGVERSION="1.1.1b" # Language (accepted values: es_ES, ca_ES, en_GB). LANGUAGE = "es_ES" ENV['LC_ALL'] = LANGUAGE + ".UTF-8" @@ -80,7 +79,7 @@ EOT # Client 1 OS provisioning script. MODELSCRIPT = <<EOT # Comment out next lines to install and configure OGAgent for Ubuntu. -#OGAGENTPKG="ogagent_#{OGAGENTVERSION}_all.deb" +#OGAGENTPKG="ogagent_#{OGVERSION}_all.deb" #apt-get update -y #apt-get install -y curl #curl -ks https://#{SERVERIP}/opengnsys/descargas/$OGAGENTPKG -o /tmp/$OGAGENTPKG diff --git a/installer/vagrant/Vagrantfile-prod-vbox b/installer/vagrant/Vagrantfile-prod-vbox index 8fc7a825..3fdb0e39 120000 --- a/installer/vagrant/Vagrantfile-prod-vbox +++ b/installer/vagrant/Vagrantfile-prod-vbox @@ -1 +1 @@ -Vagrantfile-1.1.1a-vbox
\ No newline at end of file +Vagrantfile-1.1.1b-vbox
\ No newline at end of file |