Minor changes on README
* Corrected minor details on how to ssh for specific nodes. Change-Id: I7f637146f281b07a892307108ebdea0325b63ef3
This commit is contained in:
Vigneshvar.A.S
committed by
vigneshvar
parent
83ae4f83e4
commit
8a58c765de
1 changed files with 7 additions and 4 deletions
@@ -117,13 +117,16 @@ Admin Login:
* SSH
You can ssh to each of the nodes:
You can ssh to each of the nodes by:
$ ssh controller@10.10.10.51
# Controller node
$ ssh osbash@10.10.10.51
$ ssh compute@10.10.10.51
# Network node
$ ssh osbash@10.10.10.52
$ ssh network@10.10.10.51
# Compute node
$ ssh osbash@10.10.10.53
Credentials for all nodes:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.