changes for openstack03
This commit is contained in:
parent
4d95b0ddbd
commit
375d5fa4c9
@ -1,7 +1,13 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
name: Dummy to gather facts
|
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
|
- hosts: cinder-controller
|
||||||
become: True
|
become: True
|
||||||
|
@ -31,5 +31,5 @@ openstack04 storage_volume=/dev/sdb1
|
|||||||
|
|
||||||
[nova-compute]
|
[nova-compute]
|
||||||
openstack03 physical_interface_mappings=provider:enp4s0f0
|
openstack03 physical_interface_mappings=provider:enp4s0f0
|
||||||
openstack04 physical_interface_mappings=provider:enp4s0f0
|
openstack04 physical_interface_mappings=provider:eno1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user