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] all:
overcloud children:
# allovercloud group is needed by tripleo_ssh_known_hosts
# primary_role_name used by some plays to target the primary role first allovercloud:
[primary_role_name:children] children:
overcloud:
[overcloud:children] # primary_role_name used by some plays to target the primary role first
Compute primary_role_name:
children:
[Compute] overcloud:
children:
Compute:
Compute:

View File

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

View File

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