aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/main/java/org/onap/so/heatbridge/HeatBridgeImpl.java
AgeCommit message (Expand)AuthorFilesLines
2023-09-07fix to missing property volume-selflink errorlondonErol Ozcan (Argela)1-0/+3
2021-03-08Added volume creation to heatbridgeBOSLET, CORY1-0/+42
2021-03-05Changed to use the host id of server instead of idBOSLET, CORY1-1/+7
2021-01-14allow deleteL3Network logic to be overriddenBenjamin, Max1-18/+20
2021-01-05Change to not exception on delete when objectBenjamin, Max (mb388a)1-1/+1
2020-11-09Merge "do not throw an exception when no relationship exists"Steve Smokowski1-2/+4
2020-11-08do not throw an exception when no relationship existsKalkere Ramesh, Sharan (sk720x)1-2/+4
2020-11-07Merge "us mso workaround to skip shared vip ports"Seshu Kumar M1-33/+37
2020-11-03put back logic to create VNFC edgesSmokowski, Steven1-5/+26
2020-11-03us mso workaround to skip shared vip portsSmokowski, Steven1-33/+37
2020-11-03Merge "Use correct DSL query on property name"Steve Smokowski1-3/+1
2020-10-23Use correct DSL query on property nameSmokowski, Steven1-3/+1
2020-10-22Update to not create VNFC relationshipSmokowski, Steven1-5/+0
2020-10-21Removed audit codeBoslet, Cory1-10/+29
2020-10-20Update code to filter null or empty imagesSmokowski, Steven1-1/+1
2020-10-14Update to use fqdn of server to query aaiSmokowski, Steven1-1/+3
2020-10-01Reworked how we find the sriov pf related link.Boslet, Cory1-60/+56
2020-10-01Merge "Only process ovs when its ovs and not sriov."Steve Smokowski1-6/+8
2020-09-29Only process ovs when its ovs and not sriov.Boslet, Cory1-6/+8
2020-09-29Changed to use the physical network nameBoslet, Cory1-15/+15
2020-09-20Heatbridge UpdatesSmokowski, Steven1-56/+216
2020-09-03Added to set is floating to false in aai.Boslet, Cory1-1/+3
2020-08-26Merge "Need to create the ipv6 address which was missing."Steve Smokowski1-0/+15
2020-08-25Additional null checks while building vserverKuleshov, Elena1-1/+3
2020-08-19Need to create the ipv6 address which was missing.Boslet, Cory1-0/+15
2020-08-04[SO] heatbridge implemention to delete L3Network and its subnet from AAIMunir Ahmad1-0/+14
2020-08-04[SO] heatbridge implemention to populate AAI with openstack provider network/...Munir Ahmad1-0/+49
2020-07-24Fixed issue where uri was being set whereBoslet, Cory1-2/+3
2020-07-21Merge "Not found exception was in the wrong place."Lukasz Muszkieta1-3/+3
2020-07-19Not found exception was in the wrong place.Boslet, Cory1-3/+3
2020-07-16Updated code to create the child objectsBoslet, Cory1-22/+32
2020-07-14Create vserver if not existsSmokowski, Steven1-2/+2
2020-07-14Merge "Set up logging for dry run on delete invenotry"Steve Smokowski1-18/+34
2020-07-14Set up logging for dry run on delete invenotryBoslet, Cory1-18/+34
2020-07-10Began fixing issues with heat bridgeBoslet, Cory1-52/+62
2020-07-07Added checks on the cloud owner to determine ifBoslet, Cory1-3/+12
2020-06-09Fix Heatbridge auth for Keystone-v3Boslet, Cory1-1/+1
2020-06-02Add null check for network nameSmokowski, Steven1-2/+4
2020-05-27Fix for NPE in HeatbridgeLukasz Rajewski1-2/+2
2020-05-08Added to support to enabling l2 multicastingBoslet, Cory1-0/+8
2020-04-29rename package for external useBenjamin, Max1-9/+9
2020-04-17openstack inventory captureSmokowski, Steven1-17/+36
2020-04-16Add additional null checks when building pserver objects fromMunir Ahmad1-2/+10
2020-04-12reduced code smellsRupinder1-1/+0
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany1-1/+1
2019-12-02Heatbridge bugfix make use of regionId instead of cloudSiteIdMunir Ahmad1-6/+7
2019-12-02SO and heatbridge integration for delete flowMunir Ahmad1-0/+80
2019-11-07Create PServer/PInterface Objects in AAI based on openstack's stack resourcesMunir Ahmad1-0/+41
2019-06-14update multi stage code to accurately skip bbsBenjamin, Max1-0/+20
2019-06-10replaced String.repeat with static final stringsBenjamin, Max1-6/+7