blob: b376b20e497323d564adb458fe90eac07d0ed59f [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001###
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
22##########################################################################
23# The following properties should NOT be changed by partner applications.
24##########################################################################
25
26application_user_id = 30000
27post_default_role_id = 16
28clustered = true
29
30#Enable Fusion Mobile capabilities for the application
31mobile_enable = false
32
33# Cache config file is needed on the classpath
34cache_config_file_path = /WEB-INF/classes/cache.ccf
35cache_switch = 199
36cache_load_on_startup = false
37
38user_name = fullName
39decryption_key = AGLDdG4D04BKm2IxIWEr8o==
40
41##########################################################################
42# The following properties MAY require changes by partner applications.
43##########################################################################
44
45#Oracle
46#db.userName=quantumbd
47#db.password=c1syn2yhmr
48#db.connectionURL=jdbc:oracle:thin:todo.link
49#db.hib.dialect=org.hibernate.dialect.Oracle10gDialect
50#db.driver=oracle.jdbc.driver.OracleDriver
51#Hibernate
52#hb.dialect=org.hibernate.dialect.Oracle10gDialect
53#hb.show_sql=true
54
55#Postgre
56#db.userName=XXXX
57#db.password=XXXX
58#db.connectionURL=jdbc:postgresql://XXXX/XX
59#db.hib.dialect=org.hibernate.dialect.PostgreSQLDialect
60#db.driver=org.postgresql.Driver
61#hb.dialect=org.hibernate.dialect.PostgreSQLDialect
62#hb.show_sql=true
63
64#Mysql
65db.driver = com.mysql.jdbc.Driver
66db.connectionURL = jdbc:mysql://localhost:3306/vid_openecomp_epsdk
67db.userName = euser
68db.password = euser
69#db.hib.dialect = org.hibernate.dialect.MySQLDialect
70db.min_pool_size = 5
71db.max_pool_size = 10
72hb.dialect = org.hibernate.dialect.MySQLDialect
73hb.show_sql = true
74hb.idle_connection_test_period = 3600
75app_display_name = VID
76files_path = /tmp
77
78# menu settings
79#menu_query_name = menuData
80#menu_properties_file_location = /WEB-INF/fusion/menu/
81#application_menu_set_name = APP
82#application_menu_attribute_name = applicationMenuData
83#application_menu_properties_name = menu.properties
84#business_direct_menu_set_name = BD
85#business_direct_menu_properties_name = bd.menu.properties
86#business_direct_menu_attribute_name = businessDirectMenuData
87
88application_name = Virtual Infrastructure Deployment
89application_user_id = 30000
90post_default_role_id = 16
91clustered = true
92
93#Enable Fusion Mobile capabilities for the application
94mobile_enable = false
95
96# Cache config file is needed on the classpath
97cache_config_file_path = /WEB-INF/classes/cache.ccf
98cache_switch = 199
99cache_load_on_startup = false
100
101user_name = fullName
102decryption_key = AGLDdG4D04BKm2IxIWEr8o==
103
104#element map files
105element_map_file_path = app/fusionapp/files/
106element_map_icon_path = app/fusionapp/icons/
107
108#aai related properties
109#aai.server.url.base=https://aai.api.openecomp.org:8443/aai/
110#aai.server.url=https://aai.api.openecomp.org:8443/aai/v8/
111#aai.oldserver.url.base=https://aai.api.openecomp.org:8443/aai/servers/
112#aai.oldserver.url=https://aai.api.openecomp.org:8443/aai/servers/v3/
113aai.server.url.base=https://104.239.249.183:8443/aai/
bmattb9fd7822017-09-14 19:30:58 +0000114aai.server.url=https://104.239.249.183:8443/aai/v11/
jimmydot3982f4f2017-05-07 14:58:24 -0400115aai.oldserver.url.base=https://104.239.249.183:8443/aai/servers/
116aai.oldserver.url=https://104.239.249.183:8443/aai/servers/v3/
117aai.truststore.filename=tomcat_keystore
118aai.truststore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
119aai.keystore.filename=tomcat_keystore
120aai.keystore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
121
122aai.vid.username=VID
123aai.vid.passwd.x=OBF:1jm91i0v1jl9
124
125aai.use.client.cert=false
126aai.vnf.provstatus=PREPROV,NVTPROV,PROV,CAPPED
127#Cron Schedules
128log_cron = 0 0/1 * * * ?;
129mylogins_feed_cron = 0 0/60 * * * ?;
130#sessiontimeout_feed_cron = 0 * * * * ? *
131my_login_feed_output_dir = /tmp/MyLogins
132
133# ECOMP Portal Shared Context REST API URL
134ecomp_shared_context_rest_url= https://www.openecomp.org:8080/ecompportal/context
135
136# Link shown in Help menu
137contact_us_link = https://www.openecomp.org/EcompPortal/ECOMP+Portal+Home
138
139# An Unique 128-bit value defined to identify a specific version
140# of an application deployed on a specific virtual machine.
141# This value must be generated and updated by the application
142# which is using the ECOMP SDK at the time of its deployment.
143# Online Unique UUID generator - https://www.uuidgenerator.net/
144instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0
145
146
147
148#authenticate user server
149authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
150
151#MSO related properties
152#simulator
153#mso.server.url=http://localhost:8089
154#dev2dev
155#good
156mso.server.url=https://mso.api.simpledemo.openecomp.org:8443/ecomp/mso/infra
157mso.polling.interval.msecs=2000
158mso.max.polls=3
159mso.user.name=infraportal
160mso.password.x=OBF:1ghz1kfx1j1w1m7w1i271e8q1eas1hzj1m4i1iyy1kch1gdz
161mso.restapi.svc.instance=/serviceInstances/v3
162mso.restapi.vnf.instance=/serviceInstances/v3/<service_instance_id>/vnfs
163mso.restapi.network.instance=/serviceInstances/v3/<service_instance_id>/networks
164mso.restapi.vf.module.instance=/serviceInstances/v3/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules
165mso.restapi.volume.group.instance=/serviceInstances/v3/<service_instance_id>/vnfs/<vnf_instance_id>/volumeGroups
166mso.restapi.get.orc.req=/orchestrationRequests/v3
167mso.restapi.get.orc.reqs=/orchestrationRequests/v3?
168vid.truststore.filename=/opt/app/vid/etc/vid_keystore.jks
169mso.dme2.client.timeout=30000
170mso.dme2.client.read.timeout=120000
171vid.truststore.filename=vid_keystore.jks
172vid.truststore.passwd.x=OBF:1wgg1wfq1uus1uui1x131x0r1x1v1x1j1uvo1uve1wg81wfi
173
174