This PS exposes the ability to adjust the readiness check
probe params.
Change-Id: Ic4730ef1d07f5cdf4b6fae5bb1331d788ea84e2e
Signed-off-by: Pete Birley <pete@port.direct>
The PS updates helm tests for Ceph-RGW and Ceph-provisioners:
- Checking several randomly generated objects instead of one static object.
- Improved the output of the tests.
Change-Id: I0733d7c47a2a8bdf30b0d6a97c1a0331eb5030c8
This patch adds functionality to check
current version of mysql_exporter binary and to modify
configuration flags depending on version
Change-Id: Ic1f42fbf5c99203d6e2fca4fc345632b64e5dc0a
while ceph-mon service down for a while.
This is update the logic to retry creating crush map for a osd if ceph-mon
service is down for a while.
Change-Id: Idffb189f0749a68a348cc0451daca5dec6796716
Some configuration options that with older openstack releases
were multistrings have now changed to csv values under a single
key, this change makes that simple to accomodate.
Change-Id: Id941a1e56e4a852d764084c958c13588b8e3ed85
Signed-off-by: Pete Birley <pete@port.direct>
In some instances the prometheus node-exporter provides inaccurate
feedback regarding disk usage. By adding the ability to add additional
mounts, more information about the node's filesystem can be made
available to monitoring services.
Change-Id: I5085a29683dc36099014efb1b11c7db774df501a
Co-Authored-By: Radhika Pai <rp592h@att.com>
Fixes an issue where dependencies are leaking from one resource to
another by ensuring that `envAll.Values.__dep` is reset each time.
Change-Id: I34a4b2fa70d608b2c69bdf18275e439f96976229
Closes-Bug: #1845538
This change adds default network policy definitions for ingress/egress
in the prometheus-openstack-exporter chart to allow all traffic.
This also adds a netpol value override to enable network policy for
various network policy checks.
Change-Id: If1314420d5038174e8641c9809de65b23853d3f3
Added the reblabeling config lines to the kubernetes_sd_config key, to
replace the node_name with hostname for Node-exporter. This must now
display the hostname also as one of the labels of the Node-exporter
metrics.
Change-Id: Ic96a890552a1cd2f5e595c37330de048f31a0e75
This PS updates the mariadb ingress error page server to run as the
nobody user.
Change-Id: I13756ba79e8c7b857e0807447192e06b11762abf
Signed-off-by: Pete Birley <pete@port.direct>
This is to fix the logic to find empty directory which has lost+found
folder created by linux filesystem.
This is giving problem when linux partition mounted and using it as file
backed osd.
Change-Id: I11e68a7b9e5df6657d8bf199b8030bc3fc51595e
This change adds network policy overrides for multiple infra
services for the openstack-helm network policy gate.
Change-Id: If051ec1749cb9ed1e289f0cf82a8876371e36531
The elasticsearch dashboard was not showing correct value for the
unassigned shards panel. Updated the query.
Change-Id: I60056daede2957a45958769dd6b723f54cc54ed7
This mop covers how to move single osd chart which is already installed
to multiple ceph osd charts. This will give more flexibility to handle
upgrade activites on ceph cluster .
Change-Id: Ib5f8c5c38df296e4783f2af43c6dc4e769fe4140
This adds BlueStore support for the ceph-osd chart so that OSDs
may be deployed using BlueStore with optional --block.db and
--block.wal parameters.
Co-Authored-By: Chinasubbareddy Mallavarapu <chinasubba.reddy@att.com>
Change-Id: Ifbae8331b595c15c168ccd6e93b00ff054a607bc
This patch set adds the ability to add a label to the following namespaces:
- kube-public
- kube-system
- default
This was previously done in kubeadm in patch [0] but appears to be
removed as the script moved around. Also, this PS adds this to the
minikube deployment.
[0] https://review.opendev.org/#/c/540131/
Change-Id: I0f06e8ae0cd7742313b447dc2d563c7d92318fb0
Signed-off-by: Tin Lam <tin@irrational.io>
Setup Cgroup to use to break out of Kubernetes defined groups for ovs-dpdk pods.
All the cores on the server are added to the cpuset, pmd_cpu_mask and lcore_mask
will choose the right ones for ovs-dpdk from all the cores.
Co-Authored-By: Phil Sphicas <ps3910@att.com>
Change-Id: Ia840647e3fc09480b826b3075b2585daefa638b3
This change adds egress rules to the following charts:
- ingress
- memcache
- libvirt
- rabbitmq
These rules will be tightend down in future changes
Change-Id: I6f297d50ca4c06234c7c79986a12cccf3beb5efb
This removes a duplicate rules: key that was erroneously added
to the elastic-filebeat/metricbeat and fluentbit daemonsets
Change-Id: Ic2a6347ae69ccbd2b9075d9ee0180ad41932a9bf
Signed-off-by: Steve Wilkerson <sw5822@att.com>