Skip to content

Commit 24c88bc

Browse files
authored
Merge pull request #202 from stfc/chatops_deployment
Initial project commit
2 parents f10ff16 + d3c16a0 commit 24c88bc

File tree

29 files changed

+13
-0
lines changed

29 files changed

+13
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ One terraform script to create a private network on openstack along with a route
9898

9999
A Python script that when run, creates a filter word cloud from the summary of tickets over a time period.
100100
[More Here](word_cloud_generator/)
101+
102+
## chatops_deployment
103+
104+
An IaC HA deployment for the Cloud ChatOps application.

chatops_deployment/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.terraform
2+
.terraform.lock.hcl
3+
plan
4+
terraform.tfstate
5+
terraform.tfstate.backup

chatops_deployment/INSTALL.md

Whitespace-only changes.

chatops_deployment/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ChatOps Deployment
2+
3+
This project outlines the deployment of the Cloud ChatOps application found [here](https://github.com/stfc/cloud-docker-images/tree/master/cloud-chatops).
4+
The goal is to create an easily deployable and highly available infrastructure to run the Docker image on.

chatops_deployment/ansible/group_vars/chatops/vars.yml

Whitespace-only changes.

chatops_deployment/ansible/group_vars/chatops/vault.yml

Whitespace-only changes.

chatops_deployment/ansible/group_vars/loadbalancer/vars.yml

Whitespace-only changes.

chatops_deployment/ansible/group_vars/loadbalancer/vault.yml

Whitespace-only changes.

chatops_deployment/ansible/group_vars/monitoring/vars.yml

Whitespace-only changes.

chatops_deployment/ansible/group_vars/monitoring/vault.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)