Add kserve participant 63/133263/4
authoraravind.est <aravindhan.a@est.tech>
Tue, 14 Feb 2023 09:29:14 +0000 (09:29 +0000)
committeraravind.est <aravindhan.a@est.tech>
Fri, 17 Feb 2023 09:26:51 +0000 (09:26 +0000)
commitdf28b0a551c8397d437d29453abcd2e26bcec9b2
tree13d5a87f991069254e365d1d5c6a29925ec8d3f9
parent06339bee0cf891144ca781983ba99d170b10b2b7
Add kserve participant

Issue-ID: POLICY-4525
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I00c3c9bc02eb7e424c459100517db90f5e8b738c
31 files changed:
examples/src/main/resources/clamp/acm/test/participant-kserve.yaml [new file with mode: 0755]
packages/policy-clamp-docker/pom.xml [changed mode: 0644->0755]
packages/policy-clamp-docker/src/main/docker/KserveParticipant-Suse.Dockerfile [new file with mode: 0755]
packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile [new file with mode: 0755]
packages/policy-clamp-docker/src/main/docker/kserve-participant.sh [new file with mode: 0755]
packages/policy-clamp-tarball/pom.xml [changed mode: 0644->0755]
packages/policy-clamp-tarball/src/main/resources/etc/KserveParticipantParameters.yaml [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/pom.xml [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/Application.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/config/MicrometerConfig.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/config/ParticipantConfig.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/config/SecurityConfig.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/exception/KserveException.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/handler/AutomationCompositionElementHandler.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/k8s/InferenceServiceValidator.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/k8s/KserveClient.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/models/ConfigurationEntity.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/models/KserveInferenceEntity.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/parameters/CustomResourceDefinitionParameters.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/java/org/onap/policy/clamp/acm/participant/kserve/parameters/KserveParticipantParameters.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/main/resources/config/application.yaml [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/handler/AcElementHandlerTest.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/k8s/InferenceServiceValidatorTest.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/k8s/KserveClientTest.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/rest/ActuatorControllerTest.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/utils/CommonActuatorController.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/utils/CommonTestData.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/java/org/onap/policy/clamp/acm/participant/kserve/utils/ToscaUtils.java [new file with mode: 0755]
participant/participant-impl/participant-impl-kserve/src/test/resources/application-test.yaml [new file with mode: 0755]
participant/participant-impl/pom.xml [changed mode: 0644->0755]
pom.xml [changed mode: 0644->0755]