X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=epsdk-app-onap%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fconf%2Fsystem_template.properties;h=570368f969b5d432036d81b6b29106259f89f061;hb=d01c185ffbb1a41a4c9773ab416b04a0a770c2a2;hp=0731963078ab6dc040290c5464d6f7c431ebd9a6;hpb=bef8d8ad7597f3fec56d49152d15a3bc072feb37;p=vid.git diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 073196307..570368f96 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -1,121 +1,160 @@ -#DB Info -#db.userName=XXXX -#db.password=XXXX -#db.connectionURL=jdbc:oracle:thin:@XXXX/XX -#db.hib.dialect=org.hibernate.dialect.Oracle10gDialect -#db.driver=oracle.jdbc.driver.OracleDriver -#Hibernate -#hb.dialect=org.hibernate.dialect.Oracle10gDialect -#hb.show_sql=true - -#Postgre -#db.userName=XXXX -#db.password=XXXX -#db.connectionURL=jdbc:postgresql://XXXX/XX -#db.hib.dialect=org.hibernate.dialect.PostgreSQLDialect -#db.driver=org.postgresql.Driver -#hb.dialect=org.hibernate.dialect.PostgreSQLDialect -#hb.show_sql=true - -cookie_domain = onap.org -#mysql -db.driver = org.mariadb.jdbc.Driver -db.connectionURL = jdbc:mariadb://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME} -db.userName = ${VID_MYSQL_USER} -db.password = ${VID_MYSQL_PASS} -db.hib.dialect = org.hibernate.dialect.MySQLDialect -db.min_pool_size = 5 -db.max_pool_size = 10 -hb.dialect = org.hibernate.dialect.MySQLDialect -hb.show_sql = true -hb.idle_connection_test_period = 3600 -app_display_name = ${VID_APP_DISPLAY_NAME} -files_path = /tmp - -# menu settings -#menu_query_name = menuData -#menu_properties_file_location = /WEB-INF/fusion/menu/ -#application_menu_set_name = APP -#application_menu_attribute_name = applicationMenuData -#application_menu_properties_name = menu.properties -#business_direct_menu_set_name = BD -#business_direct_menu_properties_name = bd.menu.properties -#business_direct_menu_attribute_name = businessDirectMenuData - -application_name = Virtual Infrastructure Deployment -application_user_id = 30000 -post_default_role_id = 16 -clustered = true - -#Enable Fusion Mobile capabilities for the application -mobile_enable = false - -# Cache config file is needed on the classpath -cache_config_file_path = /WEB-INF/classes/cache.ccf -cache_switch = 199 -cache_load_on_startup = false - -user_name = fullName - -decryption_key = ${VID_DECRYPTION_KEY} - -#element map files -element_map_file_path = /tmp -element_map_icon_path = app/vid/icons/ - -#aai related properties -aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/ -aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v13/ -aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/ -aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/ -aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME} -aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X} -aai.keystore.filename=${AAI_KEYSTORE_FILENAME} -aai.keystore.passwd.x=${AAI_KEYSTORE_PASSWD_X} -aai.vid.username=${AAI_VID_UID} -aai.vid.passwd.x=${AAI_VID_PASSWD_X} -aai.use.client.cert=${AAI_USE_CLIENT_CERT} -aai.vnf.provstatus=${AAI_VNF_PROVSTATUS} - -# ECOMP Portal Shared Context REST API URL -ecomp_shared_context_rest_url=${VID_ECOMP_SHARED_CONTEXT_REST_URL} -# Link shown in Help menu -contact_us_link=${VID_CONTACT_US_LINK} -#Cron Schedules -log_cron = 0 0/1 * * * ?; -mylogins_feed_cron = 0 0/60 * * * ?; -#sessiontimeout_feed_cron = 0 * * * * ? * -my_login_feed_output_dir = ${VID_MYLOGIN_FEED_DIRECTORY} - -# An Unique 128-bit value defined to identify a specific version -# of an application deployed on a specific virtual machine. -# This value must be generated and updated by the application -# which is using the ECOMP SDK at the time of its deployment. -# Online Unique UUID generator - https://www.uuidgenerator.net/ -instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0 - - -#MSO related properties -#simulator -mso.server.url=${VID_MSO_SERVER_URL} -mso.polling.interval.msecs=${MSO_POLLING_INTERVAL_MSECS} -mso.max.polls=10 -mso.user.name=${VID_MSO_USER} -mso.password.x=${VID_MSO_PASS} -#E2E is v3 -mso.restapi.svc.e2einstance=/ecomp/mso/infra/e2eServiceInstances/v3 -mso.restapi.svc.instance=/ecomp/mso/infra/serviceInstances/v6 -mso.restapi.vnf.instance=/ecomp/mso/infra/serviceInstances/v6//vnfs -mso.restapi.vnf.changemanagement.instance=/ecomp/mso/infra/serviceInstances/v6//vnfs// -mso.restapi.network.instance=/ecomp/mso/infra/serviceInstances/v6//networks -mso.restapi.vf.module.instance=/ecomp/mso/infra/serviceInstances/v6//vnfs//vfModules -mso.restapi.volume.group.instance=/ecomp/mso/infra/serviceInstances/v6//vnfs//volumeGroups -mso.restapi.get.orc.req=/ecomp/mso/infra/orchestrationRequests/v6 -mso.restapi.get.orc.reqs=/ecomp/mso/infra/orchestrationRequests/v6? -vid.truststore.filename=${VID_TRUSTSTORE_FILE} -vid.truststore.passwd.x=${VID_TRUSTSTORE_PASS} -mso.dme2.client.timeout=${MSO_DME2_CLIENT_TIMEOUT} -mso.dme2.client.read.timeout=${MSO_DME2_CLIENT_READ_TIMEOUT} -mso.dme2.server.url=${MSO_DME2_SERVER_URL} -mso.dme2.enabled=${MSO_DME2_ENABLED} - +### +# ================================================================================ +# eCOMP Portal SDK +# ================================================================================ +# Copyright (C) 2017 AT&T Intellectual Property +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ================================================================================ +### + +########################################################################## +# The following properties MAY require changes by partner applications. +########################################################################## + +cookie_domain = onap.org +#mysql +db.driver = org.mariadb.jdbc.Driver +db.connectionURL = jdbc:mariadb://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME} +db.userName = ${VID_MYSQL_USER} +db.password = ${VID_MYSQL_PASS} +db.hib.dialect = org.hibernate.dialect.MySQLDialect +db.min_pool_size = 5 +db.max_pool_size = 10 +hb.dialect = org.hibernate.dialect.MySQLDialect + +hb.show_sql = false # this property is set in logger configuration to keep console output clean +hb.idle_connection_test_period = 3600 +app_display_name = ${VID_APP_DISPLAY_NAME} +files_path = /tmp + +application_name = Virtual Infrastructure Deployment +application_user_id = 30000 +post_default_role_id = 16 +clustered = true + +#Enable Fusion Mobile capabilities for the application +mobile_enable = false + +# Cache config file is needed on the classpath +cache_config_file_path = /WEB-INF/classes/cache.ccf +cache_switch = 199 +cache_load_on_startup = false + +user_name = fullName + +decryption_key = ${VID_DECRYPTION_KEY} + +#element map files +element_map_file_path = /tmp +element_map_icon_path = app/vid/icons/ + +role_management_activated = false + +#aai related properties +aai.server.url.base=${VID_AAI_URL}/aai/ +aai.server.url=${VID_AAI_URL}/aai/v13/ +aai.oldserver.url.base=${VID_AAI_URL}/aai/servers/ +aai.oldserver.url=${VID_AAI_URL}/aai/servers/v3/ +aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME} +aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X} +aai.keystore.filename=${AAI_KEYSTORE_FILENAME} +aai.keystore.passwd.x=${AAI_KEYSTORE_PASSWD_X} +aai.vid.username=${AAI_VID_UID} +aai.vid.passwd.x=${AAI_VID_PASSWD_X} +aai.use.client.cert=${AAI_USE_CLIENT_CERT} +aai.vnf.provstatus=${AAI_VNF_PROVSTATUS} + +# ECOMP Portal Shared Context REST API URL +ecomp_shared_context_rest_url=${VID_ECOMP_SHARED_CONTEXT_REST_URL} +#Cron Schedules +log_cron = 0 0/1 * * * ?; +mylogins_feed_cron = 0 0/60 * * * ?; +#sessiontimeout_feed_cron = 0 * * * * ? * +my_login_feed_output_dir = ${VID_MYLOGIN_FEED_DIRECTORY} + +# Link shown in Help menu +contact_us_link=${VID_CONTACT_US_LINK} +homepage_contact_us_url= mailto:portal@lists.onap.org + +# An Unique 128-bit value defined to identify a specific version +# of an application deployed on a specific virtual machine. +# This value must be generated and updated by the application +# which is using the ECOMP SDK at the time of its deployment. +# Online Unique UUID generator - https://www.uuidgenerator.net/ +instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0 + + +#MSO related properties +mso.server.url=${VID_MSO_SERVER_URL} +mso.polling.interval.msecs=${MSO_POLLING_INTERVAL_MSECS} +mso.max.polls=10 +mso.user.name=${VID_MSO_USER} +mso.password.x=${VID_MSO_PASS} + +#E2E is v3 +mso.restapi.svc.e2einstance=/e2eServiceInstances/v3 +mso.restapi.service.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances +mso.restapi.vnf.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances//vnfs +mso.restapi.vnf.changemanagement.instance=/serviceInstances/v7//vnfs// +mso.restapi.network.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances//networks +mso.restapi.vf.module.scaleout=/serviceInstantiation/v7/serviceInstances//vnfs//vfModules/scaleOut +mso.restapi.vf.module.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances//vnfs//vfModules +mso.restapi.workflow.invoke=/instanceManagement/v1/serviceInstances//vnfs//workflows/ +mso.restapi.volume.group.instance=/serviceInstances/v7//vnfs//volumeGroups +mso.restapi.instance.group=${mso.restapi.serviceInstantiationApiRoot}/instanceGroups +mso.restapi.get.orc.req=/orchestrationRequests/v7 +mso.restapi.get.orc.reqs=/orchestrationRequests/v7? +mso.restapi.resume.orc.req=/orchestrationRequests/v7//resume +mso.restapi.get.man.tasks=/tasks/v1 +mso.restapi.configurations=/serviceInstances/v7//configurations +mso.restapi.configuration.instance=${mso.restapi.configurations}/ +mso.restapi.changeManagement.workflowSpecifications=/workflowSpecifications/v1/workflows?vnfModelVersionId= + +mso.restapi.serviceInstantiationApiRoot=/serviceInstantiation/v7 +mso.restapi.serviceInstanceAssign=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/assign + +mso.restapi.cloudResourcesApiRoot=/cloudResources/v1 +mso.restapi.operationalEnvironment=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments/ + +mso.restapi.operationalEnvironment.activate=${mso.restapi.operationalEnvironment}/activate +mso.restapi.operationalEnvironment.deactivate=${mso.restapi.operationalEnvironment}/deactivate +mso.restapi.operationalEnvironment.create=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments + +mso.restapi.cloudResourcesRequestsApiRoot=/cloudResourcesRequests/v1 +mso.restapi.operationalEnvironment.cloudResourcesRequests.status=${mso.restapi.cloudResourcesRequestsApiRoot}?requestId= + +mso.displayTestAPIOnScreen=true +mso.defaultTestAPI=GR_API +mso.maxOpenedInstantiationRequests=20 +mso.asyncPollingIntervalSeconds=1 +refreshTimeInstantiationDashboard=10 + +vid.truststore.filename=${VID_TRUSTSTORE_FILE} +vid.truststore.passwd.x=${VID_TRUSTSTORE_PASS} +mso.dme2.client.timeout=${MSO_DME2_CLIENT_TIMEOUT} +mso.dme2.client.read.timeout=${MSO_DME2_CLIENT_READ_TIMEOUT} +mso.dme2.server.url=${MSO_DME2_SERVER_URL} +mso.dme2.enabled=${MSO_DME2_ENABLED} + +asdc.model.namespace=org.openecomp. +sdc.svc.api.path=sdc/v1/catalog/services + +features.set.filename=onap.features.properties + +vid.asyncJob.maxHoursInProgress=24 +vid.asyncJob.howLongToKeepOldJobsInDays=7 + +# thread definition - count and timeout (in seconds) +vid.thread.count=50 +vid.thread.timeout=30