Add new SO component so-appc-orchestrator to OOM 06/109906/1
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Wed, 20 May 2020 22:47:57 +0000 (22:47 +0000)
committerRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Tue, 7 Jul 2020 13:41:46 +0000 (13:41 +0000)
commit633bd25395e1d5cbdf9a8ca739ccf471d0e0aa84
tree0c811b53e331c1ae5116fe7b2c5f53589e8aebe7
parent5e9762e97b44e94a35b89636e0d18f43d183642e
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