blob: 02daf651a57fb56a13a416e5fc1cebf1bfe4e37e [file] [log] [blame]
Ittay Stern135fc9d2019-02-21 14:04:39 +02001###
2# ================================================================================
3# eCOMP Portal SDK
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ================================================================================
19###
20# Properties read by ECOMP Core library, ecompSDK-core.jar
21# testing - props 1.0
Ittay Stern135fc9d2019-02-21 14:04:39 +020022
Ittay Stern135fc9d2019-02-21 14:04:39 +020023##########################################################################
24# The following properties MAY require changes by partner applications.
25##########################################################################
26
Ittay Stern135fc9d2019-02-21 14:04:39 +020027cookie_domain = onap.org
Ittay Sternaff68cf2019-08-07 18:39:22 +030028#mysql
Ittay Stern135fc9d2019-02-21 14:04:39 +020029db.driver = org.mariadb.jdbc.Driver
30db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk
31db.userName = euser
32db.password = euser
Ittay Sternaff68cf2019-08-07 18:39:22 +030033db.hib.dialect = org.hibernate.dialect.MySQLDialect
Ittay Stern135fc9d2019-02-21 14:04:39 +020034db.min_pool_size = 5
35db.max_pool_size = 10
36hb.dialect = org.hibernate.dialect.MySQLDialect
37
38hb.show_sql = false # this property is set in logger configuration to keep console output clean
39hb.idle_connection_test_period = 3600
40app_display_name = VID
41files_path = /tmp
42
Ittay Stern135fc9d2019-02-21 14:04:39 +020043application_name = Virtual Infrastructure Deployment
44application_user_id = 30000
45post_default_role_id = 16
46clustered = true
47
48#Enable Fusion Mobile capabilities for the application
49mobile_enable = false
50
51# Cache config file is needed on the classpath
52cache_config_file_path = /WEB-INF/classes/cache.ccf
53cache_switch = 199
54cache_load_on_startup = false
55
56user_name = fullName
Ittay Sternaff68cf2019-08-07 18:39:22 +030057
Ittay Stern135fc9d2019-02-21 14:04:39 +020058decryption_key = AGLDdG4D04BKm2IxIWEr8o==
59
60#element map files
61element_map_file_path = app/fusionapp/files/
62element_map_icon_path = app/fusionapp/icons/
63
Ittay Sternaff68cf2019-08-07 18:39:22 +030064role_management_activated = true
Sonsino, Ofir (os0695)fa9080b2018-11-16 15:01:29 +020065
Ittay Stern135fc9d2019-02-21 14:04:39 +020066#aai related properties
Rina Roib7719ba2019-07-10 15:53:25 +030067aai.server.url.base=http://localhost:1080/aai/
Ittay Sternaff68cf2019-08-07 18:39:22 +030068aai.server.url=http://localhost:1080/aai/v14/
Ittay Stern135fc9d2019-02-21 14:04:39 +020069aai.truststore.filename=tomcat_keystore
70aai.truststore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
71aai.keystore.filename=tomcat_keystore
72aai.keystore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
Ittay Stern135fc9d2019-02-21 14:04:39 +020073aai.vid.username=VID
74aai.vid.passwd.x=OBF:1jm91i0v1jl9
Ittay Stern135fc9d2019-02-21 14:04:39 +020075aai.use.client.cert=false
76aai.vnf.provstatus=PREPROV,NVTPROV,PROV,CAPPED
Einat Vinouzee601bbd2019-07-16 17:17:36 +030077
Ittay Sternaff68cf2019-08-07 18:39:22 +030078# ECOMP Portal Shared Context REST API URL
79ecomp_shared_context_rest_url= https://www.openecomp.org:8080/ecompportal/context
Ittay Stern135fc9d2019-02-21 14:04:39 +020080#Cron Schedules
81log_cron = 0 0/1 * * * ?;
82mylogins_feed_cron = 0 0/60 * * * ?;
83#sessiontimeout_feed_cron = 0 * * * * ? *
84my_login_feed_output_dir = /tmp/MyLogins
85
Ittay Stern135fc9d2019-02-21 14:04:39 +020086# Link shown in Help menu
87contact_us_link = https://www.openecomp.org/EcompPortal/ECOMP+Portal+Home
Rina Roi3b12c6e2019-07-30 12:31:51 +030088homepage_contact_us_url = mailto:portal@lists.onap.org
Ittay Stern135fc9d2019-02-21 14:04:39 +020089
90# An Unique 128-bit value defined to identify a specific version
91# of an application deployed on a specific virtual machine.
92# This value must be generated and updated by the application
93# which is using the ECOMP SDK at the time of its deployment.
94# Online Unique UUID generator - https://www.uuidgenerator.net/
95instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0
96
97
Ittay Stern135fc9d2019-02-21 14:04:39 +020098#MSO related properties
Ittay Sternaff68cf2019-08-07 18:39:22 +030099mso.server.url=http://localhost:1080/mso
100mso.polling.interval.msecs=10000
101mso.max.polls=10
Ittay Stern135fc9d2019-02-21 14:04:39 +0200102mso.user.name=infraportal
103mso.password.x=OBF:1ghz1kfx1j1w1m7w1i271e8q1eas1hzj1m4i1iyy1kch1gdz
Ittay Sternaff68cf2019-08-07 18:39:22 +0300104
Ittay Stern135fc9d2019-02-21 14:04:39 +0200105#E2E is v3
106mso.restapi.svc.e2einstance=/e2eServiceInstances/v3
Eylon Malind01c1852019-09-09 21:18:19 +0300107mso.restapi.service.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances
Ittay Sternaff68cf2019-08-07 18:39:22 +0300108mso.restapi.vnf.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/vnfs
109mso.restapi.vnf.changemanagement.instance=/serviceInstances/v7/<service_instance_id>/vnfs/<vnf_instance_id>/<request_type>
110mso.restapi.network.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/networks
Ittay Stern135fc9d2019-02-21 14:04:39 +0200111mso.restapi.vf.module.scaleout=/serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules/scaleOut
Ittay Sternaff68cf2019-08-07 18:39:22 +0300112mso.restapi.vf.module.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules
Bartosz Gardziejewskief75a692019-04-11 18:31:16 +0200113mso.restapi.workflow.invoke=/instanceManagement/v1/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/workflows/<workflow_UUID>
Eylon Malinf9fae2a2019-09-10 09:54:28 +0300114mso.restapi.volume.group.instance=${mso.restapi.vnf.instance}/<vnf_instance_id>/volumeGroups
Ittay Sternaff68cf2019-08-07 18:39:22 +0300115mso.restapi.instance.group=${mso.restapi.serviceInstantiationApiRoot}/instanceGroups
116mso.restapi.get.orc.req=/orchestrationRequests/v7
117mso.restapi.get.orc.reqs=/orchestrationRequests/v7?
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300118mso.restapi.resume.orc.req=/orchestrationRequests/v7/<request_id>/resume
Ittay Stern135fc9d2019-02-21 14:04:39 +0200119mso.restapi.get.man.tasks=/tasks/v1
Ittay Sternaff68cf2019-08-07 18:39:22 +0300120mso.restapi.configurations=/serviceInstances/v7/<service_instance_id>/configurations
Ittay Stern135fc9d2019-02-21 14:04:39 +0200121mso.restapi.configuration.instance=${mso.restapi.configurations}/<configuration_id>
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300122mso.restapi.changeManagement.workflowSpecifications=/workflowSpecifications/v1/workflows?vnfModelVersionId=<model_version_id>
Ittay Sternaff68cf2019-08-07 18:39:22 +0300123
Ittay Stern135fc9d2019-02-21 14:04:39 +0200124mso.restapi.serviceInstantiationApiRoot=/serviceInstantiation/v7
Ittay Stern135fc9d2019-02-21 14:04:39 +0200125mso.restapi.serviceInstanceAssign=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/assign
126
127mso.restapi.cloudResourcesApiRoot=/cloudResources/v1
128mso.restapi.operationalEnvironment=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments/<operational_environment_id>
129
130mso.restapi.operationalEnvironment.activate=${mso.restapi.operationalEnvironment}/activate
131mso.restapi.operationalEnvironment.deactivate=${mso.restapi.operationalEnvironment}/deactivate
132mso.restapi.operationalEnvironment.create=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments
133
134mso.restapi.cloudResourcesRequestsApiRoot=/cloudResourcesRequests/v1
135mso.restapi.operationalEnvironment.cloudResourcesRequests.status=${mso.restapi.cloudResourcesRequestsApiRoot}?requestId=<request_id>
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300136
Ittay Stern135fc9d2019-02-21 14:04:39 +0200137mso.displayTestAPIOnScreen=true
Ittay Stern4f7c6672019-08-28 10:28:35 +0300138mso.defaultTestAPI=VNF_API
Ittay Stern135fc9d2019-02-21 14:04:39 +0200139mso.maxOpenedInstantiationRequests=20
140mso.asyncPollingIntervalSeconds=1
141refreshTimeInstantiationDashboard=10
142
143vid.truststore.filename=/opt/app/vid/etc/org.onap.vid.trust.jks
144vid.truststore.passwd.x=OBF:1dx01j0e1hs01t981mis1dws156s1ojc1qjc1zsx1pw31qob1qr71pyj1zst1qhy1ojq156i1dua1mm21tb61hvi1j0g1du2
145mso.dme2.client.timeout=30000
146mso.dme2.client.read.timeout=120000
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300147
Ittay Stern19285ff2019-08-26 18:47:58 +0300148scheduler.user.name=test1
149scheduler.password=test2
150
Ittay Stern135fc9d2019-02-21 14:04:39 +0200151scheduler.create.new.vnf.change.instance=/v1/ChangeManagement/schedules/
152scheduler.get.time.slots=/v1/ChangeManagement/schedules/
Ittay Sternaff68cf2019-08-07 18:39:22 +0300153scheduler.server.url=http://localhost:1080/scheduler
154scheduler.delete.schedule=/v1/ChangeManagement/schedules/%s
Ittay Stern135fc9d2019-02-21 14:04:39 +0200155scheduler.submit.new.vnf.change=/v1/ChangeManagement/schedules/{scheduleId}/approvals
Sonsino, Ofir (os0695)fa9080b2018-11-16 15:01:29 +0200156scheduler.get.schedules=/v1/ChangeManagement/schedules/scheduleDetails/
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300157
Ittay Sternaff68cf2019-08-07 18:39:22 +0300158asdc.model.namespace=org.openecomp.
159sdc.svc.api.path=sdc/v1/catalog/services
Ittay Stern5efec2c2019-07-30 18:01:21 +0300160
Ittay Sternaff68cf2019-08-07 18:39:22 +0300161env.mode=dev
162
163features.set.filename=dev.features.properties
164
165# vid instantiation job with 'in-progress' status will be marked as failed after specified time
166# vid.job.max.hoursInProgress should be set to 0 to disable "in-progress timeout"
167# In case of not numeric value, the default value (24) will be used
168vid.asyncJob.maxHoursInProgress=24
Einat Vinouzee601bbd2019-07-16 17:17:36 +0300169vid.asyncJob.howLongToKeepOldJobsInDays=7
170
171# thread definition - count and timeout (in seconds)
172vid.thread.count=50
Eylon Malinc459c7e2019-08-04 18:03:29 +0300173vid.thread.timeout=30