Merge "Access glance through vip rather than multi glance ips in ironic"
This commit is contained in:
commit
cf6e954c43
@ -60,7 +60,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
|
|||||||
|
|
||||||
|
|
||||||
[glance]
|
[glance]
|
||||||
glance_host = {% for host in groups['glance-api'] %}{{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETES' %}glance-api{% else %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}{% endif %}:{{ glance_api_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
glance_host = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETES' %}glance-api{% else %}{{ kolla_internal_fqdn }}{% endif %}:{{ glance_api_port }}
|
||||||
|
|
||||||
[neutron]
|
[neutron]
|
||||||
{% if orchestration_engine == 'KUBERNETES' %}
|
{% if orchestration_engine == 'KUBERNETES' %}
|
||||||
|
@ -34,6 +34,7 @@ scheduler_host_manager = ironic_host_manager
|
|||||||
|
|
||||||
{% if service_name == "nova-compute-ironic" %}
|
{% if service_name == "nova-compute-ironic" %}
|
||||||
host={{ ansible_hostname }}-ironic
|
host={{ ansible_hostname }}-ironic
|
||||||
|
log_file = /var/log/kolla/nova/nova-compute-ironic.log
|
||||||
compute_driver = ironic.IronicDriver
|
compute_driver = ironic.IronicDriver
|
||||||
vnc_enabled = False
|
vnc_enabled = False
|
||||||
ram_allocation_ratio = 1.0
|
ram_allocation_ratio = 1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user