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

e2e: update info logs for deploy/undeploy #1846

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

parikshithb
Copy link
Member

Changes:
Updated info logs in deploy/undeploy functions for appset, subscription and discoverd apps in deployers package to log cluster name.

Updated info logs during deploy and undeploy:

  1. Discovered:
2025-02-19T10:29:20.018-0500	INFO	disapp-deploy-rbd-busybox	Deployed discovered app "e2e-disapp-deploy-rbd-busybox/busybox" on cluster "dr1"

2025-02-19T10:30:03.488-0500	INFO	disapp-deploy-rbd-busybox	Undeployed discovered app "e2e-disapp-deploy-rbd-busybox/busybox"
  1. Appset:
2025-02-19T10:32:59.479-0500	INFO	appset-deploy-rbd-busybox	Deployed applicationset app "e2e-appset-deploy-rbd-busybox/busybox" on cluster "dr2"

2025-02-19T10:33:23.522-0500	INFO	appset-deploy-rbd-busybox	Undeployed applicationset app "e2e-appset-deploy-rbd-busybox/busybox" on cluster "dr2"
  1. Subscription:
2025-02-19T10:31:19.420-0500	INFO	subscr-deploy-rbd-busybox	Deployed subscription app "e2e-subscr-deploy-rbd-busybox/busybox" on cluster "dr2"

2025-02-19T10:31:40.049-0500	INFO	subscr-deploy-rbd-busybox	Undeployed subscription app "e2e-subscr-deploy-rbd-busybox/busybox" on cluster "dr2"

Fixes #1843

Update info logs in deploy/undeploy functions for appset, subscription
and discoverd apps in deployers package to log clustername of the workload.

Signed-off-by: Parikshith <[email protected]>
@parikshithb parikshithb requested a review from nirs February 19, 2025 15:38
@nirs nirs requested review from rakeshgm and ELENAGER February 19, 2025 16:17
Copy link
Member

@nirs nirs left a comment

Choose a reason for hiding this comment

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

Thanks!

@nirs nirs merged commit 644efd2 into RamenDR:main Feb 20, 2025
23 checks 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.

e2e: update info logs for deploy/undeploy for different deployers
3 participants