Age | Commit message (Collapse) | Author | Files | Lines |
|
RD: I rebased this and fixed the unit tests.
Issue-ID: SO-763
Change-Id: Ie5f6a708cffbc70a9481afd35db3047fe44cb088
Signed-off-by: Prema Bhatt <pb6115@att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
- Missed some files, the repository isn't required now that we
dont fetch the identity service directly
- Fixing review comments and removing the unused import
- Fixing the build :) Now that cloudSite has a 1-1 relationship with
cloudidentity, there shouldn't be a need to query the identity on its
own unless the site is missing Refactored some code to use site to
fetch identity as a composition
- Changing the catalogDb client to use
HttpComponentsClientHttpRequestFactory instead of
SimpleClientHttpRequestFactory, the later would lead to a IOException
(FileNotFoundException specifically) whenever a 40X type of a response
code is returned from the spring rest endpoint. Adding some tests for
the catalogDbClient which earlier got missed in handover. Also fixing
another issue with cloudSite repository which was not fetching data
correctly. Fixed a repository which was added initially but later the
same went missing (Not sure how)
Change-Id: I72506865c4c5f7fd07a6031c146a4aba1a96c2c8
Issue-ID: SO-892
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Update Cloud Config to be writable over REST API. This allows easier
environment setup, so sql scripts are not required
Issue-ID: SO-862
Change-Id: I70931f09ff2600a15094199f46fc8d9ac36403f4
Change-Id: I70931f09ff2600a15094199f46fc8d9ac36403f4
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
added cloud config database entities
added cloud config repository
converted existing cloud config class
converted all code interacting with previous cloud config object
created migration to automatically load cloud config properties from
application.yaml
Issue-ID: SO-854
Change-Id: Icf408e5d0fcabd1b7e97298963c555fae6964930
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Fixing Junits
Making MSO requests free from direct repository calls
Add @Param annotation so as to fix JPA methods with query parameters
Fix createE2EServiceInstance Test
Add Unit Tests for Sunny day scenarios
revert import auto-alignment
Issue-ID: SO-811
Change-Id: I9f69d817622b0807642a783311d6959817a77970
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Change-Id: Ia63f7ababdb7f51a89da4713ae29c1297e7bd746
Issue-ID: SO-718
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Replace literal 'version' with already-defined constant MODEL_VERSION.
Issue-ID: SO-666
Change-Id: I74d1c74d62b8beaceb1cb43e67ce3764c31ee9f0
Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
|
|
Constant GET_VNF_RECIPE is defined and used instead of duplicating
literal "getVnfRecipe".
Issue-ID: SO-666
Change-Id: Ia82aa03dd6381c7d70942f718c35d39a36e6ea25
Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
|
|
Constant TEMPLATE_NAME is defined and used instaed of literal "template_name".
Issue-ID: SO-666
Change-Id: I8a8ab9fd8efc64003648601ee60eed0fef48b684
Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
|
|
Increased ACTION field in all recipe tables to 40 chars.
Change-Id: I4eb76ce1859f901adb07df753663f9f46372f15f
Issue-ID: SO-639
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Fix resource population to DB.
Change-Id: Iae25ce2f15fa121a45a55559458fcbbd217f2c7d
Issue-ID: SO-624
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Add logic for defautl network resource receipe
Change-Id: Ib0f12d9d10fc5956c7448c525fbcc3217da23b96
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Implement fetching default NS resource workflow
Change-Id: I4f56198a0954d7564040e4c41009cbf651a04b2e
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064602
Issue-ID: SO-565
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
|
|
Use getVersion() to get version of VNFResource.
Change-Id: I7b507041d03130e15723c0b0ed045d43f335d085
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Change-Id: I8b9fded809b7aef7e38ee583a91c8257247c830b
Issue-ID: SO-489
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
|
|
There are a few problems here.
1) Hibernate definitions for a few tables don't match the column
definitions in the MySQL schema scripts.
2) The process engine in MSOInfrastructureBPMN is defined incorrectly.
3) Several bpmn flows have errors that block deployment.
Change-Id: I029238b82736a3d4977fdf56416c5feb2705b041
Issue-ID: SO-557
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
The second in a series.
Change-Id: I1b400167b4c4e409692b4dbfdbc0de42c57d4ec9
Issue-ID: SO-489
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Change-Id: I6468c53847ae8a242a8b39aecc3ed0d24354f758
Issue-ID: SO-489
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Change-Id: Ibf1fd21dc81f0a3e16447b05dfce1761efa69237
Issue-ID: SO-541
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Increase Jnits coverage for catalog db
Issue-ID: SO-532
Change-Id: I7a66a38103b2cf2bdad2d066bcc72a590809be53
Signed-off-by: pradip01 <pradipkumar.thakker@amdocs.com>
|
|
Tear down mockups in a @After
Change exception check to ExpectedException
Change-Id: Id8339848fce2d11999a969192c71cfb7382eea83
Issue-ID: SO-489
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Change-Id: Iaf6d907f0c0a86ec2bc020c87f07ffd73c5bcb80
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
This is code from AT&T's 1712 and 1802 releases.
Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04
Issue-ID: SO-425
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
This reverts commit 327b17ab250b4c17cf3f91f5e4cd9bffd89f3d1e.
It is seriously impeding our ability complete the promised merge of AT&T
1802 code.
While I'm all for coding standards, if we are serious about using spaces
instead of tabs, then I think we need to (1) agree with the community when
this will happen, (2) do consistently in all files, and (3) enforce it.
Change-Id: Ib9b996f6b6c7d81ac9ac95d58b0c7d8cc39675ff
Issue-ID: SO-368
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
Reduce build log warnings by formatting tests
to ONAP code conventions (removing tabs etc.)
Issue-ID: SO-368
Change-Id: I48c6d359b83617aebeb79db4e30c1d72d31f7eec
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
|
|
Change-Id: I3faaa90d97e936b0d86282db5958e1048460ee81
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
Change-Id: Id56bcc3ad3696b5068b9465e9951f211ac467cb3
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
|
|
|
|
Support query ar recipe by ar model uuid
Change-Id: I846bc1f55f2c15be02ba44496e1fc1b33fdaf8e2
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Support query vnf recipe by vnf model uuid
Change-Id: Ie85fff28586e31bc4c5f3cc90a6360e7af3ba575
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
|
|
Change-Id: Iddc39df32089e1a37c04d089522ead295a037118
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
Change-Id: I1dedb9ef1ca7b734e3cfc0a3a594d733dbd298d4
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
Resolved merge conflicts
Change-Id: I1a8c8b6fd801c1eb7719ea3d17f029972e2ba84f
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
Support query network recipe by module uuid
Change-Id: I8b49babf73f98c5e9ffe27463bd8227274440390
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Update paramXSD as recipe common field
Change-Id: I8fe382e65957dc3983abfcb638582bf074875fdb
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add allotted resource recipe java
Change-Id: Ibef5e8e617dcfb1d4f9b4087f20d6058a47bd74f
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Change-Id: I68ae390ba1ecc9e8f82fa686745cb2015e7efc6e
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
Support csar object query, for model driven work flow.
Change-Id: I7207ad8081244d1c38fcdc9ee161d9d1204fdb4a
Issue-ID: SO-451
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|