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.
Deploying and managing infrastructure on OpenStack via bespoke code
Learning experiments in using bespoke code & data under version control to consistently deploy virtual and bare metal hosts and the applications on them.
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
Adding more a complete template to an OpenSDK-based templated instance deployment