diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-01 14:11:07 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-01 14:11:07 +0100 |
commit | a1e934b617044370001491ea48dad94ec05f3f6a (patch) | |
tree | 9f1393b35e63e87efa22b436e7a67f9eeff6e09e /ansible/group_vars | |
parent | 9b5804b138dc4d4587d602a30b4e6d4dd2bc9a70 (diff) |
Drop rancher_server_image global variable
It's not in use since the time 'rancher' role got
obsoleted by 'rke' one
Change-Id: Ibdc26103d9f7e87c9bb29a60c9276210e88d2628
Issue-ID: OOM-2686
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars')
-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 |