Configuration¶
Configurations .properties files are located under WEB-INF/conf/, while .js files are under scripts/constants/
system.properties file¶
db.connectionURLThe connection URL for the VID database
db.userNameThe username for the VID database
db.passwordThe password for the VID database
role_management_activatedRole management activation flag, “false” by defauly. Change to “true” in order to activate this feature.
aai.server.url.baseBase URL for the A&AI server
aai.server.urlURL for the A&AI server including its version (default: v11)
aai.vid.username,aai.vid.passCredentials for accessing A&AI server offered APIs
mso.server.urlBase URL for the SO server
mso.polling.interval.msecsInterval in milliseconds for polling the SO for the instantiation status
mso.max.pollsMax attempts for polling the SO instantiation status
mso.user.name,mso.password.xCredentials for accessing the SO server
scheduler.server.urlBase URL for the Scheduler
scheduler.create.new.vnf.change.instance,scheduler.get.time.slots,scheduler.submit.new.vnf.change,scheduler.get.schedulesScheduler endpoints
asdc.properties file¶
asdc.client.rest.protocolStates the protocol used for accessing SDC: http or https
asdc.client.rest.hostStates the hostname of the SDC instance
asdc.client.rest.portStates the port of the SDC instance
asdc.client.rest.authBasic authorization string for accessing SDC
vidConfiguration.js file¶
MSO_MAX_POLLSMax attempts for polling the SO instantiation status
MSO_POLLING_INTERVAL_MSECSInterval in milliseconds for polling the SO for the instantiation status
SCHEDULER_POLLING_INTERVAL_MSECSInterval in milliseconds for polling the Scheduler
SCHEDULER_MAX_POLLSMax attempts for polling the Scheduler