b522919826436e3f5e1a878cb6ea781524cd3643
[optf/osdf.git] / 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 # Credentials for SO
14 soUsername: ""   # SO username for call back.
15 soPassword: ""   # SO password for call back.
16
17 # Credentials for Conductor
18 conductorUrl: http://172.17.0.6:8091/v1/plans/
19 conductorUsername: admin1
20 conductorPassword: plan.15
21 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
22 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
23 # versions to be set in HTTP header
24 conductorMinorVersion: 0
25
26 # Policy Platform -- requires ClientAuth, Authorization, and Environment
27 policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL
28 policyPlatformEnv: TEST  # Environment for policy platform
29 policyPlatformUsername: testpdp   # Policy platform username.
30 policyPlatformPassword: alpha123   # Policy platform password.
31 policyClientUsername: python   # For use with ClientAuth
32 policyClientPassword: test   # For use with ClientAuth
33
34 # Credentials for DMaaP
35 messageReaderHosts: NA
36 messageReaderTopic: NA
37 messageReaderAafUserId: NA
38 messageReaderAafPassword: NA
39
40 # Credentials for SDC
41 sdcUrl: NA
42 sdcUsername: NA
43 sdcPassword: NA
44 sdcONAPInstanceID: NA
45
46 # Credentials for the OOF placement service - Generic
47 osdfPlacementUsername: test
48 osdfPlacementPassword: testpwd
49
50 # Credentials for the OOF placement service - SO
51 osdfPlacementSOUsername: so_test
52 osdfPlacementSOPassword: so_testpwd
53
54 # Credentials for the OOF placement service - VFC
55 osdfPlacementVFCUsername: vfc_test
56 osdfPlacementVFCPassword: vfc_testpwd
57
58 # Credentials for the OOF CM scheduling service - Generic
59 osdfCMSchedulerUsername: test1
60 osdfCMSchedulerPassword: testpwd1
61
62 is_aaf_enabled: False
63 aaf_cache_expiry_hrs: 3
64 aaf_url: https://aaftest.simpledemo.onap.org:8095
65 aaf_user_roles:
66     - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL
67
68 # Secret Management Service from AAF
69 aaf_sms_url: https://aaf-sms.onap:10443
70 aaf_sms_timeout: 30
71 secret_domain: osdf
72 aaf_ca_certs: ssl_certs/aaf_root_ca.cer
73
74 # config db api
75 configDbUrl: http://config.db.url:8080
76 configDbUserName: osdf
77 configDbPassword: passwd
78 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
79 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
80
81 # Credentials for PCIHandler
82 pciHMSUsername: ""   # pcihandler username for call back.
83 pciHMSPassword: ""   # pcihandler password for call back.
84
85 # Credentials for the OOF PCI Opt service
86 osdfPCIOptUsername: pci_test
87 osdfPCIOptPassword: pci_testpwd