Skip to content

Commit 4a7df2c

Browse files
committed
AUFN Ceph - move storage definiton to groups and update docs for venv
1 parent df492d2 commit 4a7df2c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

doc/source/contributor/environments/aufn-ceph.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CentOS:
2828

2929
.. parsed-literal::
3030
31-
sudo dnf install -y gcc python3-virtualenv
31+
sudo dnf install -y gcc
3232
3333
Rocky:
3434

@@ -41,7 +41,7 @@ Ubuntu:
4141
.. parsed-literal::
4242
4343
sudo apt update
44-
sudo apt -y install gcc libffi-dev python3-dev python-is-python3 python3-virtualenv
44+
sudo apt -y install gcc libffi-dev python3-dev python-is-python3
4545
4646
4747
As a workaround for SMS lab's lack of DNS, add the following lines to ``/etc/hosts`` of the baremetal node:
@@ -81,15 +81,14 @@ Clone the Kayobe, Kayobe configuration (this one) and Tenks repositories:
8181
popd
8282
popd
8383
84-
Create a virtual environment and install Kayobe. Note, if you are using Rocky
85-
you will need to use ``python3 -m venv`` as ``virtualenv`` is not available.
84+
Create a virtual environment and install Kayobe:
8685

8786
.. parsed-literal::
8887
8988
cd
9089
mkdir -p venvs
9190
pushd venvs
92-
virtualenv kayobe
91+
python3 -m venv kayobe
9392
source kayobe/bin/activate
9493
pip install -U pip
9594
pip install ../src/kayobe

etc/kayobe/environments/aufn-ceph/inventory/groups

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ storage-ceph
1919
[rgws:children]
2020
storage-ceph
2121

22+
[storage:children]
23+
storage-ceph
2224

2325
###############################################################################
2426
# Monitoring groups

etc/kayobe/environments/aufn-ceph/inventory/hosts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ seed
2525

2626
[hs-switches]
2727
# Add high speed switches here if required.
28-
29-
[storage:children]
30-
storage-ceph

0 commit comments

Comments
 (0)