From 91539236c0d31f8eff7485cd507342fc54937efe Mon Sep 17 00:00:00 2001 From: egoncalv Date: Mon, 16 Aug 2021 14:53:48 -0300 Subject: [PATCH] Changed indentation and line spacing in code blocks Cleanup items in clode blocks Signed-off-by: egoncalv Change-Id: I03d952d4659672853fe5ce3f3e1add6b29ff7d35 --- .../aio_duplex_install_kubernetes.rst | 68 +++++++++--------- .../aio_simplex_install_kubernetes.rst | 36 +++++----- .../controller_storage_install_kubernetes.rst | 72 +++++++++---------- .../aio_duplex_install_kubernetes.rst | 62 ++++++++-------- .../aio_simplex_install_kubernetes.rst | 36 +++++----- .../controller_storage_install_kubernetes.rst | 72 +++++++++---------- 6 files changed, 177 insertions(+), 169 deletions(-) diff --git a/doc/source/deploy_install_guides/r5_release/bare_metal/aio_duplex_install_kubernetes.rst b/doc/source/deploy_install_guides/r5_release/bare_metal/aio_duplex_install_kubernetes.rst index 8c6fd3db4..9ed370e16 100644 --- a/doc/source/deploy_install_guides/r5_release/bare_metal/aio_duplex_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r5_release/bare_metal/aio_duplex_install_kubernetes.rst @@ -593,31 +593,33 @@ Unlock controller-0 # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than # 60G, you will need to add a new disk partition to cgts-vg. - - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 | grep rootfs + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get device path of ROOT DISK + system host-show controller-0 | grep rootfs - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} - # Increase docker filesystem to 60G - system host-fs-modify controller-0 docker=60 + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added + + # Increase docker filesystem to 60G + system host-fs-modify controller-0 docker=60 ------------------------------------- Install software on controller-1 node @@ -985,31 +987,33 @@ machine. # check existing size of docker fs system host-fs-list controller-1 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-1 + # if existing docker fs size + cgts-vg available space is less than # 60G, you will need to add a new disk partition to cgts-vg. - - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-1 | grep rootfs + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-1 + # Get device path of ROOT DISK + system host-show controller-1 | grep rootfs - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system host-disk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-1 - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-1 cgts-vg - sleep 2 # wait for partition to be added + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system host-disk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} - # Increase docker filesystem to 60G - system host-fs-modify controller-1 docker=60 + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-1 cgts-vg + sleep 2 # wait for partition to be added + + # Increase docker filesystem to 60G + system host-fs-modify controller-1 docker=60 .. only:: starlingx diff --git a/doc/source/deploy_install_guides/r5_release/bare_metal/aio_simplex_install_kubernetes.rst b/doc/source/deploy_install_guides/r5_release/bare_metal/aio_simplex_install_kubernetes.rst index d6a2cde51..225ad0d85 100644 --- a/doc/source/deploy_install_guides/r5_release/bare_metal/aio_simplex_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r5_release/bare_metal/aio_simplex_install_kubernetes.rst @@ -590,33 +590,33 @@ machine. # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-0 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system hostdisk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-0 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-0 docker=60 .. only:: starlingx diff --git a/doc/source/deploy_install_guides/r5_release/bare_metal/controller_storage_install_kubernetes.rst b/doc/source/deploy_install_guides/r5_release/bare_metal/controller_storage_install_kubernetes.rst index 60dda96a2..de3ff921a 100644 --- a/doc/source/deploy_install_guides/r5_release/bare_metal/controller_storage_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r5_release/bare_metal/controller_storage_install_kubernetes.rst @@ -358,33 +358,33 @@ machine. # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-0 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-0 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-0 docker=60 ------------------------------------------------- Install software on controller-1 and worker nodes @@ -541,33 +541,33 @@ machine. # check existing size of docker fs system host-fs-list controller-1 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-1 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-1 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-1 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-1 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-1 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system hostdisk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-1 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-1 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-1 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-1 docker=60 .. incl-unlock-controller-1-end: diff --git a/doc/source/deploy_install_guides/r6_release/bare_metal/aio_duplex_install_kubernetes.rst b/doc/source/deploy_install_guides/r6_release/bare_metal/aio_duplex_install_kubernetes.rst index 66c9d8da8..78de5fa61 100644 --- a/doc/source/deploy_install_guides/r6_release/bare_metal/aio_duplex_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r6_release/bare_metal/aio_duplex_install_kubernetes.rst @@ -616,28 +616,30 @@ Unlock controller-0 # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 | grep rootfs + # Get device path of ROOT DISK + system host-show controller-0 | grep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system host-disk-partition-add -t lvm_phys_vol ${NODE} ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system host-disk-partition-add -t lvm_phys_vol ${NODE} ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added # Increase docker filesystem to 60G system host-fs-modify controller-0 docker=60 @@ -1023,31 +1025,33 @@ machine. # check existing size of docker fs system host-fs-list controller-1 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-1 + # if existing docker fs size + cgts-vg available space is less than # 60G, you will need to add a new disk partition to cgts-vg. - - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-1 | grep rootfs + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-1 + # Get device path of ROOT DISK + system host-show controller-1 | grep rootfs - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system host-disk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-1 - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-1 cgts-vg - sleep 2 # wait for partition to be added + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system host-disk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} - # Increase docker filesystem to 60G - system host-fs-modify controller-1 docker=60 + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-1 cgts-vg + sleep 2 # wait for partition to be added + + # Increase docker filesystem to 60G + system host-fs-modify controller-1 docker=60 .. only:: starlingx diff --git a/doc/source/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.rst b/doc/source/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.rst index 0def787cf..0919f7c38 100644 --- a/doc/source/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.rst @@ -603,33 +603,33 @@ machine. # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-0 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system hostdisk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-0 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-0 docker=60 .. only:: starlingx diff --git a/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst b/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst index 87b1768f8..453383785 100644 --- a/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst @@ -358,33 +358,33 @@ machine. # check existing size of docker fs system host-fs-list controller-0 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-0 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-0 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-0 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-0 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-0 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system system host-disk-partition-add -t lvm_phys_vol controller-0 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-0 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-0 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-0 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-0 docker=60 ------------------------------------------------- Install software on controller-1 and worker nodes @@ -539,33 +539,33 @@ machine. # check existing size of docker fs system host-fs-list controller-1 + # check available space (Avail Size (GiB)) in cgts-vg LVG where docker fs is located system host-lvg-list controller-1 + # if existing docker fs size + cgts-vg available space is less than - # 80G, you will need to add a new disk partition to cgts-vg. - # There must be at least 20GB of available space after the docker - # filesystem is increased. + # 60G, you will need to add a new disk partition to cgts-vg. - # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. - # ( if not use another unused disk ) + # Assuming you have unused space on ROOT DISK, add partition to ROOT DISK. + # ( if not use another unused disk ) - # Get device path of ROOT DISK - system host-show controller-1 --nowrap | fgrep rootfs + # Get device path of ROOT DISK + system host-show controller-1 --nowrap | fgrep rootfs - # Get UUID of ROOT DISK by listing disks - system host-disk-list controller-1 + # Get UUID of ROOT DISK by listing disks + system host-disk-list controller-1 - # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response - # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G - PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} + # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response + # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G + PARTITION_SIZE=30 + system hostdisk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} - # Add new partition to ‘cgts-vg’ local volume group - system host-pv-add controller-1 cgts-vg - sleep 2 # wait for partition to be added + # Add new partition to ‘cgts-vg’ local volume group + system host-pv-add controller-1 cgts-vg + sleep 2 # wait for partition to be added - # Increase docker filesystem to 60G - system host-fs-modify controller-1 docker=60 + # Increase docker filesystem to 60G + system host-fs-modify controller-1 docker=60 .. incl-unlock-controller-1-end: