...
OpenStack Application Credentials: To authorize the creation of the compute instance itself:
- Request your credentials (if none available).
SSH access: In this example, by impersonating the default Linux account of EWC's Ubuntu VM images via a valid SSH keypair:
- Create a keypair (if none available).
- Import SSH keys (public) (into OpenStack for automatic distribution upon VM creation).
EWC Documentation look up : reference for
image_name
andflavor_name
supported on your deployment site:Work environment equipped with:
- Git ≥ 2.0
- Terraform ≥ 1.5
- Python ≥ 3.9 (required by the OpenStack provider).
...
Change one directory above the the root directory of the Item's source, and create a main.tf
file describing the VM you want to provision.
...