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

ceph: ability to set external services ports #6714

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

leseb
Copy link
Member

@leseb leseb commented Nov 27, 2020

Description of your changes:

When the cluster is external we want to expose manager service port
along with the endpoints.
This allows us to connect but Rook will keep on using 9283 as a facing
port for Prometheus and more.

Signed-off-by: Sébastien Han seb@redhat.com

Which issue is resolved by this Pull Request:
Resolves #

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Skip Tests for Docs: Add the flag for skipping the build if this is only a documentation change. See here for the flag.
  • Skip Unrelated Tests: Add a flag to run tests for a specific storage provider. See test options.
  • Reviewed the developer guide on Submitting a Pull Request
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.
  • Pending release notes updated with breaking and/or notable changes, if necessary.
  • Upgrade from previous release is tested and upgrade user guide is updated, if necessary.
  • Code generation (make codegen) has been run to update object specifications, if necessary.

@mergify mergify bot added the ceph main ceph tag label Nov 27, 2020
@leseb leseb force-pushed the mgr-port-config-external-simple branch 3 times, most recently from b66653e to b3cc62c Compare November 27, 2020 16:50
@leseb leseb force-pushed the mgr-port-config-external-simple branch from b3cc62c to 7b8bf81 Compare December 1, 2020 14:10
@leseb leseb force-pushed the mgr-port-config-external-simple branch from 7b8bf81 to 4004676 Compare December 1, 2020 15:21
Documentation/ceph-cluster-crd.md Outdated Show resolved Hide resolved
Documentation/ceph-cluster-crd.md Outdated Show resolved Hide resolved
pkg/apis/ceph.rook.io/v1/types.go Outdated Show resolved Hide resolved
pkg/operator/ceph/cluster/cluster_external.go Show resolved Hide resolved
pkg/operator/ceph/cluster/mgr/mgr.go Show resolved Hide resolved
@leseb leseb force-pushed the mgr-port-config-external-simple branch from 4004676 to 4912016 Compare December 1, 2020 16:41
@leseb leseb added this to In review in v1.5 via automation Dec 1, 2020
@leseb leseb force-pushed the mgr-port-config-external-simple branch from 4912016 to ef3838f Compare December 3, 2020 09:23
@leseb leseb requested a review from travisn December 3, 2020 09:23
@leseb leseb force-pushed the mgr-port-config-external-simple branch 2 times, most recently from ae6e10b to 3a2a3f1 Compare December 3, 2020 14:56
When the cluster is external we want to expose manager service port
along with the endpoints.
This allows us to connect but Rook will keep on using 9283 as a facing
port for Prometheus and more.

```
monitoring:
  enabled: true
  ...
  ...
  externalMgrPrometheusPort: 9283
```

Signed-off-by: Sébastien Han <seb@redhat.com>
@leseb leseb force-pushed the mgr-port-config-external-simple branch from 3a2a3f1 to 8aaff23 Compare December 4, 2020 08:58
@leseb leseb requested a review from travisn December 4, 2020 09:58
@leseb leseb merged commit 3b9dad9 into rook:master Dec 4, 2020
v1.5 automation moved this from In review to Done Dec 4, 2020
@leseb leseb deleted the mgr-port-config-external-simple branch December 4, 2020 15:18
mergify bot added a commit that referenced this pull request Dec 4, 2020
ceph: ability to set external services ports (bp #6714)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ceph main ceph tag
Projects
No open projects
v1.5
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants