-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
file:///Users/big/github/cloudmesh-new/client/docs/build/html/quickstart.html
- uses akey, but realy should be merged with key
- Hyungro verify if akey works
- add quicksatr example on how to start a vm on amazon,
- make sure that yaml file has reasonable working defaults
We also have
file:///Users/big/github/cloudmesh-new/client/docs/build/html/aws.html?highlight=amazon
- verify if this works
- is this integrated in the table of content
To create a new VM instance and SSH to that instance:
cm akey add --name=test-key --pub="mycer.pub" --cert="mycer.pem" --pfx="mycer.pfx"
cm default key=test-key
cm vm boot
cm vm ssh username-001 --key=mycer.key
Tests
- AWS test is incomplete image and flavor need to have their own test and need to check reasonable defaults. Assertions are needed
- Azure tests do not have any assertions
- Once key command has beein integration from akey a new test needs to be designed for key and azure and we need to verify that it does not brake the old key command and logic
- test_libcloudapi assertions from the tests are not assertiosn but just return tre no test is actually done.
- test_libcloudapi import statements should be on top
- test_libcloudapi no test of aws performed only chameleon ec2 which is not working anyways and should not return True
- test_libcloudapi_aws assertions are all meaningless as they return TRue and no complete test is performed.
- test_libcloudapi_ec2 assertions are all meaningless as they return TRue and no complete test is performed.
Reactions are currently unavailable