Updating the config file
[optf/osdf.git] / config / osdf_config.yaml
1 # Credentials for SO
2 soUsername: ""   # SO username for call back.
3 soPassword: ""   # SO password for call back.
4
5 # Credentials for Conductor
6 conductorUrl: https://localhost:8091/v1/plans/
7 conductorUsername: admin1
8 conductorPassword: plan.15
9 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
10 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
11
12 # Policy Platform -- requires ClientAuth, Authorization, and Environment
13 policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL
14 policyPlatformEnv: TEST  # Environment for policy platform
15 policyPlatformUsername: testpdp   # Policy platform username.
16 policyPlatformPassword: alpha123   # Policy platform password.
17 policyClientUsername: python   # For use with ClientAuth
18 policyClientPassword: test   # For use with ClientAuth
19
20 # Credentials for DMaaP
21 messageReaderHosts: NA
22 messageReaderTopic: NA
23 messageReaderAafUserId: NA
24 messageReaderAafPassword: NA
25
26 # Credentials for SDC
27 sdcUrl: NA
28 sdcUsername: NA
29 sdcPassword: NA
30 sdcONAPInstanceID: NA
31
32 # Credentials for the OOF placement service - Generic
33 osdfPlacementUsername: test
34 osdfPlacementPassword: testpwd
35
36 # Credentials for the OOF placement service - SO
37 osdfPlacementSOUsername: so_test
38 osdfPlacementSOPassword: so_testpwd
39
40 # Credentials for the OOF CM scheduling service - Generic
41 osdfCMSchedulerUsername: test1
42 osdfCMSchedulerPassword: testpwd1