Implement nova-placement-api group for integrated build
Change-Id: Ib5a4964bb05d69a0ffad4b49ec6a0f9657618624
This commit is contained in:
@@ -97,6 +97,8 @@ nova_api_container_mysql_password:
|
||||
nova_metadata_proxy_secret:
|
||||
nova_service_password:
|
||||
nova_rabbitmq_password:
|
||||
nova_placement_service_password:
|
||||
nova_placement_container_mysql_password:
|
||||
|
||||
# LXD Options for nova compute
|
||||
lxd_trust_password:
|
||||
|
@@ -20,6 +20,9 @@ component_skel:
|
||||
nova_api_os_compute:
|
||||
belongs_to:
|
||||
- nova_all
|
||||
nova_api_placement:
|
||||
belongs_to:
|
||||
- nova_all
|
||||
nova_compute:
|
||||
belongs_to:
|
||||
- nova_all
|
||||
@@ -51,6 +54,14 @@ container_skel:
|
||||
- nova_api_os_compute
|
||||
properties:
|
||||
service_name: nova
|
||||
nova_api_placement_container:
|
||||
belongs_to:
|
||||
- compute-infra_containers
|
||||
- os-infra_containers
|
||||
contains:
|
||||
- nova_api_placement
|
||||
properties:
|
||||
service_name: nova
|
||||
nova_compute_container:
|
||||
belongs_to:
|
||||
- compute_containers
|
||||
|
@@ -183,6 +183,7 @@
|
||||
nova_api_galera_database: nova_api
|
||||
nova_galera_address: "{{ galera_address }}"
|
||||
nova_api_galera_address: "{{ galera_address }}"
|
||||
nova_placement_galera_address: "{{ galera_address }}"
|
||||
glance_host: "{{ internal_lb_vip_address }}"
|
||||
tags:
|
||||
- nova
|
||||
|
@@ -160,6 +160,14 @@ haproxy_default_services:
|
||||
haproxy_balance_type: http
|
||||
haproxy_backend_options:
|
||||
- "httpchk HEAD /"
|
||||
- service:
|
||||
haproxy_service_name: nova_api_placement
|
||||
haproxy_backend_nodes: "{{ groups['nova_api_placement'] | default([]) }}"
|
||||
haproxy_ssl: "{{ haproxy_ssl }}"
|
||||
haproxy_port: 8780
|
||||
haproxy_balance_type: http
|
||||
haproxy_backend_options:
|
||||
- "httpchk HEAD /"
|
||||
- service:
|
||||
haproxy_service_name: nova_console
|
||||
haproxy_backend_nodes: "{{ groups['nova_console'] | default([]) }}"
|
||||
|
@@ -310,6 +310,8 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
|
||||
'nova_api_metadata_container',
|
||||
'nova_api_os_compute',
|
||||
'nova_api_os_compute_container',
|
||||
'nova_api_placement',
|
||||
'nova_api_placement_container',
|
||||
'nova_compute',
|
||||
'nova_compute_container',
|
||||
'nova_conductor',
|
||||
|
Reference in New Issue
Block a user