Add cps client to PCI app
[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 # AAF Authentication config
51 is_aaf_enabled: False
52 aaf_cache_expiry_hrs: 3
53 aaf_url: https://aaftest.simpledemo.onap.org:8095
54 aaf_user_roles:
55     - /api/oof/v1/placement:org.onap.osdf.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 configClientType: configdb
64
65 # config db api
66 configDbUrl: http://127.0.0.1:5000/simulated/configdb
67 configDbUserName: osdf
68 configDbPassword: passwd
69 configDbGetCellListUrl: 'getCellList'
70 configDbGetNbrListUrl: 'getNbrList'
71
72 # Credentials for PCIHandler
73 pciHMSUsername: ""   # pcihandler username for call back.
74 pciHMSPassword: ""   # pcihandler password for call back.
75
76 aaiUrl: "https://api.url:30233"
77 aaiGetLinksUrl: "/aai/v16/network/logical-links"
78 aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list
79 controllerQueryUrl: /aai/v19/query?format=resource
80 aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up
81
82 #consulconfig
83 consulHost: '127.0.0.1'
84 consulPort: 8500
85 consulScheme: 'http'
86 consulVerify: True
87 consulCert: None
88 activateConsulConfig: False