diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-04-05 11:25:01 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-04-05 15:16:55 +0200 |
commit | 21c39f054da6f656719a9ae076d08f2363bf40aa (patch) | |
tree | 912a76be97dbd03db12dbce1b8c7939768117a57 /ansible/group_vars | |
parent | d76d4e5948969fe0266645df7e06f973fdb9b44b (diff) |
Changing version control for rancher
Changing the way of version control for rancher in accordance with
patchset #83634
Issue-ID: OOM-1767
Change-Id: I67f08dcf47f469c35da9a62ff435e187fae07724
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index d4df2dfd..8784ea39 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -24,9 +24,9 @@ simulated_hosts: - registry.npmjs.org all_simulated_hosts: "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}" -rancher_server_version: v1.6.22 populate_nexus: false helm_bin_dir: /usr/local/bin +rancher_server_image: rancher/server:v1.6.22 vnc_server_image: consol/centos-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 |