Merge "Use zuul firewall rules in gate"

This commit is contained in:
Zuul 2018-03-11 03:44:31 +00:00 committed by Gerrit Code Review
commit 52615a5355
2 changed files with 4 additions and 7 deletions

View File

@ -71,6 +71,8 @@
- ^doc/.* - ^doc/.*
vars: vars:
scenario: aio scenario: aio
roles:
- zuul: openstack-infra/zuul-jobs
- job: - job:
name: kolla-ansible-centos-source name: kolla-ansible-centos-source

View File

@ -29,10 +29,5 @@
hostname: hostname:
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
become: true become: true
roles:
# TODO(inc0): we're dropping iptables rules but in fact we should create - multi-node-firewall
# linuxbridge-managed tunnels for control and dataplane
- name: Drop iptables rules
command: "iptables -F"
become: true