While creating a private cloud,
I have successfully installed Cluster and Node.
while proceeding further i encounter few problems.
(1)
while using the command to check availability zones,
euca-describe-availability-zones verbose
output has to be somewhat like this,
AVAILABILITYZONE cluster 192.168.1.10
AVAILABILITYZONE |- vm types free / max cpu ram disk
AVAILABILITYZONE |- m1.small 0004 / 0004 1 128 2
AVAILABILITYZONE |- c1.medium 0004 / 0004 1 256 5
AVAILABILITYZONE |- m1.large 0002 / 0002 2 512 10
AVAILABILITYZONE |- m1.xlarge 0002 / 0002 2 1024 20
AVAILABILITYZONE |- c1.xlarge 0001 / 0001 4 2048 20
but for me when i use the command in my Cluster Controller i get an output like this,
AVAILABILITYZONE cluster 192.168.1.10
AVAILABILITYZONE |- vm types free / max cpu ram disk
AVAILABILITYZONE |- m1.small 0000 / 0000 1 128 2
AVAILABILITYZONE |- c1.medium 0000 / 0000 1 256 5
AVAILABILITYZONE |- m1.large 0000 / 0000 2 512 10
AVAILABILITYZONE |- m1.xlarge 0000 / 0000 2 1024 20
AVAILABILITYZONE |- c1.xlarge 0000 / 0000 4 2048 20
hope you can identify the error. " Everything is zero "
(2)
After few steps, for creating an instance we use command like this,
euca-run-instances $EMI -k mykey -t c1.medium
now for this i get an error like,
not enough resources [ vm instance ]
Please help me.
thanks !!!