https://github.com/rhecosystemappeng/amq-cob
https://github.com/rhecosystemappeng/amq-cob
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhecosystemappeng/amq-cob
- Owner: RHEcosystemAppEng
- Created: 2021-11-24T17:47:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T18:16:11.000Z (almost 4 years ago)
- Last Synced: 2025-10-20T18:54:58.201Z (9 months ago)
- Language: HCL
- Size: 879 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Intro
Repo for config that is used to setup AMQ brokers and Interconnect Routers using Ansible and Terraform in AWS and IBM Cloud for DR/HA testing.
_The setup is tested using JMeter._
## Intra-region and inter-region VPC connectivity
_**Transit Gateway** is used to establish connectivity between the VPCs, in the same region as well as between different regions._
## Directories that are part of this repo:
* ansible
* Contains Ansible config to automatically setup/start/stop AMQ brokers / Interconnect routers / NAS etc.
* terraform
* Contains Terraform config that is used to provision the infrastructure on AWS
* terraform-ibm
* Contains Terraform config that is used to provision the infrastructure on IBM Cloud
* others
* Contains manual config instructions
* Test non-JMeter clients used earlier in the testing
* Java classes to purge broker queues
## Configuring AMQ DR
Follow the links given below to perform the setup on either AWS or IBM Cloud.
* [AWS](docs/readme-aws.md)
* [IBM Cloud](docs/readme-ibm.md)