Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename and restructure the collection. #7

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===========================================
infra.rhbk-datagrid-aws Release Notes
infra.rhbk-ha-cluster Release Notes
===========================================

.. contents:: Topics
Expand All @@ -10,4 +10,4 @@ v1.0.0
Release Summary
---------------

This is the first stable release of the ``infra.rhbk-datagrid-aws`` collection.
This is the first stable release of the ``infra.rhbk-ha-cluster`` collection.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# rhbk-datagrid-aws
# rhbk-ha-cluster

[![CI](https://github.com/ansible-middleware/rhbk-datagrid-aws/actions/workflows/ci.yml/badge.svg)](https://github.com/ansible-middleware/rhbk-datagrid-aws/actions/workflows/ci.yml)
[![CI](https://github.com/ansible-middleware/rhbk-ha-cluster/actions/workflows/ci.yml/badge.svg)](https://github.com/ansible-middleware/rhbk-ha-cluster/actions/workflows/ci.yml)

Provision and deploy a Red Hat Build of Keycloak authentication service on multiple AWS regions via Ansible

### Use case of rhbk-datagrid-aws collection
### Use case of rhbk-ha-cluster collection

The primary use case of the `rhbk-datagrid-aws` collection is to install Red Hat Build of Keycloak (RHBK) with high availability (HA) across multiple AWS regions. This ensures that the authentication service is resilient, fault-tolerant, and capable of serving users even in the event of a regional failure. By leveraging AWS infrastructure, the collection automates the setup of RHBK in a highly available architecture, integrating with Data Grid for distributed caching and ensuring smooth, secure authentication.
The primary use case of the `rhbk-ha-cluster` collection is to install Red Hat Build of Keycloak (RHBK) with high availability (HA) across multiple AWS regions. This ensures that the authentication service is resilient, fault-tolerant, and capable of serving users even in the event of a regional failure. By leveraging AWS infrastructure, the collection automates the setup of RHBK in a highly available architecture, integrating with Data Grid for distributed caching and ensuring smooth, secure authentication.

### 0. prerequisites

Expand Down Expand Up @@ -80,4 +80,4 @@ Inside `playbooks/roles` path we have `deploy.yml` playbook to deploy data_grid

## License

[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-datagrid-aws/blob/main/LICENSE)
[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-ha-cluster/blob/main/LICENSE)
8 changes: 4 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies:
"redhat.rhbk": ">=2.0.0"
"redhat.data_grid": ">=1.1.4"
"ansible.posix": ">=1.4.0"
repository: https://github.com/ansible-middleware/rhbk-datagrid-aws
documentation: https://ansible-middleware.github.io/rhbk-datagrid-aws
homepage: https://github.com/ansible-middleware/rhbk-datagrid-aws
issues: https://github.com/ansible-middleware/rhbk-datagrid-aws/issues
repository: https://github.com/ansible-middleware/rhbk-ha-cluster
documentation: https://ansible-middleware.github.io/rhbk-ha-cluster
homepage: https://github.com/ansible-middleware/rhbk-ha-cluster
issues: https://github.com/ansible-middleware/rhbk-ha-cluster/issues
build_ignore:
- .gitignore
- .github
Expand Down
2 changes: 1 addition & 1 deletion inventory/cloud_aws_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ regions:
filters:
tag:Created-By: ansible
tag:Application: rhbk
tag:Environment: rhbk-datagrid-aws
tag:Environment: rhbk-ha-cluster
hostnames:
- tag:Name
leading_separator: no
Expand Down
2 changes: 1 addition & 1 deletion inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ regions:
- eu-central-1
- us-east-2
resource_tags:
Environment: rhbk-datagrid-aws
Environment: rhbk-ha-cluster
Application: rhbk
Created-By: ansible
skip_promtail: True
2 changes: 1 addition & 1 deletion inventory/group_vars/eu_central_1.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
aurora_endpoint: rhbk-datagrid-aws.cluster-cqy2krcosm24.eu-central-1.rds.amazonaws.com:5432
aurora_endpoint: rhbk-ha-cluster.cluster-cqy2krcosm24.eu-central-1.rds.amazonaws.com:5432
data_grid_jgroups_relay_site: eu-central-1
2 changes: 1 addition & 1 deletion playbooks/roles/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Example Playbook
License
-------

[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-datagrid-aws/blob/main/LICENSE)
[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-ha-cluster/blob/main/LICENSE)

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/certificates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example Playbook
License
-------

[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-datagrid-aws/blob/main/LICENSE)
[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-ha-cluster/blob/main/LICENSE)

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/fastpackages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Example Playbook
License
-------

[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-datagrid-aws/blob/main/LICENSE)
[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-ha-cluster/blob/main/LICENSE)

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/promtail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example Playbook
License
-------

[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-datagrid-aws/blob/main/LICENSE)
[Apache License Version 2.0](https://github.com/ansible-middleware/rhbk-ha-cluster/blob/main/LICENSE)

Author Information
------------------
Expand Down
1 change: 1 addition & 0 deletions roles
Loading