9142c4c61ab98938f101f50ad868d44adfc34317
[vid.git] / docs / 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 files are located under ``WEB-INF/conf/``
8
9 system.properties file
10 ----------------------
11
12 ``db.connectionURL``
13   The connection URL for VID database
14
15 ``db.userName``
16   The username for VID database
17
18 ``db.password``
19   The password for VID database
20
21 ``aai.server.url.base``
22   Base URL for A&AI server
23
24 ``aai.server.url``
25   URL for A&AI server including its version (default: v11)
26
27 ``aai.vid.username``, ``aai.vid.pass``
28   Credentials for accessing A&AI
29
30 ``mso.server.url``
31   Base URL for SO server
32
33 ``mso.polling.interval.msecs``
34   Interval in milliseconds for polling SO for instantiation status
35
36 ``mso.max.polls``
37   Max polling tryings fo SO instantiation status
38   
39 ``mso.user.name``,  ``mso.password.x``
40   Credentials for accessing SO
41
42 ``scheduler.server.url``
43   Base URL for Scheduler
44
45 ``scheduler.create.new.vnf.change.instance``, ``scheduler.get.time.slots``, ``scheduler.submit.new.vnf.change``, ``scheduler.get.schedules``
46   Scheduler endpoints
47
48 asdc.properties file
49 ----------------------------
50 ``asdc.client.rest.protocol``
51   States the protocol for accessing SDC: http or https
52
53 ``asdc.client.rest.host``
54   States the hostname of SDC instance
55
56 ``asdc.client.rest.port``
57   States the port of SDC instance
58
59 ``asdc.client.rest.auth``
60   Basic authorization string to access SDC