Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
034f5d99
Commit
034f5d99
authored
4 months ago
by
Pierre Riteau
Browse files
Options
Downloads
Patches
Plain Diff
CI: test database backup
Change-Id: I4b3e4630942d860c8c4b8e85a794ba6ae920e6e0
parent
1710af57
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
playbooks/kayobe-overcloud-base/overrides.yml.j2
+3
-0
3 additions, 0 deletions
playbooks/kayobe-overcloud-base/overrides.yml.j2
playbooks/kayobe-overcloud-base/run.yml
+7
-0
7 additions, 0 deletions
playbooks/kayobe-overcloud-base/run.yml
with
10 additions
and
0 deletions
playbooks/kayobe-overcloud-base/overrides.yml.j2
+
3
−
0
View file @
034f5d99
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/kayobe-overcloud-base/run.yml
+
7
−
0
View file @
034f5d99
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment