futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

Database validation for OpenStack #68

Open lee212 opened 11 years ago

lee212 commented 11 years ago

At some point we need to make sure we have collected accurate data from OpenStack. MySQL databases should be combined in one database among Nimbus, Eucalyptus and OpenStack. Briefly, we have following tables to manage multiple cloud platforms: 1) instance 2) cloudplatform 3) projectinfo 4) userinfo

Openstack's Nova database should be in the instance table and Keystone database should be in the userinfo table.