Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / sdnc / resources / config / conf / blueprints-processor-adaptor.properties
1 {{/*
2 ###
3 # Copyright � 2017-2018 AT&T Intellectual Property.
4 # Modifications Copyright � 2018 IBM.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 ###
18 #
19 # Configuration file for SDNC Controller Module
20 #
21 */}}
22
23 org.onap.ccsdk.features.blueprints.adaptors.envtype=solo
24
25 # Config Generator Microservices
26 org.onap.ccsdk.features.blueprints.adaptors.modelservice.type=generic
27 org.onap.ccsdk.features.blueprints.adaptors.modelservice.enable=true
28 org.onap.ccsdk.features.blueprints.adaptors.modelservice.url=http://controller-blueprints:8080/api/v1/
29 org.onap.ccsdk.features.blueprints.adaptors.modelservice.user=${MODELSERVICE_USER}
30 org.onap.ccsdk.features.blueprints.adaptors.modelservice.passwd=${MODELSERVICE_PASSWORD}
31
32 # Generic RESTCONF Adaptor
33 org.onap.ccsdk.features.blueprints.adaptors.restconf.type=generic
34 org.onap.ccsdk.features.blueprints.adaptors.restconf.enable=true
35 org.onap.ccsdk.features.blueprints.adaptors.restconf.user=${RESTCONF_USER}
36 org.onap.ccsdk.features.blueprints.adaptors.restconf.passwd=${RESTCONF_PASSWORD}
37 org.onap.ccsdk.features.blueprints.adaptors.restconf.url=http://sdnc:8282/restconf/