22StackHPC 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
66of StackHPC OpenStack.
77
88StackHPC release train
@@ -45,7 +45,7 @@ when used with Kayobe's `multiple environments
4545feature.
4646
4747This 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
4949backported support for Ansible collections.
5050
5151New 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
8686cases where this is difficult. We are open to discussion on how best to
@@ -125,13 +125,13 @@ Usage
125125=====
126126
127127The 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> `__
129129on next ``kayobe seed service deploy `` or ``kayobe seed service upgrade ``.
130130
131131The following custom playbooks are provided in ``etc/kayobe/ansible/ ``:
132132
133133See 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> `__
135135for 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
414414configuration includes a hook that writes the tag to ``~/kolla_tag ``, since
415415it is not always simple to determine which tag was last applied to built
416416images.
@@ -422,7 +422,7 @@ tag as the value of the ``kolla_openstack_release`` variable.
422422Resources
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