9602c46cffdb4ae7381872326ba840b3cb6a13d3
[optf/osdf.git] / test / functest / simulators / simulated-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: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json"
21 conductorUsername: "CONDUCTOR-USER"
22 conductorPassword: "CONDUCTOR-PASSWD"
23 conductorPingWaitTime: 2  # seconds to wait before calling the conductor retry URL
24 conductorMaxRetries: 5  # 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: http://127.0.0.1:5001/simulated/policy/pdp-has-vcpe-good/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 # config db api
51 configDbUrl: http://127.0.0.1:5000/simulated/configdb
52 configDbUserName: osdf
53 configDbPassword: passwd
54 configDbGetCellListUrl: 'getCellList'
55 configDbGetNbrListUrl: 'getNbrList'
56
57 # Credentials for PCIHandler
58 pciHMSUsername: ""   # pcihandler username for call back.
59 pciHMSPassword: ""   # pcihandler password for call back.
60