diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2021-03-17 09:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-17 09:23:34 +0000 |
commit | 1861dd89e7c126659fa3a05b1af64ce113dbb33c (patch) | |
tree | 6cfca9b9123fb36465b617430e088384b41fc53a | |
parent | c1ffab94bd6ebcb87c7719f5cda6cec997138398 (diff) | |
parent | a1e934b617044370001491ea48dad94ec05f3f6a (diff) |
Merge "Drop rancher_server_image global variable"
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 586f7925..a590c46c 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -21,7 +21,6 @@ populate_nexus: false helm_bin_dir: /usr/local/bin helm_version: v2.16.6 helm3_push_version: 0.9.0 -rancher_server_image: rancher/server:v1.6.22 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 |