Don't jump straight to openstack-INPUT

Change-Id: Ic573df062ada239d085dcc3ade70bc22fa027f79
This commit is contained in:
Flavio Percoco 2017-11-29 10:44:51 +01:00
parent c9398a0d4d
commit 42c9c6866c
2 changed files with 16 additions and 0 deletions

View File

@ -19,6 +19,13 @@
- "logs"
- "logs/containers"
- name: "iptables: don't jump straight to openstack-INPUT"
become: true
iptables:
chain: "INPUT"
jump: "openstack-INPUT"
state: absent
- include: pre_rhel.yml
when: ansible_os_family == 'RedHat'

View File

@ -18,6 +18,15 @@
playbook_debug: false
tasks:
- name: Call netchecker
shell:
cmd: |
set -eux
curl http://localhost:31081/api/v1/connectivity_check
executable: /bin/bash
register: netchecker
ignore_errors: yes
- include: "{% raw %}{{ item }}{% endraw %}"
with_first_found:
- files: