Skip to content

Commit b1bfd98

Browse files
committed
Xena: update README
1 parent ee5c996 commit b1bfd98

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
StackHPC Kayobe Configuration
33
=============================
44

5-
This repository provides a base Kayobe configuration for the Wallaby release
5+
This repository provides a base Kayobe configuration for the Xena release
66
of StackHPC OpenStack.
77

88
StackHPC release train
@@ -45,7 +45,7 @@ when used with Kayobe's `multiple environments
4545
feature.
4646

4747
This configuration should be consumed using the `StackHPC Kayobe fork
48-
<https://github.com/stackhpc/kayobe/tree/stackhpc/wallaby>`__, which includes
48+
<https://github.com/stackhpc/kayobe/tree/stackhpc/xena>`__, which includes
4949
backported support for Ansible collections.
5050

5151
New deployments
@@ -56,7 +56,7 @@ your configuration.
5656

5757
.. code-block:: console
5858
59-
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby
59+
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena
6060
6161
Existing deployments
6262
--------------------
@@ -68,7 +68,7 @@ need to merge the changes in this repository into your repository.
6868
6969
git remote add stackhpc https://github.com/stackhpc/stackhpc-kayobe-config
7070
git fetch stackhpc
71-
git merge stackhpc/stackhpc/wallaby
71+
git merge stackhpc/stackhpc/xena
7272
7373
Updating
7474
--------
@@ -80,7 +80,7 @@ consume these updates by merging in the changes with their local configuration.
8080
.. code-block:: console
8181
8282
git fetch stackhpc
83-
git merge stackhpc/stackhpc/wallaby
83+
git merge stackhpc/stackhpc/xena
8484
8585
The intention is to avoid merge conflicts where possible, but there may be
8686
cases where this is difficult. We are open to discussion on how best to
@@ -125,13 +125,13 @@ Usage
125125
=====
126126

127127
The local Pulp service will be deployed as a `Seed custom container
128-
<https://docs.openstack.org/kayobe/wallaby/configuration/reference/seed-custom-containers.html>`__
128+
<https://docs.openstack.org/kayobe/xena/configuration/reference/seed-custom-containers.html>`__
129129
on next ``kayobe seed service deploy`` or ``kayobe seed service upgrade``.
130130

131131
The following custom playbooks are provided in ``etc/kayobe/ansible/``:
132132

133133
See the Kayobe `custom playbook documentation
134-
<https://docs.openstack.org/kayobe/wallaby/custom-ansible-playbooks.html>`__
134+
<https://docs.openstack.org/kayobe/xena/custom-ansible-playbooks.html>`__
135135
for information on how to run them.
136136

137137
* ``pulp-repo-sync.yml``: Pull packages from Ark to the local Pulp. This will
@@ -245,8 +245,8 @@ Clone the Kayobe and Kayobe configuration repositories (this one):
245245
cd
246246
mkdir -p src
247247
pushd src
248-
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/wallaby
249-
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby
248+
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/xena
249+
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena
250250
popd
251251
252252
Create a virtual environment and install Kayobe:
@@ -344,8 +344,8 @@ Clone the Kayobe and Kayobe configuration repositories (this one):
344344
cd
345345
mkdir -p src
346346
pushd src
347-
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/wallaby
348-
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby
347+
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/xena
348+
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena
349349
popd
350350
351351
Create a virtual environment and install Kayobe:
@@ -410,7 +410,7 @@ At this point you are ready to build and push some container images.
410410
kayobe seed container image build --push
411411
kayobe overcloud container image build --push
412412
413-
The container images are tagged as ``wallaby-<datetime>``. This Kayobe
413+
The container images are tagged as ``xena-<datetime>``. This Kayobe
414414
configuration includes a hook that writes the tag to ``~/kolla_tag``, since
415415
it is not always simple to determine which tag was last applied to built
416416
images.
@@ -422,7 +422,7 @@ tag as the value of the ``kolla_openstack_release`` variable.
422422
Resources
423423
=========
424424

425-
* Kayobe documentation: https://docs.openstack.org/kayobe/wallaby/
425+
* Kayobe documentation: https://docs.openstack.org/kayobe/xena/
426426
* Kayobe source: https://opendev.org/openstack/kayobe
427427
* Kayobe bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe-config
428428
* IRC: #openstack-kolla

0 commit comments

Comments
 (0)