Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I13e4895730da6aa265cc14a15621283b89b1d083
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Issue-id: SO-104
|
|
Change-Id: I4f218e333db1016f481fd210a1aa97c96a1e3bd7
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Issue-id: SO-102
|
|
|
|
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>
|
|
Desc: Sonar issue fix
Change-Id: I48e45fb9fd51bac3e79feaa47d3078b6614025cf
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
|
|
|
|
define default recipe mapping for any 'source' at level of 'service' and 'network' resources."
|
|
|
|
|
|
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>
|
|
Change-Id: I3a24ab6fc5ba54466bfecaf596a13b8907248ae8
Issue-id: SO-77
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
Change-Id: I806c879f7eddadec396adbb72f3fc2117dccbeb5
Issue-id: SO-77
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
Change-Id: Ibb34f3d2f7c1fd63e79e6a12394a70ca09cb8034
Issue-id: SO-25
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
Change-Id: I5ff93b3d7b2c71c30a618b3224226b37bc18c05e
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
|
|
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>
|
|
Change-Id: I8b39268b774649b0da95162de6acdc03a6809224
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
default recipe mapping for any 'source' at level of 'service' and 'network' resources.
Change-Id: I42dafa343e2e65c6e892c21de5f3f1131890b24e
Signed-off-by: eyalholz <eyalh@amdocs.com>
|
|
I hope this will fix the daily jenkins builds.
Issue: SO-65
Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
|
|
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>
|
|
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>
|
|
Moving maintainer to ONAP
Updating Label to ONAP & SO
.gitreview pointing to so.git
Change-Id: I9fe96f88cb742cefd6ddc7fbdd4f25f264e3e0be
Signed-off-by: JulienBe <jb379x@att.com>
|
|
Dockerfile refers to Ubuntu not Fedora.
Change-Id: Id7a76c85035d24c4591d71e40feba52f74c94c0e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
|
|
|
|
|
|
|
|
|
|
Change-Id: Ic2dc253e46a7879466695635017983b5556b946c
Signed-off-by: ChrisC <cc697w@intl.att.com>
|
|
Refactor RequestsDatabase.checkInstanceNameDuplicate().
Change-Id: I274f72c874f435acbc734523f06968368e35f283
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: If06c2be264003ab27090adf0a29804d961d28115
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I794b606687343851f71d63ac055ed1898320216a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
Update the network_recipe db table, update the bpmn script to use.
Change-Id: I44f84a05629de9f550f8320b633bd9381bbe34e9
Signed-off-by: xg353y <xg353y@intl.att.com>
|
|
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>
|
|
Change-Id: I29e1f18e3ae1cf04a989206cf32cfcfd0aec95a6
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
|
|
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>
|
|
|
|
|