Translations:Automating VM creation/2/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(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 | 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:03, 23 December 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.