From 7fcea1bee57e0624ac240b55a84e523e99a558c4 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 6 Mar 2017 08:46:32 +0000 Subject: [PATCH] Store sensitive configs in secret Change-Id: I812580d4bb9bb7147e4b966fb50d2c864ad019d9 Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e --- service/files/defaults.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index af04eb5..e1d6a81 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -3,16 +3,11 @@ configs: tls: enabled: true db: - password: password - name: neutron - username: neutron max_pool_size: 10 max_overflow: 50 server_port: cont: 9696 ingress: network - username: neutron - password: password core_plugin: "ml2" ml2: tenant_network_types: @@ -77,8 +72,6 @@ configs: cont: 6653 dlux_port: cont: 8181 - username: admin - password: password karaf: features_boot: - odl-neutron-service @@ -92,6 +85,20 @@ configs: logging: max_file_size: 1024GB +secret_configs: + neutron: + db: + password: password + name: neutron + username: neutron + + username: neutron + password: password + + opendaylight: + username: admin + password: password + sources: openstack/neutron: git_url: https://git.openstack.org/openstack/neutron.git