ce88b281c5
In order to get swift working on containerized openstack, changes were needed both on platform and application side. From platform side, settings from ceph.conf file were replaced. A runtime manifest was added to update ceph.conf after a successful application apply: 1. Keystone auth url was updated with keystone openstack url 2. 'rgw_keystone_admin_domain' and 'rgw_keystone_project' settings were updated with 'service'. From application side the following changes have been implemented: 1. Ceph-rgw chart from openstack-helm-infra repo was included in stx-openstack 2. A chart schema for ceph-rgw was added 3. An override file was generated Signed-off-by: Elena Taivan <elena.taivan@windriver.com> Story: 2003909 Task: 30606 Change-Id: I01f7cf412264394f4f9bfb31f3c5a5ebd73f49dc |
||
---|---|---|
.. | ||
applications/stx-openstack/stx-openstack-helm | ||
helm-charts | ||
platform/stx-platform/stx-platform-helm | ||
README |
The expected layout for this subdirectory is as follows: kubernetes |-- applications | `-- <application> | `-- <application>-helm RPM | `-- centos | `-- build_srpm.data | `-- <application>-helm.spec | `-- <application>-helm | `-- manifests | `-- main-manifest.yaml | `-- alt-manifest-1.yaml | `-- ... | `-- alt-manifest-N.yaml | `-- custom chart 1 | `-- Chart.yaml | `-- ... | `-- ... | `-- custom chart N | `-- Chart.yaml | `-- ... |-- helm-charts | `-- chart | `-- chart `-- README The idea is that all our custom helm charts that are common across applications would go under "helm-charts". Each chart would get a subdirectory. Custom applications would generally consist of one or more armada manifest referencing multiple helm charts (both ours and upstream ones). The application is packaged as an RPM. These application RPM are used to produce the build artifacts (helm tarballs + armada manifests) but are not installed on the system. These artifacts are extracted later for proper application packaging with additional required metadata (TBD). These applications would each get their own subdirectory under "applications".