diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-04-23 13:12:05 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-04-23 13:21:29 +0200 |
commit | 4dafdd2321ef5fedcc006aac4903e2da3a29bc76 (patch) | |
tree | 0e9d2bf8e70bd2de38d0f0fdf29edf5e7dad71fe /ansible/group_vars | |
parent | e307e97ba9c0163b34d91d55cfca51c63848fd83 (diff) |
Replace VNC server docker image
Replace VNC server docker image based on CentOS
(consol/centos-icewm-vnc:1.4.0) by the one based on
Ubuntu (consol/centos-icewm-vnc:1.4.0) - Ubuntu based image is smaller
and the VNC server does not work in the current CentOS based image.
Solves OOM-1819
Issue-ID: OOM-1821
Change-Id: I9e06ab8bfccb11ae8950717db5339062704a31f9
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 8784ea39..d831cdba 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -27,7 +27,7 @@ all_simulated_hosts: 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 +vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 nginx_server_image: own_nginx:2.0.0 |