summaryrefslogtreecommitdiffstats
path: root/lib/ansible
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-22 21:31:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-22 21:31:53 +0000
commit85a3c2e347c1555bf589a7574abd0b651196952f (patch)
tree729fcf5f04b6d0a7fe7e265df344c6a331f8a7ae /lib/ansible
parent25dd19618aecf69917720d10e0e9d7ba2925db14 (diff)
parent14de5d725e74cb885a48146217e2fc9d8f093df6 (diff)
Merge "Enable SFC scenarios for Gambia"
Diffstat (limited to 'lib/ansible')
-rw-r--r--lib/ansible/playbooks/post_deploy_overcloud.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ansible/playbooks/post_deploy_overcloud.yml b/lib/ansible/playbooks/post_deploy_overcloud.yml
index 08460a06..ff9895b0 100644
--- a/lib/ansible/playbooks/post_deploy_overcloud.yml
+++ b/lib/ansible/playbooks/post_deploy_overcloud.yml
@@ -13,15 +13,6 @@
- dataplane == 'ovs_dpdk'
- "'compute' in ansible_hostname"
- sdn == false
- - name: SFC config workaround
- file:
- src: /etc/neutron/networking_sfc.conf
- dest: /etc/neutron/conf.d/neutron-server/networking_sfc.conf
- state: link
- become: yes
- when:
- - sfc
- - "'controller' in ansible_hostname"
- name: Ensure ZRPCD is running
shell: ps aux | grep zrpcd | grep -v grep
ignore_errors: yes