update link to upper-constraints.txt
[optf/osdf.git] / config / osdf_config.yaml
1 placementVersioningEnabled: True
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 # Config for Conductor
14 conductorUrl: http://172.17.0.6:8091/v1/plans/
15 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
16 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
17 # versions to be set in HTTP header
18 conductorMinorVersion: 0
19
20 # Policy Platform -- requires Authorization
21 policyPlatformUrl: https://policy-xacml-pdp:6969/policy/pdpx/v1/decision # Policy Dev platform URL
22 # URL for policy model uploading
23 policyPlatformUrlModelUpload: https://policy.api.simpledemo.onap.org:8081/policy/api/v1/policytypes
24 pathPolicyModelUpload: ../../models/policy/placement/tosca_upload/
25
26 # Config for DMaaP
27 messageReaderHosts: NA
28 messageReaderTopic: NA
29
30 # Config for SDC
31 sdcUrl: NA
32 sdcONAPInstanceID: NA
33
34 # AAF Authentication config
35 is_aaf_enabled: False
36 aaf_cache_expiry_mins: 5
37 aaf_url: https://aaftest.simpledemo.onap.org:8095
38 aaf_user_roles:
39   - '/placement:org.onap.oof.access|*|read ALL'
40   - '/pci:org.onap.oof.access|*|read ALL'
41
42 # Secret Management Service from AAF
43 aaf_sms_url: https://aaf-sms.onap:10443
44 aaf_sms_timeout: 30
45 secret_domain: osdf
46 aaf_ca_certs: ssl_certs/aaf_root_ca.cer
47
48 configClientType: configdb
49
50 # config db api
51 configDbUrl: http://config.db.url:8080
52 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
53 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
54 configDbUserName: ''
55 configDbPassword: ''
56
57 # cps api
58 cpsUrl: http://cps-tbdmt:8000/execute
59 cpsCellListUrl: 'ran-network/getCellList'
60 cpsNbrListUrl: 'ran-network/getNbrList'
61 cpsUsername: ''
62 cpsPassword: ''
63
64 #aai api
65 aaiUrl: "https://aai.url:30233"
66 aaiGetLinksUrl: "/aai/v16/network/logical-links"
67 aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/"
68 aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list
69 controllerQueryUrl: /aai/v19/query?format=resource
70 aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up
71 dslQueryPath: /aai/v23/dsl?format=
72
73 #DES api
74 desUrl: http://des.url:9000
75 desApiPath: /datalake/v1/exposure/
76 desHeaders:
77   Accept: application/json
78   Content-Type: application/json
79 desUsername:
80 desPassword:
81
82 pciHMSUsername: test
83 pciHMSPassword: passwd
84
85 #key
86 #appkey: os35@rrtky400fdntc#001t5
87
88 #consulconfig
89 consulHost: '127.0.0.1'
90 consulPort: 8500
91 consulScheme: 'http'
92 consulVerify: True
93 consulCert: None
94 activateConsulConfig: False