Skip to content

Commit

Permalink
Merge pull request #364 from stackhpc/aufn-ceph-docs-whitespace
Browse files Browse the repository at this point in the history
removing aufn-ceph docs whitespace
  • Loading branch information
markgoddard committed Jan 30, 2023
2 parents 9eeb3a1 + 9d3e12c commit ad5358d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/contributor/environments/aufn-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A universe from nothing with Ceph
=================================

This environment creates a Universe-from-nothing_-style deployment of Kayobe consisting of multiple 'virtual baremetal nodes' running as VMs on a single physical hypervisor.
This environment creates a Universe-from-nothing_-style deployment of Kayobe consisting of multiple 'virtual baremetal nodes' running as VMs on a single physical hypervisor.

.. _Universe-from-nothing: https://github.com/stackhpc/a-universe-from-nothing

Expand All @@ -20,7 +20,7 @@ Setup

**Note**: The steps detailed below are combined into a convenient script which is packaged with this repo at ``etc/kayobe/environments/aufn-ceph/a-universe-from-nothing.sh``. For an automated deployment, this script can simply be copied to the baremetal host and then executed as ``bash ~/a-universe-from-nothing.sh``.

---
---

To begin the manual setup, access the baremetal node via SSH and install some basic dependencies.

Expand Down Expand Up @@ -70,7 +70,7 @@ Clone the Kayobe, Kayobe configuration (this one) and Tenks repositories:
pushd src
git clone https://github.com/stackhpc/kayobe.git -b |current_release_git_branch_name|
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b |current_release_git_branch_name| kayobe-config
pushd kayobe
pushd kayobe
git clone https://opendev.org/openstack/tenks.git
popd
popd
Expand Down Expand Up @@ -134,7 +134,7 @@ We can now sync the contents of the local pulp server with that of SMS test pulp
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-container-sync.yml
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-container-publish.yml
kayobe seed service deploy
kayobe seed service deploy
With the seed VM configured, we use Tenks_ to deploy an additional set of VMs on the same baremetal node and configure them as 'virual baremetal' hosts in order to replicate a true multi-node kayobe deployment within a single node.

Expand All @@ -149,7 +149,7 @@ With the seed VM configured, we use Tenks_ to deploy an additional set of VMs on
./dev/tenks-deploy-overcloud.sh ./tenks
popd
These nodes can then be provisioned as overcloud control, compute and storage hosts with
These nodes can then be provisioned as overcloud control, compute and storage hosts with

.. parsed-literal::
Expand Down

0 comments on commit ad5358d

Please sign in to comment.