From d2314a92cd6211dcf1764bd505f7d11d5d9f62d3 Mon Sep 17 00:00:00 2001 From: michaeltchapman Date: Wed, 11 Sep 2019 02:12:04 +1000 Subject: [PATCH] Add redis password for ml2 ansible coordination networking-ansible-ml2 added a requirement for tooz coordination which needs a redis password. Change-Id: Iea42f5ad4830e290277f443082eed4f9275eabaa --- .../neutron/neutron-plugin-ml2-ansible-container-puppet.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml b/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml index ef10402af3..6a38966a5a 100644 --- a/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml +++ b/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml @@ -36,6 +36,10 @@ parameters: description: ML2 config for switches default: {} type: json + RedisPassword: + description: The password for the redis service account. + type: string + hidden: true resources: @@ -58,6 +62,7 @@ outputs: map_merge: - get_attr: [NeutronMl2Base, role_data, config_settings] - neutron::plugins::ml2::networking_ansible::host_configs: {get_param: ML2HostConfigs} + - neutron_redis_password: {get_param: RedisPassword} service_config_settings: {} metadata_settings: get_attr: [NeutronMl2Base, role_data, metadata_settings]