changes for openstack03

This commit is contained in:
Egon Rijpkema 2018-10-11 09:59:16 +02:00
parent 4d95b0ddbd
commit 375d5fa4c9
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
---
- hosts: all
name: Dummy to gather facts
tasks: []
tasks:
- name: gather facts even if hosts are excluded.
setup:
delegate_to: "{{item}}"
delegate_facts: True
loop: "{{groups['all']}}"
- hosts: cinder-controller
become: True

View File

@ -31,5 +31,5 @@ openstack04 storage_volume=/dev/sdb1
[nova-compute]
openstack03 physical_interface_mappings=provider:enp4s0f0
openstack04 physical_interface_mappings=provider:enp4s0f0
openstack04 physical_interface_mappings=provider:eno1