diff options
author | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-01-28 08:59:22 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-02-18 13:51:53 +0000 |
commit | a678231f39f4d4ea079018e7d11be36d0cc454d2 (patch) | |
tree | 973ad7d06ef0a419b945e7bfab0cee8818039c01 /terraform-ci-infra/README.txt | |
parent | 98d86e98c9bc9d2ed10b01fb81d6d7e02f09eb51 (diff) |
Infra: Fix AWS deployment
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: Ie24f5fac5827e28b1ac7c22192a94994700b2910
Diffstat (limited to 'terraform-ci-infra/README.txt')
-rw-r--r-- | terraform-ci-infra/README.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/terraform-ci-infra/README.txt b/terraform-ci-infra/README.txt new file mode 100644 index 0000000000..c6b66d7232 --- /dev/null +++ b/terraform-ci-infra/README.txt @@ -0,0 +1,33 @@ +Terraform CI Infra +================== +This folder contains configuration for terraform based deployments. + + +Nomad: +---------------------- +Application orchestration - Nomad +- ./1n_nmd/ + + +AWS: +---------------------- +Testbed deployment - Amazon AWS +- ./2n_aws_c5n/ +- ./3n_aws_c5n/ + +Prerequisities: +~~~~~~~~~~~~~~~ +aws-cli >= 2.1.21 + - Configured with personal "AWS Access Key ID" and "AWS Secret Access Key" + - See: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html + +terraform >= v0.13 + - Terraform's Ansible provisioner requires manual installation + - see: https://github.com/radekg/terraform-provisioner-ansible + - Tested on v2.5.0 + + +Azure: +---------------------- +Testbed deployment - Microsoft Azure +- ./3n_azure_fsv2/ |