Commit Graph

7 Commits (8cfe4d399ae0a8a3d613be4cc5f29ef4157fd974)

Author SHA1 Message Date
Zuul e29ddb418d Merge "BaR: Pacemaker config backup" 3 years ago
Juan Badia Payno 3233f6dcf1 BaR: Pacemaker config backup
Create a pacemaker configuration back up if pacemaker is
configured on the node.

Change-Id: I747abf9af9ad7dc4dd79f66a53cebd97a377fe3d
3 years ago
Juan Badia Payno fe5d3a5f9d BaR Always do MySQL dumps even the services wont be stopped
Do MySQL dump even though the services are not managed and stopped
during the backup process

Change-Id: I54891bcb28ba082f05ce705492a14bf93bba2f66
3 years ago
Carlos Camacho 644df915a9 Remove all the extra folders in the backup and restore role
This review cleans up the extra folders
for when we move this to a collection.

Change-Id: Ica06a34de3e153c665cadb01fdeb6b6a7dededc2
3 years ago
toure 9b26f440d3 Add service management support.
The current role for backup and restore will need service
management to insure that all running services on the nodes
are stopped and restarted in order to capture a consistent state.
This change also includes database dump functionality which will
allow the operator to create a clean backup of the database.

Change-Id: Ic75f40a750880be4ea00ed79de4575cdbbe0f190
3 years ago
Kevin Carter 4c2d54e95c Replace all references to the old role name
This change replaces all of the roles references in our various files with the
new role name. This is being done because Ansible no longer allows hyphens in
role names.

Change-Id: Ie899714aca49781ccd240bb259901d76f177d2ae
Signed-off-by: Kevin Carter <kecarter@redhat.com>
3 years ago
Kevin Carter 67ce344e30 Rename all roles that have a hyphen
All roles that have a hyphen in them need to be renamed to use an
underscore. This change creates a symlink to all roles using their
original name which will ensure we maintain compatibility with
the rest of the TripleO stack. This is being done because roles with
hyphens are no longer valid within collections.

A temp PBR update has been made to accomodate all of the symlinks to
the legacy role names.

[0] https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#roles-directory

Change-Id: Id00a3670351990e5489a297c4c7200f8c05af096
Signed-off-by: Kevin Carter <kecarter@redhat.com>
3 years ago