Skip to content

Commit 8cdc7bc

Browse files
template changes
1 parent f359578 commit 8cdc7bc

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

source/adminguide/extensions/inbuilt_extensions.rst

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,33 @@ To set up the MaaS Extension, follow these steps in CloudStack:
326326

327327
#. **Create Template**
328328

329-
A Template in CloudStack can map to either a `Template` or an `ISO` in MaaS.
330-
Provide a dummy `url` and template name. Select `External` as the hypervisor and `MaaS` as the extension. Under `External Details`, specify:
329+
A Template in CloudStack maps to an image available in MaaS that can be deployed on a baremetal server.
330+
Provide a dummy `url` and template name. Select `External` as the hypervisor and `MaaS` as the extension.
331+
Under `External Details`, specify the following parameters:
331332

332-
* **distro_series**: The name of the operating system series available in MaaS to install on the machine. If not specified, script defaults to `ubuntu`
333+
* **os**: Operating system name (e.g., `ubuntu` or `centos`)
334+
* **distro_series**: Ubuntu codename or CentOS major version (e.g., `focal`, `jammy`, `8`)
335+
* **release**: Numeric OS release (e.g., `20.04`, `22.04`)
336+
* **architecture**: Image architecture name as listed in MaaS (e.g., `amd64/ga-20.04`, `amd64/hwe-22.04`, `amd64/generic`)
337+
338+
Example configurations:
339+
340+
.. code-block:: text
341+
342+
os=ubuntu
343+
distro_series=focal
344+
release=20.04
345+
architecture=amd64/ga-20.04
346+
347+
os=ubuntu
348+
distro_series=jammy
349+
release=22.04
350+
architecture=amd64/hwe-22.04
351+
352+
os=centos
353+
distro_series=8
354+
release=8
355+
architecture=amd64/generic
333356
334357
|MaaS-add-template.png|
335358

0 commit comments

Comments
 (0)