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 an MOTD when logging into the vagrant instances #115

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Add an MOTD when logging into the vagrant instances #115

merged 1 commit into from
Jun 29, 2016

Conversation

dvonthenen
Copy link
Contributor

@dvonthenen dvonthenen commented Jun 28, 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>

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

@dvonthenen dvonthenen self-assigned this Jun 28, 2016
@codecov-io
Copy link

codecov-io commented Jun 28, 2016

Current coverage is 67.95%

Merging #115 into master will not change coverage

@@             master       #115   diff @@
==========================================
  Files             6          6          
  Lines           543        543          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            369        369          
  Misses          122        122          
  Partials         52         52          

Powered by Codecov. Last updated by 9840b5c...fe68e30

Fix spelling error

Added note for sudo su
@cantbewong cantbewong merged commit 4d66242 into thecodeteam:master Jun 29, 2016
@dvonthenen dvonthenen deleted the feature/motd branch July 13, 2016 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants