aboutsummaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/simulated-config/osdf_config.yaml
blob: dbdcc9185284f34bed222a87824d0b8e5f2d3548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
osdfUserNameForSO: ""   # The OSDF Manager username for MSO.
odfPasswordForSO: ""   # The OSDF Manager password for MSO.

# msoUrl: ""   # The SO url for call back. This will be part of the request, so no need
soUsername: ""   # SO username for call back.
soPassword: ""   # SO password for call back.

conductorUrl: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json"
conductorUsername: "CONDUCTOR-USER"
conductorPassword: "CONDUCTOR-PASSWD"
conductorPingWaitTime: 2  # seconds to wait before calling the conductor retry URL
conductorMaxRetries: 5  # if we don't get something in 30 minutes, give up

# Policy Platform -- requires ClientAuth, Authorization, and Environment
policyPlatformUrl: http://127.0.0.1:5001/simulated/policy/pdp-has-vcpe-good/pdp/getConfig # Policy Dev platform URL
policyPlatformEnv: TEST  # Environment for policy platform
policyPlatformUsername: POLICY-USER   # Policy platform username.
policyPlatformPassword: POLICY-PASSWD   # Policy platform password.
policyClientUsername: POLICY-CLIENT-USER   # For use with ClientAuth
policyClientPassword: POLICY-CLIENT-PASSWD   # For use with ClientAuth

messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
messageReaderTopic: org.onap.oof.osdf.multicloud
messageReaderAafUserId: DMAAP-OSDF-MC-USER
messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD

sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
sdcUsername: SDC-OSDF-USER
sdcPassword: SDC-OSDF-PASSWD
sdcONAPInstanceID: ONAP-OSDF

osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
osdfPlacementUsername: "test"
osdfPlacementPassword: "testpwd"

# config db api
configDbUrl: http://127.0.0.1:5000/simulated/configdb
configDbUserName: osdf
configDbPassword: passwd
configDbGetCellListUrl: 'getCellList'
configDbGetNbrListUrl: 'getNbrList'

# Credentials for PCIHandler
pciHMSUsername: ""   # pcihandler username for call back.
pciHMSPassword: ""   # pcihandler password for call back.