Merge "Fix CI failures"
This commit is contained in:
commit
ba228529b1
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
extends: default
|
extends: default
|
||||||
ignore: |
|
ignore: |
|
||||||
.tox/
|
.tox/
|
||||||
@ -8,8 +9,8 @@ rules:
|
|||||||
braces:
|
braces:
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
comments:
|
comments:
|
||||||
# Ignore first space in comment because we set default options as:
|
|
||||||
#openstack_version: "pike"
|
|
||||||
require-starting-space: true
|
require-starting-space: true
|
||||||
|
# Ignore comment validation in globals.yml - we break the
|
||||||
|
# require-starting-space rule.
|
||||||
ignore: |
|
ignore: |
|
||||||
etc/kolla/globals.yml
|
etc/kolla/globals.yml
|
@ -3,6 +3,9 @@
|
|||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
vars:
|
vars:
|
||||||
logs_dir: "/tmp/logs"
|
logs_dir: "/tmp/logs"
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
- multi-node-firewall
|
||||||
tasks:
|
tasks:
|
||||||
# We have had cases where the nodepool private IP address is not assigned,
|
# We have had cases where the nodepool private IP address is not assigned,
|
||||||
# which causes hard to diagnose errors later on. Catch it early.
|
# which causes hard to diagnose errors later on. Catch it early.
|
||||||
@ -103,5 +106,3 @@
|
|||||||
- name: Ping across VXLAN
|
- name: Ping across VXLAN
|
||||||
command: ping -c1 {{ hostvars[item].api_interface_address }}
|
command: ping -c1 {{ hostvars[item].api_interface_address }}
|
||||||
with_inventory_hostnames: all
|
with_inventory_hostnames: all
|
||||||
roles:
|
|
||||||
- multi-node-firewall
|
|
||||||
|
Loading…
Reference in New Issue
Block a user