[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / WEB-INF / conf / system_template.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://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME}
23 db.userName = ${VID_MYSQL_USER}
24 db.password = ${VID_MYSQL_PASS}
25 db.hib.dialect = org.hibernate.dialect.MySQLDialect
26 db.min_pool_size = 5
27 db.max_pool_size = 10
28 hb.dialect = org.hibernate.dialect.MySQLDialect
29 hb.show_sql = true
30 hb.idle_connection_test_period = 3600
31 app_display_name = ${VID_APP_DISPLAY_NAME}
32 files_path = /tmp
33
34 # menu settings
35 #menu_query_name                      = menuData
36 #menu_properties_file_location        = /WEB-INF/fusion/menu/
37 #application_menu_set_name            = APP
38 #application_menu_attribute_name      = applicationMenuData
39 #application_menu_properties_name     = menu.properties
40 #business_direct_menu_set_name        = BD
41 #business_direct_menu_properties_name = bd.menu.properties
42 #business_direct_menu_attribute_name  = businessDirectMenuData
43
44 application_name              = Virtual Infrastructure Design
45 application_user_id           = 30000
46 post_default_role_id          = 16
47 clustered                     = true
48
49 #Enable Fusion Mobile capabilities for the application
50 mobile_enable = false
51
52 # Cache config file is needed on the classpath
53 cache_config_file_path        = /WEB-INF/classes/cache.ccf
54 cache_switch                  = 199
55 cache_load_on_startup         = false
56
57 user_name = fullName
58
59 decryption_key = ${VID_DECRYPTION_KEY}
60
61 #element map files
62 element_map_file_path = /tmp
63 element_map_icon_path = app/vid/icons/
64
65 #aai related properties
66 aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/
67 aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v8/
68 aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/
69 aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/
70 aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME}
71 aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X}
72 aai.keystore.filename=${AAI_KEYSTORE_FILENAME}
73 aai.keystore.passwd.x=${AAI_KEYSTORE_PASSWD_X}
74 aai.vid.username=${AAI_VID_UID}
75 aai.vid.passwd.x=${AAI_VID_PASSWD_X}
76
77 # ECOMP Portal Shared Context REST API URL
78 ecomp_shared_context_rest_url=${VID_ECOMP_SHARED_CONTEXT_REST_URL}
79 # Link shown in Help menu
80 contact_us_link=${VID_CONTACT_US_LINK}
81 #Cron Schedules
82 log_cron                      = 0 0/1 * * * ?;
83 mylogins_feed_cron            = 0 0/60 * * * ?;
84 #sessiontimeout_feed_cron         = 0 * * * * ? *
85 my_login_feed_output_dir      = ${VID_MYLOGIN_FEED_DIRECTORY}
86
87 # An Unique 128-bit value defined to identify a specific version
88 # of an application deployed on a specific virtual machine.
89 # This value must be generated and updated by the application 
90 # which is using the ECOMP SDK at the time of its deployment.
91 # Online Unique UUID generator - https://www.uuidgenerator.net/
92 instance_uuid=292b461a-2954-4b63-a3f9-f916c7ad3bc0
93
94
95 #MSO related properties
96 #simulator
97 mso.server.url=${VID_MSO_SERVER_URL}
98 mso.polling.interval.msecs=${MSO_POLLING_INTERVAL_MSECS}
99 mso.max.polls=10
100 mso.user.name=${VID_MSO_USER}
101 mso.password.x=${VID_MSO_PASS}
102 mso.restapi.svc.instance=/ecomp/mso/infra/serviceInstances/v2
103 mso.restapi.vnf.instance=/ecomp/mso/infra/serviceInstances/v2/<service_instance_id>/vnfs
104 mso.restapi.network.instance=/ecomp/mso/infra/serviceInstances/v2/<service_instance_id>/networks
105 mso.restapi.vf.module.instance=/ecomp/mso/infra/serviceInstances/v2/<service_instance_id>/vnfs/<vnf_instance_id>/vfModules
106 mso.restapi.volume.group.instance=/ecomp/mso/infra/serviceInstances/v2/<service_instance_id>/vnfs/<vnf_instance_id>/volumeGroups
107 mso.restapi.get.orc.req=/ecomp/mso/infra/orchestrationRequests/v2
108 mso.restapi.get.orc.reqs=/ecomp/mso/infra/orchestrationRequests/v2?
109 vid.truststore.filename=${VID_TRUSTSTORE_FILE}
110 vid.truststore.passwd.x=${VID_TRUSTSTORE_PASS}
111 mso.dme2.client.timeout=${MSO_DME2_CLIENT_TIMEOUT}
112 mso.dme2.client.read.timeout=${MSO_DME2_CLIENT_READ_TIMEOUT}
113 mso.dme2.server.url=${MSO_DME2_SERVER_URL}
114 mso.dme2.enabled=${MSO_DME2_ENABLED}
115