Store sensitive configs in secret

Change-Id: I812580d4bb9bb7147e4b966fb50d2c864ad019d9
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 08:46:32 +00:00
parent 073415fad8
commit 7fcea1bee5
1 changed files with 14 additions and 7 deletions

View File

@ -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