name: Google Billing Data Source
service_type: cost_analysis.DataSource
image: spaceone/plugin-google-billing-cost-datasource
capability: {}
tags:
description: Google Cloud Billing Data Source
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/google_cloud.svg
long_description: Google Cloud Billing is a service that provides cost data for
resources being used by subscriptions. This plugin can use the Cost Management
API to collect billing data on all subscriptions in the billing account.
template: {}
Verify plugin
spacectl list plugin -p repository_id=<local-repo>
name: Google Cost Explorer Data Source
data_source_type: EXTERNAL
provider: google_cloud
secret_type: USE_SERVICE_ACCOUNT_SECRET
plugin_info:
plugin_id: plugin-google-billing-cost-datasource
For Docker image registry, "spaceone" is not upgrading new plugin images. "spaceone" registry is for old user who does not want to upgrade cloudforet.
I recommend Docker image registry from "spaceone" to "cloudforet"
So
name: Google Billing Data Source
service_type: cost_analysis.DataSource
image: cloudforet/plugin-google-billing-cost-datasource
capability: {}
tags:
description: Google Cloud Billing Data Source
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/google_cloud.svg
long_description: Google Cloud Billing is a service that provides cost data for
resources being used by subscriptions. This plugin can use the Cost Management
API to collect billing data on all subscriptions in the billing account.
template: {}
@choonho
Executing above plugin yaml throwing below error.
I have followed below steps and got my google billing plugin enabled with data source.
Register Google billing plugin
Verify plugin
Register billing data source
Great. Thank you for update.
For Docker image registry, "spaceone" is not upgrading new plugin images. "spaceone" registry is for old user who does not want to upgrade cloudforet.
I recommend Docker image registry from "spaceone" to "cloudforet"
So
Sure will update. Thanks !