Merge "Refactor a bit the inventory for edpm case"

This commit is contained in:
Zuul 2023-01-09 17:53:31 +00:00 committed by Gerrit Code Review
commit 6a0d14e6b7
3 changed files with 15 additions and 13 deletions

View File

@ -1,11 +1,14 @@
# allovercloud group is needed by tripleo_ssh_known_hosts
[allovercloud:children]
overcloud
# primary_role_name used by some plays to target the primary role first
[primary_role_name:children]
[overcloud:children]
Compute
[Compute]
---
all:
children:
# allovercloud group is needed by tripleo_ssh_known_hosts
allovercloud:
children:
overcloud:
# primary_role_name used by some plays to target the primary role first
primary_role_name:
children:
overcloud:
children:
Compute:
Compute:

View File

@ -3,6 +3,7 @@ Compute:
# Add additional computes here, and optionally drop localhost.
# Add host vars under the host_vars dir.
localhost:
ansible_connection: local
vars:
service_net_map:
nova_api_network: internal_api

View File

@ -1,6 +1,4 @@
---
ansible_connection: local
ctlplane_ip: 192.168.24.100
internal_api_ip: 192.168.24.2
tenant_ip: 192.168.24.2