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

[Registry] fallbackRegistryUrl configuration parameter #372

Merged
merged 4 commits into from
Jan 28, 2017

Conversation

jankowiakmaria
Copy link
Collaborator

What's this about?

This PR introduces new registry configuration parameter fallbackRegistryUrl. It allows developers to set another registry as a fallback in addition to their local one, so that they can focus on developing their single component within larger system.

wiki update (following pages should be updated with additional parameter information)

Registry -> configuration

|<sub>fallbackRegistryUrl</sub>|string (url)|no|Url to another registry which will be used by current registry when component cannot be found in current registry|

Cli -> Commands -> dev

usage update:

oc dev <dirName> [port] [baseUrl] [--hotReloading=value [--fallbackRegistryUrl=value]]

parameters (table) update:

|fallbackRegistryUrl|Url to another registry which will be used by dev registry when component cannot be found in local registry. Example: --fallbackRegistryUrl=http://anotherhost:anotherport/||

@matteofigus matteofigus merged commit c97b658 into master Jan 28, 2017
@matteofigus matteofigus deleted the FallbackUrl branch January 28, 2017 12:16
@matteofigus
Copy link
Member

Excellent @pbazydlo and @jankowiakmaria - I just updated the wiki and published a new version.

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.

2 participants