diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-22 21:31:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-22 21:31:53 +0000 |
commit | 85a3c2e347c1555bf589a7574abd0b651196952f (patch) | |
tree | 729fcf5f04b6d0a7fe7e265df344c6a331f8a7ae /lib/ansible | |
parent | 25dd19618aecf69917720d10e0e9d7ba2925db14 (diff) | |
parent | 14de5d725e74cb885a48146217e2fc9d8f093df6 (diff) |
Merge "Enable SFC scenarios for Gambia"
Diffstat (limited to 'lib/ansible')
-rw-r--r-- | lib/ansible/playbooks/post_deploy_overcloud.yml | 9 |
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 |