Skip to content

Commit

Permalink
Bump Nimbus Cloud Client version number
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Oct 7, 2013
1 parent 4fbd9aa commit 7195c42
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/source/nimbus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ website <http://www.nimbusproject.org/downloads/>`__.

::

$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-021.tar.gz
$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-022.tar.gz

Unpack the archive into your home directory.

::

$ tar xzf nimbus-cloud-client-021.tar.gz
$ ls nimbus-cloud-client-021/
$ tar xzf nimbus-cloud-client-022.tar.gz
$ ls nimbus-cloud-client-022/
CHANGES.txt README.txt conf lib
LICENSE.txt bin history samples

Expand All @@ -118,7 +118,7 @@ Download and unpack these files into your cloud-client's directory:

::

$ cd nimbus-cloud-client-021/conf/
$ cd nimbus-cloud-client-022/conf/
$ tar xvzf ~/nimbus_creds.tar.gz
usercert.pem
userkey.pem
Expand Down Expand Up @@ -291,7 +291,7 @@ following command:
$ ./bin/cloud-client.sh --conf conf/hotel.conf --save --newname myvm --handle vm-001

Saving workspace.
- Workspace handle (EPR): '/N/u/bresnaha/nimbus-cloud-client-021/history/vm-001/vw-epr.xml'
- Workspace handle (EPR): '/N/u/bresnaha/nimbus-cloud-client-022/history/vm-001/vw-epr.xml'
- New name: 'myvm'

Waiting for updates.
Expand Down Expand Up @@ -360,7 +360,7 @@ as you did in the *save a new VM step* and the --terminate option:
$ ./bin/cloud-client.sh --conf conf/hotel.conf --terminate --handle vm-002

Terminating workspace.
- Workspace handle (EPR): '/N/u/bresnaha/nimbus-cloud-client-021/history/vm-002/vw-epr.xml'
- Workspace handle (EPR): '/N/u/bresnaha/nimbus-cloud-client-022/history/vm-002/vw-epr.xml'

Destroying vm-002... destroyed.

Expand Down Expand Up @@ -425,12 +425,12 @@ Start the Cluster

Waiting for launch updates.
- cluster-004: all members are Running
- wrote reports to '/N/u/bresnaha/tutorial/nimbus-cloud-client-021/history/cluster-004/reports-vm'
- wrote reports to '/N/u/bresnaha/tutorial/nimbus-cloud-client-022/history/cluster-004/reports-vm'

Waiting for context broker updates.
- cluster-004: contextualized
- wrote ctx summary to '/N/u/bresnaha/tutorial/nimbus-cloud-client-021/history/cluster-004/reports-ctx/CTX-OK.txt'
- wrote reports to '/N/u/bresnaha/tutorial/nimbus-cloud-client-021/history/cluster-004/reports-ctx'
- wrote ctx summary to '/N/u/bresnaha/tutorial/nimbus-cloud-client-022/history/cluster-004/reports-ctx/CTX-OK.txt'
- wrote reports to '/N/u/bresnaha/tutorial/nimbus-cloud-client-022/history/cluster-004/reports-ctx'

SSH trusts new key for vm-40.sdsc.futuregrid.org head-node

Expand Down

0 comments on commit 7195c42

Please sign in to comment.