2
2
StackHPC Kayobe Configuration
3
3
=============================
4
4
5
- This repository provides a base Kayobe configuration for the Wallaby release
5
+ This repository provides a base Kayobe configuration for the Xena release
6
6
of StackHPC OpenStack.
7
7
8
8
StackHPC release train
@@ -45,7 +45,7 @@ when used with Kayobe's `multiple environments
45
45
feature.
46
46
47
47
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
49
49
backported support for Ansible collections.
50
50
51
51
New deployments
@@ -56,7 +56,7 @@ your configuration.
56
56
57
57
.. code-block :: console
58
58
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
60
60
61
61
Existing deployments
62
62
--------------------
@@ -68,7 +68,7 @@ need to merge the changes in this repository into your repository.
68
68
69
69
git remote add stackhpc https://github.com/stackhpc/stackhpc-kayobe-config
70
70
git fetch stackhpc
71
- git merge stackhpc/stackhpc/wallaby
71
+ git merge stackhpc/stackhpc/xena
72
72
73
73
Updating
74
74
--------
@@ -80,7 +80,7 @@ consume these updates by merging in the changes with their local configuration.
80
80
.. code-block :: console
81
81
82
82
git fetch stackhpc
83
- git merge stackhpc/stackhpc/wallaby
83
+ git merge stackhpc/stackhpc/xena
84
84
85
85
The intention is to avoid merge conflicts where possible, but there may be
86
86
cases where this is difficult. We are open to discussion on how best to
@@ -125,13 +125,13 @@ Usage
125
125
=====
126
126
127
127
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> `__
129
129
on next ``kayobe seed service deploy `` or ``kayobe seed service upgrade ``.
130
130
131
131
The following custom playbooks are provided in ``etc/kayobe/ansible/ ``:
132
132
133
133
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> `__
135
135
for information on how to run them.
136
136
137
137
* ``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):
245
245
cd
246
246
mkdir -p src
247
247
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
250
250
popd
251
251
252
252
Create a virtual environment and install Kayobe:
@@ -344,8 +344,8 @@ Clone the Kayobe and Kayobe configuration repositories (this one):
344
344
cd
345
345
mkdir -p src
346
346
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
349
349
popd
350
350
351
351
Create a virtual environment and install Kayobe:
@@ -410,7 +410,7 @@ At this point you are ready to build and push some container images.
410
410
kayobe seed container image build --push
411
411
kayobe overcloud container image build --push
412
412
413
- The container images are tagged as ``wallaby -<datetime> ``. This Kayobe
413
+ The container images are tagged as ``xena -<datetime> ``. This Kayobe
414
414
configuration includes a hook that writes the tag to ``~/kolla_tag ``, since
415
415
it is not always simple to determine which tag was last applied to built
416
416
images.
@@ -422,7 +422,7 @@ tag as the value of the ``kolla_openstack_release`` variable.
422
422
Resources
423
423
=========
424
424
425
- * Kayobe documentation: https://docs.openstack.org/kayobe/wallaby /
425
+ * Kayobe documentation: https://docs.openstack.org/kayobe/xena /
426
426
* Kayobe source: https://opendev.org/openstack/kayobe
427
427
* Kayobe bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe-config
428
428
* IRC: #openstack-kolla
0 commit comments