Translations:Automating VM creation/2/en: Difference between revisions
Jump to navigation
Jump to search
m (FuzzyBot moved page Translations:OpenStack VM Setups/2/en to Translations:Automating VM creation/2/en without leaving a redirect: Part of translatable page "OpenStack VM Setups") |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
To automate the creation of cloud VMs, volumes, etc. the [[OpenStack Command Line Clients | OpenStack CLI]], [[#Using Heat Templates|Heat]], [[Terraform]], or the [[OpenStack python API]] can be used. Both the OpenStack CLI and Terraform are command line tools. While Heat is used through the OpenStack web dashboard, horizon. To install and configure settings and software within the VM, [[#Using cloud-init | cloud-init]] is used. |
Revision as of 21:51, 17 November 2021
To automate the creation of cloud VMs, volumes, etc. the OpenStack CLI, Heat, Terraform, or the OpenStack python API can be used. Both the OpenStack CLI and Terraform are command line tools. While Heat is used through the OpenStack web dashboard, horizon. To install and configure settings and software within the VM, cloud-init is used.