aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-minimal-onap/Vagrantfile
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2021-01-15 10:28:11 +0100
committerPawel Wieczorek <p.wieczorek2@samsung.com>2021-01-15 10:32:23 +0100
commitb63447c19545e60d376e161ea1fedcc0f294f605 (patch)
tree5269bc6c80d8f81e6b8774d4e1d9d36b999c25a7 /bootstrap/vagrant-minimal-onap/Vagrantfile
parentb837e334c875d2c2392fe51d711515a97aeb6c78 (diff)
Update Vagrant-based minimal ONAP deployment to Guilin
This patch updates infrastructure tools to the versions recommended for Guilin release [1][2]. [1] https://docs.onap.org/projects/onap-oom/en/guilin/oom_cloud_setup_guide.html#software-requirements [2] https://docs.onap.org/projects/onap-oom/en/guilin/oom_setup_kubernetes_rancher.html#configure-rancher-kubernetes-engine-rke Issue-ID: ONAPARC-551 Change-Id: Ie9afc481c6376f0990cd09d447bd19c9b05ddf4c Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap/vagrant-minimal-onap/Vagrantfile')
-rw-r--r--bootstrap/vagrant-minimal-onap/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile
index a8a02d12a..fb1e40217 100644
--- a/bootstrap/vagrant-minimal-onap/Vagrantfile
+++ b/bootstrap/vagrant-minimal-onap/Vagrantfile
@@ -184,7 +184,7 @@ $rke_up = "rke up"
$rke_down = "rke remove --force || true" # best effort
$get_oom = <<-SCRIPT
- BRANCH="${1:-5.0.1-ONAP}"
+ BRANCH="${1:-7.0.0-ONAP}"
REPO="${2:-https://git.onap.org/oom}"
git clone -b "$BRANCH" "$REPO" --recurse-submodules
SCRIPT