new: Added a repo for Docker-Compose applications.
This commit is contained in:
parent
4b84fa43ef
commit
0601504385
4 changed files with 31 additions and 0 deletions
|
|
@ -26,6 +26,12 @@ The infrastructure repositories should contain all information about the infrast
|
|||
|
||||
- [infra-terraform-modulelibrary](https://xwr.visualstudio.com/jambor.pro/_git/infra-terraform-modulelibrary): We are maintaining Terraform modules which should ensure constant quality and improvement.
|
||||
|
||||
### Application repositories
|
||||
|
||||
The application repositories should contain all information about the applications we are providing.
|
||||
|
||||
- [app-docker-compose](https://xwr.visualstudio.com/jambor.pro/_git/app-docker-compose): We are maintaining Docker Compose files which contain the configuration for the applications we are providing.
|
||||
|
||||
### CI/CD repositories
|
||||
|
||||
The CI/CD repositories should contain all information about the CI/CD pipelines we are using.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 40 KiB |
|
|
@ -18,6 +18,9 @@ rectangle "Engineer Portal Structure" as Structure {
|
|||
rectangle "infra-terraform-modulelibrary\n- Azure Modules\n- IaC consumer examples" as Terraform
|
||||
rectangle "infra-ansible-...\n- ...adoconfiguration\n- ...developersetup\n- ...serverconfiguration" as Ansible
|
||||
}
|
||||
rectangle "Applications repositories" <<Applications>> {
|
||||
rectangle "app-docker-compose\n- nextcloud\n- ..." as DockerCompose
|
||||
}
|
||||
rectangle "CI/CD repositories" <<CICD>> {
|
||||
rectangle "cicd-pipeline-library\n- YAML Definitions\n- Build Configs" as CICD
|
||||
}
|
||||
|
|
|
|||
22
service-catalogue.md
Normal file
22
service-catalogue.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Service Catalogue
|
||||
|
||||
This repository contains the service catalogue for automating various services. Each service is defined and automated as a process.
|
||||
|
||||
## Clusters
|
||||
|
||||
- Infrastructure Management
|
||||
- Virtual Machine Management
|
||||
- Provisioning incl. Monitoring
|
||||
- Update
|
||||
- Backup
|
||||
- Decommissioning
|
||||
- Container Management
|
||||
- Security and Connectivity Management
|
||||
- Network Management
|
||||
- Security Management
|
||||
- Identity and Access Management / User Management
|
||||
- Application Management
|
||||
- Application Deployment incl. Monitoring
|
||||
- Application Update
|
||||
- Application Backup
|
||||
- Application Decommissioning
|
||||
Loading…
Add table
Add a link
Reference in a new issue