aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Fixing XML parsers security bugwaqas.ikram2-12/+24
2021-06-30Reducing org.reflections package loggingwaqas.ikram1-13/+12
2021-06-29Fixing XML parsers security bugwaqas.ikram1-4/+3
2021-06-29Fixing XML parsers security bugwaqas.ikram1-6/+13
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram1-1/+1
2021-03-17remove network soap and dead codeBOSLET, CORY34-4579/+194
2021-03-15update swagger to v3 open api versionBOSLET, CORY3-37/+39
2021-03-09version upgrades plus cleanupBOSLET, CORY1-4/+0
2021-03-10Merge "remove vnfadaptercreate vnfadaptercreatevfmodule"Max Benjamin15-1110/+72
2021-03-08Added volume creation to heatbridgeBOSLET, CORY7-1/+115
2021-03-05remove vnfadaptercreate vnfadaptercreatevfmoduleBOSLET, CORY15-1110/+72
2021-03-05Changed to use the host id of server instead of idBOSLET, CORY2-3/+9
2021-03-01remove unused endpoints from source codeBOSLET, CORY12-1212/+0
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski1-35/+7
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)1-35/+7
2021-02-15update the version for the H releaseseshukm1-1/+1
2021-02-02Merge "set connection timeout as well as read timeout"Steve Smokowski1-1/+8
2021-02-01set connection timeout as well as read timeoutBenjamin, Max (mb388a)1-1/+8
2021-01-28force not null with default valuesBenjamin, Max (mb388a)1-4/+4
2021-01-14allow deleteL3Network logic to be overriddenBenjamin, Max3-24/+34
2021-01-06Fix the issue where response is built on rollbackBenjamin, Max (mb388a)1-66/+69
2021-01-06Changed the task to capture the outputs on pollingBenjamin, Max (mb388a)6-155/+206
2021-01-05Merge "Change to not exception on delete when object"Steve Smokowski1-1/+1
2021-01-05Change to not exception on delete when objectBenjamin, Max (mb388a)1-1/+1
2021-01-05Use the timeout from the heat templates forBoslet, Cory4-71/+35
2020-12-18skip delete heatbridge when multicloud orchestratorKalkere Ramesh, Sharan2-1/+9
2020-12-08added relationship from vserver to vnfKalkere Ramesh, Sharan2-3/+10
2020-11-19add caching to graph inventory clientBenjamin, Max1-0/+20
2020-11-19Merge "added configurable read timeout value for A&AI"Steve Smokowski1-0/+7
2020-11-11added configurable read timeout value for A&AIBenjamin, Max1-0/+7
2020-11-09Merge "do not throw an exception when no relationship exists"Steve Smokowski12-48/+1399
2020-11-08do not throw an exception when no relationship existsKalkere Ramesh, Sharan (sk720x)12-48/+1399
2020-11-07Merge "us mso workaround to skip shared vip ports"Seshu Kumar M2-33/+76
2020-11-06Remove unnecessary vserver--generic-vnf relation from SO-OpenStack-Adapter im...marcinrzepeckiwroc2-8/+5
2020-11-04Merge "put back logic to create VNFC edges"Seshu Kumar M4-15/+155
2020-11-03Merge "Added to handle inventory failure errors in bpmn."Max Benjamin6-12/+22
2020-11-03put back logic to create VNFC edgesSmokowski, Steven4-15/+155
2020-11-03us mso workaround to skip shared vip portsSmokowski, Steven2-33/+76
2020-11-03Merge "verify port profile exists for multicast flag"Steve Smokowski1-0/+40
2020-11-03Merge "Remove 504 error for retries"Steve Smokowski1-1/+0
2020-11-03Merge "Use correct DSL query on property name"Steve Smokowski1-3/+1
2020-11-03Added to handle inventory failure errors in bpmn.Boslet, Cory6-12/+22
2020-11-02Merge "Revert "Fixed the lock times and populated error variable""Byung-Woo Jun4-10/+10
2020-11-02Revert "Fixed the lock times and populated error variable"Seshu Kumar M4-10/+10
2020-11-02Merge "Update to not create VNFC relationship"Steve Smokowski3-15/+3
2020-10-23Use correct DSL query on property nameSmokowski, Steven1-3/+1
2020-10-22verify port profile exists for multicast flagMnushkin, Dmitry1-0/+40
2020-10-22Fixed the lock times and populated error variableBoslet, Cory4-10/+10
2020-10-22Update to not create VNFC relationshipSmokowski, Steven3-15/+3
2020-10-22Remove 504 error for retriesSmokowski, Steven1-1/+0
a> 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226