|
| 1 | +========== |
| 2 | +ci-tenks |
| 3 | +========== |
| 4 | + |
| 5 | +The ``ci-tenks`` Kayobe environment is used to test seed services. |
| 6 | +It is currently a work in progress. |
| 7 | + |
| 8 | +The environment is deployed using `automated-deployment.sh`. It bootstraps |
| 9 | +localhost as a hypervisor for a seed and one controller instance. The seed |
| 10 | +provisions the controller with Bifrost. |
| 11 | + |
| 12 | +It currently tests: |
| 13 | + |
| 14 | +* Seed hypervisor host configuration |
| 15 | +* Seed VM provisioning |
| 16 | +* Seed host configuration |
| 17 | +* Pulp deployment |
| 18 | +* Pulp container syncing (one container - Bifrost) |
| 19 | +* Bifrost overcloud provisioning |
| 20 | + |
| 21 | +In the future it could test: |
| 22 | + |
| 23 | +* Pulp package syncing |
| 24 | +* Overcloud host configuration, pulling packages from a local Pulp |
| 25 | +* Upgrades (Host OS and OpenStack) |
| 26 | +* Multi-node OpenStack deployments |
| 27 | + |
| 28 | + * Multiple controllers |
| 29 | + * Multiple compute nodes (and live migration) |
| 30 | + * Multiple storage nodes (Ceph) |
| 31 | + |
| 32 | +These extensions depend on more SMS hypervisor capacity and improved sync times |
| 33 | +for the local Pulp instance. |
| 34 | + |
| 35 | +Prerequisites |
| 36 | +============= |
| 37 | + |
| 38 | +* A Rocky Linux 9 or Ubuntu Noble 24.04 host |
| 39 | +* 16GB of memory |
| 40 | +* 4 cores |
| 41 | +* No LVM |
| 42 | + |
| 43 | +Setup |
| 44 | +===== |
| 45 | + |
| 46 | +The environment is designed to run in CI, however can also be deployed |
| 47 | +manually. |
| 48 | + |
| 49 | +Access the host via SSH. You may wish to start a ``tmux`` session. |
| 50 | + |
| 51 | +Download the setup script: |
| 52 | + |
| 53 | +.. parsed-literal:: |
| 54 | +
|
| 55 | + curl -LO https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-tenks/automated-deployment.sh |
| 56 | +
|
| 57 | +Change the permissions on the script: |
| 58 | + |
| 59 | +.. parsed-literal:: |
| 60 | +
|
| 61 | + sudo chmod +x automated-deployment.sh |
| 62 | +
|
| 63 | +Acquire the Ansible Vault password for this repository, and store a |
| 64 | +copy at ``~/vault-pw``. |
| 65 | + |
| 66 | +.. note:: |
| 67 | + |
| 68 | + The vault password is currently the same as for the ``ci-aio`` |
| 69 | + environment. |
| 70 | + |
| 71 | +Run the setup script: |
| 72 | + |
| 73 | +.. parsed-literal:: |
| 74 | +
|
| 75 | + ./automated-deployment.sh |
0 commit comments