Age | Commit message (Expand) | Author | Files | Lines |
2019-05-09 | Fix the deploy cl payload issue |  xg353y | 3 | -294/+236 |
2019-05-09 | Merge "Fix the loop log issue" |  Sébastien Determe | 4 | -22/+32 |
2019-05-09 | Merge "Fix model type searching" |  Christophe Closset | 10 | -27/+39 |
2019-05-09 | Fix model type searching |  sebdet | 10 | -27/+39 |
2019-05-09 | Fix the loop log issue |  xg353y | 4 | -22/+32 |
2019-05-09 | Merge "Fix http4 component" |  Xue Gao | 2 | -57/+79 |
2019-05-09 | Merge "Added unit tests for GuardPolicyDeleteDelegate" |  Sébastien Determe | 1 | -0/+117 |
2019-05-09 | Fix http4 component |  sebdet | 2 | -57/+79 |
2019-05-08 | Fix URL for PDP Push |  sebdet | 1 | -2/+2 |
2019-05-08 | Fix flows and error catching |  sebdet | 2 | -34/+28 |
2019-05-08 | Merge "Improve test coverage in UserJsonDecoder" |  Sébastien Determe | 2 | -1/+13 |
2019-05-08 | Merge "Added unit tests for OperationalPolicyDeleteDelegate" |  Sébastien Determe | 1 | -0/+108 |
2019-05-08 | Merge "Fix model_type missing" |  Gervais-Martial Ngueko | 12 | -239/+356 |
2019-05-08 | Fix model_type missing | .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 */# ONAP MSO
----
----
# Introduction
ONAP MSO is delivered with **2 Docker containers**, 1 hosting the **database** (MariaDB) and 1 hosting the **JBoss** application server running all ONAP MSO code.
Both containers runs on the same machine and can be started with **`docker-compose`**.
# Compiling MSO
MSO can be compiled with `mvn clean install`. Integration tests are started with the following profile
`-P with-integration-tests`
**to be edited for rrelease**
Docker containers are build with the following profile
`-P docker -Ddocker.buildArg.chef_repo_branch_name=bugfix/external_adress -Ddocker.buildArg.chef_repo_git_username=git -Ddocker.buildArg.chef_repo_address=23.253.149.175/mso -Ddocker.buildArg.chef_repo_git_name=chef-repo`
# Getting the containers
ONAP MSO containers are stored on [here](https://nexus3.onap.org:10002) for the releases, and [here](https://nexus3.onap.org:10003) for the snapshots
The following Docker images are the actual deployment images used for running MSO
| Name | Tag | Description |
|-----------------|---------|-------------------------------------------------------------------------------------------------------------------------------|
| onap/mso | 1.0.0 | Contains **JBoss** + **OpenJDK** + **MSO** components (BPMN engine and MSO API handlers and adapters) |
| library/mariadb | 10.1.11 | **MariaDB** image from Docker.io, this image hosts the database and is preloaded with MSO schema and configuration at startup |
# Starting MSO
### docker-compose
You can use `docker-compose` to start MSO.
The file is as the root of the directory.
See `Getting the containers` to pull the images
### Heat template
A heat template that can be used on RackSpace to spin up the MSO Host VM and run docker-compose is currently being built by the Demo Team.
# Accessing MSO
MSO UIs are not really used for operating MSO, but they provide information on what is currently happening and get an insight on the components.
### MSO JBoss console
JBoss Wildly provides administrative functions through the application [server console](https://docs.jboss.org/author/display/WFLY10/Admin+Guide#AdminGuide-Accessingthewebconsole].
Said console can be used to have a look at the status of MSO. It is providing details on deployed | 9 | -237/+1212 |
2019-05-02 | Rework the Model Json |  sebdet | 9 | -237/+1212 |
2019-04-30 | Merge "Fix the get loop state logic"4.0.0 |  Sébastien Determe | 8 | -95/+510 |
2019-04-30 | Fix the get loop state logic |  xg353y | 8 | -95/+510 |
2019-04-30 | Improve test coverage in UserJsonDecoder |  m.kowalski3 | 2 | -1/+13 |
2019-04-29 | Fix bad microservice window |  sebdet | 3 | -5/+5 |
2019-04-29 | Return to alpine |  sebdet | 1 | -8/+12 |
2019-04-29 | Rollback to Ubuntu |  sebdet | 1 | -5/+8 |
2019-04-29 | Remove http port by default |  sebdet | 1 | -1/+1 |
2019-04-29 | Fix csar crash |  sebdet | 1 | -0/+2 |
2019-04-26 | Kick oparent for now |  sebdet | 1 | -5/+7 |
2019-04-26 | Fix policy Hosts |  sebdet | 4 | -25/+36 |
2019-04-26 | Merge "Change Yaml to Json payload" |  Xue Gao | 5 | -5/+25 |
2019-04-26 | Merge "Clamp uses new Loop implementation by default" |  Sébastien Determe | 12 | -32/+51 |
2019-04-26 | Change Yaml to Json payload |  sebdet | 5 | -5/+25 |
2019-04-26 | Rework the logging |  sebdet | 2 | -470/+419 |
2019-04-25 | Fix policy calls |  sebdet | 8 | -506/+588 |
2019-04-25 | Rework code for policy type |  sebdet | 11 | -12/+12 |
2019-04-25 | Merge "Added more unit tests to reach the minimum threshold of 65 % coverage" |  Adam Krysiak | 1 | -0/+103 |
2019-04-24 | Clamp uses new Loop implementation by default |  Krysiak Adam | 12 | -32/+51 |
2019-04-24 | Added more unit tests to reach the minimum threshold of 65 % coverage |  p.borelowski | 1 | -0/+103 |
2019-04-23 | Fixed various sonar identified code smells |  p.borelowski | 4 | -308/+300 |
2019-04-23 | Merge "Fix logging issues" |  Sébastien Determe | 7 | -571/+1141 |
2019-04-23 | Merge "Update tosca lib" |  Xue Gao | 1 | -1/+1 |