From eadb0f0fd4e2e4cef00f22dab41034564257e773 Mon Sep 17 00:00:00 2001 From: Arnaud Lheureux Date: Tue, 10 Nov 2020 03:49:29 +0000 Subject: [PATCH 1/2] Syntax fix for #3 --- configuration/README.md | 10 ++++++++++ configuration/demo/README.md | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/configuration/README.md b/configuration/README.md index 5713d99c..fe093179 100644 --- a/configuration/README.md +++ b/configuration/README.md @@ -48,6 +48,16 @@ Rover will echo back the subscription selected by default for your environment. az account set -s ``` +### Picking your environment + +Once you have completed the preliminary steps above, you can start reviewing the configurations, we recommend you start your first deployment with the demo section. + +| example environment | description | +|------------------------|---------------------------------------------------------------------------| +| [demo](./demo) | demo environment without RBAC, diagnostics and pipelines | +| [sandpit](./sandpit) | WIP initial enterprise environment, with diagnostics and simple pipelines | +| [non-prod](./non-prod) | WIP | +| [prod](prod) | WIP | ## Multiple engineers in the same subscription diff --git a/configuration/demo/README.md b/configuration/demo/README.md index a4f65640..e0ac05a5 100644 --- a/configuration/demo/README.md +++ b/configuration/demo/README.md @@ -7,6 +7,7 @@ Assumptions: - Demo environment does not have pipelines and is meant to be run locally. - Demo environment does not have diagnostics enabled. - Demo environment does not have RBAC model. +- All resources are provisioned in the same subscription. ## Deploying demo environment @@ -23,7 +24,7 @@ export environment=demo ```bash rover -lz /tf/caf/public/landingzones/caf_launchpad \ - -var-folder /tf/caf/configuration/${environment}/level0 \ + -var-folder /tf/caf/configuration/${environment}/level0/launchpad \ -parallelism 30 \ -level level0 \ -env ${environment} \ @@ -35,6 +36,8 @@ rover -lz /tf/caf/public/landingzones/caf_launchpad \ #### Deploy foundations +In this section we use foundations as passthrough: + ```bash rover -lz /tf/caf/public/landingzones/caf_foundations/ \ -var-folder /tf/caf/configuration/${environment}/level1 \ From 151f9e180ed3383995795492863312786c0ab791 Mon Sep 17 00:00:00 2001 From: Arnaud Lheureux Date: Tue, 10 Nov 2020 03:56:44 +0000 Subject: [PATCH 2/2] Adding link to video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31df4a37..c28e01aa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This approach allows you to easily: To get started with creating your environment, you can fork this repository on your Git environment (inside your personal or organization GitHub, inside an Azure DevOps project or any other Version Control System that your company uses.) -You can then customize your environment by following the steps inside the [configuration folder](./configuration) +You can then customize your environment by following the steps inside the [configuration folder](./configuration) and review our sample configuration [onboarding video here](https://www.youtube.com/watch?v=M5BXm30IpdY) ## Related repositories