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

FMO-13: FMO-2: monitoringVM, NATS server and services monitoring service #91

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

jsvapiav
Copy link
Collaborator

@jsvapiav jsvapiav commented Dec 5, 2024

FMO-13: Create dedicated messageVM up and run NATS server on it
- Add dedicated messageVM
- Add NATS server to messageVM
- Add NATS client to VMs
- Add openssl distribution cert generation and distribution service

FMO-2: Log files to the Message VM
- Add monitoring service
- Collect journalctl logs and pass them to messageVM

Google chrome also has been updated as it cause build fails

- Add dedicated messageVM
- Add NATS server to messageVM
- Add NATS client to VMs
- Add openssl distribution cert generation and distribution service

Signed-off-by: Ivan Kuznetsov <[email protected]>
Copy link
Collaborator

@buianhhuy96 buianhhuy96 left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -3,7 +3,7 @@ self: super:
google-chrome = super.google-chrome.overrideAttrs (oldAttrs: rec {
src = super.fetchurl {
url = "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb";
sha256 = "sha256-5NITOnDEVd5PeyWT9rPVgFv5W5bP2h+bLM30hjmpgzs=";
sha256 = "sha256-Cn0fg6WI1kFdk8s0LCksMCMLSDkPImXBDNK+hNMlMpQ=";
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can leave it as this, because in main branch we use nixpkgs.google-chrome
But in general cases, we should name the specific version, because the stable is not exactly one version but updated every time there is some version that's stable, this causes the hash to change.

- Add monitoring service
- Collect journalctl logs and pass them to messageVM

Signed-off-by: Ivan Kuznetsov <[email protected]>
@jsvapiav jsvapiav force-pushed the monitoringvm_prerelease branch from 9b3db37 to ec3129b Compare December 5, 2024 14:20
@jsvapiav jsvapiav merged commit 3686159 into prerelease Dec 5, 2024
1 check passed
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.

2 participants