Skip to content
Snippets Groups Projects
Commit e0932bd7 authored by Mark Goddard's avatar Mark Goddard
Browse files

Update inventory templates for Ussuri

Sync with kolla-ansible multinode inventory.

Change-Id: I30bd5286c4783fce544c41e726efc5f800d6f56a
parent c3187059
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ compute ...@@ -12,6 +12,9 @@ compute
storage storage
monitoring monitoring
[tls-backend:children]
control
# You can explicitly specify which hosts run each project by updating the # You can explicitly specify which hosts run each project by updating the
# groups in the sections below. Common services are grouped together. # groups in the sections below. Common services are grouped together.
[chrony-server:children] [chrony-server:children]
...@@ -116,9 +119,6 @@ network ...@@ -116,9 +119,6 @@ network
compute compute
manila-share manila-share
[opendaylight:children]
network
[cinder:children] [cinder:children]
control control
......
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
# function appropriately. For example, neutron-metadata-agent must run on the # function appropriately. For example, neutron-metadata-agent must run on the
# same host as the l3-agent and (depending on configuration) the dhcp-agent. # same host as the l3-agent and (depending on configuration) the dhcp-agent.
# Elasticsearch Curator
[elasticsearch-curator:children]
elasticsearch
# Glance # Glance
[glance-api:children] [glance-api:children]
glance glance
...@@ -77,6 +81,9 @@ neutron ...@@ -77,6 +81,9 @@ neutron
[neutron-metadata-agent:children] [neutron-metadata-agent:children]
neutron neutron
[neutron-ovn-metadata-agent:children]
compute
[neutron-bgp-dragent:children] [neutron-bgp-dragent:children]
neutron neutron
...@@ -398,9 +405,15 @@ watcher ...@@ -398,9 +405,15 @@ watcher
[senlin-api:children] [senlin-api:children]
senlin senlin
[senlin-conductor:children]
senlin
[senlin-engine:children] [senlin-engine:children]
senlin senlin
[senlin-health-manager:children]
senlin
# Searchlight # Searchlight
[searchlight-api:children] [searchlight-api:children]
searchlight searchlight
...@@ -536,3 +549,25 @@ control ...@@ -536,3 +549,25 @@ control
[masakari-monitors:children] [masakari-monitors:children]
compute compute
[ovn-controller:children]
ovn-controller-compute
ovn-controller-network
[ovn-controller-compute:children]
compute
[ovn-controller-network:children]
network
[ovn-database:children]
control
[ovn-northd:children]
ovn-database
[ovn-nb-db:children]
ovn-database
[ovn-sb-db:children]
ovn-database
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment