mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-09 02:16:36 +00:00
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.
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
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=...
|