cloudmesh / cloudmesh1

http://cloudmesh.org
Apache License 2.0
14 stars 12 forks source link

Juno Compatibility Test #188

Open lee212 opened 9 years ago

lee212 commented 9 years ago

We perform the following tests to verify Cloudmesh running on OpenStack Juno:

Nosetest is preferred to provide test results.

markxiao commented 9 years ago

I had a simple test. I've tried cloud activation, vm start, vm delete... it all work! But there are some places in cloudmesh need to be changed...

2015-02-09 15:45 GMT-05:00 Hyungro Lee notifications@github.com:

Assigned #188 https://github.com/cloudmesh/cloudmesh/issues/188 to @markxiao https://github.com/markxiao.

— Reply to this email directly or view it on GitHub https://github.com/cloudmesh/cloudmesh/issues/188#event-232757287.

lee212 commented 9 years ago

What are they? Can you share which place we need to update?

markxiao commented 9 years ago

I had some problem reading the yaml file, I didn't look into it, it might be my operational error. I added following cloud info in the cloudmesh.yaml after cloud india:

india-juno: cm_heading: India OpenStack, Juno cm_host: india.futuregrid.org cm_label: ios_juno cm_service_url_type: publicURL cm_type: openstack cm_type_version: juno credentials: OS_AUTH_URL: https://i5r.idp.iu.futuregrid.org:5000/v2.0 OS_CACERT: /home/marktest/.cloudmesh/clouds/india/juno/cacert.pem OS_PASSWORD: OS_TENANT_NAME: OS_USERNAME: *** OS_VERSION: juno default: flavor: None image: None

Then restart the server, cloud india-juno is in the cloud list but the information shown looks like some default value such as "123456". I manually changed it and I can activate the cloud successfully.

Besides this, CLI can't show vm addresses (GUI works fine) due to the path to data in the database is different between havana and juno.

I will let you know if I find more.

2015-02-09 16:29 GMT-05:00 Hyungro Lee notifications@github.com:

What are they? Can you share which place we need to update?

— Reply to this email directly or view it on GitHub https://github.com/cloudmesh/cloudmesh/issues/188#issuecomment-73593967.