Note |
---|
Abiquo 6.1 introduces integrated on premise billing. See On premise billing This separate private-billing module will be deprecated in future versions of Abiquo |
Abiquo 6.0.1 introduces a new module to display private cloud billing data on the Abiquo billing dashboard.
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"flowchart TD;\n AbiquoServer[Abiquo Sever] --> |prices| AbiquoBilling[Abiquo billing] \n AbiquoServer[Abiquo Server] --> |usage| AbiquoBilling[Abiquo billing] \n AbiquoBilling[Abiquo billing\\nintegration] --> BillingFile[Billing data\\nDBMS or CSV] --> Private[Private Billing] \n Private[Private Billing] --> |billing data\\nfor dashboard| AbiquoServer[Abiquo Server]\n subgraph Abiquo\n AbiquoServer\n end\n style AbiquoServer fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style AbiquoBilling fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style BillingFile fill:#999999,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style Abiquo fill:#DDDDDD,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style Private fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff"} |
...
The log files for the private billing nightly process are at /var/log/abiquo-billing-private-*-pusher.log
The log rotate configuration for the process is at /etc/logrotate.d/abiquo-billing-private
The cron entry that executes the process nightly is at /etc/cron.d/abiquo-billing-private
...
Push customer details to VMs
...