Add practice of building o2ims images inside a container 85/7085/8
authorBin Yang <bin.yang@windriver.com>
Fri, 19 Nov 2021 02:56:09 +0000 (10:56 +0800)
committerBin Yang <bin.yang@windriver.com>
Sun, 21 Nov 2021 03:52:33 +0000 (11:52 +0800)
commitcb9a72de554108746c4ed35f8ad9e0a5550f626d
tree7ce2a91267b3eb9121236f3212a86ba968575d01
parentb21c925328b0c700fde9001b7a56ea55decdf088
Add practice of building o2ims images inside a container

Add helm chart for k8s deployment

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Iae4501c7a489be9266771d304f6a787c5992169b
16 files changed:
README-o2imsbuilder.md [new file with mode: 0644]
charts/.helmignore [new file with mode: 0644]
charts/Chart.yaml [new file with mode: 0644]
charts/resources/scripts/init/o2api_start.sh [new file with mode: 0644]
charts/resources/scripts/init/o2pubsub_start.sh [new file with mode: 0644]
charts/resources/scripts/init/o2watcher_start.sh [new file with mode: 0644]
charts/resources/scripts/init/postgres_start.sh [new file with mode: 0644]
charts/templates/.helmignore [new file with mode: 0644]
charts/templates/_helpers.tpl [new file with mode: 0644]
charts/templates/configmap.yaml [new file with mode: 0644]
charts/templates/deployment.yaml [new file with mode: 0644]
charts/templates/service.yaml [new file with mode: 0644]
charts/values.yaml [new file with mode: 0644]
docker-compose.yml
o2ims/bootstrap.py
requirements.txt