Add networking-calico configuration for nova-api-metadata
Change-Id: I02ba101a3dfdbb34b96a110f429cfa6d1f0e9863
This commit is contained in:
committed by
Jesse Pretorius (odyssey4me)
parent
c7a9a1c3c3
commit
1765c97ce1
@@ -219,7 +219,7 @@ nova_novncproxy_git_install_branch: master
|
|||||||
nova_novncproxy_vnc_keymap: en-us
|
nova_novncproxy_vnc_keymap: en-us
|
||||||
|
|
||||||
## Nova metadata
|
## Nova metadata
|
||||||
nova_metadata_proxy_enabled: True
|
nova_metadata_proxy_enabled: "{{ nova_network_services[nova_network_type]['metadata_proxy_enabled'] | bool }}"
|
||||||
nova_metadata_host: "{{ internal_lb_vip_address }}"
|
nova_metadata_host: "{{ internal_lb_vip_address }}"
|
||||||
nova_metadata_port: 8775
|
nova_metadata_port: 8775
|
||||||
nova_metadata_program_name: nova-api-metadata
|
nova_metadata_program_name: nova-api-metadata
|
||||||
@@ -283,9 +283,14 @@ nova_network_type: linuxbridge
|
|||||||
nova_network_services:
|
nova_network_services:
|
||||||
linuxbridge:
|
linuxbridge:
|
||||||
use_forwarded_for: False
|
use_forwarded_for: False
|
||||||
|
metadata_proxy_enabled: True
|
||||||
nuage:
|
nuage:
|
||||||
use_forwarded_for: True
|
use_forwarded_for: True
|
||||||
|
metadata_proxy_enabled: True
|
||||||
ovs_bridge: alubr0
|
ovs_bridge: alubr0
|
||||||
|
calico:
|
||||||
|
use_forwarded_for: True
|
||||||
|
metadata_proxy_enabled: False
|
||||||
|
|
||||||
# Nova quota
|
# Nova quota
|
||||||
nova_quota_cores: 20
|
nova_quota_cores: 20
|
||||||
|
|||||||
Reference in New Issue
Block a user