Running Ansible Backup paragraphs were updated.
Code block added line 24. Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com> Change-Id: Ia0816f8a9eb0a6d35d1d890d56cf9c60774574a8
This commit is contained in:
parent
cf21ee640e
commit
fd759b6b01
@ -19,13 +19,25 @@ The <admin_password> and <ansible_become_pass> need to be set correctly
|
|||||||
using the ``-e`` option on the command line, or an override file, or in the
|
using the ``-e`` option on the command line, or an override file, or in the
|
||||||
Ansible secret file.
|
Ansible secret file.
|
||||||
|
|
||||||
|
An example of override file follows:
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
cat << EOF > localhost-backup.yaml
|
||||||
|
---
|
||||||
|
ansible_become_pass: "<admin_password>"
|
||||||
|
admin_password: "<admin_password>"
|
||||||
|
backup_user_local_registry: "true"
|
||||||
|
...
|
||||||
|
EOF
|
||||||
|
|
||||||
The output files will be named:
|
The output files will be named:
|
||||||
|
|
||||||
.. _running-ansible-backup-playbook-locally-on-the-controller-ul-wj1-vxh-pmb:
|
.. _running-ansible-backup-playbook-locally-on-the-controller-ul-wj1-vxh-pmb:
|
||||||
|
|
||||||
- inventory_hostname_platform_backup_timestamp.tgz
|
- 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
|
- inventory_hostname_docker_local_registry_backup_timestamp.tgz
|
||||||
|
|
||||||
@ -44,6 +56,8 @@ line or by using an override file.
|
|||||||
|
|
||||||
- dc_vault_backup_filename_prefix
|
- 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,
|
The generated backup tar files will be displayed in the following format,
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user