[WIFI-11553] Add: README

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2022-11-22 15:41:56 +03:00
parent d7b2020070
commit 42c3b36f25
2 changed files with 12 additions and 1 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Toolsmith repository
This repository is used for Telecom Infra Project WiFi infrastructure configuration:
- [helm-values/assembly-ucentral](./helm-values/assembly-ucentral) - contains helm values used for Cloud SDK deployments, encrypted by SOPS;
- [helmfile/cloud-sdk](./helmfile/cloud-sdk) - contains Helmfile definition for infrastructure deployed to EKS cluster;
- [terraform](./terraform) - contains Terraform manifests for AWS accounts and all resources deployed to them.
Repository has CI/CD pipelines for automated Helmfile and Terraform validation and deployment using Atlantis and GitHub Actions that allows get changes diffs in Pull Requests before pushing them into master branch.
All changes to the repository should be done through PRs from branches in this repositories to master branch and should be approved by at least one of the repository administrators.

View File

@@ -1 +1 @@
Only secret values are stored in here. Public part may be found in [wlan-testing repo](https://github.com/Telecominfraproject/wlan-testing/tree/master/helm/ucentral/values.ucentral-qa.yaml)
Only secret values are stored in here. Public part may be found in [wlan-cloud-ucentral-deploy repo](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy/tree/main/chart/environment-values)