Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strzibny/vagrant-routes
Access OpenShift routes from the host
https://github.com/strzibny/vagrant-routes
Last synced: about 2 months ago
JSON representation
Access OpenShift routes from the host
- Host: GitHub
- URL: https://github.com/strzibny/vagrant-routes
- Owner: strzibny
- License: other
- Created: 2015-11-16T14:54:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T15:49:59.000Z (about 9 years ago)
- Last Synced: 2024-10-07T15:16:29.926Z (3 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-routes
**This is a proof-of-concept.**
Access OpenShift routes from the host.
This plugin updates the hosts file on your host with hostname entries of your
OpenShift applications. Windows support implementation is taken from the
`vagrant-hostmanager` plugin, thanks guys!## Installation
```
$ vagrant plugin install vagrant-routes
```## Usage
Export all routes as cluster admin:
```
$ vagrant route --all
Updating hosts file with new hostnames:
pyapp-python.router.default.svc.cluster.local
```Otherwise you need to log in and select your project within the OpenShift guest and then run `vagrant route` on host.
Use `--help` to see all options:
```
$ vagrant route --help
Usage: vagrant route [options]Options:
--all Expose all routes
-h, --help Print this help
```