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

Add MOTD for Polly Vagrant #112

Closed
davidvonthenen opened this issue Jun 28, 2016 · 2 comments
Closed

Add MOTD for Polly Vagrant #112

davidvonthenen opened this issue Jun 28, 2016 · 2 comments
Assignees
Milestone

Comments

@davidvonthenen
Copy link
Contributor

davidvonthenen commented Jun 28, 2016

To help users figure out how to use rexray and polly...

@davidvonthenen davidvonthenen added this to the 0.1.1 milestone Jun 28, 2016
@davidvonthenen davidvonthenen self-assigned this Jun 28, 2016
@davidvonthenen
Copy link
Contributor Author

davidvonthenen commented Jun 29, 2016

Output of the MOTD when you log into either Vagrant instance:

----------------------------------------------
This host is running:
polly @ /usr/bin/polly
rexray @ /usr/bin/rexray

Sample commands for REX-Ray (can run on node0 or node1):
----------------------------------------------
Create a volume:
rexray volume create --volumename=node0vol --size=1

List volumes:
rexray volume


Sample commands for Polly (run on node0 only + must sudo su):
----------------------------------------------
Create a volume:
polly volume create --servicename=virtualbox --name=pollyvol --size=1

List volumes:
polly volume ls

Delete volume:
polly volume remove --volumeid=<Volume UUID>

----------------------------------------------

@davidvonthenen
Copy link
Contributor Author

PR #115 has been merged and addresses this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant