Move horizon static configs to Armada manifest

Move all horizon static configurations from the overrides to the
Armada manifest.

This is being done so we have a consistent way of managing
containerized openstack configurations. Static configurations will
be located in the Armada manifest and dynamic configuration will be
located in the overrides files.

Story: 2003909
Task: 29635

Change-Id: I4abbc0eb158304774134e2d60f2b666c0d90bbd8
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2019-02-21 14:08:02 -05:00
parent 3204a8aa0a
commit 2a1e7ae8ad
3 changed files with 61 additions and 1 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="stx-openstack-helm"
COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/rbd-provisioner $PKG_BASE/../../../helm-charts/garbd"
TIS_PATCH_VER=5
TIS_PATCH_VER=6

View File

@ -1872,9 +1872,39 @@ data:
labels:
release_group: osh-openstack-horizon
values:
network:
node_port:
enabled: 'true'
port: 31000
pod:
mounts:
horizon:
horizon:
# Branding directory mount
volumeMounts:
- mountPath: /opt/branding
name: horizon-branding
volumes:
- hostPath:
path: /opt/branding
type: Directory
name: horizon-branding
conf:
horizon:
local_settings:
config:
# Region Modes
ss_enabled: 'False'
dc_mode: 'False'
# Security
https_enabled: 'False'
lockout_period_sec: '300'
lockout_retries_num: '3'
# Optional Services
enable_magnum: 'False'
enable_murano: 'False'
# Turn off domain support as we aren't using
keystone_multidomain_support: 'False'
template: |
import os

View File

@ -1872,9 +1872,39 @@ data:
labels:
release_group: osh-openstack-horizon
values:
network:
node_port:
enabled: 'true'
port: 31000
pod:
mounts:
horizon:
horizon:
# Branding directory mount
volumeMounts:
- mountPath: /opt/branding
name: horizon-branding
volumes:
- hostPath:
path: /opt/branding
type: Directory
name: horizon-branding
conf:
horizon:
local_settings:
config:
# Region Modes
ss_enabled: 'False'
dc_mode: 'False'
# Security
https_enabled: 'False'
lockout_period_sec: '300'
lockout_retries_num: '3'
# Optional Services
enable_magnum: 'False'
enable_murano: 'False'
# Turn off domain support as we aren't using
keystone_multidomain_support: 'False'
template: |
import os