summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25update versioning1.0.0-ONAP1.0.0-Amsterdamamsterdamvagrant5-9/+9
Change-Id: Ic527095239790de9f94cb03956402a8309cdfe1a Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-11-01Use 1.4.0 dockering libMichael Hwang1-1/+1
Change-Id: Iedca16eeb45ac978dfcc18bbee27c1c6e6e916c9 Issue-Id: DCAEGEN2-189 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-10Fix push pathLusheng Ji1-3/+10
Issue-Id: DCAEGEN2-128 Change-Id: I51d0cbd6a3d844ac773167e5eacf0e2966bf437e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Push plugin wgn and type filesLusheng Ji1-3/+3
Issue-Id: DCAEGEN2-128 Change-Id: If93a71e8cac73d805918210bf15977ad3f332eb6 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Remove cd to module directoryLusheng Ji1-3/+2
Issue-Id: DCAEGEN2-128 Change-Id: Ic1ea79d772469547dc2e0370e87941303e893ad9 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Change artifact deployment locationsLusheng Ji7-508/+738
Issue-Id: DCAEGEN2-128 Change-Id: I55f533c0fa1a2a51e6a11b1e8e1dbb221b992fbe Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-26UT 78% dcaepolicy pluginAlex Shatov7-15/+583
* unit test withcoverage of 78 % * minor refactoring for lazy init for discovery - useful for UT Change-Id: I7bee1d5dc5c66477c6e8f19484b0179d5f726fe0 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov <alexs@att.com>
2017-09-25Merge "Toxify for docker and relationship"Lusheng Ji8-27/+44
2017-09-25Toxify for docker and relationshipMichael Hwang8-27/+44
Issue-Id: DCAEGEN2-60 Change-Id: Idaacf7239a54a21d45d77731cae13e5115b68f02 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-25Update sonar section of pomTommy Carpenter1-16/+11
Issue-ID: DCAEGEN2-74 Change-Id: I3da21783ea44099892b23673bfdc8479d3a3591f Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-21Upgrade to public PyPi policy-libTommy Carpenter9-11/+13
Issue-ID: DCAEGEN2-74 Change-Id: I85f43a73da58497c5677bffcb2de79015febfa7c Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-21Add back .coveragerc, removed by mistakeTommy Carpenter2-1/+29
Issue-ID: DCAEGEN2-74 Change-Id: I18a2c7e54550f10f87bbb97cd150965acd95bb96 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-14DRY up code with decoratorsTommy Carpenter10-118/+151
Issue-ID: DCAEGEN2-74 Change-Id: Iefdfe3fa60879161ebc6ba3224f342a9af575d94 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-14Unit test discoveryTommy Carpenter14-61/+218
Issue-ID: DCAEGEN2-74 Change-Id: Ibc676f118e9e85db306e38c3e40265d1b1d71ff0 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-12Combine all task inputs for create and startMichael Hwang3-17/+57
Change-Id: Ia86d3b26b5ecccd636fb171b3967f924b0cb1250 Issue-Id: DCAEGEN2-91 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-12Use latest dcaepolicyMichael Hwang4-2/+22
Issue-Id: DCAEGEN2-97 Change-Id: I6e5e701f5a64575c9280b1bea3b17e50023e599d Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-12Update to policy 1.0.0Tommy Carpenter4-5/+5
Issue-ID: DCAEGEN2-97 Change-Id: Idf54f589c71b7e032b21f5d48c88f0128bb50b56 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-12Merge "Cleanup after Policy update"Lusheng Ji6-55/+20
2017-09-12dcaepolicy plugin and dcae.node.typeAlex Shatov9-0/+293
* new plugin and node type file to be used by blueprints that use policy Change-Id: I79dc24f3bf6f8471457544f6bb8562cbcd448d00 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov <alexs@att.com>
2017-09-11Make components policy reconfigurable and moreMichael Hwang9-17/+255
* Add in dcae policy dependencies and policy decorators into tasks * Fetch docker logins dynamically * Add in policy example blueprint * Add in policy update operation for components Issue-Id: DCAEGEN2-97 Change-Id: Ib58adfbd7070999c7b8e59ab008f5ff90d4984a7 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-11Cleanup after Policy updateTommy Carpenter6-55/+20
Issue-ID: DCAEGEN2-96 Change-Id: Iebc195340211faea6d0bcc834015117ba9ded09d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I0c77715893304a55cafe5c7768b841108b08fccc Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-08Merge "Fix pom and mvn script"Vijay Venkatesh Kumar5-275/+346
2017-09-07Integrate with policy handlerTommy Carpenter6-29/+121
Issue-ID: DCAEGEN2-96 Change-Id: I2adbce7fafd5b84dd53a3deef4a53c253100bd9d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-07Fix pom and mvn scriptLusheng Ji5-275/+346
Issue-Id: DCAEGEN2-60 Change-Id: I18134f2e2b2af7a40789ebec0379c4ee8e58370f Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-06Enhance to query Consul for target docker hostMichael Hwang8-40/+150
* `SelectedDockerHost` actually queries by a name stem and location * Shorten name * Tag components with deployment id Change-Id: I715f1de25fa047ce70eb26a5cc7615cfd3b408e7 Issue-ID: DCAEGEN2-91 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-08-30Add version.propertiesLusheng Ji1-0/+6
Issue-Id: DCAEGEN2-60 Change-Id: Ie564d864eb6eeeeb3bc53e33e2c28157a59a5b94 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-30Fix pom.xml'sLusheng Ji4-130/+771
Issue-Id: DCAEGEN2-60 Change-Id: I7c6adeba2578a66af634cd5197ca8308e89c34ee Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-29Update LICENSE.txtLusheng Ji1-0/+40
Issue-Id: DCAEGEN2-86 Change-Id: Id5116e4789431007ae31637265113101a7ad5c2b Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-23Add docker and relationships pluginMichael Hwang31-0/+2986
Change-Id: I323599ae2965f081f2061b6791635bbeddb09811 Issue-Id: DCAEGEN2-79 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-08-22[DCAEGEN2-74] merge broker deletion plugin to cdapTommy Carpenter6-14/+53
Change-Id: If8fecde180c37ae1332e9ef53b9b2e8b17169cbe Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-08-18[DCAEGEN2-74] Push up initial CDAP pluginTommy Carpenter21-0/+1769
Change-Id: I2bad410e5c55a59950cabe8fc13066954c4f5c92 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-06-28Initial empty repositoryJessica Wagantall0-0/+0