Skip to content
Snippets Groups Projects
Commit 034f5d99 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: test database backup

Change-Id: I4b3e4630942d860c8c4b8e85a794ba6ae920e6e0
parent 1710af57
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ kolla_enable_ironic: true
kolla_enable_heat: false
kolla_enable_horizon: false
# Enable Mariabackup for testing database backups
kolla_enable_mariabackup: true
{% if tls_enabled %}
kolla_enable_nova_libvirt_container: false
compute_libvirt_enable_tls: true
......
......@@ -49,3 +49,10 @@
source "${KOLLA_CONFIG_PATH:-/etc/kolla}/admin-openrc.sh" &&
kayobe baremetal compute register &> {{ logs_dir }}/ansible/baremetal-compute-register
executable: /bin/bash
- name: Perform database backup
shell:
cmd: >
source {{ kayobe_src_dir }}/dev/environment-setup.sh &&
kayobe overcloud database backup &> {{ logs_dir }}/ansible/database-backup
executable: /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment