Project

kakin

0.0
Low commit activity in last 3 years
No release in over a year
kakin is resource calcuration tool for OpenStack
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.2.10
>= 12.3.3

Runtime

>= 0
>= 0.14.0
 Project Readme

kakin

OpenStackのリソース使用料金按分ツール

Usage

$ mv cost.yaml.sample cost.yaml
$ vi cost.yaml

You need to create configuration file located ~/.kakin for openstack credential like this.

auth_url: "http://your-openstack-host:35357/v2.0/tokens"
username: "username"
tenant: "your-admin-tenant"
password: "password"

Or set with environment variable.

export OS_AUTH_URL=<your openstack auth url>
export OS_USER=<your username>
export OS_TENANT_NAME=<your tenant>
export OS_PASSWORD=<your password>

You can get resource usage with following command.

$ kakin -f cost.yaml