New policies and required code changes
[optf/osdf.git] / config / osdf_config.yaml
1 osdfUserNameForSO: ""   # The OSDF Manager username for MSO.
2 odfPasswordForSO: ""   # 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
5 soUsername: ""   # SO username for call back.
6 soPassword: ""   # SO password for call back.
7
8 conductorUrl: "https://OOF-HAS-CONDUCTOR-HOST:8091"
9 conductorUsername: "CONDUCTOR-USER"
10 conductorPassword: "CONDUCTOR-PASSWD"
11 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
12 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
13
14 # Policy Platform -- requires ClientAuth, Authorization, and Environment
15 policyPlatformUrl: https://POLICY-URL:8081/pdp/getConfig # Policy Dev platform URL
16 policyPlatformEnv: TEST  # Environment for policy platform
17 policyPlatformUsername: POLICY-USER   # Policy platform username.
18 policyPlatformPassword: POLICY-PASSWD   # Policy platform password.
19 policyClientUsername: POLICY-CLIENT-USER   # For use with ClientAuth
20 policyClientPassword: POLICY-CLIENT-PASSWD   # For use with ClientAuth
21
22 messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
23 messageReaderTopic: org.onap.oof.osdf.multicloud
24 messageReaderAafUserId: DMAAP-OSDF-MC-USER
25 messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD
26
27 sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
28 sdcUsername: SDC-OSDF-USER
29 sdcPassword: SDC-OSDF-PASSWD
30 sdcONAPInstanceID: ONAP-OSDF
31
32 osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
33 osdfPlacementUsername: "test"
34 osdfPlacementPassword: "testpwd"