[AAF] Externalizes init data out from aaf-cass 48/116648/7
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 11 Jan 2021 08:15:10 +0000 (08:15 +0000)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 15 Jan 2021 12:40:53 +0000 (12:40 +0000)
commit9e2ca9d308d9b5ad0005259c4a2480cd824ec0a8
treeab14cb8ad71cdd8e5d2e54c7aa1232c9b3bb7086
parent0422de8134484d59031bf3113a3ac03e86627fac
[AAF] Externalizes init data out from aaf-cass

Instead of keep initialization data into the docker image, we move them
to the chart.
This will simplify adding / removing certificates as no image release
will be necessary, but only a change in OOM which can be directly
tested.

This reverts commit aa950d2ea4afa900c69eb622a776c8830a1c4e33.
Reason for revert: Changed the initial commit in order to make it really
work.

Issue-ID: OOM-2586
Change-Id: I1091d8940a8499503c72bd92ded9a54f08091ee3
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
24 files changed:
kubernetes/aaf/components/aaf-cass/requirements.yaml
kubernetes/aaf/components/aaf-cass/resources/cass-init-data/identities.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/artifact.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/config.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/cred.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/ns.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/ns_attrib.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/perm.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/role.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/user_role.dat [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/templates/configmap.yaml [new file with mode: 0644]
kubernetes/aaf/components/aaf-cass/templates/deployment.yaml
kubernetes/aaf/components/aaf-cm/requirements.yaml
kubernetes/aaf/components/aaf-fs/requirements.yaml
kubernetes/aaf/components/aaf-gui/requirements.yaml
kubernetes/aaf/components/aaf-hello/requirements.yaml
kubernetes/aaf/components/aaf-locate/requirements.yaml
kubernetes/aaf/components/aaf-oauth/requirements.yaml
kubernetes/aaf/components/aaf-service/requirements.yaml
kubernetes/aaf/components/aaf-sms/requirements.yaml
kubernetes/aaf/components/aaf-templates/requirements.yaml
kubernetes/aaf/components/aaf-templates/templates/_deployment.tpl
kubernetes/aaf/resources/log/org.osaaf.aaf.log4j.props [new file with mode: 0644]
kubernetes/aaf/templates/configmap.yaml [new file with mode: 0644]