diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/README')
-rw-r--r-- | deployment/noheat/infra-openstack/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/README b/deployment/noheat/infra-openstack/README new file mode 100644 index 000000000..b0c7e4323 --- /dev/null +++ b/deployment/noheat/infra-openstack/README @@ -0,0 +1,34 @@ +================================================== + Cloud infrastructure: OpenStack virtual machines +================================================== + +Ansible roles and sample playbooks for creating virtual machines on OpenStack without Heat support. + +They will be used to create virtual machines hosting Service Mesh lab cluster. + +Prerequisites +------------- + +Infrastructure +~~~~~~~~~~~~~~ + +- OpenStack cloud (no Heat support required) + +Configuration +~~~~~~~~~~~~~ + +- OpenStack ``clouds.yaml`` file + +Dependencies +~~~~~~~~~~~~ + +- Ansible +- openstacksdk_ + +.. _openstacksdk: https://pypi.org/project/openstacksdk + + +Expected output +--------------- + +Ephemeral (disposable) OpenStack virtual machines for a Kubernetes cluster. |