Massive refactoring of workshopctl

This allows to manage groups of VMs across multiple infrastructure
providers. It also adds support to create groups of VMs on OpenStack.

WARNING: the syntax of workshopctl has changed slightly. Check READMEs
for details.
This commit is contained in:
Jerome Petazzoni
2018-09-28 13:18:54 -05:00
parent 63b85da4f6
commit 9b54ea95ac
27 changed files with 685 additions and 518 deletions
+6
View File
@@ -0,0 +1,6 @@
INFRACLASS=aws
# If you are using AWS to deploy, copy this file (e.g. to "aws", or "us-east-1")
# and customize the variables below.
export AWS_DEFAULT_REGION=us-east-1
export AWS_ACCESS_KEY_ID=AKI...
export AWS_SECRET_ACCESS_KEY=...