aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Remove ECOMP in headersDeterme, Sebastien (sd378r)4-4/+4
2018-04-24Remove ECOMP in headersDeterme, Sebastien (sd378r)2-2/+2
2018-04-24Remove enodeB codeDeterme, Sebastien (sd378r)1-134/+5
2018-04-23Remove bad testDeterme, Sebastien (sd378r)1-19/.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

Configuration
=============

Configurations .properties files are located under ``WEB-INF/conf/``, while .js files are under ``scripts/constants/``

system.properties file
----------------------

``db.connectionURL``
  The connection URL for the VID database

``db.userName``
  The username for the VID database

``db.password``
  The password for the VID database

``aai.server.url.base``
  Base URL for the A&AI server

``aai.server.url``
  URL for the A&AI server including its version (default: v11)

``aai.vid.username``, ``aai.vid.pass``
  Credentials for accessing A&AI server offered APIs

``mso.server.url``
  Base URL for the SO server

``mso.polling.interval.msecs``
  Interval in milliseconds for polling the SO for the instantiation status

``mso.max.polls``
  Max attempts for polling the SO instantiation status
  
``mso.user.name``,  ``mso.password.x``
  Credentials for accessing the SO server

``scheduler.server.url``
  Base URL for the Scheduler

``scheduler.create.new.vnf.change.instance``, ``scheduler.get.time.slots``, ``scheduler.submit.new.vnf.change``, ``scheduler.get.schedules``
  Scheduler endpoints

asdc.properties file
----------------------
``asdc.client.rest.protocol``
  States the protocol used for accessing SDC: http or https

``asdc.client.rest.host``
  States the hostname of the SDC instance

``asdc.client.rest.port``
  States the port of the SDC instance

``asdc.client.rest.auth``
  Basic authorization string for accessing SDC
  
vidConfiguration.js file
------------------------
``MSO_MAX_POLLS``
  Max attempts for polling the SO instantiation status
  
``MSO_POLLING_INTERVAL_MSECS``
  Interval in milliseconds for polling the SO for the instantiation status
  
``SCHEDULER_POLLING_INTERVAL_MSECS``
  Interval in milliseconds for polling the Scheduler

``SCHEDULER_MAX_POLLS``
  Max attempts for polling the Scheduler
  
``MACRO_SERVICES``
  |  List of all service model invariant UUIDs that need macro instantiation.
  |  Example: ["3cf30cbb-5fe7-4fb3-b049-559a4997b221", "b135a703-bab5-4295-a37f-580a4f2d0961"]
  
'onhover' src='//seccdn.libravatar.org/avatar/da807294090a2b8f290489e82bb53208?s=128&d=retro' />Sébastien Determe3-7/+134 2018-04-11Improve policy ConfigDeterme, Sebastien (sd378r)3-7/+134 2018-04-11Remove the nosonarDeterme, Sebastien (sd378r)2-4/+5 2018-04-10Fix transaction issuexg353y1-0/+2 2018-04-09Fix SDC deploymentDeterme, Sebastien (sd378r)1-7/+7 2018-04-06Fix the SDC controllerDeterme, Sebastien (sd378r)2-3/+3 2018-04-06Change CsarHandler behaviorDeterme, Sebastien (sd378r)1-4/+4 2018-04-06Fix Sonar issueDeterme, Sebastien (sd378r)1-3/+5 2018-04-06Fix Sonar issuesDeterme, Sebastien (sd378r)1-5/+6 2018-04-06Update SDC libraryDeterme, Sebastien (sd378r)4-27/+27 2018-04-03New parameter Sdc controllerDeterme, Sebastien (sd378r)1-3/+14 2018-04-03Fix sonar bugsDeterme, Sebastien (sd378r)2-8/+3 2018-03-27Add blueprint inputDeterme, Sebastien (sd378r)4-40/+77 2018-03-27Security FixDeterme, Sebastien (sd378r)15-101/+197 2018-03-23Rework the SDC testDeterme, Sebastien (sd378r)4-42/+85 2018-03-23Naming conventionDeterme, Sebastien (sd378r)1-26/+26 2018-03-23Sonar fixesDeterme, Sebastien (sd378r)1-30/+38 2018-03-23Remove client usage of md5ac25501-1/+1 2018-03-22Bcrypt as password hashing method in the backendac25501-1/+22 2018-03-22resolve issues due to conflictDeterme, Sebastien (sd378r)3-95/+20 2018-03-22Add properties to modelDeterme, Sebastien (sd378r)4-16/+125 2018-03-22Rework of the csarinstallerDeterme, Sebastien (sd378r)4-47/+127 2018-03-22Remove the test flagDeterme, Sebastien (sd378r)1-0/+72 2018-03-22Fix the JaxRsDeterme, Sebastien (sd378r)1-4/+4 2018-03-21Merge "Draft single controller"Eddy Hautot1-0/+310 2018-03-21Merge "CsarInstaller introduction"Eddy Hautot2-0/+180 2018-03-21Merge changes from topic 'feature/sdc-controller'Sébastien Determe5-28/+164 2018-03-16Draft single controllerDeterme, Sebastien (sd378r)1-0/+310 2018-03-16CsarInstaller introductionDeterme, Sebastien (sd378r)2-0/+180 2018-03-16Rework the codeDeterme, Sebastien (sd378r)2-13/+2 2018-03-16CsarHandler reworkDeterme, Sebastien (sd378r)1-15/+45 2018-03-16Add new config classesDeterme, Sebastien (sd378r)2-0/+117