7021990da05feab4b1c417a79e1ce3e39c324de8
[oom.git] / kubernetes / sdnc / resources / config / conf / aaiclient.properties
1 {{/*
2 ###
3 # ============LICENSE_START=======================================================
4 # openECOMP : SDN-C
5 # ================================================================================
6 # Copyright (C) 2018 ONAP Intellectual Property. All rights reserved.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #      http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 ###
21 */}}
22
23 #
24 # Configuration file for A&AI Client
25 #
26
27 #
28 # Certificate keystore and truststore
29 #
30 org.onap.ccsdk.sli.adaptors.aai.ssl.trust=/opt/onap/sdnc/data/stores/truststoreONAPall.jks
31 org.onap.ccsdk.sli.adaptors.aai.ssl.trust.psswd=changeit
32 org.onap.ccsdk.sli.adaptors.aai.host.certificate.ignore=true
33
34 org.onap.ccsdk.sli.adaptors.aai.client.name=${AAI_CLIENT_NAME}
35 org.onap.ccsdk.sli.adaptors.aai.client.psswd=${AAI_CLIENT_PASSWORD}
36
37 org.onap.ccsdk.sli.adaptors.aai.application=openECOMP
38 #
39 # Configuration file for A&AI Client
40 #
41 org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.{{.Release.Namespace}}:8443
42 connection.timeout=60000
43 read.timeout=60000
44
45 # query
46 org.onap.ccsdk.sli.adaptors.aai.path.query=/aai/v13/search/sdn-zone-query
47 org.onap.ccsdk.sli.adaptors.aai.query.nodes=/aai/v13/search/nodes-query?search-node-type={node-type}&filter={entity-identifier}:EQUALS:{entity-name}
48 org.onap.ccsdk.sli.adaptors.aai.query.generic=/aai/v13/search/generic-query?key={identifier}:{value}&start-node-type={start-node-type}&include=complex&depth=3
49
50 # named query
51 org.onap.ccsdk.sli.adaptors.aai.query.named=/aai/search/named-query
52
53 #update
54 org.onap.ccsdk.sli.adaptors.aai.update=/aai/v13/actions/update
55
56 # UBB Notify
57 org.onap.ccsdk.sli.adaptors.aai.path.notify=/aai/v13/actions/notify
58 org.onap.ccsdk.sli.adaptors.aai.notify.selflink.fqdn=<%= @ubbUri %>/restconf/config/L3SDN-API:services/layer3-service-list/{service-instance-id}
59 org.onap.ccsdk.sli.adaptors.aai.notify.selflink.avpn=<%= @ubbUri %>/restconf/config/L3AVPN-EVC-API:services/service-list/{service-instance-id}/service-data/avpn-logicalchannel-information
60
61 # P-Interfaces
62 org.onap.ccsdk.sli.adaptors.aai.path.pserver.pinterfaces=/aai/v13/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces
63 org.onap.ccsdk.sli.adaptors.aai.path.pserver.pinterface=/aai/v13/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}
64
65 # VNF IMAGES
66 org.onap.ccsdk.sli.adaptors.aai.path.vnf.images=/aai/v13/service-design-and-creation/vnf-images
67 org.onap.ccsdk.sli.adaptors.aai.path.vnf.image=/aai/v13/service-design-and-creation/vnf-images/vnf-image/{att-uuid}
68 org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v13/service-design-and-creation/vnf-images/vnf-image?application={application_model}&application-vendor={application_vendor}
69
70 # service instance
71 org.onap.ccsdk.sli.adaptors.aai.path.svcinst.query=/aai/v13/search/generic-query?key=service-instance.service-instance-id:{svc-instance-id}&start-node-type=service-instance&include=service-instance
72 org.onap.ccsdk.sli.adaptors.aai.path.service.instance=/aai/v13/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}
73
74 # VNF IMAGES QUERY
75 org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v13/service-design-and-creation/vnf-images/vnf-image?application={application_model}&application-vendor={application_vendor}
76
77 #
78 # Formatting
79 #
80 org.onap.ccsdk.sli.adaptors.aai.param.format=filter=%s:%s
81 org.onap.ccsdk.sli.adaptors.aai.param.vnf_type=vnf-type
82 org.onap.ccsdk.sli.adaptors.aai.param.physical.location.id=physical-location-id
83 org.onap.ccsdk.sli.adaptors.aai.param.service.type=service-type