blob: 6357d5aacb8180798d574d3f446dcb78f706085a [file] [log] [blame]
Ofir Sonsino49351d72017-10-24 10:18:23 +03001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Configuration
5=============
6
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +02007Configurations .properties files are located under ``WEB-INF/conf/``, while .js files are under ``scripts/constants/``
Ofir Sonsino49351d72017-10-24 10:18:23 +03008
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +03009system.properties file
10----------------------
Ofir Sonsino49351d72017-10-24 10:18:23 +030011
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030012``db.connectionURL``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020013 The connection URL for the VID database
Ofir Sonsino49351d72017-10-24 10:18:23 +030014
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030015``db.userName``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020016 The username for the VID database
Ofir Sonsino49351d72017-10-24 10:18:23 +030017
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030018``db.password``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020019 The password for the VID database
Ofir Sonsino49351d72017-10-24 10:18:23 +030020
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030021``aai.server.url.base``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020022 Base URL for the A&AI server
Ofir Sonsino49351d72017-10-24 10:18:23 +030023
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030024``aai.server.url``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020025 URL for the A&AI server including its version (default: v11)
Ofir Sonsino49351d72017-10-24 10:18:23 +030026
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030027``aai.vid.username``, ``aai.vid.pass``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020028 Credentials for accessing A&AI server offered APIs
Ofir Sonsino49351d72017-10-24 10:18:23 +030029
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030030``mso.server.url``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020031 Base URL for the SO server
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030032
33``mso.polling.interval.msecs``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020034 Interval in milliseconds for polling the SO for the instantiation status
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030035
36``mso.max.polls``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020037 Max attempts for polling the SO instantiation status
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030038
39``mso.user.name``, ``mso.password.x``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020040 Credentials for accessing the SO server
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030041
42``scheduler.server.url``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020043 Base URL for the Scheduler
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030044
45``scheduler.create.new.vnf.change.instance``, ``scheduler.get.time.slots``, ``scheduler.submit.new.vnf.change``, ``scheduler.get.schedules``
46 Scheduler endpoints
47
48asdc.properties file
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020049----------------------
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030050``asdc.client.rest.protocol``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020051 States the protocol used for accessing SDC: http or https
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030052
53``asdc.client.rest.host``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020054 States the hostname of the SDC instance
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030055
56``asdc.client.rest.port``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020057 States the port of the SDC instance
Ofir Sonsinobbf3d4b2017-10-24 17:20:13 +030058
59``asdc.client.rest.auth``
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020060 Basic authorization string for accessing SDC
61
62vidConfiguration.js file
63------------------------
64``MSO_MAX_POLLS``
65 Max attempts for polling the SO instantiation status
66
67``MSO_POLLING_INTERVAL_MSECS``
68 Interval in milliseconds for polling the SO for the instantiation status
69
70``SCHEDULER_POLLING_INTERVAL_MSECS``
71 Interval in milliseconds for polling the Scheduler
72
73``SCHEDULER_MAX_POLLS``
74 Max attempts for polling the Scheduler
75
76``MACRO_SERVICES``
77 | List of all service model invariant UUIDs that need macro instantiation.
78 | Example: ["3cf30cbb-5fe7-4fb3-b049-559a4997b221", "b135a703-bab5-4295-a37f-580a4f2d0961"]
79