anupmarathe [Wed, 30 Aug 2017 09:37:37 +0000 (15:07 +0530)]
Fix to get calling application identifier
As per EELF logging guidelines, component can put a calling application
identifier or user name in MDC against key PartnerName. SO is setting
user name against key PartnerName in LogFilter. By having an identity of
calling application can assist in debugging. To achieve this SO will
check request header key X-FromAppId and set its value against MDC -
FromAppId.
Change-Id: Ib67c5e76fdf5567282200e17210ddb49cf9a57fb
Issue-ID: SO-99
Signed-off-by: anupmarathe <anup.marathe@amdocs.com>
Seshu Kumar M [Thu, 24 Aug 2017 07:31:43 +0000 (07:31 +0000)]
Merge "Fix to pass transaction id to AAI"
anupmarathe [Wed, 23 Aug 2017 05:40:27 +0000 (11:10 +0530)]
Fix to pass transaction id to AAI
When SO is calling AAI REST API in groovy code, it is always passing new
X-TransactionID. As per EELF logging guidelines, this id is used for
tracking transaction across components. This fix checks if there is
already an existing transaction id in MDC, if yes then pass same. If not
found, then create one and set in MDC for use in next API calls in same
transaction.
Change-Id: If6e33b77d9615f4887e1c1fc367de4268eecc340
Issue-ID: SO-78
Signed-off-by: anupmarathe <anup.marathe@amdocs.com>
Seshu-Kumar-M [Tue, 22 Aug 2017 10:00:56 +0000 (18:00 +0800)]
IssueId : SO-98
Desc: Sonar issue fix
Change-Id: I48e45fb9fd51bac3e79feaa47d3078b6614025cf
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Seshu Kumar M [Thu, 10 Aug 2017 06:54:21 +0000 (06:54 +0000)]
Merge "Fix typo"
Seshu Kumar M [Thu, 10 Aug 2017 06:52:54 +0000 (06:52 +0000)]
Merge "Fix defect SO-36"
Seshu Kumar M [Thu, 10 Aug 2017 06:52:09 +0000 (06:52 +0000)]
Merge "fixed for defect SO-70 - recipe lookup mechanism doesn't allow to define default recipe mapping for any 'source' at level of 'service' and 'network' resources."
Seshu Kumar M [Thu, 10 Aug 2017 06:48:34 +0000 (06:48 +0000)]
Merge "ARIA java binding initial"
Seshu Kumar M [Thu, 10 Aug 2017 06:48:03 +0000 (06:48 +0000)]
Merge "ARIA multivim plugin initial checkin"
pranavdi [Wed, 9 Aug 2017 10:12:34 +0000 (15:42 +0530)]
Fix defect SO-36
Modify MSOLogger to route info messages to debugmso.log instead of errormso.log
Change-Id: Id985e83c336e85083764f0d52e7f7e9bb5a20595
Issue-ID: SO-36
Signed-off-by: pranavdi <Pranav.Dixit@amdocs.com>
dfilppi [Mon, 7 Aug 2017 20:10:53 +0000 (20:10 +0000)]
ARIA multivim plugin initial checkin
Change-Id: I3a24ab6fc5ba54466bfecaf596a13b8907248ae8
Issue-id: SO-77
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
dfilppi [Thu, 3 Aug 2017 21:26:02 +0000 (21:26 +0000)]
ARIA java binding initial
Change-Id: I806c879f7eddadec396adbb72f3fc2117dccbeb5
Issue-id: SO-77
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
Rob Daugherty [Mon, 7 Aug 2017 12:44:39 +0000 (12:44 +0000)]
Merge "Another attempt to fix deploy problem"
Seshu Kumar M [Mon, 7 Aug 2017 07:33:22 +0000 (07:33 +0000)]
Merge "ARIA REST server initial commit"
Seshu Kumar M [Mon, 7 Aug 2017 07:28:02 +0000 (07:28 +0000)]
Merge "Added copyright header"
Rob Daugherty [Fri, 4 Aug 2017 19:55:54 +0000 (15:55 -0400)]
Another attempt to fix deploy problem
The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>
Note that the groupId for the direct child module will be
the same as the groupId for its parent.
Issue: SO-21
Change-Id: I1976819df459d92937c6a4780959c32599dc3e71
Signed-off-by: Rob Daugherty <rd472p@att.com>
Rob Daugherty [Fri, 4 Aug 2017 16:15:51 +0000 (12:15 -0400)]
Failed to deploy so artifacts in nexus (again)
There are Linux Foundation rules (enforced by nexus) that I still
don't really understand. I'm convinced this is absolutely true:
The groupId of every artifact in a project MUST begin with:
org.openecomp.<project>
--or--
org.onap.<project>
The top-level artifact is no exception. So for example, this is
NOT allowed:
<groupId>org.openecomp</groupId>
<artifactId>so</groupId>
Here's what I'm trying now. The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>
Note that the groupId for the direct child module will be the
same as the groupId for its parent.
Issue: SO-21
Change-Id: I0d3cd2eb7a1883e23e3c0878ee7fa3dd4a7d55b2
Signed-off-by: Rob Daugherty <rd472p@att.com>
dfilppi [Thu, 3 Aug 2017 20:07:26 +0000 (20:07 +0000)]
ARIA REST server initial commit
Change-Id: Ibb34f3d2f7c1fd63e79e6a12394a70ca09cb8034
Issue-id: SO-25
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
dfilppi [Thu, 3 Aug 2017 18:53:38 +0000 (18:53 +0000)]
Added copyright header
Change-Id: I5ff93b3d7b2c71c30a618b3224226b37bc18c05e
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
Seshu Kumar M [Thu, 3 Aug 2017 03:19:16 +0000 (03:19 +0000)]
Merge "added dockerfile for Aria"
Rob Daugherty [Tue, 1 Aug 2017 15:56:58 +0000 (11:56 -0400)]
Failed to deploy so artifacts in nexus
More problems encountered since mso repos were renamed.
We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:
<groupId>org.openecomp</groupId>
<artifactId>so</artifactId>
We are changing this to:
<groupId>org.openecomp.so</groupId>
<artifactId>framework</artifactId>
Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
dfilppi [Thu, 27 Jul 2017 21:15:29 +0000 (21:15 +0000)]
added dockerfile for Aria
Change-Id: I8b39268b774649b0da95162de6acdc03a6809224
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
eyalholz [Thu, 27 Jul 2017 17:37:54 +0000 (20:37 +0300)]
fixed for defect SO-70 - recipe lookup mechanism doesn't allow to define default recipe mapping for any 'source' at level of 'service' and 'network' resources.
Change-Id: I42dafa343e2e65c6e892c21de5f3f1131890b24e
Signed-off-by: eyalholz <eyalh@amdocs.com>
Rob Daugherty [Thu, 20 Jul 2017 15:09:23 +0000 (11:09 -0400)]
More pom changes needed since repos were renamed
I hope this will fix the daily jenkins builds.
Issue: SO-65
Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce
Signed-off-by: Rob Daugherty <rd472p@att.com>
Rob Daugherty [Thu, 20 Jul 2017 14:24:04 +0000 (14:24 +0000)]
Merge "Updating Dockerfile & .gitreview"
Rob Daugherty [Wed, 19 Jul 2017 20:38:36 +0000 (16:38 -0400)]
Fix artifact group IDs (org.openecomp.so)
Since the repositories were renamed from "mso" to "so" the
artifact group IDs in the poms must be updated to match.
Issue: SO-39
Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c
Signed-off-by: Rob Daugherty <rd472p@att.com>
Rob Daugherty [Wed, 19 Jul 2017 15:00:38 +0000 (11:00 -0400)]
Fix project name in .gitreview file
Changed:
[gerrit]
host=gerrit.onap.org
port=29418
project=mso.git
To:
[gerrit]
host=gerrit.onap.org
port=29418
project=so.git
Issue: SO-38
Change-Id: I1bc55331625504c137aeb1905b535d6acd59a931
Signed-off-by: Rob Daugherty <rd472p@att.com>
JulienBe [Tue, 18 Jul 2017 14:48:50 +0000 (16:48 +0200)]
Updating Dockerfile & .gitreview
Moving maintainer to ONAP
Updating Label to ONAP & SO
.gitreview pointing to so.git
Change-Id: I9fe96f88cb742cefd6ddc7fbdd4f25f264e3e0be
Signed-off-by: JulienBe <jb379x@att.com>
Chuck Short [Thu, 13 Jul 2017 20:32:25 +0000 (15:32 -0500)]
Fix typo
Dockerfile refers to Ubuntu not Fedora.
Change-Id: Id7a76c85035d24c4591d71e40feba52f74c94c0e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
Christophe Closset [Tue, 6 Jun 2017 15:16:42 +0000 (15:16 +0000)]
Merge "Refactor RequestsDatabase method"
Christophe Closset [Tue, 6 Jun 2017 15:16:11 +0000 (15:16 +0000)]
Merge "Simplify BaseTask and subclasses"
Christophe Closset [Sat, 3 Jun 2017 09:40:03 +0000 (09:40 +0000)]
Merge "Refactor WorkflowAsyncResource"
Christophe Closset [Sat, 3 Jun 2017 09:38:37 +0000 (09:38 +0000)]
Merge "Fix WorkflowContext.getDelay() unit conversion"
ChrisC [Mon, 29 May 2017 09:49:51 +0000 (02:49 -0700)]
[MSO-11] Update Trademarks
Change-Id: Ic2dc253e46a7879466695635017983b5556b946c
Signed-off-by: ChrisC <cc697w@intl.att.com>
Gary Wu [Tue, 9 May 2017 23:03:15 +0000 (16:03 -0700)]
Refactor RequestsDatabase method
Refactor RequestsDatabase.checkInstanceNameDuplicate().
Change-Id: I274f72c874f435acbc734523f06968368e35f283
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Tue, 9 May 2017 21:08:07 +0000 (14:08 -0700)]
Simplify BaseTask and subclasses
Change-Id: If06c2be264003ab27090adf0a29804d961d28115
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Tue, 9 May 2017 19:41:43 +0000 (12:41 -0700)]
Refactor WorkflowAsyncResource
Change-Id: I794b606687343851f71d63ac055ed1898320216a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Tue, 9 May 2017 18:30:35 +0000 (11:30 -0700)]
Fix WorkflowContext.getDelay() unit conversion
The duration numbers in getDelay() are all
expressed in milliseconds; the call to
TimeUnit.convert() is fixed to specify milliseconds.
Change-Id: I6b466f7a40a05ebe4afb1c3c39fb862eef2ae40d
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Determe, Sebastien (sd378r) [Tue, 9 May 2017 10:55:30 +0000 (03:55 -0700)]
[MSO-8] Additional fixes for the second rebase
DB fixes + BPMN flows and groovy fixes + Fix issue with CloudConfig file
not reloaded properly when it's wrong (JSON error or model hierarchy
mistake) at MSO startup
Change-Id: I2853030b78499e2a761706b643ea210955e72de3
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
[MSO-8] Restore files removed in patch set 2
Those groovy files must be there
Change-Id: I9a47ac3d9c8fc06774a1b8f518491b1b0b00af04
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Gary Wu [Tue, 11 Apr 2017 17:17:54 +0000 (10:17 -0700)]
Remove redundant class HttpHeader
The functionality of HttpHeader already exists
in org.apache.http.message.BasicHeader. This change
removes the HttpHeader class and replaces its uses with
BasicHeader.
Change-Id: I828aa7d94a1968dffd928d4ca719f0beff1a0f4b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Christophe Closset [Wed, 3 May 2017 17:39:05 +0000 (17:39 +0000)]
Merge "Using onap instead of openecomp in doc path"
Determe, Sebastien (sd378r) [Wed, 3 May 2017 15:23:14 +0000 (08:23 -0700)]
[MSO-8] Fix the bad provisioning row for VID
There was an error in the VID network BPMN name (for the update) in the
sql
Change-Id: I720af8996272e101ba0bc6863bf800f921787894
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
xg353y [Wed, 3 May 2017 15:11:46 +0000 (17:11 +0200)]
Update the sql command
Update the network_recipe db table, update the bpmn script to use.
Change-Id: I44f84a05629de9f550f8320b633bd9381bbe34e9
Signed-off-by: xg353y <xg353y@intl.att.com>
Determe, Sebastien (sd378r) [Wed, 3 May 2017 10:56:00 +0000 (03:56 -0700)]
[MSO-8] Remove files that crash the commonBPMN
Some files in commonBPMN have been removed as they prevent the war to be
successfully deployed on Jboss + Remove rest interfaces files for
catalog that should not be there anymore
Change-Id: Iaf83f8b60610624e160feac8a96b7eaed7f161d1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Anaël Closson [Wed, 3 May 2017 08:38:22 +0000 (10:38 +0200)]
Using onap instead of openecomp in doc path
Change-Id: I29e1f18e3ae1cf04a989206cf32cfcfd0aec95a6
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Christophe Closset [Wed, 3 May 2017 08:29:04 +0000 (08:29 +0000)]
Merge "Update .gitreview with onap URL"
Determe, Sebastien (sd378r) [Tue, 2 May 2017 10:53:18 +0000 (03:53 -0700)]
[MSO-8] Second step of the rebase for MSO
Second rebase containing additional features for MSO + total reworking
of the BPMN structure + Notification flow can now be added at the end of
some BPMN flows
Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Christophe Closset [Tue, 2 May 2017 09:14:28 +0000 (09:14 +0000)]
Merge "Simplify InfraUtils"
Christophe Closset [Tue, 2 May 2017 09:14:11 +0000 (09:14 +0000)]
Merge "Fix logic error in HealthCheckHandler"
Christophe Closset [Tue, 2 May 2017 09:13:48 +0000 (09:13 +0000)]
Merge "Remove boxed types in MavenLikeVersioning"
Christophe Closset [Tue, 2 May 2017 09:13:25 +0000 (09:13 +0000)]
Merge "Fix resources leaks: CatalogDatabase"
Christophe Closset [Tue, 2 May 2017 09:10:28 +0000 (09:10 +0000)]
Merge "Simplify MsoHeatEnvironmentParameter methods"
Christophe Closset [Tue, 2 May 2017 09:04:56 +0000 (09:04 +0000)]
Merge "Add missing defensive copy to APIResponse"
Determe, Sebastien (sd378r) [Tue, 25 Apr 2017 13:33:51 +0000 (06:33 -0700)]
Add a repository to fix maven build
The build was broken due to a snapshot reference, this snapshot
repository is missing
Change-Id: I301c37fc1c3f64dc64752df39d35780a49a88025
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Gary Wu [Mon, 10 Apr 2017 23:29:44 +0000 (16:29 -0700)]
Simplify InfraUtils
Change-Id: I23659102feccaa5bf97194e052a6b28cd1e7705f
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Mon, 10 Apr 2017 20:28:02 +0000 (13:28 -0700)]
Remove boxed types in MavenLikeVersioning
Remove the unnecessary use of boxed types
in MavenLikeVersioning.
Change-Id: I8b96db9e753f80860b95b84473bb8d2b61e2328e
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Tue, 11 Apr 2017 18:43:21 +0000 (11:43 -0700)]
Fix resources leaks: CatalogDatabase
Change-Id: I3274dc7a64637cd7cf18d705258c0fc4985171ee
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Tue, 11 Apr 2017 18:24:16 +0000 (11:24 -0700)]
Fix logic error in HealthCheckHandler
Change-Id: I0d67ad98e2e9b409774532715da3959e47e27d13
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Mon, 10 Apr 2017 21:12:12 +0000 (14:12 -0700)]
Add missing defensive copy to APIResponse
APIResponse is supposed to be immutable, but was exposing
its internals in the getResponseBodyAsByteArray() method.
This change adds the missing defensive copy in that method.
Change-Id: I8a424a4cb72eb703fb425ffbd30ea70d6592f85a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Gary Wu [Mon, 10 Apr 2017 22:40:00 +0000 (15:40 -0700)]
Simplify MsoHeatEnvironmentParameter methods
Change-Id: I199008128f28903ea28ecfba437511c4c4a6c8e7
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
xg353y [Tue, 11 Apr 2017 11:30:42 +0000 (13:30 +0200)]
[MSO-8] Update the maven dependency
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes.
Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc
Signed-off-by: xg353y <xg353y@intl.att.com>
Gary Wu [Mon, 10 Apr 2017 19:11:55 +0000 (12:11 -0700)]
Remove unnecessary use of Calendar.getInstance()
Calendar.getInstance() is expensive and unnecessary
when we only need the system time. This change
replaces the uses of Calendar.getInstance() with
System.currentTimeMillis().
Change-Id: I476f8850f5eb88d20cf7249cca5bb2e9b671b45a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Christophe Closset [Mon, 10 Apr 2017 12:50:48 +0000 (12:50 +0000)]
Merge "Update readme to replace openecomp with onap"
Jeremy Phelps [Tue, 4 Apr 2017 20:51:50 +0000 (13:51 -0700)]
Update readme to replace openecomp with onap
Change-Id: I423b1354d53eb8a55ff9d09a96fc7c15202caa13
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
Christophe Closset [Thu, 30 Mar 2017 15:40:41 +0000 (15:40 +0000)]
Merge "Update domain URLs from openecomp.org to onap.org"
Andrew Grimberg [Wed, 29 Mar 2017 20:51:39 +0000 (13:51 -0700)]
Update domain URLs from openecomp.org to onap.org
The openecomp.org namespace is deprecated in favor of the onap.org
namespace
Change-Id: Icca272615a21c5c07d4c4341759752e758a45957
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Andrew Grimberg [Wed, 29 Mar 2017 15:19:45 +0000 (08:19 -0700)]
Update .gitreview with onap URL
Change-Id: I8066eca557ad0343b902488485c0c509c129a27d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Determe, Sebastien (sd378r) [Mon, 27 Mar 2017 14:51:22 +0000 (07:51 -0700)]
Docker image tags reworked
Add a groovy script to the pom of the docker module
to generate an additional tag to mso and
mso-arquillian images.
Change-Id: Ica50c2c7166b4401179de711d8ba3e66c7fa129b
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Christophe Closset [Tue, 14 Mar 2017 16:07:57 +0000 (16:07 +0000)]
Merge "Fix OSX build failure:gid # is too big >
2097151"
ChrisC [Mon, 13 Mar 2017 12:01:04 +0000 (05:01 -0700)]
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8
Signed-off-by: ChrisC <cc697w@intl.att.com>
Mandeep Khinda [Thu, 9 Mar 2017 21:21:13 +0000 (16:21 -0500)]
Fix OSX build failure:gid # is too big >
2097151
Change-Id: Iad5b15cab366adbaf231919ec0381ee74ccd7976
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Anaël Closson [Thu, 9 Mar 2017 15:52:09 +0000 (16:52 +0100)]
Update configuration for maven site
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Christophe Closset [Wed, 8 Mar 2017 17:10:09 +0000 (17:10 +0000)]
Merge "Remove duplicate docker-compose"
Christophe Closset [Wed, 8 Mar 2017 17:09:48 +0000 (17:09 +0000)]
Merge "Do not start chef-solo if mso-docker.json is empty"
Alexis de Talhouët [Wed, 8 Mar 2017 15:15:44 +0000 (10:15 -0500)]
Remove duplicate docker-compose
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>
Alexis de Talhouët [Wed, 8 Mar 2017 15:03:14 +0000 (10:03 -0500)]
Do not start chef-solo if mso-docker.json is empty
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>
Christophe Closset [Wed, 8 Mar 2017 14:34:12 +0000 (14:34 +0000)]
Merge "Adding tagging to our staging images"
JulienBe [Wed, 8 Mar 2017 10:19:21 +0000 (02:19 -0800)]
Adding tagging to our staging images
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>
eh552t [Wed, 8 Mar 2017 12:46:38 +0000 (13:46 +0100)]
OpenECOMP DNS config change
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>
Christophe Closset [Tue, 7 Mar 2017 19:57:33 +0000 (19:57 +0000)]
Merge "Hard-code MSO gerrit url"
Alexis de Talhouët [Mon, 6 Mar 2017 20:37:39 +0000 (15:37 -0500)]
Hard-code MSO gerrit url
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>
Alexis de Talhouët [Mon, 6 Mar 2017 20:51:13 +0000 (15:51 -0500)]
Remove AT&T HTTP proxy URL from Dockerfile(s)
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>
ChrisC [Mon, 6 Mar 2017 14:46:42 +0000 (06:46 -0800)]
Prepare for Release 1.0.0
Change-Id: I54ab6edea94e61dd5dbfdb945bda2f51b5d8fc39
Signed-off-by: ChrisC <cc697w@intl.att.com>
Determe, Sebastien (sd378r) [Mon, 20 Feb 2017 12:31:22 +0000 (04:31 -0800)]
Dynamic and configurable paths for distribution
Add configurable paths for distributionManagement release and snapshot
deploy
Change-Id: I3b823dbb1e48409febd8740d4913cf74778f9455
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Anaël Closson [Fri, 17 Feb 2017 13:20:07 +0000 (14:20 +0100)]
Docker image names have switched opencomp
Change-Id: I72c9e82172ec3224656e5db73ae354ad85835dd6
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Determe, Sebastien (sd378r) [Thu, 16 Feb 2017 17:31:20 +0000 (09:31 -0800)]
Rework Database access classes
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>
Anaël Closson [Thu, 16 Feb 2017 13:12:53 +0000 (14:12 +0100)]
Use LF env variables for git+ssh
Change-Id: I89a253d84141aafe5ff75b7306514c3f5c897302
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Anaël Closson [Tue, 14 Feb 2017 10:17:50 +0000 (11:17 +0100)]
Docker should clone config first
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>
Andrew Grimberg [Wed, 15 Feb 2017 11:39:18 +0000 (03:39 -0800)]
Move Nexus URL base to a property
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>
Christophe Closset [Tue, 14 Feb 2017 15:02:42 +0000 (15:02 +0000)]
Merge "Modification of the MsoLogger methods"
xg353y [Tue, 14 Feb 2017 10:44:27 +0000 (11:44 +0100)]
Update SoapUI tests for APIH Infra
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>
Determe, Sebastien (sd378r) [Tue, 14 Feb 2017 12:50:44 +0000 (04:50 -0800)]
Modification of the MsoLogger methods
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>
eh552t [Tue, 14 Feb 2017 14:02:15 +0000 (15:02 +0100)]
Added Staging maven repo
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>
Christophe Closset [Fri, 10 Feb 2017 15:05:36 +0000 (15:05 +0000)]
Merge "Removal of powermock injection in WAR"
Determe, Sebastien (sd378r) [Fri, 10 Feb 2017 14:34:24 +0000 (06:34 -0800)]
Removal of powermock injection in WAR
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>
Christophe Closset [Fri, 10 Feb 2017 13:09:14 +0000 (13:09 +0000)]
Merge changes I6e49fa9d,Icf9b8fc3
* changes:
SoapUI tests for APIH Infra
SoapUI tests for APIH Infra
eh552t [Fri, 10 Feb 2017 09:51:54 +0000 (10:51 +0100)]
SoapUI tests for APIH Infra
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>
Christophe Closset [Thu, 9 Feb 2017 18:57:31 +0000 (18:57 +0000)]
Merge "Remove repositories as Docker files dependency"
JulienBe [Thu, 9 Feb 2017 15:15:24 +0000 (07:15 -0800)]
Filling part of the blanks
Change-Id: Id1175af5e59ef8df92971afa563584e262c6daae
Signed-off-by: JulienBe <jb379x@att.com>
eh552t [Thu, 9 Feb 2017 15:38:55 +0000 (16:38 +0100)]
SoapUI tests for APIH Infra
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>