aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-activity-log-lib/openecomp-sdc-activity-log-core
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Reformat openecomp-bevasraz2-36/+33
2021-03-22Update Master to IstambulChrisC1-1/+1
2021-03-17Update SDC versionChrisC1-1/+1
2021-03-04Update to 1.8.31.8.3ChrisC1-1/+1
2021-02-25Update version to 1.8.21.8.2ChrisC1-1/+1
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz1-1/+1
2020-11-05Update master to HonoluluChrisC1-1/+1
2020-10-26Fix broken local build1.7.2vasraz1-1/+1
2020-10-20Upgrade to 1.7.2sebdet1-1/+1
2020-09-07Update version to 1.7.1sebdet1-1/+1
2020-03-12Disable SecurityFilterOfir Sonsino1-1/+1
2020-02-02Move to version 1.6.1shrek20001-1/+1
2019-10-29Bump SDC version 1.6.0Ofir Sonsino1-1/+1
2019-09-10Bump SDC version 1.5.2Ofir Sonsino1-1/+1
2019-07-28Update SDC version 1.5.1Ofir Sonsino1-1/+1
2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1
2018-11-15update sdc version in masterMichael Lando1-1/+1
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-07-29re base codeMichael Lando1-1/+2
2018-06-18Revert "SonarQube coverage"ayalaben1-5/+0
2018-06-11Upgrade datastax cassandra driver to 3.4.0talig1-8/+16
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-27SonarQube coverageayalaben1-0/+5
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2017-12-21Add collaboration featuretalig2-58/+34
2017-12-11Corrected copyright headeravigaffa2-14/+6
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-1/+1
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi3-0/+148
pan class="p">${status}' == 'PASS' ${public_ip} ${oam_ip} Set To Dictionary ${values} ${value_name} ${public_ip} Get Public Ip [Arguments] ${server_map} ${oam_ip} ${servers} Get Dictionary Values ${server_map} :for ${server} in @{servers} \ ${status} ${public_ip} Run Keyword And Ignore Error Search Addresses ${server} ${oam_ip} \ Return From Keyword If '${status}'=='PASS' ${public_ip} Fail ${oam_ip} Server Not Found Search Addresses [Arguments] ${server} ${oam_ip} ${addresses} Get From Dictionary ${server} addresses ${status} ${public_ip}= Run Keyword And Ignore Error Find Rackspace ${addresses} ${oam_ip} Return From Keyword If '${status}'=='PASS' ${public_ip} ${status} ${public_ip}= Run Keyword And Ignore Error Find Openstack ${addresses} ${oam_ip} Return From Keyword If '${status}'=='PASS' ${public_ip} ${status} ${public_ip}= Run Keyword And Ignore Error Find Openstack 2 ${addresses} ${oam_ip} Return From Keyword If '${status}'=='PASS' ${public_ip} Fail ${oam_ip} Server Not Found Find Rackspace [Arguments] ${addresses} ${oam_ip} ${public_ips} Get From Dictionary ${addresses} public ${public_ip}= Get V4 IP ${public_ips} ${oam_ips} Get From Dictionary ${addresses} ${GLOBAL_INJECTED_NETWORK} ${this_oam_ip}= Get V4 IP ${oam_ips} Return From Keyword If '${this_oam_ip}' == '${oam_ip}' ${public_ip} Fail ${oam_ip} Server Not Found Find Openstack [Arguments] ${addresses} ${oam_ip} ${public_ip}= Get V4 IP Openstack ${addresses} external ${this_oam_ip}= Get V4 IP Openstack ${addresses} ${GLOBAL_INJECTED_NETWORK} Return From Keyword If '${this_oam_ip}'=='${oam_ip}' ${public_ip} Fail ${oam_ip} Server Not Found Find Openstack 2 [Arguments] ${addresses} ${oam_ip} ${ipmaps}= Get From DIctionary ${addresses} ${GLOBAL_INJECTED_NETWORK} ${public_ip}= Get V4 IP Openstack 2 ${ipmaps} floating ${this_oam_ip}= Get V4 IP Openstack 2 ${ipmaps} fixed Return From Keyword If '${this_oam_ip}'=='${oam_ip}' ${public_ip} Fail ${oam_ip} Server Not Found Get V4 IP [Arguments] ${ipmaps} :for ${ipmap} in @{ipmaps} \ ${ip} Get From Dictionary ${ipmap} addr \ ${version} Get From Dictionary ${ipmap} version \ Return from Keyword if '${version}' == '4' ${ip} Fail No Version 4 IP Get V4 IP Openstack [Arguments] ${addresses} ${testtype} ${ipmaps}= Get From Dictionary ${addresses} ${testtype} :for ${ipmap} in @{ipmaps} \ ${ip} Get From Dictionary ${ipmap} addr \ ${version} Get From Dictionary ${ipmap} version \ Return from Keyword if '${version}'=='4' ${ip} Fail No Version 4 IP Get V4 IP Openstack 2 [Arguments] ${ipmaps} ${testtype} :for ${ipmap} in @{ipmaps} \ ${type} Get From Dictionary ${ipmap} OS-EXT-IPS:type \ ${ip} Get From Dictionary ${ipmap} addr \ ${version} Get From Dictionary ${ipmap} version \ Return from Keyword if '${version}'=='4' and '${type}'=='${testtype}' ${ip} Fail No Version 4 IP