aboutsummaryrefslogtreecommitdiffstats
path: root/heatbridge
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06Update tox setupBartek Grzybowski5-17/+7
Setuptools' 'setup.py test' command produces deprecation warning so removing it. Tox is performing sdist anyway so it's usage was superfluous anyway. Removing setup-template.py as it's not needed. Adding pytest in place of deprecated setuptools 'test' routine and some placeholder for tests. Change-Id: Ib03b1664286a0bd0425bf2aabe2dddf27fb01e8e Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-04remvoing ; and uneeded importsDR695H4-208/+206
Issue-ID: INT-1292 Change-Id: Ib444023db31866e436f43f804f9c38fa00e66b79 Signed-off-by: DR695H <dr695h@att.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-11-06update INFO.yamlmrichomme4-8/+49
remove 1 year inactive committers Issue-ID: INT-1349 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I99043f9582245acdfdc22698eb2f0abaaa65f4ab
2019-02-08Modify AAI manager to create VNFCMarco Platania1-0/+4
- Add a relation to a VNFC as part of vServer put Change-Id: I9168e68c8de7d011f905ad06ed0ac2607efca9c9 Issue-ID: TEST-137 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-01Support for Keystone V33.0.1-ONAP3.0.0-ONAPcasablancaAh3-12/+27
Issue-ID: TEST-39 Change-Id: I912e6d8b57d5be78cf6831daa5b6081388c03c6e Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-09-07add vnfid 2 relationship in vfmoudle in heatbridgeDR695H2-4/+6
this allows correlation to be done on the more specific vfmodule id not just the vnf id Change-Id: Ied971c3fa017bb3662c66533ba6976ca51e73319 Issue-ID: TEST-116 Signed-off-by: DR695H <dr695h@att.com>
2018-09-06adding in vfmodule id to heatbridgeDR695H1-0/+4
this allows coorelation to be done on the more specific vfmodule id not just the vnfid Change-Id: I6f90903ac5efedea0c9c3954cf3316f3a35f5cf1 Issue-ID: TEST-116 Signed-off-by: DR695H <dr695h@att.com>
2017-11-22Update neutron client action_prefix /v2.01.0.0-ONAP1.0.0-AmsterdamJerry Flood1-1/+5
Issue-ID: TEST-71 Change-Id: I62bab71ba90fdd267ca268715db4df7d7fc08b7a Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-14Fixed indent error from previous fixJerry Flood1-1/+1
Issue: TEST-71 Change-Id: I67d37d2202a51ec79ad10a26f7e335b3bb023115 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-14Fixed incidental bug processing volumesJerry Flood1-1/+2
Issue: TEST-71 Change-Id: If6b39428359f25ead032eb1939971247e5f95b39 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-14Tenant id and name were swappedJerry Flood2-40/+54
Set project_id rather than project_name Set some defaults. Issue: TEST-71 Change-Id: I852e1d238b1cf09dc918a6df1a60dcc7daea62c7 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-07-28adding maven based python buildDR695H9-0/+37
[TEST-48] this changes the structure of the project to be maven based Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4 Signed-off-by: DR695H <dr695h@att.com>
2017-02-15Initial OpenECOMP Temporary Heatbridge commitDR695H5-0/+449
Change-Id: Ifb183a84f596d7adacd68ca0f9b1e3780311036a Signed-off-by: DR695H <dr695h@att.com>