You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation script would help to initialize MySQL database and a futuregrid.cfg configuration file.
$ fg-metric-install
==========================================
Installing Cloud Metrics ...
==========================================
If you have installed mysql database for Cloud Metrics,
you will be asked to type the database information.
---------------------------------------------------
mysql database info
---------------------------------------------------
1. db host ip address: <type ip address>
2. db port (default: 3306): <type port number or enter>
3. db username: <type username>
4. db password: <type password>
5. db name: <type dbname>
... creating $HOME/.futuregrid/futuregrid.cfg file ...
... database information successfully saved. ...
----------------------------------------------------
MySQL table creation
----------------------------------------------------
... creating MySQL tables for Cloud Metrics ...
... instance table created ...
... userinfo table created ...
... projectinfo table created ...
... cloudplatform table created ...
MySQL database setup successfully done.
Q1. When does this script need?
At the first time use of Cloud Metrics, you need setup database information.
Once you installed Cloud Metrics using pip install futuregrid-cloud-metric, you can setup database by fg-metric-install shell executable.
Q2. Why is this step required?
Cloud Metric supports cloud usage analysis based on the data on database. You can not perform any analysis and get statistics without configuring database information.
The text was updated successfully, but these errors were encountered:
... creating MySQL tables for Cloud Metrics ...
... instance table created ...
... userinfo table created ...
... projectinfo table created ...
... cloudplatform table created ...
MySQL database setup successfully done.
Q1. When does this script need?
At the first time use of Cloud Metrics, you need setup database information.
Once you installed Cloud Metrics using pip install futuregrid-cloud-metric, you can setup database by fg-metric-install shell executable.
Q2. Why is this step required?
Cloud Metric supports cloud usage analysis based on the data on database. You can not perform any analysis and get statistics without configuring database information.
—
Reply to this email directly or view it on GitHub.
Installation script would help to initialize MySQL database and a futuregrid.cfg configuration file.
Q1. When does this script need?
At the first time use of Cloud Metrics, you need setup database information.
Once you installed Cloud Metrics using
pip install futuregrid-cloud-metric
, you can setup database byfg-metric-install
shell executable.Q2. Why is this step required?
Cloud Metric supports cloud usage analysis based on the data on database. You can not perform any analysis and get statistics without configuring database information.
The text was updated successfully, but these errors were encountered: