@@ -344,13 +344,11 @@ To set up the MaaS Extension, follow these steps in CloudStack:
344344 Provide a dummy `url ` and template name. Select `External ` as the hypervisor and `MaaS ` as the extension.
345345 Under `External Details `, specify the following parameters:
346346
347- * **os **: Operating system name (e.g., `ubuntu ` or `centos `)
348- * **distro_series **: Ubuntu codename or CentOS major version (e.g., `focal `, `jammy `, `8 `)
349- * **release **: Numeric OS release (e.g., `20.04 `, `22.04 `)
347+ * **os **: Operating system name (e.g., `ubuntu `)
348+ * **distro_series **: Ubuntu codename (e.g., `focal `, `jammy `)
350349 * **architecture **: Image architecture name as listed in MaaS (e.g., `amd64/ga-20.04 `, `amd64/hwe-22.04 `, `amd64/generic `)
351350
352351 MAAS uses only distro_series to identify the operating system for Ubuntu-based images (for example, focal, jammy).
353- Do not specify both release and distro_series, if both are provided, MAAS will ignore release.
354352
355353 Example configurations:
356354
@@ -361,16 +359,6 @@ To set up the MaaS Extension, follow these steps in CloudStack:
361359 distro_series=focal
362360 architecture=amd64/ga-20.04
363361
364- # Ubuntu 22.04 (Jammy)
365- os=ubuntu
366- distro_series=jammy
367- architecture=amd64/hwe-22.04
368-
369- # CentOS 8
370- os=centos
371- release=8
372- architecture=amd64/generic
373-
374362 |MaaS-add-template.png |
375363
376364#. **Deploy Instance **
0 commit comments