Add new SO component so-appc-orchestrator to OOM 06/107406/14
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Wed, 20 May 2020 22:47:57 +0000 (22:47 +0000)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 29 May 2020 07:01:55 +0000 (07:01 +0000)
commit3aae7c0efab5c3ffb38c837f7451efcbbe5c60a0
tree51c66fd2cc4a30fe871b5be2e076a7138713f555
parent18355a8cedae7b86d9af024870167fcd2422cdd7
Add new SO component so-appc-orchestrator to OOM

- This is a new component with SO
- This component polls bpmn for any app-c related
  tasks. If there is one, it will pick up the task,
  execute the task and provide task status to bpmn
- SO code related to this functionality has already
  been delivered by Elena.

Issue-ID: SO-2903
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: I1bb3afd437f420304c41255560fbe13106eefb83
kubernetes/so/charts/so-appc-orchestrator/Chart.yaml [new file with mode: 0644]
kubernetes/so/charts/so-appc-orchestrator/resources/config/overrides/override.yaml [new file with mode: 0644]
kubernetes/so/charts/so-appc-orchestrator/templates/configmap.yaml [new file with mode: 0755]
kubernetes/so/charts/so-appc-orchestrator/templates/deployment.yaml [new file with mode: 0644]
kubernetes/so/charts/so-appc-orchestrator/templates/secret.yaml [new file with mode: 0644]
kubernetes/so/charts/so-appc-orchestrator/templates/service.yaml [new file with mode: 0644]
kubernetes/so/charts/so-appc-orchestrator/values.yaml [new file with mode: 0644]
kubernetes/so/values.yaml