Implant vid-app-common org.onap.vid.job (main and test)
[vid.git] / vid-app-common / src / test / resources / WEB-INF / conf / system.properties
1 #DB Info
2 #db.userName=XXXX
3 #db.password=XXXX
4 #db.connectionURL=jdbc:oracle:thin:@XXXX/XX
5 #db.hib.dialect=org.hibernate.dialect.Oracle10gDialect
6 #db.driver=oracle.jdbc.driver.OracleDriver
7 #Hibernate 
8 #hb.dialect=org.hibernate.dialect.Oracle10gDialect
9 #hb.show_sql=true
10
11 #Postgre
12 #db.userName=XXXX
13 #db.password=XXXX
14 #db.connectionURL=jdbc:postgresql://XXXX/XX
15 #db.hib.dialect=org.hibernate.dialect.PostgreSQLDialect
16 #db.driver=org.postgresql.Driver
17 #hb.dialect=org.hibernate.dialect.PostgreSQLDialect
18 #hb.show_sql=true
19
20 #Mysql
21 db.driver = com.mysql.jdbc.Driver
22 #db.connectionURL = jdbc:mysql://demeter.homer.att.com:3306/ecomp_sdk_1707_att
23 db.connectionURL = jdbc:mysql://localhost:3306/vid_portal
24 db.userName = euser
25 db.password = euser
26 db.hib.dialect = org.hibernate.dialect.MySQLDialect
27 db.min_pool_size = 5
28 db.max_pool_size = 10
29 hb.dialect = org.hibernate.dialect.MySQLDialect
30 # SQL statements are logged to stdout
31 hb.show_sql = true
32 hb.idle_connection_test_period = 3600
33 app_display_name                                          = VID
34 files_path = /opt/app/vid/license
35
36 # menu settings
37 #menu_query_name                      = menuData
38 #menu_properties_file_location        = /WEB-INF/fusion/menu/
39 #application_menu_set_name            = APP
40 #application_menu_attribute_name      = applicationMenuData
41 #application_menu_properties_name     = menu.properties
42 #business_direct_menu_set_name        = BD
43 #business_direct_menu_properties_name = bd.menu.properties
44 #business_direct_menu_attribute_name  = businessDirectMenuData
45
46 application_name              = Virtual Infrastructure Deployment
47 application_user_id           = 30000
48 post_default_role_id          = 16
49 clustered                     = true
50
51 #Enable Fusion Mobile capabilities for the application
52 mobile_enable                             = false
53
54 # Cache config file is needed on the classpath
55 cache_config_file_path        = /WEB-INF/classes/cache.ccf
56 cache_switch                  = 199
57 cache_load_on_startup         = false
58
59 user_name                                         = fullName
60
61 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
62
63
64 #element map files
65 #element_map_file_path = /tmp
66 #element_map_icon_path = app/vid/icons/
67 element_map_file_path = app/fusionapp/files/
68 element_map_icon_path = app/fusionapp/icons/
69
70 role_management_activated = false
71
72 #aai related properties
73 #dev server
74 #ist servers
75 aai.server.url.base=http://localhost:8080/vidSimulator/aai/
76 aai.server.url=http://localhost:8080/vidSimulator/aai/v12/
77 #aai.server.url=http://localhost:1080/aai
78 aai.vid.username=vid@vid.onap.org
79 aai.vid.passwd.x=OBF:1fia1ju61l871lfe18xp18xr18xt1lc41l531jrk1fek
80
81
82
83
84
85
86
87
88 aai.truststore.filename=tomcat_keystore
89 aai.truststore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
90 aai.keystore.filename=aai-client-cert.p12
91 aai.keystore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
92 aai.use.client.cert=false
93 aai.vnf.provstatus=PREPROV,NVTPROV,PROV,CAPPED
94
95 #Cron Schedules have 6 required fields and 1 optional field:
96 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
97 log_cron                      = 0 0/1 * * * ?;
98 mylogins_feed_cron            = 0 0/60 * * * ?;
99 #sessiontimeout_feed_cron         = 0 * * * * ? *
100 my_login_feed_output_dir      = /tmp/MyLogins
101
102 # ECOMP Portal Shared Context REST API URL
103 ecomp_shared_context_rest_url= https://www.ecomp.att.com:8080/ecompportal/context
104
105 # Link shown in Help menu
106 contact_us_link = https://wiki.web.att.com/display/EcompPortal/ECOMP+Portal+Home
107
108 # Camunda cockpit link
109 camunda_cockpit_link = https://cloopwf.client.research.att.com:8443/camunda/app/cockpit/default/#/dashboard
110 # An Unique 128-bit value defined to identify a specific version
111 # of an application deployed on a specific virtual machine.
112 # This value must be generated and updated by the application
113 # which is using the ECOMP SDK at the time of its deployment.
114 # Online Unique UUID generator - https://www.uuidgenerator.net/
115 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
116
117 #  R Cloud feature
118 guard_notebook_url=https://rcloud.research.att.com/mini.html?notebook=a06a9cf14211012e221bf842c168849d&
119
120 #ECOMP redirect url
121 #ecomp_redirect_url = https://webtest.csp.att.com/ecomp_portal_dev_n1/ecompui/process_csp
122 #ecomp_rest_url = https://webtest.csp.att.com/ecomp_portal_dev_n1/ecompui/auxapi
123 # Replace these default values with the ones for your specific App.  Ecomp Portal admin obtains from EP website.
124 #ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-90
125 #ueb_app_key = sYH0NJnsKmJC1B2A
126 #ueb_app_secret = YOtknsT2wVFz9WISlSPDaAtd
127
128
129 #Policy related properties
130 #simulator
131 policy.server.url=http://localhost:8080/pdp
132 policy.get.config=/api/getConfig
133 policy.ClientAuth=
134 policy.client.mechId=
135 policy.client.password=
136 policy.username=
137 policy.password=
138 policy.Authorization=
139 policy.environment=
140
141 #MSO related properties
142 #simulator
143 #mso.server.url=http://localhost:8089
144 #mso.server.url=https://msoapih-app.mtsnj.aic.cip.att.com:8443/ecomp/mso/infra
145 #dev2dev
146 #good
147 #dev
148 #mso.server.url=http://mtanjv9moah10-eth0.aic.cip.att.com:8080/ecomp/mso/infra
149 #istScrum-Master
150 mso.restapi.svc.e2einstance=/e2eServiceInstances/v3
151 mso.client.type=LOCAL
152 mso.server.url=http://vm1.mso.simpledemo.openecomp.org:8080
153 mso.polling.interval.msecs=10000
154 mso.max.polls=10
155 mso.user.name=infraportal
156 mso.password.x=OBF:1ghz1kfx1j1w1m7w1i271e8q1eas1hzj1m4i1iyy1kch1gdz
157 mso.restapi.svc.instance=/serviceInstances/v7
158 mso.restapi.svc.instance.deleteAndUnassign=/serviceInstantiation/v7/serviceInstances
159 mso.restapi.vnf.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/vnfs
160 mso.restapi.vnf.changemanagement.instance=/serviceInstances/v7/<service_instance_id>/vnfs/<vnf_instance_id>/<request_type>
161 mso.restapi.network.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/networks
162 mso.restapi.vf.module.scaleout=/serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules/scaleOut
163 mso.restapi.vf.module.instance=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules
164 mso.restapi.workflow.invoke=/instanceManagement/v1/serviceInstances/<service_instance_id>/vnfs/<vnf_instance_id>/workflows/<workflow_UUID>
165 mso.restapi.volume.group.instance=/serviceInstances/v7/<service_instance_id>/vnfs/<vnf_instance_id>/volumeGroups
166 mso.restapi.instance.group=${mso.restapi.serviceInstantiationApiRoot}/instanceGroups
167 mso.restapi.get.orc.req=/orchestrationRequests/v7
168 mso.restapi.get.orc.reqs=/orchestrationRequests/v7?
169 mso.restapi.resume.orc.req=/orchestrationRequests/v7/<request_id>/resume
170 mso.restapi.get.man.tasks=/tasks/v1
171 mso.restapi.configurations=/serviceInstances/v6/<service_instance_id>/configurations
172 mso.restapi.configuration.instance=${mso.restapi.configurations}<configuration_id>
173 mso.restapi.changeManagement.workflowSpecifications=/workflowSpecifications/v1/workflows?vnfModelVersionId=<model_version_id>
174
175 mso.restapi.serviceInstantiationApiRoot=/serviceInstantiation/v7
176 mso.restapi.serviceInstanceCreate=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances
177 mso.restapi.serviceInstanceAssign=${mso.restapi.serviceInstantiationApiRoot}/serviceInstances/assign
178
179 mso.restapi.cloudResourcesApiRoot=/cloudResources/v1
180 mso.restapi.operationalEnvironment=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments/<operational_environment_id>
181
182 mso.restapi.operationalEnvironment.activate=${mso.restapi.operationalEnvironment}/activate
183 mso.restapi.operationalEnvironment.deactivate=${mso.restapi.operationalEnvironment}/deactivate
184 mso.restapi.operationalEnvironment.create=${mso.restapi.cloudResourcesApiRoot}/operationalEnvironments
185
186 mso.restapi.cloudResourcesRequestsApiRoot=/cloudResourcesRequests/v1
187 mso.restapi.operationalEnvironment.cloudResourcesRequests.status=${mso.restapi.cloudResourcesRequestsApiRoot}?requestId=<request_id>
188
189 vid.truststore.filename=/opt/app/vid/etc/vid_keystore.jks
190 mso.dme2.client.timeout=30000
191 mso.dme2.client.read.timeout=120000
192
193
194 scheduler.server.url=http://localhost:8080/vidSimulator/scheduler
195
196 ##scheduler authentication credentials
197 scheduler.user.name=test1
198 scheduler.password=test2
199
200 scheduler.create.new.vnf.change.instance=/v1/ChangeManagement/schedules/
201 scheduler.submit.new.vnf.change=/v1/ChangeManagement/schedules/{scheduleId}/approvals
202 scheduler.delete.schedule=/v1/ChangeManagement/schedules/%s
203 scheduler.get.time.slots=/v1/ChangeManagement/schedules/
204 scheduler.get.schedules=/v1/ChangeManagement/schedules/scheduleDetails/
205
206 vid.truststore.passwd.x=OBF:1wgg1wfq1uus1uui1x131x0r1x1v1x1j1uvo1uve1wg81wfi
207 #mso.dme2.server.url=http://mso-api-handler-anap-v1.mso.ecomp.att.com/services/ecomp/mso?
208 mso.dme2.server.url=http://mso-api-handler-anap-v1.mso.ecomp.att.com/services/ecomp/mso?version=1607&envContext=TEST&routeOffer=st_mtsnj
209 #mso.dme2.server.url=https://ActiveAndAvailableInventory-CloudNetwork-v1.aai.att.com/aai?version=1&envContext=DEV&routeOffer=devINT1
210 mso.dme2.enabled=false
211 asdc.model.namespace=org.openecomp.
212 sdc.svc.api.path=sdc/v1/catalog/services
213 sdc.resource.api.path=sdc/v1/catalog/resource
214
215 #large amount for tests that generated a lot of jobs (more then 20)
216 mso.maxOpenedInstantiationRequests=200
217 mso.asyncPollingIntervalSeconds=0
218
219 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
220 # Only required for applications using WebJunction or FE/BE separation.  For example:
221 # app_base_url = https://www.e-access.att.com/app_junction/app_context/
222
223 vid.asyncJob.howLongToKeepOldJobsInDays=7
224
225 # thread definition - count and timeout (in seconds)
226 vid.thread.count=50
227 vid.thread.timeout=30