Repository for OpenStack Helm infrastructure-related code
5a2babd514
This patchset introduces the framework by which all OSH-based database systems can use to backup and restore their databases. The framework is refactored from the Postgresql backup and restore logic. This will prevent alot of code duplication in the backup restore scripts across each cluster. In the process, some improvements needed to be made: 1) Removing the need for 2 separate containers to do the backup and restore work to a remote gateway. This simplifies the design and enables a higher level of robustness. 2) Adding separate "days to keep" config value for remote backup files, as there may be different requirements for the remote files than the local backup files. 3) Adding capability to send Storage_Policy when creating the remote RGW swift container. 4) Making coding style improvement for readability and maintainability. 5) Fixing a deployment bug that occurs when remote backup is disabled. Change-Id: I3a3482ad67320e89f04305b17da79abf7ad6eb45 |
||
---|---|---|
calico | ||
ceph-client | ||
ceph-mon | ||
ceph-osd | ||
ceph-provisioners | ||
ceph-rgw | ||
daemonjob-controller | ||
doc | ||
elastic-apm-server | ||
elastic-filebeat | ||
elastic-metricbeat | ||
elastic-packetbeat | ||
elasticsearch | ||
etcd | ||
falco | ||
flannel | ||
fluentbit | ||
fluentd | ||
gnocchi | ||
grafana | ||
helm-toolkit | ||
ingress | ||
kafka | ||
kibana | ||
kube-dns | ||
kubernetes-keystone-webhook | ||
ldap | ||
libvirt | ||
local-storage | ||
lockdown | ||
mariadb | ||
memcached | ||
metacontroller | ||
mongodb | ||
nagios | ||
namespace-config | ||
nfs-provisioner | ||
openvswitch | ||
playbooks | ||
podsecuritypolicy | ||
postgresql | ||
powerdns | ||
prometheus | ||
prometheus-alertmanager | ||
prometheus-kube-state-metrics | ||
prometheus-node-exporter | ||
prometheus-openstack-exporter | ||
prometheus-process-exporter | ||
rabbitmq | ||
redis | ||
registry | ||
releasenotes/notes | ||
roles | ||
tiller | ||
tools | ||
zookeeper | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
Makefile | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Openstack-Helm-Infra
Mission
The goal of OpenStack-Helm-Infra is to provide charts for services or integration of third-party solutions that are required to run OpenStack-Helm.
For more information, please refer to the OpenStack-Helm repository.
Communication
- Join us on IRC: #openstack-helm on freenode
- Community IRC Meetings: [Every Tuesday @ 3PM UTC], #openstack-meeting-alt on freenode
- Meeting Agenda Items: Agenda
- Join us on Slack
- #openstack-helm
Contributing
We welcome contributions. Check out this document if you would like to get involved.