blob: 679b5189de3bddad98a049cf1cb0f12027af0e8c [file] [log] [blame]
Kiran Kamineni286d1cd2018-10-08 15:44:37 -07001{
2 "domain": {
3 "name": "has",
4 "secrets": [
5 {
6 "name": "aai",
7 "values": {
Krzysztof Opasiak59d47c32020-04-16 20:01:05 +02008 "username": "${AAI_USER}",
9 "password": "${AAI_PASS}"
Kiran Kamineni286d1cd2018-10-08 15:44:37 -070010 }
11 },
12 {
13 "name": "conductor_api",
14 "values": {
Krzysztof Opasiak59d47c32020-04-16 20:01:05 +020015 "username": "${CONDUCTOR_USER}",
16 "password": "${CONDUCTOR_PASS}"
Kiran Kamineni286d1cd2018-10-08 15:44:37 -070017 }
18 },
19 {
20 "name": "sdnc",
21 "values": {
Krzysztof Opasiak59d47c32020-04-16 20:01:05 +020022 "username": "${SDNC_USER}",
23 "password": "${SDNC_PASS}"
Kiran Kamineni286d1cd2018-10-08 15:44:37 -070024 }
25 },
26 {
27 "name": "music_api",
28 "values": {
Krzysztof Opasiak59d47c32020-04-16 20:01:05 +020029 "aafuser": "${MUSIC_USER}",
30 "aafpass": "${MUSIC_PASS}",
Kiran Kamineni286d1cd2018-10-08 15:44:37 -070031 "aafns": "conductor"
32 }
sandovalfrb6f76f62018-10-31 04:30:02 -060033 },
34 {
35 "name": "aaf_api",
36 "values": {
Krzysztof Opasiak59d47c32020-04-16 20:01:05 +020037 "username": "${AAF_USER}",
38 "password": "${AAF_PASS}",
sandovalfrb6f76f62018-10-31 04:30:02 -060039 "aaf_conductor_user": "oof@oof.onap.org"
40 }
Kiran Kamineni286d1cd2018-10-08 15:44:37 -070041 }
42 ]
43 }
44}