From 204aa1e397aff3ad78b011e00e8547a428c24d04 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Mon, 17 Jan 2022 12:59:32 -0500 Subject: [PATCH] Unique index names (backup) Make backup and restore index names unique. Signed-off-by: Ron Stone Change-Id: Ic36f5468a762573e81797157ad4c926214824838 --- .../backup/{index.rst => index-backup-1b466179efc3.rst} | 7 +++++-- .../{index.rst => index-backup-kub-699e0d16c076.rst} | 6 ++---- .../{index.rst => index-backup-os-2b4f93282ec4.rst} | 3 ++- doc/source/index.rst | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) rename doc/source/backup/{index.rst => index-backup-1b466179efc3.rst} (66%) rename doc/source/backup/kubernetes/{index.rst => index-backup-kub-699e0d16c076.rst} (72%) rename doc/source/backup/openstack/{index.rst => index-backup-os-2b4f93282ec4.rst} (73%) diff --git a/doc/source/backup/index.rst b/doc/source/backup/index-backup-1b466179efc3.rst similarity index 66% rename from doc/source/backup/index.rst rename to doc/source/backup/index-backup-1b466179efc3.rst index 3dfacea93..f47a3bf8b 100644 --- a/doc/source/backup/index.rst +++ b/doc/source/backup/index-backup-1b466179efc3.rst @@ -1,3 +1,5 @@ +.. _index-backup-1b466179efc3: + ================== Backup and Restore ================== @@ -11,7 +13,7 @@ Kubernetes .. toctree:: :maxdepth: 2 - kubernetes/index + kubernetes/index-backup-kub-699e0d16c076 --------- OpenStack @@ -22,4 +24,5 @@ OpenStack .. toctree:: :maxdepth: 2 - openstack/index \ No newline at end of file + openstack/index-backup-os-2b4f93282ec4 + diff --git a/doc/source/backup/kubernetes/index.rst b/doc/source/backup/kubernetes/index-backup-kub-699e0d16c076.rst similarity index 72% rename from doc/source/backup/kubernetes/index.rst rename to doc/source/backup/kubernetes/index-backup-kub-699e0d16c076.rst index ff9af3874..677fc0bdc 100644 --- a/doc/source/backup/kubernetes/index.rst +++ b/doc/source/backup/kubernetes/index-backup-kub-699e0d16c076.rst @@ -1,7 +1,4 @@ -.. Backup and Restore file, created by - sphinx-quickstart on Thu Sep 3 15:14:59 2020. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. +.. _index-backup-kub-699e0d16c076: .. include:: /_includes/toc-title-backup-kub.rest @@ -26,3 +23,4 @@ System and storage restore restoring-starlingx-system-data-and-storage running-restore-playbook-locally-on-the-controller system-backup-running-ansible-restore-playbook-remotely + diff --git a/doc/source/backup/openstack/index.rst b/doc/source/backup/openstack/index-backup-os-2b4f93282ec4.rst similarity index 73% rename from doc/source/backup/openstack/index.rst rename to doc/source/backup/openstack/index-backup-os-2b4f93282ec4.rst index 840d3b1b7..eb00d31dd 100644 --- a/doc/source/backup/openstack/index.rst +++ b/doc/source/backup/openstack/index-backup-os-2b4f93282ec4.rst @@ -1,3 +1,4 @@ +.. _index-backup-os-2b4f93282ec4: .. include:: /_includes/toc-title-backup-kub.rest @@ -10,4 +11,4 @@ Backup and Restore back-up-openstack restore-openstack-from-a-backup - openstack-backup-considerations \ No newline at end of file + openstack-backup-considerations diff --git a/doc/source/index.rst b/doc/source/index.rst index 39158cbaf..0b32e13f8 100755 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -131,7 +131,7 @@ Backup and restore .. toctree:: :maxdepth: 2 - backup/index + backup/index-backup-1b466179efc3 -------