summaryrefslogtreecommitdiffstats
path: root/artifactbroker/plugins/forwarding-plugins/src/main/java/org/onap/policy/distribution/forwarding/k8s/K8sArtifactForwarder.java
AgeCommit message (Collapse)AuthorFilesLines
2020-08-13HELM artifact type supportLukasz Rajewski1-12/+25
HELM artifact type support was added to the k8s artifact broker. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iee101420ea3876ce3991085915e1cdc6841dfd2f
2020-01-28Fix k8s artifact url for uploadEric Multanen1-2/+2
Fix the broker to upload to the correct name based on vfmodule model invariant and version ids. Change-Id: I45e2fe845d3f61d78a5d1499fd0aa5c0b4475a34 Issue-ID: MULTICLOUD-982 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-12-13Save k8s definition using vfmodule model idsEric Multanen1-2/+2
Use the vfmodule model invariant id as the resource bundle definition name and the vfmodule model version as the resource bundle definition version when saving the resource bundle. Change-Id: Iaa3fcbf72f40ea1d4df5c46f7bb6d0c797a9e7e1 Issue-ID: MULTICLOUD-836 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-10-22Create definitions for multiple vf-modulesLukasz Rajewski1-8/+34
This fix does not change distribution when there is one dummy heat and one cloud technology artifact. When there is more than one dummy heat or more than one cloud technology artifact forwarder will try to match them base on the name of the heat file that should match the prefix of the name of cloud artifact. There is no need to change use cases of vFW and EdgeX showcased for Dublin and ElAlto neither their descriptions should be changed. Issue-ID: MULTICLOUD-869 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I4d44ea22b412546806ee7dbcdb7e3c9ed644349a
2019-07-11Add more detail to the debug messagesKiran Kamineni1-18/+18
Adding some more detail to the logs in artifactbroker. This prints the URI, the body and the exception message if any. Issue-ID: MULTICLOUD-703 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Change-Id: I99d5ad32cd4e259c5781bca1e3f5b13859ffe5b1
2019-05-25Fix port mismatch and return value judgement issueliboNet1-4/+6
. the port of k8s plugin has changed from 8081 to 9015 . the value from 200 to 300 is acceptable from k8s plugin Change-Id: I85c61d2275c7913f8c8dbeee0751349552bec29d Issue-ID: MULTICLOUD-650 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-04-19enable merge sdc client part into Distribution release imageliboNet1-0/+205
. update the defaultConfig.json file to include sdc client configuration . update the DistriubtionActivator to enable parse sdc client and k8s plugin . rename xacml pdp to k8s . fix distribution run-time issue Change-Id: If267f5c256b19ebdbe7b7b2869afcf2f570e4b24 Issue-ID: MULTICLOUD-576 Signed-off-by: liboNet <libo.zhu@intel.com>