commit | 8015f02c73e6e543ec566d0f94db5128c4a03e70 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Jul 04 11:57:51 2018 +0300 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Jul 04 11:57:51 2018 +0300 |
tree | ece01972e2130fb31842969a2c80199356d365ef | |
parent | c3083aa5289f3b5e85e63d13c09fc1ba167e62ed [diff] [blame] |
Move backup call to be run after os Change-Id: I8cc2cb2d9207b47d4ee91c0dabb5622d08b450c4
diff --git a/tcp_tests/templates/virtual-mcp-pike-dvr-ceph-rgw/openstack.yaml b/tcp_tests/templates/virtual-mcp-pike-dvr-ceph-rgw/openstack.yaml index 8c52a2d..b378287 100644 --- a/tcp_tests/templates/virtual-mcp-pike-dvr-ceph-rgw/openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-pike-dvr-ceph-rgw/openstack.yaml
@@ -8,6 +8,8 @@ {% import 'shared-salt.yaml' as SHARED with context %} +{% import 'shared-backup-restore.yaml' as BACKUP with context %} + # Install OpenStack control services - description: Install glance on all controllers @@ -230,3 +232,7 @@ node_name: {{ HOSTNAME_CFG01 }} retry: {count: 1, delay: 30} skip_fail: false + + +{{ BACKUP.MACRO_BACKUP_BACKUPNINJA() }} +{{ BACKUP.MACRO_BACKUP_XTRABACKUP() }}