Armada manifest updates for OSH
This updates the armada multinode manifest to include the new format for waiting on releases to complete. This is now configured to wait for a release to complete by checking resources with the release_group label for a given chart. This also adds the LDAP chart, which is required for the LMA services Change-Id: Ie23073a04dc4c55291c0314beb0d8d215005d353
This commit is contained in:
parent
4cac07d788
commit
899384b805
@ -7,7 +7,6 @@ data:
|
|||||||
chart_name: helm-toolkit
|
chart_name: helm-toolkit
|
||||||
release: helm-toolkit
|
release: helm-toolkit
|
||||||
namespace: helm-toolkit
|
namespace: helm-toolkit
|
||||||
timeout: 300
|
|
||||||
values: {}
|
values: {}
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
@ -24,11 +23,14 @@ data:
|
|||||||
chart_name: ceph-mon
|
chart_name: ceph-mon
|
||||||
release: ceph-mon
|
release: ceph-mon
|
||||||
namespace: ceph
|
namespace: ceph
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-ceph-mon
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -75,14 +77,14 @@ data:
|
|||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: true
|
storage_secrets: True
|
||||||
ceph: true
|
ceph: True
|
||||||
rbd_provisioner: true
|
rbd_provisioner: True
|
||||||
cephfs_provisioner: true
|
cephfs_provisioner: True
|
||||||
client_secrets: false
|
client_secrets: False
|
||||||
rgw_keystone_user_and_endpoints: false
|
rgw_keystone_user_and_endpoints: False
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: true
|
enabled: True
|
||||||
conf:
|
conf:
|
||||||
ceph:
|
ceph:
|
||||||
global:
|
global:
|
||||||
@ -90,7 +92,7 @@ data:
|
|||||||
# be consistent if you wish to redploy whist maintaining data.
|
# be consistent if you wish to redploy whist maintaining data.
|
||||||
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
|
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
pool:
|
pool:
|
||||||
crush:
|
crush:
|
||||||
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
||||||
@ -123,11 +125,14 @@ data:
|
|||||||
chart_name: ceph-osd
|
chart_name: ceph-osd
|
||||||
release: ceph-osd
|
release: ceph-osd
|
||||||
namespace: ceph
|
namespace: ceph
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-ceph-osd
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
identity:
|
identity:
|
||||||
@ -140,14 +145,14 @@ data:
|
|||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: true
|
storage_secrets: True
|
||||||
ceph: true
|
ceph: True
|
||||||
rbd_provisioner: true
|
rbd_provisioner: True
|
||||||
cephfs_provisioner: true
|
cephfs_provisioner: True
|
||||||
client_secrets: false
|
client_secrets: False
|
||||||
rgw_keystone_user_and_endpoints: false
|
rgw_keystone_user_and_endpoints: False
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: true
|
enabled: True
|
||||||
conf:
|
conf:
|
||||||
ceph:
|
ceph:
|
||||||
global:
|
global:
|
||||||
@ -155,7 +160,7 @@ data:
|
|||||||
# be consistent if you wish to redploy whist maintaining data.
|
# be consistent if you wish to redploy whist maintaining data.
|
||||||
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
|
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
pool:
|
pool:
|
||||||
crush:
|
crush:
|
||||||
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
||||||
@ -188,11 +193,14 @@ data:
|
|||||||
chart_name: ceph-client
|
chart_name: ceph-client
|
||||||
release: ceph-client
|
release: ceph-client
|
||||||
namespace: ceph
|
namespace: ceph
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-ceph-client
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -219,17 +227,17 @@ data:
|
|||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: true
|
storage_secrets: True
|
||||||
ceph: true
|
ceph: True
|
||||||
rbd_provisioner: true
|
rbd_provisioner: True
|
||||||
cephfs_provisioner: true
|
cephfs_provisioner: True
|
||||||
client_secrets: false
|
client_secrets: False
|
||||||
rgw_keystone_user_and_endpoints: false
|
rgw_keystone_user_and_endpoints: False
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: true
|
enabled: True
|
||||||
conf:
|
conf:
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
pool:
|
pool:
|
||||||
crush:
|
crush:
|
||||||
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
#NOTE(portdirect): set to hammer if using kernel < 4.5
|
||||||
|
@ -7,7 +7,6 @@ data:
|
|||||||
chart_name: helm-toolkit
|
chart_name: helm-toolkit
|
||||||
release: helm-toolkit
|
release: helm-toolkit
|
||||||
namespace: helm-toolkit
|
namespace: helm-toolkit
|
||||||
timeout: 300
|
|
||||||
values: {}
|
values: {}
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
@ -24,11 +23,14 @@ data:
|
|||||||
chart_name: ingress-kube-system
|
chart_name: ingress-kube-system
|
||||||
release: ingress-kube-system
|
release: ingress-kube-system
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-ingress-kube-system
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
@ -45,10 +47,6 @@ data:
|
|||||||
type: DaemonSet
|
type: DaemonSet
|
||||||
network:
|
network:
|
||||||
host_namespace: true
|
host_namespace: true
|
||||||
conf:
|
|
||||||
services:
|
|
||||||
udp:
|
|
||||||
53: 'kube-system/kube-dns:53'
|
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
location: ${OSH_PATH}
|
location: ${OSH_PATH}
|
||||||
|
@ -7,7 +7,6 @@ data:
|
|||||||
chart_name: helm-toolkit
|
chart_name: helm-toolkit
|
||||||
release: helm-toolkit
|
release: helm-toolkit
|
||||||
namespace: helm-toolkit
|
namespace: helm-toolkit
|
||||||
timeout: 300
|
|
||||||
values: {}
|
values: {}
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
@ -24,11 +23,14 @@ data:
|
|||||||
chart_name: osh-infra-ingress-controller
|
chart_name: osh-infra-ingress-controller
|
||||||
release: osh-infra-ingress-controller
|
release: osh-infra-ingress-controller
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-osh-infra-ingress-controller
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -53,11 +55,14 @@ data:
|
|||||||
chart_name: osh-infra-ceph-config
|
chart_name: osh-infra-ceph-config
|
||||||
release: osh-infra-ceph-config
|
release: osh-infra-ceph-config
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-osh-infra-ceph-config
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -84,17 +89,17 @@ data:
|
|||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: false
|
storage_secrets: False
|
||||||
ceph: false
|
ceph: False
|
||||||
rbd_provisioner: false
|
rbd_provisioner: False
|
||||||
cephfs_provisioner: false
|
cephfs_provisioner: False
|
||||||
client_secrets: true
|
client_secrets: True
|
||||||
rgw_keystone_user_and_endpoints: false
|
rgw_keystone_user_and_endpoints: False
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: false
|
enabled: False
|
||||||
conf:
|
conf:
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
location: ${OSH_PATH}
|
location: ${OSH_PATH}
|
||||||
@ -104,6 +109,38 @@ data:
|
|||||||
- helm-toolkit
|
- helm-toolkit
|
||||||
---
|
---
|
||||||
schema: armada/Chart/v1
|
schema: armada/Chart/v1
|
||||||
|
metadata:
|
||||||
|
schema: metadata/Document/v1
|
||||||
|
name: osh-infra-ldap
|
||||||
|
data:
|
||||||
|
chart_name: osh-infra-ldap
|
||||||
|
release: osh-infra-ldap
|
||||||
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-osh-infra-ldap
|
||||||
|
install:
|
||||||
|
no_hooks: false
|
||||||
|
upgrade:
|
||||||
|
no_hooks: false
|
||||||
|
values:
|
||||||
|
labels:
|
||||||
|
server:
|
||||||
|
node_selector_key: openstack-control-plane
|
||||||
|
node_selector_value: enabled
|
||||||
|
job:
|
||||||
|
node_selector_key: openstack-control-plane
|
||||||
|
node_selector_value: enabled
|
||||||
|
source:
|
||||||
|
type: local
|
||||||
|
location: ${OSH_INFRA_PATH}
|
||||||
|
subpath: ldap
|
||||||
|
reference: master
|
||||||
|
dependencies:
|
||||||
|
- helm-toolkit
|
||||||
|
---
|
||||||
|
schema: armada/Chart/v1
|
||||||
metadata:
|
metadata:
|
||||||
schema: metadata/Document/v1
|
schema: metadata/Document/v1
|
||||||
name: osh-infra-mariadb
|
name: osh-infra-mariadb
|
||||||
@ -111,14 +148,15 @@ data:
|
|||||||
chart_name: osh-infra-mariadb
|
chart_name: osh-infra-mariadb
|
||||||
release: osh-infra-mariadb
|
release: osh-infra-mariadb
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-osh-infra-mariadb
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
volume:
|
|
||||||
enabled: false
|
|
||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
server: 1
|
server: 1
|
||||||
@ -150,11 +188,14 @@ data:
|
|||||||
chart_name: elasticsearch
|
chart_name: elasticsearch
|
||||||
release: elasticsearch
|
release: elasticsearch
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-elasticsearch
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
@ -167,7 +208,7 @@ data:
|
|||||||
client: 1
|
client: 1
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -191,11 +232,14 @@ data:
|
|||||||
chart_name: fluent-logging
|
chart_name: fluent-logging
|
||||||
release: fluent-logging
|
release: fluent-logging
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-fluent-logging
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
@ -204,7 +248,7 @@ data:
|
|||||||
password: ${ELASTICSEARCH_ADMIN_PASSWORD}
|
password: ${ELASTICSEARCH_ADMIN_PASSWORD}
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
fluentd: 1
|
fluentd: 1
|
||||||
@ -237,11 +281,14 @@ data:
|
|||||||
chart_name: kibana
|
chart_name: kibana
|
||||||
release: kibana
|
release: kibana
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-kibana
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
@ -275,11 +322,14 @@ data:
|
|||||||
chart_name: prometheus
|
chart_name: prometheus
|
||||||
release: prometheus
|
release: prometheus
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-prometheus
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
prometheus:
|
prometheus:
|
||||||
@ -307,11 +357,14 @@ data:
|
|||||||
chart_name: prometheus-kube-state-metrics
|
chart_name: prometheus-kube-state-metrics
|
||||||
release: prometheus-kube-state-metrics
|
release: prometheus-kube-state-metrics
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-prometheus-kube-state-metrics
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
kube_state_metrics:
|
kube_state_metrics:
|
||||||
@ -336,11 +389,14 @@ data:
|
|||||||
chart_name: prometheus-node-exporter
|
chart_name: prometheus-node-exporter
|
||||||
release: prometheus-node-exporter
|
release: prometheus-node-exporter
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-prometheus-node-exporter
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
node_exporter:
|
node_exporter:
|
||||||
@ -365,11 +421,14 @@ data:
|
|||||||
chart_name: prometheus-alertmanager
|
chart_name: prometheus-alertmanager
|
||||||
release: prometheus-alertmanager
|
release: prometheus-alertmanager
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-prometheus-alertmanager
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
alertmanager:
|
alertmanager:
|
||||||
@ -394,11 +453,14 @@ data:
|
|||||||
chart_name: grafana
|
chart_name: grafana
|
||||||
release: grafana
|
release: grafana
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-infra-grafana
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_db:
|
oslo_db:
|
||||||
@ -455,6 +517,16 @@ data:
|
|||||||
- osh-infra-ceph-config
|
- osh-infra-ceph-config
|
||||||
---
|
---
|
||||||
schema: armada/ChartGroup/v1
|
schema: armada/ChartGroup/v1
|
||||||
|
metadata:
|
||||||
|
schema: metadata/Document/v1
|
||||||
|
name: osh-infra-ldap
|
||||||
|
data:
|
||||||
|
description: "LDAP"
|
||||||
|
sequenced: True
|
||||||
|
chart_group:
|
||||||
|
- osh-infra-ldap
|
||||||
|
---
|
||||||
|
schema: armada/ChartGroup/v1
|
||||||
metadata:
|
metadata:
|
||||||
schema: metadata/Document/v1
|
schema: metadata/Document/v1
|
||||||
name: osh-infra-mariadb
|
name: osh-infra-mariadb
|
||||||
@ -508,6 +580,7 @@ data:
|
|||||||
chart_groups:
|
chart_groups:
|
||||||
- osh-infra-ingress-controller
|
- osh-infra-ingress-controller
|
||||||
- osh-infra-ceph-config
|
- osh-infra-ceph-config
|
||||||
|
- osh-infra-ldap
|
||||||
- osh-infra-logging
|
- osh-infra-logging
|
||||||
- osh-infra-monitoring
|
- osh-infra-monitoring
|
||||||
- osh-infra-mariadb
|
- osh-infra-mariadb
|
||||||
|
@ -7,7 +7,6 @@ data:
|
|||||||
chart_name: helm-toolkit
|
chart_name: helm-toolkit
|
||||||
release: helm-toolkit
|
release: helm-toolkit
|
||||||
namespace: helm-toolkit
|
namespace: helm-toolkit
|
||||||
timeout: 300
|
|
||||||
values: {}
|
values: {}
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
@ -24,11 +23,14 @@ data:
|
|||||||
chart_name: openstack-ingress-controller
|
chart_name: openstack-ingress-controller
|
||||||
release: openstack-ingress-controller
|
release: openstack-ingress-controller
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-openstack-ingress-controller
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
@ -57,11 +59,14 @@ data:
|
|||||||
chart_name: openstack-ceph-config
|
chart_name: openstack-ceph-config
|
||||||
release: openstack-ceph-config
|
release: openstack-ceph-config
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-openstack-ceph-config
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -88,17 +93,17 @@ data:
|
|||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: false
|
storage_secrets: False
|
||||||
ceph: false
|
ceph: False
|
||||||
rbd_provisioner: false
|
rbd_provisioner: False
|
||||||
cephfs_provisioner: false
|
cephfs_provisioner: False
|
||||||
client_secrets: true
|
client_secrets: True
|
||||||
rgw_keystone_user_and_endpoints: false
|
rgw_keystone_user_and_endpoints: False
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: false
|
enabled: False
|
||||||
conf:
|
conf:
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
location: ${OSH_PATH}
|
location: ${OSH_PATH}
|
||||||
@ -115,14 +120,15 @@ data:
|
|||||||
chart_name: mariadb
|
chart_name: mariadb
|
||||||
release: mariadb
|
release: mariadb
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-mariadb
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
volume:
|
|
||||||
enabled: false
|
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_db:
|
oslo_db:
|
||||||
auth:
|
auth:
|
||||||
@ -130,7 +136,7 @@ data:
|
|||||||
password: ${DB_ADMIN_PASSWORD}
|
password: ${DB_ADMIN_PASSWORD}
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -154,11 +160,14 @@ data:
|
|||||||
chart_name: memcached
|
chart_name: memcached
|
||||||
release: memcached
|
release: memcached
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-memcached
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
@ -186,11 +195,14 @@ data:
|
|||||||
chart_name: keystone-rabbitmq
|
chart_name: keystone-rabbitmq
|
||||||
release: keystone-rabbitmq
|
release: keystone-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-keystone-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -205,7 +217,7 @@ data:
|
|||||||
default: keystone-rabbitmq-exporter
|
default: keystone-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -229,11 +241,14 @@ data:
|
|||||||
chart_name: keystone
|
chart_name: keystone
|
||||||
release: keystone
|
release: keystone
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-keystone
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -313,11 +328,14 @@ data:
|
|||||||
chart_name: radosgw-openstack
|
chart_name: radosgw-openstack
|
||||||
release: radosgw-openstack
|
release: radosgw-openstack
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-radosgw-openstack
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -354,20 +372,20 @@ data:
|
|||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: false
|
enabled: False
|
||||||
conf:
|
conf:
|
||||||
rgw_ks:
|
rgw_ks:
|
||||||
enabled: true
|
enabled: True
|
||||||
network:
|
network:
|
||||||
public: ${CEPH_NETWORK}
|
public: ${CEPH_NETWORK}
|
||||||
cluster: ${CEPH_NETWORK}
|
cluster: ${CEPH_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: false
|
storage_secrets: False
|
||||||
ceph: false
|
ceph: False
|
||||||
rbd_provisioner: false
|
rbd_provisioner: False
|
||||||
cephfs_provisioner: false
|
cephfs_provisioner: False
|
||||||
client_secrets: false
|
client_secrets: False
|
||||||
rgw_keystone_user_and_endpoints: true
|
rgw_keystone_user_and_endpoints: True
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
location: ${OSH_PATH}
|
location: ${OSH_PATH}
|
||||||
@ -384,11 +402,14 @@ data:
|
|||||||
chart_name: glance-rabbitmq
|
chart_name: glance-rabbitmq
|
||||||
release: glance-rabbitmq
|
release: glance-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-glance-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -403,7 +424,7 @@ data:
|
|||||||
default: glance-rabbitmq-exporter
|
default: glance-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -427,11 +448,14 @@ data:
|
|||||||
chart_name: glance
|
chart_name: glance
|
||||||
release: glance
|
release: glance
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-glance
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -516,11 +540,14 @@ data:
|
|||||||
chart_name: cinder-rabbitmq
|
chart_name: cinder-rabbitmq
|
||||||
release: cinder-rabbitmq
|
release: cinder-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-cinder-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -535,7 +562,7 @@ data:
|
|||||||
default: cinder-rabbitmq-exporter
|
default: cinder-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -559,11 +586,14 @@ data:
|
|||||||
chart_name: cinder
|
chart_name: cinder
|
||||||
release: cinder
|
release: cinder
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-cinder
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -659,11 +689,14 @@ data:
|
|||||||
chart_name: openvswitch
|
chart_name: openvswitch
|
||||||
release: openvswitch
|
release: openvswitch
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-openvswitch
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
ovs:
|
ovs:
|
||||||
@ -685,11 +718,14 @@ data:
|
|||||||
chart_name: libvirt
|
chart_name: libvirt
|
||||||
release: libvirt
|
release: libvirt
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-libvirt
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
labels:
|
labels:
|
||||||
agent:
|
agent:
|
||||||
@ -712,11 +748,14 @@ data:
|
|||||||
chart_name: nova-rabbitmq
|
chart_name: nova-rabbitmq
|
||||||
release: nova-rabbitmq
|
release: nova-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-nova-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -731,7 +770,7 @@ data:
|
|||||||
default: nova-rabbitmq-exporter
|
default: nova-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -755,11 +794,10 @@ data:
|
|||||||
chart_name: nova
|
chart_name: nova
|
||||||
release: nova
|
release: nova
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
timeout: 1800
|
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -909,11 +947,14 @@ data:
|
|||||||
chart_name: neutron-rabbitmq
|
chart_name: neutron-rabbitmq
|
||||||
release: neutron-rabbitmq
|
release: neutron-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-neutron-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -928,7 +969,7 @@ data:
|
|||||||
default: neutron-rabbitmq-exporter
|
default: neutron-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -952,11 +993,10 @@ data:
|
|||||||
chart_name: neutron
|
chart_name: neutron
|
||||||
release: neutron
|
release: neutron
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
timeout: 1800
|
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -1077,11 +1117,14 @@ data:
|
|||||||
chart_name: heat-rabbitmq
|
chart_name: heat-rabbitmq
|
||||||
release: heat-rabbitmq
|
release: heat-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-heat-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -1096,7 +1139,7 @@ data:
|
|||||||
default: heat-rabbitmq-exporter
|
default: heat-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -1120,11 +1163,14 @@ data:
|
|||||||
chart_name: heat
|
chart_name: heat
|
||||||
release: heat
|
release: heat
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-heat
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -1216,11 +1262,14 @@ data:
|
|||||||
chart_name: barbican-rabbitmq
|
chart_name: barbican-rabbitmq
|
||||||
release: barbican-rabbitmq
|
release: barbican-rabbitmq
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-barbican-rabbitmq
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
values:
|
values:
|
||||||
endpoints:
|
endpoints:
|
||||||
oslo_messaging:
|
oslo_messaging:
|
||||||
@ -1235,7 +1284,7 @@ data:
|
|||||||
default: barbican-rabbitmq-exporter
|
default: barbican-rabbitmq-exporter
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: True
|
||||||
labels:
|
labels:
|
||||||
server:
|
server:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -1259,11 +1308,14 @@ data:
|
|||||||
chart_name: barbican
|
chart_name: barbican
|
||||||
release: barbican
|
release: barbican
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-barbican
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
@ -1339,11 +1391,14 @@ data:
|
|||||||
chart_name: prometheus-openstack-exporter
|
chart_name: prometheus-openstack-exporter
|
||||||
release: prometheus-openstack-exporter
|
release: prometheus-openstack-exporter
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
labels:
|
||||||
|
release_group: osh-prometheus-openstack-exporter
|
||||||
install:
|
install:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
no_hooks: false
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
- type: job
|
- type: job
|
||||||
|
Loading…
x
Reference in New Issue
Block a user