Merge "Enable yamllint checks"
This commit is contained in:
commit
934d7946be
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
# These are minimum versions, older images will very likely not
|
# These are minimum versions, older images will very likely not
|
||||||
@ -571,3 +572,4 @@ manifests:
|
|||||||
job_calico_settings: true
|
job_calico_settings: true
|
||||||
service_calico_etcd: true
|
service_calico_etcd: true
|
||||||
secret_certificates: true
|
secret_certificates: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
deployment:
|
deployment:
|
||||||
ceph: true
|
ceph: true
|
||||||
|
|
||||||
@ -255,16 +256,16 @@ conf:
|
|||||||
mgr: true
|
mgr: true
|
||||||
pg_autoscaler: true
|
pg_autoscaler: true
|
||||||
pool:
|
pool:
|
||||||
#NOTE(portdirect): this drives a simple approximation of
|
# NOTE(portdirect): this drives a simple approximation of
|
||||||
# https://ceph.com/pgcalc/, the `target.osd` key should be set to match the
|
# https://ceph.com/pgcalc/, the `target.osd` key should be set to match the
|
||||||
# expected number of osds in a cluster, and the `target.pg_per_osd` should be
|
# expected number of osds in a cluster, and the `target.pg_per_osd` should be
|
||||||
# set to match the desired number of placement groups on each OSD.
|
# set to match the desired number of placement groups on each OSD.
|
||||||
crush:
|
crush:
|
||||||
#NOTE(portdirect): to use RBD devices with Ubuntu 16.04's 4.4.x series
|
# NOTE(portdirect): to use RBD devices with Ubuntu 16.04's 4.4.x series
|
||||||
# kernel this should be set to `hammer`
|
# kernel this should be set to `hammer`
|
||||||
tunables: null
|
tunables: null
|
||||||
target:
|
target:
|
||||||
#NOTE(portdirect): arbitrarily we set the default number of expected OSD's to 5
|
# NOTE(portdirect): arbitrarily we set the default number of expected OSD's to 5
|
||||||
# to match the number of nodes in the OSH gate (used only for helm tests).
|
# to match the number of nodes in the OSH gate (used only for helm tests).
|
||||||
osd: 5
|
osd: 5
|
||||||
# This is just for helm tests to proceed the deployment if we have mentioned % of
|
# This is just for helm tests to proceed the deployment if we have mentioned % of
|
||||||
@ -272,7 +273,7 @@ conf:
|
|||||||
required_percent_of_osds: 75
|
required_percent_of_osds: 75
|
||||||
pg_per_osd: 100
|
pg_per_osd: 100
|
||||||
protected: true
|
protected: true
|
||||||
#NOTE(st053q): target quota should be set to the overall cluster full percentage
|
# NOTE(st053q): target quota should be set to the overall cluster full percentage
|
||||||
# to be tolerated as a quota (percent full to allow in order to tolerate some
|
# to be tolerated as a quota (percent full to allow in order to tolerate some
|
||||||
# level of failure)
|
# level of failure)
|
||||||
quota: 100
|
quota: 100
|
||||||
@ -591,3 +592,4 @@ manifests:
|
|||||||
helm_tests: true
|
helm_tests: true
|
||||||
cronjob_checkPGs: true
|
cronjob_checkPGs: true
|
||||||
cronjob_defragosds: true
|
cronjob_defragosds: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -24,3 +25,4 @@ bootstrap:
|
|||||||
manifests:
|
manifests:
|
||||||
job_bootstrap: true
|
job_bootstrap: true
|
||||||
|
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
deployment:
|
deployment:
|
||||||
ceph: true
|
ceph: true
|
||||||
storage_secrets: true
|
storage_secrets: true
|
||||||
@ -353,3 +354,4 @@ manifests:
|
|||||||
service_mon: true
|
service_mon: true
|
||||||
service_mon_discovery: true
|
service_mon_discovery: true
|
||||||
job_storage_admin_keys: true
|
job_storage_admin_keys: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -18,3 +19,4 @@ bootstrap:
|
|||||||
enabled: true
|
enabled: true
|
||||||
manifests:
|
manifests:
|
||||||
job_bootstrap: true
|
job_bootstrap: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
@ -40,10 +41,10 @@ labels:
|
|||||||
node_selector_key: ceph-osd
|
node_selector_key: ceph-osd
|
||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
|
|
||||||
#We could deploy ceph cluster now with either ceph-volume or ceph-disk however
|
# We could deploy ceph cluster now with either ceph-volume or ceph-disk however
|
||||||
#ceph-disk is deprecated from Nautilus.
|
# ceph-disk is deprecated from Nautilus.
|
||||||
#Keeping ceph-disk as default since gate scripts are still directory backed
|
# Keeping ceph-disk as default since gate scripts are still directory backed
|
||||||
#osds, need to change this after moving the gates to disk backed osd.
|
# osds, need to change this after moving the gates to disk backed osd.
|
||||||
deploy:
|
deploy:
|
||||||
tool: "ceph-disk"
|
tool: "ceph-disk"
|
||||||
|
|
||||||
@ -359,3 +360,4 @@ manifests:
|
|||||||
job_post_apply: true
|
job_post_apply: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
helm_tests: true
|
helm_tests: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -10,3 +11,4 @@ pod:
|
|||||||
ceph-osd-test:
|
ceph-osd-test:
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
ceph-cluster-helm-test: runtime/default
|
ceph-cluster-helm-test: runtime/default
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
deployment:
|
deployment:
|
||||||
ceph: true
|
ceph: true
|
||||||
client_secrets: false
|
client_secrets: false
|
||||||
@ -255,8 +256,8 @@ bootstrap:
|
|||||||
# if you change provision_storage_class to false
|
# if you change provision_storage_class to false
|
||||||
# it is presumed you manage your own storage
|
# it is presumed you manage your own storage
|
||||||
# class definition externally
|
# class definition externally
|
||||||
#(kranthikirang):We iterate over each storageclass parameters
|
# NOTE(kranthikirang) We iterate over each storageclass parameters
|
||||||
#and derive the manifest.
|
# and derive the manifest.
|
||||||
storageclass:
|
storageclass:
|
||||||
rbd:
|
rbd:
|
||||||
provision_storage_class: true
|
provision_storage_class: true
|
||||||
@ -325,3 +326,4 @@ manifests:
|
|||||||
job_namespace_client_key: true
|
job_namespace_client_key: true
|
||||||
storageclass: true
|
storageclass: true
|
||||||
helm_tests: true
|
helm_tests: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -12,3 +13,4 @@ pod:
|
|||||||
ceph-provisioner-test:
|
ceph-provisioner-test:
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
ceph-provisioner-helm-test: runtime/default
|
ceph-provisioner-helm-test: runtime/default
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
deployment:
|
deployment:
|
||||||
ceph: false
|
ceph: false
|
||||||
|
|
||||||
@ -249,24 +250,24 @@ conf:
|
|||||||
features:
|
features:
|
||||||
rgw: true
|
rgw: true
|
||||||
pool:
|
pool:
|
||||||
#NOTE(portdirect): this drives a simple approximation of
|
# NOTE(portdirect): this drives a simple approximation of
|
||||||
# https://ceph.com/pgcalc/, the `target.osd` key should be set to match the
|
# https://ceph.com/pgcalc/, the `target.osd` key should be set to match the
|
||||||
# expected number of osds in a cluster, and the `target.pg_per_osd` should be
|
# expected number of osds in a cluster, and the `target.pg_per_osd` should be
|
||||||
# set to match the desired number of placement groups on each OSD.
|
# set to match the desired number of placement groups on each OSD.
|
||||||
crush:
|
crush:
|
||||||
#NOTE(portdirect): to use RBD devices with Ubuntu 16.04's 4.4.x series
|
# NOTE(portdirect): to use RBD devices with Ubuntu 16.04's 4.4.x series
|
||||||
# kernel this should be set to `hammer`
|
# kernel this should be set to `hammer`
|
||||||
tunables: null
|
tunables: null
|
||||||
target:
|
target:
|
||||||
#NOTE(portdirect): arbitrarily we set the default number of expected OSD's to 5
|
# NOTE(portdirect): arbitrarily we set the default number of expected OSD's to 5
|
||||||
# to match the number of nodes in the OSH gate.
|
# to match the number of nodes in the OSH gate.
|
||||||
osd: 5
|
osd: 5
|
||||||
pg_per_osd: 100
|
pg_per_osd: 100
|
||||||
default:
|
default:
|
||||||
#NOTE(portdirect): this should be 'same_host' for a single node
|
# NOTE(portdirect): this should be 'same_host' for a single node
|
||||||
# cluster to be in a healthy state
|
# cluster to be in a healthy state
|
||||||
crush_rule: replicated_rule
|
crush_rule: replicated_rule
|
||||||
#NOTE(portdirect): this section describes the pools that will be managed by
|
# NOTE(portdirect): this section describes the pools that will be managed by
|
||||||
# the ceph pool management job, as it tunes the pgs and crush rule, based on
|
# the ceph pool management job, as it tunes the pgs and crush rule, based on
|
||||||
# the above.
|
# the above.
|
||||||
spec:
|
spec:
|
||||||
@ -347,12 +348,12 @@ conf:
|
|||||||
percent_total_data: 34.8
|
percent_total_data: 34.8
|
||||||
rgw:
|
rgw:
|
||||||
config:
|
config:
|
||||||
#NOTE (portdirect): See http://tracker.ceph.com/issues/21226
|
# NOTE (portdirect): See http://tracker.ceph.com/issues/21226
|
||||||
rgw_keystone_token_cache_size: 0
|
rgw_keystone_token_cache_size: 0
|
||||||
#NOTE (JCL): See http://tracker.ceph.com/issues/7073
|
# NOTE (JCL): See http://tracker.ceph.com/issues/7073
|
||||||
rgw_gc_max_objs: 997
|
rgw_gc_max_objs: 997
|
||||||
#NOTE (JCL): See http://tracker.ceph.com/issues/24937
|
# NOTE (JCL): See http://tracker.ceph.com/issues/24937
|
||||||
#NOTE (JCL): See https://tracker.ceph.com/issues/24551
|
# NOTE (JCL): See https://tracker.ceph.com/issues/24551
|
||||||
rgw_dynamic_resharding: false
|
rgw_dynamic_resharding: false
|
||||||
rgw_num_rados_handles: 4
|
rgw_num_rados_handles: 4
|
||||||
rgw_override_bucket_index_max_shards: 8
|
rgw_override_bucket_index_max_shards: 8
|
||||||
@ -370,7 +371,7 @@ conf:
|
|||||||
enabled: false
|
enabled: false
|
||||||
admin_caps: "users=*;buckets=*;zone=*"
|
admin_caps: "users=*;buckets=*;zone=*"
|
||||||
config:
|
config:
|
||||||
#NOTE (supamatt): Unfortunately we do not conform to S3 compliant names with some of our charts
|
# NOTE (supamatt): Unfortunately we do not conform to S3 compliant names with some of our charts
|
||||||
rgw_relaxed_s3_bucket_names: true
|
rgw_relaxed_s3_bucket_names: true
|
||||||
ceph:
|
ceph:
|
||||||
global:
|
global:
|
||||||
@ -606,3 +607,4 @@ manifests:
|
|||||||
service_rgw: true
|
service_rgw: true
|
||||||
helm_tests: true
|
helm_tests: true
|
||||||
network_policy: false
|
network_policy: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -22,8 +23,9 @@ pod:
|
|||||||
ceph-rgw-ks-validation: runtime/default
|
ceph-rgw-ks-validation: runtime/default
|
||||||
conf:
|
conf:
|
||||||
rgw_s3:
|
rgw_s3:
|
||||||
enabled: true
|
enabled: true
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: true
|
enabled: true
|
||||||
manifests:
|
manifests:
|
||||||
job_bootstrap: true
|
job_bootstrap: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -18,3 +19,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
images:
|
images:
|
||||||
@ -113,3 +114,4 @@ manifests:
|
|||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
configmap_bin: true
|
configmap_bin: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
daemonjob-controller:
|
daemonjob-controller:
|
||||||
controller: localhost/docker-default
|
controller: localhost/docker-default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -162,3 +163,4 @@ manifests:
|
|||||||
service: true
|
service: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
secret_elasticsearch: true
|
secret_elasticsearch: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -263,3 +264,4 @@ manifests:
|
|||||||
daemonset: true
|
daemonset: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
secret_elasticsearch: true
|
secret_elasticsearch: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -262,3 +263,4 @@ manifests:
|
|||||||
deployment: true
|
deployment: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
secret_elasticsearch: true
|
secret_elasticsearch: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -181,3 +182,4 @@ manifests:
|
|||||||
daemonset: true
|
daemonset: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
secret_elasticsearch: true
|
secret_elasticsearch: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/httpd:2.4
|
apache_proxy: docker.io/httpd:2.4
|
||||||
@ -956,3 +957,4 @@ manifests:
|
|||||||
service_logging: true
|
service_logging: true
|
||||||
statefulset_data: true
|
statefulset_data: true
|
||||||
statefulset_master: true
|
statefulset_master: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
env:
|
env:
|
||||||
client: null
|
client: null
|
||||||
@ -36,3 +37,4 @@ pod:
|
|||||||
elasticsearch-verify-repositories:
|
elasticsearch-verify-repositories:
|
||||||
elasticsearch-verify-repositories: runtime/default
|
elasticsearch-verify-repositories: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
data: 1
|
data: 1
|
||||||
@ -18,3 +19,4 @@ manifests:
|
|||||||
job_s3_user: false
|
job_s3_user: false
|
||||||
job_s3_bucket: false
|
job_s3_bucket: false
|
||||||
helm_tests: false
|
helm_tests: false
|
||||||
|
...
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
# - elasticsearch-gateway-2.remote_host:9301
|
# - elasticsearch-gateway-2.remote_host:9301
|
||||||
# - elasticsearch-gateway-3.remote_host:9301
|
# - elasticsearch-gateway-3.remote_host:9301
|
||||||
# skip_unavailale: true
|
# skip_unavailale: true
|
||||||
|
---
|
||||||
network:
|
network:
|
||||||
remote_clustering:
|
remote_clustering:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -28,3 +29,4 @@ pod:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:7_6_2-centos_7
|
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:7_6_2-centos_7
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
etcd: 'gcr.io/google_containers/etcd-amd64:3.2.24'
|
etcd: 'gcr.io/google_containers/etcd-amd64:3.2.24'
|
||||||
@ -111,3 +112,4 @@ manifests:
|
|||||||
deployment: true
|
deployment: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
@ -1366,3 +1367,4 @@ manifests:
|
|||||||
configmap_etc: true
|
configmap_etc: true
|
||||||
configmap_custom_rules: false
|
configmap_custom_rules: false
|
||||||
configmap_bin: true
|
configmap_bin: true
|
||||||
|
...
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
# https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml
|
# https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
job:
|
job:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -82,3 +83,4 @@ manifests:
|
|||||||
configmap_kube_flannel_cfg: true
|
configmap_kube_flannel_cfg: true
|
||||||
daemonset_kube_flannel_ds: true
|
daemonset_kube_flannel_ds: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -253,3 +254,4 @@ manifests:
|
|||||||
configmap_etc: true
|
configmap_etc: true
|
||||||
daemonset_fluentbit: true
|
daemonset_fluentbit: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
@ -453,3 +454,4 @@ manifests:
|
|||||||
secret_fluentd_env: true
|
secret_fluentd_env: true
|
||||||
secret_kafka: false
|
secret_kafka: false
|
||||||
service_fluentd: true
|
service_fluentd: true
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
fluentd:
|
fluentd:
|
||||||
fluentd: runtime/default
|
fluentd: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -429,11 +430,11 @@ conf:
|
|||||||
provider: uuid
|
provider: uuid
|
||||||
api:
|
api:
|
||||||
auth_mode: keystone
|
auth_mode: keystone
|
||||||
#NOTE(portdirect): the bind port should not be defined, and is manipulated
|
# NOTE(portdirect): the bind port should not be defined, and is manipulated
|
||||||
# via the endpoints section.
|
# via the endpoints section.
|
||||||
port: null
|
port: null
|
||||||
statsd:
|
statsd:
|
||||||
#NOTE(portdirect): the bind port should not be defined, and is manipulated
|
# NOTE(portdirect): the bind port should not be defined, and is manipulated
|
||||||
# via the endpoints section.
|
# via the endpoints section.
|
||||||
port: null
|
port: null
|
||||||
metricd:
|
metricd:
|
||||||
@ -646,3 +647,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
service_statsd: true
|
service_statsd: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
grafana: docker.io/grafana/grafana:6.2.0
|
grafana: docker.io/grafana/grafana:6.2.0
|
||||||
@ -502,3 +503,4 @@ conf:
|
|||||||
grafana_net:
|
grafana_net:
|
||||||
url: https://grafana.net
|
url: https://grafana.net
|
||||||
dashboards: {}
|
dashboards: {}
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -22,3 +23,4 @@ pod:
|
|||||||
grafana-test:
|
grafana-test:
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
grafana-selenium-tests: runtime/default
|
grafana-selenium-tests: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# the Calico CNI
|
# the Calico CNI
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
calico: |-
|
calico: |-
|
||||||
@ -1357,3 +1358,4 @@ conf:
|
|||||||
"title": "Kubernetes Calico",
|
"title": "Kubernetes Calico",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for dashboards for
|
# NOTE(srwilkers): This overrides file provides a reference for dashboards for
|
||||||
# the overall state of ceph clusters, ceph osds in those clusters, and the
|
# the overall state of ceph clusters, ceph osds in those clusters, and the
|
||||||
# status of ceph pools for those clusters
|
# status of ceph pools for those clusters
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
ceph_cluster: |-
|
ceph_cluster: |-
|
||||||
@ -3672,3 +3673,4 @@ conf:
|
|||||||
"title": "Ceph - Pools",
|
"title": "Ceph - Pools",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# container metrics, specific to each host
|
# container metrics, specific to each host
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
containers: |-
|
containers: |-
|
||||||
@ -2101,3 +2102,4 @@ conf:
|
|||||||
"title": "Container Metrics (cAdvisor)",
|
"title": "Container Metrics (cAdvisor)",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# CoreDNS
|
# CoreDNS
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
coredns: |-
|
coredns: |-
|
||||||
@ -1377,3 +1378,4 @@ conf:
|
|||||||
"title": "CoreDNS",
|
"title": "CoreDNS",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# an Elasticsearch cluster
|
# an Elasticsearch cluster
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
elasticsearch: |-
|
elasticsearch: |-
|
||||||
@ -3473,3 +3474,4 @@ conf:
|
|||||||
"title": "Elasticsearch",
|
"title": "Elasticsearch",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# This override file provides a reference for dashboards for
|
# This override file provides a reference for dashboards for
|
||||||
# customized OSH Welcome Page
|
# customized OSH Welcome Page
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
home_dashboard: |-
|
home_dashboard: |-
|
||||||
@ -107,3 +108,4 @@ conf:
|
|||||||
|
|
||||||
manifests:
|
manifests:
|
||||||
job_add_home_dashboard: true
|
job_add_home_dashboard: true
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for dashboards that
|
# NOTE(srwilkers): This overrides file provides a reference for dashboards that
|
||||||
# reflect the overall state of a Kubernetes deployment
|
# reflect the overall state of a Kubernetes deployment
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
kubernetes_capacity_planning: |-
|
kubernetes_capacity_planning: |-
|
||||||
@ -2111,3 +2112,4 @@ conf:
|
|||||||
"title": "Kubernetes Cluster Status",
|
"title": "Kubernetes Cluster Status",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# nginx
|
# nginx
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
nginx_stats: |-
|
nginx_stats: |-
|
||||||
@ -1462,3 +1463,4 @@ conf:
|
|||||||
"uid": "nginx",
|
"uid": "nginx",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# the status of all nodes in a deployment
|
# the status of all nodes in a deployment
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
nodes: |-
|
nodes: |-
|
||||||
@ -976,3 +977,4 @@ conf:
|
|||||||
"title": "Nodes",
|
"title": "Nodes",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for dashboards for
|
# NOTE(srwilkers): This overrides file provides a reference for dashboards for
|
||||||
# the openstack control plane as a whole, the individual openstack services, and
|
# the openstack control plane as a whole, the individual openstack services, and
|
||||||
# rabbitmq
|
# rabbitmq
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
rabbitmq: |-
|
rabbitmq: |-
|
||||||
@ -4160,3 +4161,4 @@ conf:
|
|||||||
"title": "Openstack Service",
|
"title": "Openstack Service",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# This overrides file provides a raw json file for a dashboard for
|
# This overrides file provides a raw json file for a dashboard for
|
||||||
# the etcd
|
# the etcd
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
persistent_volume: |-
|
persistent_volume: |-
|
||||||
@ -549,3 +550,4 @@ conf:
|
|||||||
"title": "Persistent Volumes",
|
"title": "Persistent Volumes",
|
||||||
"version": 0
|
"version": 0
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
# NOTE(srwilkers): This overrides file provides a reference for a dashboard for
|
||||||
# Prometheus
|
# Prometheus
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
dashboards:
|
dashboards:
|
||||||
prometheus: |-
|
prometheus: |-
|
||||||
@ -3705,3 +3706,4 @@ conf:
|
|||||||
"title": "Prometheus2.0 (v1.0.0 by FUSAKLA)",
|
"title": "Prometheus2.0 (v1.0.0 by FUSAKLA)",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
deployment:
|
deployment:
|
||||||
mode: namespace
|
mode: namespace
|
||||||
type: Deployment
|
type: Deployment
|
||||||
@ -142,7 +143,7 @@ network:
|
|||||||
keepalived_router_id: 100
|
keepalived_router_id: 100
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
#NOTE(portdirect): if left blank this is populated from
|
# NOTE(portdirect): if left blank this is populated from
|
||||||
# .deployment.cluster.class
|
# .deployment.cluster.class
|
||||||
kubernetes.io/ingress.class: null
|
kubernetes.io/ingress.class: null
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
@ -253,13 +254,13 @@ network_policy:
|
|||||||
|
|
||||||
conf:
|
conf:
|
||||||
controller:
|
controller:
|
||||||
#NOTE(portdirect): if left blank this is populated from
|
# NOTE(portdirect): if left blank this is populated from
|
||||||
# .deployment.cluster.class in cluster mode, or set to
|
# .deployment.cluster.class in cluster mode, or set to
|
||||||
# "nginx" in namespace mode
|
# "nginx" in namespace mode
|
||||||
INGRESS_CLASS: null
|
INGRESS_CLASS: null
|
||||||
ingress:
|
ingress:
|
||||||
enable-underscores-in-headers: "true"
|
enable-underscores-in-headers: "true"
|
||||||
#NOTE(portdirect): if left blank this is populated from
|
# NOTE(portdirect): if left blank this is populated from
|
||||||
# .network.vip.addr when running in host networking
|
# .network.vip.addr when running in host networking
|
||||||
# and .network.vip.manage=true, otherwise it is left as
|
# and .network.vip.manage=true, otherwise it is left as
|
||||||
# an empty string (the default).
|
# an empty string (the default).
|
||||||
@ -286,3 +287,4 @@ manifests:
|
|||||||
prometheus:
|
prometheus:
|
||||||
service_exporter: true
|
service_exporter: true
|
||||||
network_policy: false
|
network_policy: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -8,3 +9,4 @@ pod:
|
|||||||
init: runtime/default
|
init: runtime/default
|
||||||
ingress: runtime/default
|
ingress: runtime/default
|
||||||
ingress-vip: runtime/default
|
ingress-vip: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
|
...
|
||||||
|
@ -3,3 +3,4 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
ingress_module_init: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
ingress_module_init: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
||||||
ingress_routed_vip: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
ingress_routed_vip: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
kafka: docker.io/wurstmeister/kafka:2.12-2.3.0
|
kafka: docker.io/wurstmeister/kafka:2.12-2.3.0
|
||||||
@ -330,7 +331,7 @@ conf:
|
|||||||
# List of topic strings formatted like:
|
# List of topic strings formatted like:
|
||||||
# topic_name:number_of_partitions:replication_factor
|
# topic_name:number_of_partitions:replication_factor
|
||||||
# - "mytopic:1:1"
|
# - "mytopic:1:1"
|
||||||
jaas: # Define Authentication Details in this section
|
jaas: # Define Authentication Details in this section
|
||||||
producers:
|
producers:
|
||||||
# region_a: # Just an ID used to iterate through the dict of producers
|
# region_a: # Just an ID used to iterate through the dict of producers
|
||||||
# username: region-a-producer
|
# username: region-a-producer
|
||||||
@ -375,3 +376,4 @@ conf:
|
|||||||
};
|
};
|
||||||
jvm_options:
|
jvm_options:
|
||||||
- -Djava.security.auth.login.config=/opt/kafka/config/jaas.conf
|
- -Djava.security.auth.login.config=/opt/kafka/config/jaas.conf
|
||||||
|
...
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
kibana:
|
kibana:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -418,3 +419,4 @@ manifests:
|
|||||||
service_ingress: true
|
service_ingress: true
|
||||||
job_register_kibana_indexes: true
|
job_register_kibana_indexes: true
|
||||||
job_flush_kibana_metadata: true
|
job_flush_kibana_metadata: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -11,3 +12,4 @@ pod:
|
|||||||
flush-kibana-metadata:
|
flush-kibana-metadata:
|
||||||
flush-kibana-metadata: runtime/default
|
flush-kibana-metadata: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
# https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml
|
# https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
job:
|
job:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -87,3 +88,4 @@ manifests:
|
|||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
service_kube_dns: true
|
service_kube_dns: true
|
||||||
serviceaccount_kube_dns: true
|
serviceaccount_kube_dns: true
|
||||||
|
...
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -544,3 +545,4 @@ manifests:
|
|||||||
secret_keystone: true
|
secret_keystone: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
affinity:
|
affinity:
|
||||||
anti:
|
anti:
|
||||||
@ -242,3 +243,4 @@ manifests:
|
|||||||
network_policy: false
|
network_policy: false
|
||||||
statefulset: true
|
statefulset: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -188,3 +189,4 @@ manifests:
|
|||||||
daemonset_libvirt: true
|
daemonset_libvirt: true
|
||||||
job_image_repo_sync: true
|
job_image_repo_sync: true
|
||||||
network_policy: false
|
network_policy: false
|
||||||
|
...
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
libvirt-libvirt-default:
|
libvirt-libvirt-default:
|
||||||
libvirt: runtime/default
|
libvirt: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
|
...
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||||
|
...
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||||
|
...
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||||
|
...
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:latest-opensuse_15
|
libvirt: docker.io/openstackhelm/libvirt:latest-opensuse_15
|
||||||
|
...
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||||
|
...
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
node_affinity:
|
node_affinity:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -37,3 +38,4 @@ conf:
|
|||||||
manifests:
|
manifests:
|
||||||
storage_class: true
|
storage_class: true
|
||||||
persistent_volumes: true
|
persistent_volumes: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
persistent_volumes:
|
persistent_volumes:
|
||||||
- name: local-persistent-volume-0
|
- name: local-persistent-volume-0
|
||||||
@ -33,3 +34,4 @@ conf:
|
|||||||
manifests:
|
manifests:
|
||||||
storage_class: true
|
storage_class: true
|
||||||
persistent_volumes: true
|
persistent_volumes: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
images:
|
images:
|
||||||
@ -541,3 +542,4 @@ manifests:
|
|||||||
service_error: true
|
service_error: true
|
||||||
service: true
|
service: true
|
||||||
statefulset: true
|
statefulset: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -30,3 +31,4 @@ monitoring:
|
|||||||
|
|
||||||
manifests:
|
manifests:
|
||||||
cron_job_mariadb_backup: true
|
cron_job_mariadb_backup: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
server: 1
|
server: 1
|
||||||
@ -7,3 +8,4 @@ volume:
|
|||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -86,3 +87,4 @@ network_policy:
|
|||||||
port: 80
|
port: 80
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8080
|
port: 8080
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
memcached:
|
memcached:
|
||||||
max_connections: 8192
|
max_connections: 8192
|
||||||
@ -206,3 +207,4 @@ pod:
|
|||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -11,3 +12,4 @@ pod:
|
|||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -82,3 +83,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
images:
|
images:
|
||||||
@ -109,3 +110,4 @@ manifests:
|
|||||||
rbac: true
|
rbac: true
|
||||||
|
|
||||||
|
|
||||||
|
...
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
metacontroller:
|
metacontroller:
|
||||||
metacontroller: localhost/docker-default
|
metacontroller: localhost/docker-default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
@ -26,7 +27,7 @@ pod:
|
|||||||
weight:
|
weight:
|
||||||
default: 10
|
default: 10
|
||||||
replicas:
|
replicas:
|
||||||
#only 1 replica currently supported
|
# only 1 replica currently supported
|
||||||
server: 1
|
server: 1
|
||||||
resources:
|
resources:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -125,3 +126,4 @@ manifests:
|
|||||||
secret_db_root_creds: true
|
secret_db_root_creds: true
|
||||||
service: true
|
service: true
|
||||||
statefulset: true
|
statefulset: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/httpd:2.4
|
apache_proxy: docker.io/httpd:2.4
|
||||||
@ -236,7 +237,7 @@ pod:
|
|||||||
termination_grace_period:
|
termination_grace_period:
|
||||||
nagios:
|
nagios:
|
||||||
timeout: 30
|
timeout: 30
|
||||||
#env:
|
# env:
|
||||||
#
|
#
|
||||||
# NOTE(megheisler): This value can be used to hold
|
# NOTE(megheisler): This value can be used to hold
|
||||||
# the domain name. Functionality has been added in
|
# the domain name. Functionality has been added in
|
||||||
@ -1182,3 +1183,4 @@ conf:
|
|||||||
use_pending_states=1
|
use_pending_states=1
|
||||||
use_ssl_authentication=0
|
use_ssl_authentication=0
|
||||||
query_es_clauses: null
|
query_es_clauses: null
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -9,3 +10,4 @@ pod:
|
|||||||
nagios-test:
|
nagios-test:
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
nagios-helm-tests: runtime/default
|
nagios-helm-tests: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
nagios:
|
nagios:
|
||||||
objects:
|
objects:
|
||||||
@ -91,3 +92,4 @@ conf:
|
|||||||
service_description ES_cluster-running-data-node-count
|
service_description ES_cluster-running-data-node-count
|
||||||
use generic-service
|
use generic-service
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
nagios:
|
nagios:
|
||||||
objects:
|
objects:
|
||||||
@ -268,3 +269,4 @@ conf:
|
|||||||
service_description Prometheus-exporter_Openstack
|
service_description Prometheus-exporter_Openstack
|
||||||
use generic-service
|
use generic-service
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
nagios:
|
nagios:
|
||||||
objects:
|
objects:
|
||||||
@ -30,3 +31,4 @@ conf:
|
|||||||
service_description Postgresql_deadlocks
|
service_description Postgresql_deadlocks
|
||||||
use generic-service
|
use generic-service
|
||||||
}
|
}
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
limits:
|
limits:
|
||||||
- type: Container
|
- type: Container
|
||||||
default:
|
default:
|
||||||
@ -23,3 +24,4 @@ limits:
|
|||||||
defaultRequest:
|
defaultRequest:
|
||||||
cpu: 0.1
|
cpu: 0.1
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
affinity:
|
affinity:
|
||||||
anti:
|
anti:
|
||||||
@ -24,7 +25,7 @@ pod:
|
|||||||
weight:
|
weight:
|
||||||
default: 10
|
default: 10
|
||||||
replicas:
|
replicas:
|
||||||
#only 1 replica currently supported
|
# only 1 replica currently supported
|
||||||
server: 1
|
server: 1
|
||||||
resources:
|
resources:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -63,7 +64,7 @@ storage:
|
|||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
access_mode: ReadWriteOnce
|
access_mode: ReadWriteOnce
|
||||||
class_name: general
|
class_name: general
|
||||||
#NOTE(portdirect): Unless explicity set the PV name will be populated to
|
# NOTE(portdirect): Unless explicity set the PV name will be populated to
|
||||||
# match "{{ .Release.Name }}".
|
# match "{{ .Release.Name }}".
|
||||||
name: null
|
name: null
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
@ -77,10 +78,10 @@ labels:
|
|||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
|
|
||||||
storageclass:
|
storageclass:
|
||||||
#NOTE(portdirect): Unless explicity set the provisioner name will be generated
|
# NOTE(portdirect): Unless explicity set the provisioner name will be generated
|
||||||
# with the format "nfs/{{ .Release.Name }}"
|
# with the format "nfs/{{ .Release.Name }}"
|
||||||
provisioner: null
|
provisioner: null
|
||||||
#NOTE(portdirect): Unless explicity set the PV name will be populated to
|
# NOTE(portdirect): Unless explicity set the PV name will be populated to
|
||||||
# match "{{ .Release.Name }}".
|
# match "{{ .Release.Name }}".
|
||||||
name: null
|
name: null
|
||||||
|
|
||||||
@ -133,3 +134,4 @@ manifests:
|
|||||||
service: true
|
service: true
|
||||||
storage_class: true
|
storage_class: true
|
||||||
volume_claim: true
|
volume_claim: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
images:
|
images:
|
||||||
@ -216,3 +217,4 @@ conf:
|
|||||||
# vHost IOMMU feature restricts the vhost memory that a virtio device
|
# vHost IOMMU feature restricts the vhost memory that a virtio device
|
||||||
# access, available with DPDK v17.11
|
# access, available with DPDK v17.11
|
||||||
# vhost_iommu_support: true
|
# vhost_iommu_support: true
|
||||||
|
...
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#NOTE: Enable this with the correct policy
|
# NOTE: Enable this with the correct policy
|
||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -10,3 +11,4 @@ pod:
|
|||||||
openvswitch-db: runtime/default
|
openvswitch-db: runtime/default
|
||||||
openvswitch-db-perms: runtime/default
|
openvswitch-db-perms: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -21,3 +21,4 @@ conf:
|
|||||||
hugepages_mountpath: /dev/hugepages
|
hugepages_mountpath: /dev/hugepages
|
||||||
vhostuser_socket_dir: vhostuser
|
vhostuser_socket_dir: vhostuser
|
||||||
socket_memory: 1024
|
socket_memory: 1024
|
||||||
|
...
|
||||||
|
@ -21,3 +21,4 @@ conf:
|
|||||||
hugepages_mountpath: /dev/hugepages
|
hugepages_mountpath: /dev/hugepages
|
||||||
vhostuser_socket_dir: vhostuser
|
vhostuser_socket_dir: vhostuser
|
||||||
socket_memory: 1024
|
socket_memory: 1024
|
||||||
|
...
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
|
...
|
||||||
|
@ -3,3 +3,4 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-opensuse_15
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-opensuse_15
|
||||||
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-opensuse_15
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-opensuse_15
|
||||||
|
...
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
# The keys under serviceaccounts define specific serviceaccounts, for
|
# The keys under serviceaccounts define specific serviceaccounts, for
|
||||||
# which this tempalte creates clusterRoleBindigs to bind the serviceaccounts
|
# which this tempalte creates clusterRoleBindigs to bind the serviceaccounts
|
||||||
@ -45,7 +46,7 @@ data:
|
|||||||
# Note: you can define as many PSPs here as you need.
|
# Note: you can define as many PSPs here as you need.
|
||||||
#
|
#
|
||||||
psp-default: # This will be the `metadata.name` of the PodSecurityPolicy
|
psp-default: # This will be the `metadata.name` of the PodSecurityPolicy
|
||||||
annotations: {} # Placeholder to add seccomp/apparmor default annotations
|
annotations: {} # Placeholder to add seccomp/apparmor default annotations
|
||||||
spec:
|
spec:
|
||||||
privileged: true
|
privileged: true
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
@ -69,3 +70,4 @@ data:
|
|||||||
max: 65536
|
max: 65536
|
||||||
manifests:
|
manifests:
|
||||||
podsecuritypolicy: true
|
podsecuritypolicy: true
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
@ -543,3 +544,4 @@ manifests:
|
|||||||
job_user_create: true
|
job_user_create: true
|
||||||
secret_etc: true
|
secret_etc: true
|
||||||
service_exporter: true
|
service_exporter: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -11,3 +12,4 @@ pod:
|
|||||||
prometheus-postgresql-exporter-create-user:
|
prometheus-postgresql-exporter-create-user:
|
||||||
prometheus-postgresql-exporter-create-user: runtime/default
|
prometheus-postgresql-exporter-create-user: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -9,3 +10,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
powerdns: docker.io/psitrax/powerdns:4.1.10
|
powerdns: docker.io/psitrax/powerdns:4.1.10
|
||||||
@ -200,3 +201,4 @@ manifests:
|
|||||||
secret_db: true
|
secret_db: true
|
||||||
service_dns: true
|
service_dns: true
|
||||||
service_api: false
|
service_api: false
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
alertmanager: docker.io/prom/alertmanager:v0.11.0
|
alertmanager: docker.io/prom/alertmanager:v0.11.0
|
||||||
@ -314,3 +315,4 @@ conf:
|
|||||||
message_format: html
|
message_format: html
|
||||||
notify: true
|
notify: true
|
||||||
alert_templates: null
|
alert_templates: null
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
alertmanager:
|
alertmanager:
|
||||||
alertmanager-perms: runtime/default
|
alertmanager-perms: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
kube_state_metrics: docker.io/bitnami/kube-state-metrics:1.3.1
|
kube_state_metrics: docker.io/bitnami/kube-state-metrics:1.3.1
|
||||||
@ -182,3 +183,4 @@ manifests:
|
|||||||
service_controller_manager: true
|
service_controller_manager: true
|
||||||
service_scheduler: true
|
service_scheduler: true
|
||||||
serviceaccount: true
|
serviceaccount: true
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
kube-state-metrics:
|
kube-state-metrics:
|
||||||
kube-state-metrics: runtime/default
|
kube-state-metrics: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
node_exporter: docker.io/prom/node-exporter:v0.15.0
|
node_exporter: docker.io/prom/node-exporter:v0.15.0
|
||||||
@ -157,3 +158,4 @@ conf:
|
|||||||
disable:
|
disable:
|
||||||
textfile:
|
textfile:
|
||||||
directory: /var/log/node-exporter-vfstats
|
directory: /var/log/node-exporter-vfstats
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
node-exporter:
|
node-exporter:
|
||||||
node-exporter: runtime/default
|
node-exporter: runtime/default
|
||||||
init: runrtime/default
|
init: runrtime/default
|
||||||
|
...
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:ubuntu_bionic-20191017
|
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:ubuntu_bionic-20191017
|
||||||
@ -218,3 +219,4 @@ manifests:
|
|||||||
network_policy: false
|
network_policy: false
|
||||||
secret_keystone: true
|
secret_keystone: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
prometheus-openstack-exporter:
|
prometheus-openstack-exporter:
|
||||||
openstack-metrics-exporter: runtime/default
|
openstack-metrics-exporter: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
|
...
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user