Deploying and provisioning systems, especially with automation
On using a Debian ‘cloud’ image and cloud-init on a ‘bare-metal’ host for fast deployment.
On using Packer to create the base images Daniel uses for personal ‘cloud’ infrastructure.
Generating OVH API tokens for use with Terraform and other applications.
Since OpenStackSDK should theoretically make life easier for doing Infrastructure via Code, this is approach which which this learning effort has begun.
We start with a separate script that only generates userdata (no instance creation).
Further improvements to an OpenStackSDK-based ‘bare bones’ instance deployment
Adding security groups to an OpenStackSDK-based instance deployment
The final stage of the ‘bare bones’ OpenStackSDK deployment
Adding more a complete template to an OpenSDK-based templated instance deployment
Adding basic support for cloud-init ‘write_files’ in an OpenStackSDK-based templated instance deployment
Adding basic support for templates to an OpenSDK-based instance deployment
This page was intended to complete the OpenStack SDK with templated userdata portion of this Infrastructure via Code set