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

Add support to collect server logs for capella clusters #56

Conversation

CosmicSaaurabh
Copy link
Contributor

Add support to collect server logs for capella clusters

Copy link

@Couch-Matt Couch-Matt left a comment

Choose a reason for hiding this comment

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

This looks good to me. Not sure if other reviewers will know the standards more. Just one small recommendation from me

cbdcconfig/defaults.go Outdated Show resolved Hide resolved
cbdcconfig/config.go Show resolved Hide resolved
cbdcconfig/defaults.go Outdated Show resolved Hide resolved
deployment/clouddeploy/deployer.go Outdated Show resolved Hide resolved
deployment/clouddeploy/deployer.go Outdated Show resolved Hide resolved
@CosmicSaaurabh CosmicSaaurabh force-pushed the collect-server-logs-for-capella-cluster branch 2 times, most recently from 7bf0eae to 027ddc4 Compare May 15, 2024 11:48
Copy link
Collaborator

@brett19 brett19 left a comment

Choose a reason for hiding this comment

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

One minor nit, otherwise looks good!

cmd/init.go Show resolved Hide resolved
@CosmicSaaurabh CosmicSaaurabh requested a review from brett19 May 15, 2024 18:02
Copy link
Collaborator

@brett19 brett19 left a comment

Choose a reason for hiding this comment

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

Please also squash the commits to a single commit for rebase merging.

@@ -999,6 +1001,8 @@ var initCmd = &cobra.Command{
flagCapellaPass, _ := cmd.Flags().GetString("capella-pass")
flagCapellaOid, _ := cmd.Flags().GetString("capella-oid")
flagCapellaOverrideToken, _ := cmd.Flags().GetString("capella-override-token")
flagCapellaInternalSupportToken, _ := cmd.Flags().GetString("capella-internal-support-token")
flagUploadServerLogsHostName, _ := cmd.Flags().GetString("upload-server-logs-host-name")
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like you've added flagUploadServerLogsHostName here, but I don't see it being used below.

@CosmicSaaurabh CosmicSaaurabh requested a review from brett19 May 15, 2024 18:12
@CosmicSaaurabh CosmicSaaurabh force-pushed the collect-server-logs-for-capella-cluster branch from 81c9f45 to deb1d5b Compare May 15, 2024 18:34
@CosmicSaaurabh CosmicSaaurabh force-pushed the collect-server-logs-for-capella-cluster branch from deb1d5b to 2f3c10d Compare May 15, 2024 18:38
@CosmicSaaurabh CosmicSaaurabh self-assigned this May 15, 2024
@CosmicSaaurabh CosmicSaaurabh merged commit 9832bd6 into couchbaselabs:master May 15, 2024
4 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.

3 participants