blob: 78399660340121e7d13fe0a7213954840facaa82 [file] [log] [blame]
vrvarma3fe70c72018-09-28 10:30:00 -04001osdfUserNameForSO: "" # The OSDF Manager username for MSO.
2odfPasswordForSO: "" # The OSDF Manager password for MSO.
3
4# msoUrl: "" # The SO url for call back. This will be part of the request, so no need
5soUsername: "" # SO username for call back.
6soPassword: "" # SO password for call back.
7
8conductorUrl: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json"
9conductorUsername: "CONDUCTOR-USER"
10conductorPassword: "CONDUCTOR-PASSWD"
11conductorPingWaitTime: 2 # seconds to wait before calling the conductor retry URL
12conductorMaxRetries: 5 # if we don't get something in 30 minutes, give up
13
14# Policy Platform -- requires ClientAuth, Authorization, and Environment
15policyPlatformUrl: http://127.0.0.1:5000/simulated/policy/pdp-has-vcpe-good/getConfig # Policy Dev platform URL
16policyPlatformEnv: TEST # Environment for policy platform
17policyPlatformUsername: POLICY-USER # Policy platform username.
18policyPlatformPassword: POLICY-PASSWD # Policy platform password.
19policyClientUsername: POLICY-CLIENT-USER # For use with ClientAuth
20policyClientPassword: POLICY-CLIENT-PASSWD # For use with ClientAuth
21
22messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
23messageReaderTopic: org.onap.oof.osdf.multicloud
24messageReaderAafUserId: DMAAP-OSDF-MC-USER
25messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD
26
27sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
28sdcUsername: SDC-OSDF-USER
29sdcPassword: SDC-OSDF-PASSWD
30sdcONAPInstanceID: ONAP-OSDF
31
32osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
33
34# Credentials for the OOF placement service - Generic
35osdfPlacementUsername: test
36osdfPlacementPassword: testpwd
37
38# Credentials for the OOF placement service - SO
39osdfPlacementSOUsername: so_test
40osdfPlacementSOPassword: so_testpwd
41
42# Credentials for the OOF placement service - VFC
43osdfPlacementVFCUsername: vfc_test
44osdfPlacementVFCPassword: vfc_testpwd
45
46# Credentials for the OOF CM scheduling service - Generic
47osdfCMSchedulerUsername: test1
48osdfCMSchedulerPassword: testpwd1
49
50# config db api
51configDbUrl: http://127.0.0.1:5000/simulated/configdb
52configDbUserName: osdf
53configDbPassword: passwd
54configDbGetCellListUrl: 'getCellList'
55configDbGetNbrListUrl: 'getNbrList'
56
57# Credentials for PCIHandler
58pciHMSUsername: "" # pcihandler username for call back.
59pciHMSPassword: "" # pcihandler password for call back.
60
61#Credentials for the OOF PCI Opt Service
62osdfPCIOptUsername: pci_test
63osdfPCIOptPassword: pci_testpwd
64