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

Router sharding proposal #506

Merged
merged 2 commits into from
Dec 5, 2014

Conversation

pmorie
Copy link
Contributor

@pmorie pmorie commented Dec 1, 2014

No description provided.

@pmorie
Copy link
Contributor Author

pmorie commented Dec 2, 2014

@smarterclayton your comments on https://github.com/pweil-/origin/pull/1 have been addressed here.

@pweil-
Copy link
Contributor

pweil- commented Dec 2, 2014

@smarterclayton @pmorie I will be closing https://github.com/pweil-/origin/pull/1 so there is no confusion.

@pweil- pweil- mentioned this pull request Dec 2, 2014
type Route {
// other fields not shown
RouterDNS string
AllocationStatus RouteAllocationStatus
Copy link
Contributor

Choose a reason for hiding this comment

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

This should follow the upstream convention:

Status RouteStatus

type RouteStatus struct {
   DNS string
}

Fields that are set after creation are not part of "spec".

@pmorie
Copy link
Contributor Author

pmorie commented Dec 2, 2014

@smarterclayton your comments on allocation and scheduling should be addressed now.

@pmorie
Copy link
Contributor Author

pmorie commented Dec 2, 2014

@smarterclayton @pweil-'s changes for DNS are merged into this PR

@pmorie
Copy link
Contributor Author

pmorie commented Dec 2, 2014

@abhgupta @rajatchopra @akram plz review

@pmorie
Copy link
Contributor Author

pmorie commented Dec 4, 2014

@pweil- we should add content dealing with the specifics of which actors do things on behalf of a route to set up DNS

@pweil-
Copy link
Contributor

pweil- commented Dec 4, 2014

@pmorie At this point it is intentionally ambiguous and notes that a plugin or manual setup could be used to set up DNS on behalf of a routes. Since the use case will not be covering custom DNS records at this point (setup is left to the user) we will only be configuring wild cards for shards. There is an example in the file but we're expecting administrators to know how to configure their existing DNS infrastructure.

If we decide to make a plugin the document will need to be updated with more specifics just like the router portion. In fact I'd venture that the design will be exactly like the router portion

@pmorie pmorie force-pushed the router-shards-proposal branch from 074fd25 to 5e906d1 Compare December 4, 2014 20:57
@pmorie pmorie changed the title [WIP] Router sharding proposal Router sharding proposal Dec 4, 2014
@pmorie
Copy link
Contributor Author

pmorie commented Dec 5, 2014

@danmcp care to tag this?

@danmcp
Copy link

danmcp commented Dec 5, 2014

[merge]

@openshift-bot
Copy link
Contributor

Origin Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/507/) (Image: devenv-fedora_466)

@openshift-bot
Copy link
Contributor

Evaluated for origin up to 5e906d1

openshift-bot pushed a commit that referenced this pull request Dec 5, 2014
@openshift-bot openshift-bot merged commit 357debc into openshift:master Dec 5, 2014
sjenning pushed a commit to sjenning/origin that referenced this pull request Jan 11, 2017
…uder

Do not exclude the excluder for atomic-openshift
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.

5 participants