xci: osa: Drop haproxy workaround 81/53981/2
authorMarkos Chandras <mchandras@suse.de>
Fri, 16 Mar 2018 12:03:13 +0000 (12:03 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Sat, 17 Mar 2018 08:26:11 +0000 (08:26 +0000)
There is no reference on the actual upstream problem so lets assume
this is fixed and drop the workaround we had locally.

Change-Id: I3f71ea2e6fdc67e342f014e572f74760a78d3816
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/installer/osa/playbooks/configure-opnfvhost.yml

index 8255995..b0a76c3 100644 (file)
         - name: copy user_variables_ceph.yml
           shell: "/bin/cp -rf {{ remote_xci_flavor_files }}/user_variables_ceph.yml {{OPENSTACK_OSA_ETC_PATH}}/user_variables_ceph.yml"
       when: XCI_CEPH_ENABLED == "true"
-    # TODO: We need to get rid of this as soon as the issue is fixed upstream
-    - name: change the haproxy state from disable to enable
-      replace:
-        dest: "{{OPENSTACK_OSA_PATH}}/playbooks/os-keystone-install.yml"
-        regexp: '(\s+)haproxy_state: disabled'
-        replace: '\1haproxy_state: enabled'
     - name: copy OPNFV OpenStack playbook
       shell: "/bin/cp -rf {{ remote_xci_path }}/xci/installer/osa/files/setup-openstack.yml {{OPENSTACK_OSA_PATH}}/playbooks"
     - name: copy pinned versions of OSA Roles and global requirements