update link to upper-constraints.txt
[optf/osdf.git] / test / config / osdf_config.yaml
1 placementVersioningEnabled: False
2
3 # Placement API latest version numbers to be set in HTTP header
4 placementMajorVersion: "1"
5 placementMinorVersion: "0"
6 placementPatchVersion: "0"
7
8 # Placement API default version numbers to be set in HTTP header
9 placementDefaultMajorVersion: "1"
10 placementDefaultMinorVersion: "0"
11 placementDefaultPatchVersion: "0"
12
13 osdfUserNameForSO: ""   # The OSDF Manager username for MSO.
14 odfPasswordForSO: ""   # The OSDF Manager password for MSO.
15
16 # msoUrl: ""   # The SO url for call back. This will be part of the request, so no need
17 soUsername: ""   # SO username for call back.
18 soPassword: ""   # SO password for call back.
19
20 conductorUrl: "https://OOF-HAS-CONDUCTOR-HOST:8091"
21 conductorUsername: "CONDUCTOR-USER"
22 conductorPassword: "CONDUCTOR-PASSWD"
23 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
24 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
25 # versions to be set in HTTP header
26 conductorMinorVersion: 0
27
28 # Policy Platform -- requires ClientAuth, Authorization, and Environment
29 policyPlatformUrl: https://POLICY-URL:8081/pdp/getConfig # Policy Dev platform URL
30 policyPlatformEnv: TEST  # Environment for policy platform
31 policyPlatformUsername: POLICY-USER   # Policy platform username.
32 policyPlatformPassword: POLICY-PASSWD   # Policy platform password.
33 policyClientUsername: POLICY-CLIENT-USER   # For use with ClientAuth
34 policyClientPassword: POLICY-CLIENT-PASSWD   # For use with ClientAuth
35
36 messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
37 messageReaderTopic: org.onap.oof.osdf.multicloud
38 messageReaderAafUserId: DMAAP-OSDF-MC-USER
39 messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD
40
41 sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
42 sdcUsername: SDC-OSDF-USER
43 sdcPassword: SDC-OSDF-PASSWD
44 sdcONAPInstanceID: ONAP-OSDF
45
46 osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
47 osdfPlacementUsername: "test"
48 osdfPlacementPassword: "testpwd"
49
50 is_aaf_enabled: False
51 aaf_cache_expiry_mins: 5
52 aaf_url: https://aaftest.simpledemo.onap.org:8095
53 aaf_user_roles:
54   - '/placement:org.onap.oof.access|*|read ALL'
55   - '/pci:org.onap.oof.access|*|read ALL'
56
57 # Secret Management Service from AAF
58 aaf_sms_url: https://aaf-sms.onap:10443
59 aaf_sms_timeout: 30
60 secret_domain: osdf
61 aaf_ca_certs: ssl_certs/aaf_root_ca.cer
62
63 # Credentials for PCIHandler
64 pciHMSUsername: ""   # pcihandler username for call back.
65 pciHMSPassword: ""   # pcihandler password for call back.
66
67 configClientType: configdb
68
69 # config db api
70 configDbUrl: http://127.0.0.1:5000/simulated/configdb
71 configDbUserName: osdf
72 configDbPassword: passwd
73 configDbGetCellListUrl: 'getCellList'
74 configDbGetNbrListUrl: 'getNbrList'
75
76 # Credentials for the OOF PCI Opt service
77 osdfPCIOptUsername: PCI-OSDF-USER
78 osdfPCIOptPassword: PCI-OSDF-PASSWD
79
80 aaiUrl: "https://aai.url:30233"
81 aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/"
82
83 #DES api
84 desUrl: http://des.url:9000
85 desApiPath: /datalake/v1/exposure/
86 desHeaders:
87   Accept: application/json
88   Content-Type: application/json
89 desUsername:
90 desPassword:
91
92 #consulconfig
93 consulHost: '127.0.0.1'
94 consulPort: 8500
95 consulScheme: 'http'
96 consulVerify: True
97 consulCert: None
98 activateConsulConfig: False