Fix for Penetration test _ Session and cookie management
[vid.git] / docs / configuration.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Configuration
5 =============
6
7 Configurations .properties files are located under ``WEB-INF/conf/``, while .js files are under ``scripts/constants/``
8
9 system.properties file
10 ----------------------
11
12 ``db.connectionURL``
13   The connection URL for the VID database
14
15 ``db.userName``
16   The username for the VID database
17
18 ``db.password``
19   The password for the VID database
20
21 ``role_management_activated``
22   Role management activation flag, "false" by defauly. Change to "true" in order to activate this feature.
23   
24 ``aai.server.url.base``
25   Base URL for the A&AI server
26
27 ``aai.server.url``
28   URL for the A&AI server including its version (default: v11)
29
30 ``aai.vid.username``, ``aai.vid.pass``
31   Credentials for accessing A&AI server offered APIs
32
33 ``mso.server.url``
34   Base URL for the SO server
35
36 ``mso.polling.interval.msecs``
37   Interval in milliseconds for polling the SO for the instantiation status
38
39 ``mso.max.polls``
40   Max attempts for polling the SO instantiation status
41   
42 ``mso.user.name``,  ``mso.password.x``
43   Credentials for accessing the SO server
44
45 ``scheduler.server.url``
46   Base URL for the Scheduler
47
48 ``scheduler.create.new.vnf.change.instance``, ``scheduler.get.time.slots``, ``scheduler.submit.new.vnf.change``, ``scheduler.get.schedules``
49   Scheduler endpoints
50
51 asdc.properties file
52 ----------------------
53 ``asdc.client.rest.protocol``
54   States the protocol used for accessing SDC: http or https
55
56 ``asdc.client.rest.host``
57   States the hostname of the SDC instance
58
59 ``asdc.client.rest.port``
60   States the port of the SDC instance
61
62 ``asdc.client.rest.auth``
63   Basic authorization string for accessing SDC
64   
65 vidConfiguration.js file
66 ------------------------
67 ``MSO_MAX_POLLS``
68   Max attempts for polling the SO instantiation status
69   
70 ``MSO_POLLING_INTERVAL_MSECS``
71   Interval in milliseconds for polling the SO for the instantiation status
72   
73 ``SCHEDULER_POLLING_INTERVAL_MSECS``
74   Interval in milliseconds for polling the Scheduler
75
76 ``SCHEDULER_MAX_POLLS``
77   Max attempts for polling the Scheduler