-
Notifications
You must be signed in to change notification settings - Fork 89
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
PMM-11000 Doc PMM Pacemaker EC2 #942
base: main
Are you sure you want to change the base?
Conversation
Your Render PR Server URL is https://pmm-doc-pr-942.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cec3rbqrrk0fkimdfijg. |
- Shared storage attached to both nodes (visible on both nodes as a block device, /dev/nvme1n1 in our example) | ||
- Shared network | ||
- Shared NFS mount (/mnt/nfs_share) to share configuration files | ||
- Allowed incoming/ougoing data in security groups for xpecific ports [Pacemaker](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/s1-firewalls-haar) and [PMM](https://docs.percona.com/percona-monitoring-and-management/setting-up/server/network.html), [Glusterfs](https://docs.gluster.org/en/latest/Administrator-Guide/Setting-Up-Clients/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Allowed incoming/ougoing data in security groups for xpecific ports [Pacemaker](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/s1-firewalls-haar) and [PMM](https://docs.percona.com/percona-monitoring-and-management/setting-up/server/network.html), [Glusterfs](https://docs.gluster.org/en/latest/Administrator-Guide/Setting-Up-Clients/). | |
- Allow ingress/egress on specific ports in security groups [Pacemaker](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/s1-firewalls-haar) and [PMM](https://docs.percona.com/percona-monitoring-and-management/setting-up/server/network.html), [Glusterfs](https://docs.gluster.org/en/latest/Administrator-Guide/Setting-Up-Clients/). |
|
||
## Preparing environments | ||
|
||
This instructions should be done on both nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This instructions should be done on both nodes. | |
Steps outlines in this instruction should be performed on both nodes. |
|
||
The first install AWS CLI full instruction available [here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html). | ||
|
||
The next define AWS credentials: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The next define AWS credentials: | |
Next, define AWS credentials: |
|
||
For next steps you should install and configure AWS CLI. This instructions should be done on both nodes. | ||
|
||
The first install AWS CLI full instruction available [here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too vague of a sentence, not clear what the user should do.
Lovely and exciting content, but we can't put it in the official documentation for now. Let's start with the blog post, see how many people are interested, and then, if needed, find a way to improve UX to do such deploy. |
PMM-11000 Documentation how to install HA PMM instance via Pacemaker on EC2 AWS.