aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29[MSO-11] Update Trademarksrelease-1.0.0ChrisC1-3/+1
Change-Id: I346e27b9db3973ab6629c6e74edb0fa5a4747daa Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-04-18[MSO-13] Change the branch for mso-configDeterme, Sebastien (sd378r)1-2/+2
Fix the mso-config branch for release-1.0.0, that can't be master anymore as it has been changed to > 1.1.0 Change-Id: I512f79d7fff5fc588f92057f63b9440877fbdab2 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-04-12Update domain URL to onap.orgChrisC3-3/+3
Change-Id: Id618eac8d8261a1ebb46510fcc6d83afd03ce619 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-03-22heat docker tagChrisC1-1/+1
Change-Id: Ie3d92c5dc887b1b28da0d38617a7dfe6a6f3503f Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-03-21Additional docker tagChrisC1-0/+1
Change-Id: Idacb251300652a13433bfd904dd88a0edcb131b0 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-03-14Update to version 1.0.0ChrisC29-100/+100
Change-Id: I04ea7f910e2c583bf9fdcf705de74095c298d5da Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-03-09Update configuration for maven siteAnaël Closson1-2/+3
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-03-08Merge "Remove duplicate docker-compose"Christophe Closset1-34/+0
2017-03-08Merge "Do not start chef-solo if mso-docker.json is empty"Christophe Closset1-3/+8
2017-03-08Remove duplicate docker-composeAlexis de Talhouët1-34/+0
docker-config repo is holding the docker-compose file, along with all the config files required for mso. Change-Id: I0dec96fd6f767d93154e24611b47373bd2245226 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-08Do not start chef-solo if mso-docker.json is emptyAlexis de Talhouët1-3/+8
Chef-solo is started both from the docker container [1] and from the start-jboss-server.sh script [2]. The Dockerfile is configured to erase the mso-docker.json configuration once applied, so when the container is started, and the strat-jboss-server.sh tries to play the recipes again, it fails as the environment file is empty. This patch adds a check to see if the file is empty, if not, we play the chef-solo recipes again, to overwrite the config. [1]: https://gerrit.openecomp.org/r/gitweb?p=mso.git;a=blob;f=packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final;h=ff7f44bcfdba6fa0328cbd50803d3dc80a2a1def;hb=refs/heads/master#l57 [2]: https://gerrit.openecomp.org/r/gitweb?p=mso.git;a=blob;f=packages/docker/src/main/docker/docker-files/scripts/start-jboss-server.sh;h=2e9b9da27dd3d01fcf5ebc304ac03b15142fde53;hb=refs/heads/master#l16 Change-Id: I34573dedaaafbeb6b511f47b72e6e0cefea4e1d5 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-08Merge "Adding tagging to our staging images"Christophe Closset2-2/+7
2017-03-08Adding tagging to our staging imagesJulienBe2-2/+7
Tags will look like : version-STAGING-commitId If no 'mso.git.commit' passed, last part will be blank Change-Id: I4ba4dc1c6f292e8f1f4d2d0470678712546796e4 Signed-off-by: JulienBe <jb379x@att.com>
2017-03-08OpenECOMP DNS config changeeh552t1-13/+13
In the readme.md file that give an example of value for asdcAddress in mso-docker.json and remove spaces at end of lines Change-Id: I36d19b452951ecf3f5fdf09c4a96c7393b67f808 Signed-off-by: eh552t <eh552t@intl.att.com>
2017-03-07Merge "Hard-code MSO gerrit url"Christophe Closset1-2/+5
2017-03-07Hard-code MSO gerrit urlAlexis de Talhouët1-2/+5
env.GIT_NO_PROJECT is only used in Jenkins. Downstream user don't have knowledge of this variable, but are failing to build because of it. The gerrit url shouldn't be subject to change, hence hard-coding its value in a maven property. Change-Id: Ieed47a282636eafd0556242f56dc0b4d3596ea29 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-07Remove AT&T HTTP proxy URL from Dockerfile(s)Alexis de Talhouët1-3/+3
As this is now open-source code, they shouldn't be any reference to AT&T proxy settings. One can still configure the HTTP proxy by providing its proxy address, and by enabling it in docker-files/settings.xml. Change-Id: I190dc9e01349a9948b2103fb1791191e89b7399d Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-06Prepare for Release 1.0.0ChrisC3-4/+4
Change-Id: I54ab6edea94e61dd5dbfdb945bda2f51b5d8fc39 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-02-20Dynamic and configurable paths for distributionDeterme, Sebastien (sd378r)1-3/+5
Add configurable paths for distributionManagement release and snapshot deploy Change-Id: I3b823dbb1e48409febd8740d4913cf74778f9455 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-17Docker image names have switched opencompAnaël Closson1-1/+1
Change-Id: I72c9e82172ec3224656e5db73ae354ad85835dd6 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-17Rework Database access classesDeterme, Sebastien (sd378r)4-174/+84
The Catalog Db and Requests DB have been reworked to be extendable by project using MSO opensource. Useless hibernate cfg.xml file have been removed too. Change-Id: I15579bde3913c9faf8eded6f92d6b5239cca512c Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-16Use LF env variables for git+sshAnaël Closson1-2/+2
Change-Id: I89a253d84141aafe5ff75b7306514c3f5c897302 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-16Docker should clone config firstAnaël Closson2-1/+37
Mso-config and chef-config repos should be clone for docker image builds. Those repositories are taken from official openecomp.org repositories. Change-Id: I754472cc2e28c2ec2021b2c853566e12f8c9fe6b Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-15Move Nexus URL base to a propertyAndrew Grimberg1-5/+6
Move the Nexus URL base to a property and fix up all the references to use the new property. This way it is easier to make sure that all URLs are referencing the correct Nexus URL Change-Id: Icabcac4d6b3c968f57678022c0802e394882d826 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-14Merge "Modification of the MsoLogger methods"Christophe Closset1-436/+589
2017-02-14Update SoapUI tests for APIH Infraxg353y3-88/+242
Adding more failure test cases in the APIH Infra SoapUI file. Update the necessarily file to expose arquillian mariadb port and download mariadb driver so that it could be used in SoapUI test cases. Change-Id: I9c3028128530878b432b521aebd0993f1c9e7dd5 Signed-off-by: xg353y <xg353y@intl.att.com>
2017-02-14Modification of the MsoLogger methodsDeterme, Sebastien (sd378r)1-436/+589
Method Signature changed to let new opensource based project define their own Log Enum Change-Id: I3e010695c6567fbbf8ea0efbea2c89c50938680d Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-14Added Staging maven repoeh552t1-0/+5
Added the staging maven repository to be able to build as openstack is not yet in release repository Change-Id: I4ec58433762d1fb6ce707f63f3e26c10a940e51f Signed-off-by: eh552t <eh552t@intl.att.com>
2017-02-10Merge "Removal of powermock injection in WAR"Christophe Closset1-0/+10
2017-02-10Removal of powermock injection in WARDeterme, Sebastien (sd378r)1-0/+10
THere were transitive dependencies to powermock due to the import of the EELF library. This has been excluded from the MSO common lib, and therefore no War importing it will have the powermock anymore Change-Id: I1d3170d52d9e76ffc002adf4f94f55c2bb3d7828 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-10Merge changes I6e49fa9d,Icf9b8fc3Christophe Closset8-372/+2119
* changes: SoapUI tests for APIH Infra SoapUI tests for APIH Infra
2017-02-10SoapUI tests for APIH Infraeh552t3-373/+372
Replaces tabs by spaces in MsoRequest.java removed references to com.att in endpoints Change-Id: I6e49fa9d82669d3e205023bf16a40f48e4f56b12 Signed-off-by: eh552t <eh552t@intl.att.com>
2017-02-09Merge "Remove repositories as Docker files dependency"Christophe Closset6-368/+29
2017-02-09Filling part of the blanksJulienBe1-42/+15
Change-Id: Id1175af5e59ef8df92971afa563584e262c6daae Signed-off-by: JulienBe <jb379x@att.com>
2017-02-09SoapUI tests for APIH Infraeh552t7-71/+1819
Added some soapUI tests for testing APIH Infra in Arquilian. Some bug fixes in the Tenant Adapter and VNF adapter SoapUIs. BugFix in case of bad ModelType in a request we gor null pointer Exception. Change-Id: Icf9b8fc344d15860ac8dd11984894b07ecf5b085 Signed-off-by: eh552t <eh552t@intl.att.com>
2017-02-09Remove repositories as Docker files dependencyAnaël Closson6-368/+29
Docker files used to clone git repositories for internal configuration managements. The git repositories should now be clone outside of the image building process and put in a specific directory. See src/main/docker/docker-files/chef-configs/readme.md. Change-Id: I4f8700b5f6e89821d223b7bacae51effb95daf9f Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-09Adding docker-composeJulienBe1-0/+34
Change-Id: I84fc67e1c0c83f2831549ac10acd8bfe22315ff6 Signed-off-by: JulienBe <jb379x@att.com>
2017-02-08Update naming to match openecompAnaël Closson6-15/+14
Change-Id: I972f55fa679958e5d76076d991a0a1de3a7d1de1 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-08Using openecomp instead of ecompAnaël Closson1-8/+8
Change-Id: I61683cefa4b297cd961c621701eca3dd2eb00186 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-08Invalid group id for opensource releaseAnaël Closson1-1/+1
Change-Id: Ic6e50a51634c8900a1055427226e2d509cb4e394 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-08Indentation cleanupAnaël Closson1-11/+9
Change-Id: Ic0f8ad4b033a6efc6b20ec347eb14b397794b66e Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Use nexus staging repo for deploymentsAnaël Closson1-0/+14
Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Indentation cleanupAnaël Closson1-158/+132
Change-Id: If4a0eee07ab78ac6f23bfb57f7a9b3181867a538 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Merge "Moving version to 0.9.0"Christophe Closset1-2/+2
2017-02-06Moving version to 0.9.0JulienBe1-2/+2
Done in order to be sure to have a clean 1.0.0 for release Change-Id: Ie4f6f5dff6d151d7b434d5ac9dc737862bdc1dce Signed-off-by: JulienBe <jb379x@att.com>
2017-02-06Fix the maven groupId of BPMN CockpitJulienBe2-2/+2
Change-Id: Icf233b27421878e3b4a65705ee202f517ef6a78c Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> Signed-off-by: JulienBe <jb379x@att.com>
2017-02-06Moving from ecomp-nexus to nexus.openecompJulienBe1-10/+3
Change-Id: I57e059e71b1f487baf03d7858f257d101788376f Signed-off-by: JulienBe <jb379x@att.com>
2017-02-06Fix FileNotFoundException in SDNC adapterDeterme, Sebastien (sd378r)1-9/+9
When SDNC returns HTTP 4XX code, there could be a FileNotFoundException that prevents the adpater to send back the answer to BPMN engine. Change-Id: I0f8ef5eaf95140a5d044e294f882412c8aaa4b53 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-06Use nexus.openecomp.org as default for mvn repoJulienBe1-6/+6
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47 Signed-off-by: Anaël Closson <ac2550@intl.att.com> Signed-off-by: JulienBe <jb379x@att.com>
2017-01-31Updating dependent artifact version in a few pom.xmlChrisC3-6/+6
Change-Id: I1b8d5e48da3ac4d1257214dab38706302d0acd10 Signed-off-by: ChrisC <cc697w@intl.att.com>