[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / WEB-INF / conf / system.properties
1 ###
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
26 application_user_id           = 30000
27 post_default_role_id          = 16
28 clustered                     = true
29
30 #Enable Fusion Mobile capabilities for the application
31 mobile_enable                             = false
32
33 # Cache config file is needed on the classpath
34 cache_config_file_path        = /WEB-INF/classes/cache.ccf
35 cache_switch                  = 199
36 cache_load_on_startup         = false
37
38 user_name                                         = fullName
39 decryption_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
65 db.driver = com.mysql.jdbc.Driver
66 db.connectionURL = jdbc:mysql://localhost:3306/vid_openecomp
67 db.userName = euser
68 db.password = euser
69 #db.hib.dialect = org.hibernate.dialect.MySQLDialect
70 db.min_pool_size = 5
71 db.max_pool_size = 10
72 hb.dialect = org.hibernate.dialect.MySQLDialect
73 hb.show_sql = true
74 hb.idle_connection_test_period = 3600
75 app_display_name                                          = VID
76 files_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
88 application_name              = Virtual Infrastructure Deployment
89 application_user_id           = 30000
90 post_default_role_id          = 16
91 clustered                     = true
92
93 #Enable Fusion Mobile capabilities for the application
94 mobile_enable                             = false
95
96 # Cache config file is needed on the classpath
97 cache_config_file_path        = /WEB-INF/classes/cache.ccf
98 cache_switch                  = 199
99 cache_load_on_startup         = false
100
101 user_name                                         = fullName
102 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
103
104 #element map files
105 element_map_file_path = /tmp
106 element_map_icon_path = app/vid/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/
113 aai.truststore.filename=tomcat_keystore
114 aai.truststore.passwd.x=5c84906b14912dbe96154e09b1e1db90e31f8dedb08e3e6c9f17da3f926cb67b33e4229cc1fe0f59c996d2e38b8ded42
115 aai.keystore.filename=tomcat_keystore
116 aai.keystore.passwd.x=5c84906b14912dbe96154e09b1e1db90e31f8dedb08e3e6c9f17da3f926cb67b33e4229cc1fe0f59c996d2e38b8ded42
117
118 aai.vid.username=VID
119 aai.vid.passwd.x=b78b4808b37a8aadf02a5cc0004f1ad0
120
121 #Cron Schedules
122 log_cron                      = 0 0/1 * * * ?;
123 mylogins_feed_cron            = 0 0/60 * * * ?;
124 #sessiontimeout_feed_cron         = 0 * * * * ? *
125 my_login_feed_output_dir      = /tmp/MyLogins
126
127 # ECOMP Portal Shared Context REST API URL
128 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
129 # Link shown in Help menu
130 contact_us_link = https://todo_contact_us_link.com
131
132 # An Unique 128-bit value defined to identify a specific version
133 # of an application deployed on a specific virtual machine.
134 # This value must be generated and updated by the application 
135 # which is using the ECOMP SDK at the time of its deployment.
136 # Online Unique UUID generator - https://www.uuidgenerator.net/
137 instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0
138
139 # R Cloud feature - configure this property to enable notebook feature - for more details on RCloud please visit https://rcloud.social/index.html
140 guard_notebook_url=
141
142 #authenticate user server
143 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
144
145 #MSO related properties
146 #simulator
147 #mso.server.url=http://localhost:8089
148 #dev2dev
149 #good
150 mso.server.url=http://mso.api.openecomp.org:8080/ecomp/mso/infra
151
152 mso.polling.interval.msecs=2000
153 mso.max.polls=3
154 mso.user.name=infraportal
155 mso.password.x=3a2149041dc0dea3c1f81cfc43a2763c
156 mso.restapi.svc.instance=/serviceInstances/v2
157 mso.restapi.vnf.instance=/serviceInstances/v2/<service_instance_id>/vnfs
158 mso.restapi.network.instance=/serviceInstances/v2/<service_instance_id>/networks
159 mso.restapi.vf.module.instance=/serviceInstances/v2/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules
160 mso.restapi.volume.group.instance=/serviceInstances/v2/<service_instance_id>/vnfs/<vnf_instance_id>/volumeGroups
161 mso.restapi.get.orc.req=/orchestrationRequests/v2
162 mso.restapi.get.orc.reqs=/orchestrationRequests/v2?
163 vid.truststore.filename=/opt/app/vid/etc/vid_keystore.jks
164 mso.dme2.client.timeout=30000
165 mso.dme2.client.read.timeout=120000
166 vid.truststore.filename=C:\\Temp\\vid_keystore.jks
167 vid.truststore.passwd.x=2d62e3c5650609e65716a957b6fed983
168 mso.dme2.server.url=http://mso.api.openecomp.org/services/ecomp/mso?version=1607&envContext=TEST&routeOffer=st_mtsnj
169 mso.dme2.enabled=false
170
171