Infrastructure via Code (IvC) (12)
Learning experiments in using bespoke code & data under version control to consistently deploy virtual and bare metal hosts and the applications on them.
Python code, about coding with Python, and tools Daniel has written using Python
Learning experiments in using bespoke code & data under version control to consistently deploy virtual and bare metal hosts and the applications on them.
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).
Continuing with the a bare bones OpenStackSDK-based deployment of instances
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
This page was intended to complete the OpenStack SDK with templated userdata portion of this Infrastructure via Code set
Adding basic templates to an OpenStackSDK-based SDK deployment