Update slice/service profiles
[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 dslQueryPath: /aai/v23/dsl?format=
61
62 #DES api
63 desUrl: http://des.url:9000
64 desApiPath: /datalake/v1/exposure/
65 desHeaders:
66   Accept: application/json
67   Content-Type: application/json
68 desUsername:
69 desPassword:
70
71 pciHMSUsername: test
72 pciHMSPassword: passwd
73
74 #key
75 #appkey: os35@rrtky400fdntc#001t5
76
77 #consulconfig
78 consulHost: '127.0.0.1'
79 consulPort: 8500
80 consulScheme: 'http'
81 consulVerify: True
82 consulCert: None
83 activateConsulConfig: False