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

Prometheus Ubuntu 22.04 #419

Merged
7 commits merged into from
Apr 6, 2023
Merged

Prometheus Ubuntu 22.04 #419

7 commits merged into from
Apr 6, 2023

Conversation

ghost
Copy link

@ghost ghost commented Apr 3, 2023

This PR updates the prometheus server to Ubuntu 22.04 (#381)

Go Live plan

  • Merge and deploy
  • Populate the new Prometheus database
ssh ocp20
systemctl stop prometheus-server.service
rm -rf /home/prometheus-server/data/* # Remove temporary data
ssh ocp03 -p 8255
rsync -avz ocp03:/home/prometheus-server/data/ /home/prometheus-server/data/ # Populate database
systemctl start prometheus-server.service
  • Update DNS
  • Deploy firewall changes to all serversa

@ghost ghost requested a review from jpmckinney April 3, 2023 14:36
@ghost ghost self-assigned this Apr 3, 2023
network:
host_id: ocp20
ipv4: 139.162.253.17
#ipv6: 2a01:7e00::f03c:93ff:fe13:a12c
Copy link
Author

@ghost ghost Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placeholder IP address until the IPv6 process is finalised. #409

@jpmckinney
Copy link
Member

@ghost ghost merged commit 5df3b54 into main Apr 6, 2023
@ghost ghost deleted the ubuntu22-prom branch April 6, 2023 08:39
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant