From d768ea339f4c42da4b428d42aed6904f83d11481 Mon Sep 17 00:00:00 2001 From: Elaine Fonaro Date: Thu, 24 Mar 2022 16:31:05 -0300 Subject: [PATCH] Running Ansible Backup paragraphs were updated. Code block added line 24. Signed-off-by: Elaine Fonaro Change-Id: Ia0816f8a9eb0a6d35d1d890d56cf9c60774574a8 (cherry picked from commit fd759b6b01d7da9b35a976864e458a4c96c3e4e3) --- ...backup-playbook-locally-on-the-controller.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/source/backup/kubernetes/running-ansible-backup-playbook-locally-on-the-controller.rst b/doc/source/backup/kubernetes/running-ansible-backup-playbook-locally-on-the-controller.rst index f3e5733d6..ad6183aeb 100644 --- a/doc/source/backup/kubernetes/running-ansible-backup-playbook-locally-on-the-controller.rst +++ b/doc/source/backup/kubernetes/running-ansible-backup-playbook-locally-on-the-controller.rst @@ -19,13 +19,25 @@ The and need to be set correctly using the ``-e`` option on the command line, or an override file, or in the Ansible secret file. +An example of override file follows: + +.. code-block:: none + + cat << EOF > localhost-backup.yaml + --- + ansible_become_pass: "" + admin_password: "" + backup_user_local_registry: "true" + ... + EOF + The output files will be named: .. _running-ansible-backup-playbook-locally-on-the-controller-ul-wj1-vxh-pmb: - inventory_hostname_platform_backup_timestamp.tgz -- inventory_hostname_openstack_backup_timestamp.tgz +- inventory_hostname_wr-openstack_backup_timestamp.tgz - inventory_hostname_docker_local_registry_backup_timestamp.tgz @@ -44,6 +56,8 @@ line or by using an override file. - dc_vault_backup_filename_prefix +- openstack_app_name: "|prod-os|" (optional for |prod-os| application backup) + The generated backup tar files will be displayed in the following format, for example: