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

bump reva and change nats port #3210

Merged
merged 3 commits into from
Feb 22, 2022
Merged

Conversation

kobergj
Copy link
Collaborator

@kobergj kobergj commented Feb 21, 2022

Signed-off-by: jkoberg jkoberg@owncloud.com

Description

Change Nats port and bump reva version

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@update-docs
Copy link

update-docs bot commented Feb 21, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@kobergj
Copy link
Collaborator Author

kobergj commented Feb 21, 2022

@rhafer This changes default NATS port. Please double-check if the port is allowed this time. I'll update https://github.com/owncloud/ocis/wiki/Official-Port-Ranges once this PR has landed

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@ownclouders
Copy link
Contributor

ownclouders commented Feb 21, 2022

💥 Acceptance test Core-API-Tests-ocis-storage-4 failed. Further test are cancelled...

@sonarcloud
Copy link

sonarcloud bot commented Feb 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@rhafer rhafer left a comment

Choose a reason for hiding this comment

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

I am fine with merging this as it doesn't add a regression, but I guess we need to make the nats connection configurable in the storage service as well.

@@ -179,7 +179,7 @@ func sharingConfigFromStruct(c *cli.Context, cfg *config.Config) map[string]inte
"eventsmiddleware": map[string]interface{}{
"group": "sharing",
"type": "nats",
"address": "127.0.0.1:4222",
"address": "127.0.0.1:9233",
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be configurable as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This will be done with this PR: #3214

@kobergj kobergj merged commit 5f4ed89 into owncloud:master Feb 22, 2022
@kobergj kobergj deleted the NatsServerImprovements branch February 22, 2022 10:18
@kobergj kobergj mentioned this pull request Feb 22, 2022
9 tasks
ownclouders pushed a commit that referenced this pull request Feb 22, 2022
Author: kobergj <jkoberg@owncloud.com>
Date:   Tue Feb 22 11:17:58 2022 +0100

    bump reva and change nats port (#3210)

    * bump reva and change nats port

    Signed-off-by: jkoberg <jkoberg@owncloud.com>

    * changelog

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
@micbar micbar mentioned this pull request Mar 3, 2022
26 tasks
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