From a678231f39f4d4ea079018e7d11be36d0cc454d2 Mon Sep 17 00:00:00 2001 From: Tomas Alexy Date: Thu, 28 Jan 2021 08:59:22 +0100 Subject: Infra: Fix AWS deployment Signed-off-by: Tomas Alexy Change-Id: Ie24f5fac5827e28b1ac7c22192a94994700b2910 --- terraform-ci-infra/README.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 terraform-ci-infra/README.txt (limited to 'terraform-ci-infra/README.txt') 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/ -- cgit 1.2.3-korg