File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -85,3 +85,26 @@ options, refer to the official OpenStack documentation:
85
85
86
86
* [ OpenStack CLI Command Reference - Image] ( https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/image.html )
87
87
* [ 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/ >
You can’t perform that action at this time.
0 commit comments