Re: Chargeback mechanism for cloudstack

2015-03-30 Thread Geoff Higginbottom
Take a look at Amysta, it's a billing / charge back tool for CloudStack that integrates very nicely into the UI Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com

Re: Chargeback mechanism for cloudstack

2015-03-30 Thread Geoff Higginbottom
Here's a link http://www.amysta.com/products/chargeback/ Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com | www.shapeblue.com | Twitter:@cloudstackguru

RE: Chargeback mechanism for cloudstack

2015-03-30 Thread Sam Ceylani
Chargeback is a technical term for putting money back to customers account in credit card industry, are you looking for a tool to bill your customer for using your cloudstack infrastructure? I heard about fogpanel which is developed just for cloudstack but they stopped selling It, and there is a

Re: Chargeback mechanism for cloudstack

2015-03-30 Thread Tejas Sheth
Hi Sam, I have deployed cloudstack-usage but it stores data in database and we have to fetch these data from database manually. I like to know if any chargeback tool available which can provide Web GUI which can help us to set per hour cost and generate bill (report) monthly. Thanks, Tejas On T

RE: Chargeback mechanism for cloudstack

2015-03-30 Thread Sam Ceylani
There is a service called cloudstack-usage (service cloudstack-usage status) which you can use to pull usage data -Original Message- From: Tejas Sheth [mailto:tshet...@gmail.com] Sent: Tuesday, March 31, 2015 2:26 AM To: users@cloudstack.apache.org Subject: Chargeback mechanism for cloud

Chargeback mechanism for cloudstack

2015-03-30 Thread Tejas Sheth
Hello, We have deployed cloudstack usage on management server. we are not able to find any tool which can provide interactive view of cloudstack usage with respective cost and billing functionality. Require your suggestion if anyone is using any such tools with cloudstack. Thanks Tejas

Re: API Signing Issue

2015-03-30 Thread Erik Weber
Try converting the '@' to %40 Erik Den mandag 30. mars 2015 skrev Blake Ferkingstad følgende: > Hi Erik, > > I tried adding html_entity_decode(), just in case and I am still getting > the same error. > > When I sort my values this is what I get. > accounttype=0 > > &apikey=douqimqhlbwe9-lmlahnd

Re: API Signing Issue

2015-03-30 Thread Jeff Hair
Do the logs show what the expected value vs the one you're sending is? Or maybe it is failing for some other reason. If the signature in the logs is different, then you are generating the request wrong. On Mon, Mar 30, 2015 at 4:51 PM, Blake Ferkingstad wrote: > Hi Nux!, > > Thanks for the link,

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
Hi Nux!, Thanks for the link, we will look into that. It's just an interesting issue, part of the fun of it though. I will keep working on it and post any findings. Thanks, Blake -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Monday, March 30, 2015 11:35 AM To: users@clou

Re: API Signing Issue

2015-03-30 Thread Nux!
You might be able to "bypass" the problem by using the integration port (make sure to firewall it as it allows non-auth requests), though I'd also be curious for a solution. https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.0-incubating/html-single/API_Developers_Guide/#enabling-por

Altering VM names upon build

2015-03-30 Thread Kyle Flavin
We have an issue where puppet breaks when the first letter of the host name is capitalized, and I'd like to force all hostnames to be lowercase. Is there a way to hook into Cloudstack, with a script, to alter the hostname before the template gets deployed?

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
Hi Erik, I tried adding html_entity_decode(), just in case and I am still getting the same error. When I sort my values this is what I get. accounttype=0 &apikey=douqimqhlbwe9-lmlahndfpo8h7nsmrs1iot9b1fo9hctilunfzsoj0iuz-giqa55puhopate2xsmnugk0ebrg &command=createaccount &domainid=6f0189f4-2753-

Re: API Signing Issue

2015-03-30 Thread Erik Weber
No html entities or similar in $cmd that could be exploded and mistaken as a parameter? Erik Den mandag 30. mars 2015 skrev Blake Ferkingstad følgende: > Hello everyone, > > > > I have a question on my API Signing code. The code below I have tested on > commands like createDomain, listTemplates

API Signing Issue

2015-03-30 Thread Blake Ferkingstad
Hello everyone, I have a question on my API Signing code. The code below I have tested on commands like createDomain, listTemplates, and listServices. Those all run like expected, but I am running into trouble with createAccount. function cloudstack_sign_sort($cmd) { $commands = explode

Mesos on CloudStack

2015-03-30 Thread sebgoa
Hi, In case anyone is interested I just wrote a ansible playbook that creates a set of VM on cloudstack and then installs a few docker containers that configure a Mesos cluster. The Mesos cluster is configured to use Docker itself. So you can submit Mesos tasks that are Docker containers. Soun

Re: Virtual Routers not responding to dns requests

2015-03-30 Thread cs user
Hi All, Looking at the code The following functions appear to have changed between 4.3 and 4.4, which seem to relate to vif's, could these changes be responsible for the incorrect iptable config which is generated? getLowestAvailableVIFDeviceNum setupLinkLocalNetwork Within: cloudstack/4.4/