Skip to content

Commit 6197c14

Browse files
docs: Adds notes on Talos Linux images
1 parent 4d5da19 commit 6197c14

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/user-guide/openstack-image.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,26 @@ options, refer to the official OpenStack documentation:
8585

8686
* [OpenStack CLI Command Reference - Image](https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/image.html)
8787
* [OpenStack Image Service (Glance) Documentation](https://docs.openstack.org/glance/latest/)
88+
89+
## Talos Linux
90+
91+
You can use [Talos Linux][talos] in Understack.
92+
93+
Using the [Talos image factory][talos-image-factory] to create the image:
94+
95+
* Under `Hardware Type` choose `Cloud Server` and hit next
96+
* Choose the version and hit next
97+
* Choose `OpenStack` for the Cloud provider and hit next
98+
* Choose your machine architecture - in our case it's `amd64` - and hit next
99+
* Choose system extensions and drivers you may need. In our case we want the `amd-ucode` and `bnx2-bnx2x` extensions. Then hit next.
100+
* Choose any customizations you may need. Understack works with the defaults. Then hit next.
101+
* On this page you can download The disk image for example `openstack-amd64.raw.xz`
102+
103+
We can now take the raw image and add it to glance to make it available for new server builds:
104+
105+
``` bash
106+
openstack image create --public --disk-format raw --file openstack-amd64.raw 'Talos 1.10.0'
107+
```
108+
109+
[talos]: <https://www.talos.dev/>
110+
[talos-image-factory]: <https://factory.talos.dev/>

0 commit comments

Comments
 (0)