Today Snooze version 2.1.4 has been released.
What’s new in this version ?
1 Snoozeclient
The command line interface for snooze is now supported again. It comes with new commands
- images : to list all the images available
- hosts : to list all the hosts
- dump : to dump the hierarchy, check system status
The visualizer has been removed and is replaced by the one already integrated in the Snooze web interface
At a glance :
- Define a new cluster
$)snoozeclient define -vcn test Cluster has been defined!
$)snoozeclient images Name Capacity Allocation Format BackingStore ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ debian-hadoop-context-big.qcow2 53687091200 2020872192 qcow2 null context.iso 403456 405504 iso null resilin-base.raw 47100985344 2028998656 qcow2 null
$) snoozeclient add -vcn test -iid debian-hadoop-context-big.qcow2 Add command successfull!
Note that optional parameters allow you to specify a name, the amount of vcpus/memory or network requested.
$) snoozeclient start -vcn test Name VM address GM address LC address Status --------------------------------------------------------------------------------------------------------------- 88524977-cc30-4e91-b4e7-d 10.164.0.101 172.16.129.9 172.16.130.25 RUNNING
$) snoozeclient dump GL : 0 GM : 52415ef7-f0c1-4001-a58d-1c4f83e49d45 LC : 341c6ccf-06a2-4020-a13d-01a659bfe887 VM : de5bfe11-09ac-43b2-8b28-8e1a5afcf9d6 LC : e7365665-41bc-45c5-b7b6-520448c5e5bd VM : a0bda947-e309-4af7-b1a1-f1087fd50cf6 VM : f55d612e-ada3-4db9-b39a-66bcb2123e30
2 Other services
The other services didn’t move much for this release, see the changelog below:
- Snoozenode
*implement searchVirtualMachine in GroupManagerCassandraRepository. *implement getLocalControllerList in GroupManagerResource
Implements migration in restlet communicator.
3 snooze-deploy-localcluster
The script now include a one line installer : see here