From: baigk Date: Wed, 9 Dec 2015 08:48:58 +0000 (+0800) Subject: vnc console can't be connected X-Git-Tag: brahmaputra.1.0~130^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=16e28bd393d7e8bfac03db308a283f93b3a9368b;p=compass4nfv.git vnc console can't be connected JIRA: COMPASS-153 Change-Id: I2bf1f63fdb14ceca11a0a03f4225b09cd8780e95 Signed-off-by: baigk --- diff --git a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml index c9eccfb4..5afcb157 100644 --- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml +++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml @@ -18,6 +18,11 @@ - name: remove ubuntu theme action: "{{ ansible_pkg_mgr }} name=openstack-dashboard-ubuntu-theme state=absent" +- name: update memcached conf + lineinfile: dest=/etc/memcached.conf state=present + regexp="-l *" + line="-l {{ internal_vip.ip }}" + - name: update ubuntu horizon settings template: src=local_settings_debian dest=/etc/openstack-dashboard/local_settings.py