diff --git a/README.md b/README.md new file mode 100644 index 0000000..285c8d0 --- /dev/null +++ b/README.md @@ -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. diff --git a/helm-values/assembly-ucentral/README.md b/helm-values/assembly-ucentral/README.md index 2d50bae..47351cc 100644 --- a/helm-values/assembly-ucentral/README.md +++ b/helm-values/assembly-ucentral/README.md @@ -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)