3459939c4133742ce96c3471c94aa21c2ef90458
[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 # config db api
49 configDbUrl: http://config.db.url:8080
50 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
51 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
52
53 #aai api
54 aaiUrl: "https://aai.url:30233"
55 aaiGetLinksUrl: "/aai/v16/network/logical-links"
56 aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/"
57 aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list
58 controllerQueryUrl: /aai/v19/query?format=resource
59 aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up
60
61 #DES api
62 desUrl: https://des.url:9000
63 desApiPath: /datalake/v1/exposure/
64 desHeaders:
65   Accept: application/json
66   Content-Type: application/json
67 desUsername:
68 desPassword:
69
70 pciHMSUsername: test
71 pciHMSPassword: passwd
72
73 #key
74 #appkey: os35@rrtky400fdntc#001t5
75
76 #consulconfig
77 consulHost: '127.0.0.1'
78 consulPort: 8500
79 consulScheme: 'http'
80 consulVerify: True
81 consulCert: None
82 activateConsulConfig: False