[Openstack] Usery Portal for Cloud Sandboxes

2018-08-28 Thread Lance Haig

Hi,

I have written a Sandbox portal for cloud users who want to test 
Openstack clouds.


I released a beta here**https://github.com/lhaig/usery/tree/v0.1-beta.1*
*

I would appreciate some feedback on it if anyone has the time to look at 
it.*

*

Thanks

Lance*
*

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-24 Thread Lance Haig

Hi Kaz,

Thanks for responding.

I found my mistake the Designate Resource requires that the name 
provided be a FQDN


I was just passing in the name.

I should look like this

instance_record:
type: OS::Designate::Record
properties:
  data: { get_attr: [ instance, first_address ] }
  description: { get_attr: [instance, name] }
  domain: { get_param: dns_zone }
  name: { list_join: ['.', [{ get_attr: [instance, name] }, { 
get_param: dns_zone }]] }

  type: "A"

Thanks

Lance

On 22.07.17 07:46, Kaz Shinohara wrote:

Hi Lance,

Just a quick question, have you tried "depends_on" ?
Also looks the error what you got indicates your posted properties for 
"instance_record" includes not supported one.


Regards,
Kaz


On Jul 22, 2017 1:19 AM, "Lance Haig" <mailto:la...@haigmail.com>> wrote:


Hi,


I have the following instance code

server1:
  type: OS::Nova::Server
  properties:
name: Server1
image: { get_param: image }
flavor: { get_param: flavor }
key_name: { get_param: key_name }
networks:
  - port: { get_resource: server1_port }


and I am trying to create a DNS record from the output of the
Instance.

  instance_record:
type: OS::Designate::Record
properties:
  data: { get_attr: [ instance, first_address ] }
  description: { get_attr: [instance, name] }
  domain: { get_param: dns_zone }
  name: { get_attr: [instance, name] }
  type: "A"

For some reason it is giving me an error

resources.instance_stack: Went to status CREATE_FAILED due to
"BadRequest: resources.instance_record: Provided object does not
match schema"

Is it possible to use the output from Nova Server to populate the
DNS record?


Regards

Lance


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>




___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-21 Thread Lance Haig

Hi,


I have the following instance code

server1:
  type: OS::Nova::Server
  properties:
name: Server1
image: { get_param: image }
flavor: { get_param: flavor }
key_name: { get_param: key_name }
networks:
  - port: { get_resource: server1_port }


and I am trying to create a DNS record from the output of the Instance.

  instance_record:
type: OS::Designate::Record
properties:
  data: { get_attr: [ instance, first_address ] }
  description: { get_attr: [instance, name] }
  domain: { get_param: dns_zone }
  name: { get_attr: [instance, name] }
  type: "A"

For some reason it is giving me an error

resources.instance_stack: Went to status CREATE_FAILED due to 
"BadRequest: resources.instance_record: Provided object does not match 
schema"


Is it possible to use the output from Nova Server to populate the DNS 
record?



Regards

Lance


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Multiple Domains in one install

2015-08-04 Thread Lance Haig

Hi All,

We have an icehouse install that uses a default domain and tennant list

What has been requested is that we create a new Domain with new projects 
etcc within that domain.



I tried creating the domain in horizon and it seems to complete just fine.

When you go to edit the domain the quota fields are all empty and even 
if you populate the quotas and submit it the quotas are not saved to the 
configuration.


I have tried looking for documentation in the openstack docs but I can's 
seem to find any.


The Auth version is set to v3 as per the documentation.

Is there a cli command I can run to check the fields are set ?

Thanks

Lance

--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Openstack services recomended file system layout

2015-06-12 Thread Lance Haig

Hi,

We are going to run openstack services as virtual machines on top of a 
VMware infrastructure.


I have been told that using LVM type file system layout is not 
supported/recommended.


I have looked at the documentation and can't seem to find clear guidance 
on this


Any help or suggestions would be appreciated.

Lance

--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Hosting Controller and Network Nodes as VM's?

2015-04-22 Thread Lance Haig

I have a similar option and was going to offer to do this as well :-)
I won't have as much RAM but for a POC and some dev work it should be ok.


Regards

Lance


On 22/04/2015 21:06, Pirate Fibonacci wrote:


Thiago,

excellent configuration. This configuration is worthy of a step by set 
up write-up if it doesn't already exist.


do you have a script or notes on how to do this?  I'll be giving the 
above configuration a try really soon. I would be

willing to document and share it.




On Tue, Apr 21, 2015 at 9:57 AM, Martinx - ジェームズ 
mailto:thiagocmarti...@gmail.com>> wrote:


Lance,

Currently, I'm running all nodes as VMs (everything is Ubuntu
14.04.2 - 64-bit - Minimum Installation), to test it.


Where:

1- Physical Host with KVM - 4 physical ethernets - 32G of RAM;

1- VM with Juno Controller - 1 ethernet VirtIO - 4G;
1- VM with Juno Network - 3 ethernet VirtIO - 2G;
1- VM with Juno Compute - 2 ethernet VirtIO - 16G + KVM with
Nested Virtualization, where the VM can have its own VMs without
being slow);

1- VM with Kilo Controller - 1 ethernet VirtIO - 4G;
1- VM with Kilo Network - 3 ethernet VirtIO - 2G;
1- VM with Kilo Compute - 2 ethernet VirtIO -16G + KVM with Nested
Virtualization, where the VM can have its own VMs without being slow);


NOTE: Both the Host and Kilo VMs, have the same "Ubuntu Cloud
Archive" enabled (`add-apt-repository cloud-archive:kilo`). So, I
can get the latest libvirt + QEmu for the Host itself. And Juno
VMs have `add-apt-repository cloud-archive:juno` archive.

For a production environment, I'm sure you can have at least, the
Controller as a VM. While the Network node will be a bit slow as a
VM, but it works.

Also, I have enabled at the Host and at the Compute Nodes, KSM and
VHOST_NET at /etc/default/qemu-kvm config file. So I can share RAM
memory pages between VMs (KSM) and speed up the network traffic
(VHOST).

Cheers!
    Thiago

On 21 April 2015 at 12:25, Lance Haig mailto:la...@haigmail.com>> wrote:

Thank you.

I know that OS is available from a number of distributions.
Which OS would be the best to use for a Juno install.

Regards

Lance


On 20/04/2015 17:22, Remo Mattei wrote:

You should be fine since nfs is one of the supported back-end.

Remo

Inviato da iPhone

    Il giorno 20/apr/2015, alle ore 07:55, Lance Haig
mailto:la...@haigmail.com>> ha
scritto:

Hi,

I am in the process of planning an openstack
deployment and was wondering if you could host the
controller and network nodes as VM's on a KVM compute
node?

I have 2 Physical hosts and a small NFS SAN right now
and would like to utilise the resources of both
initially before the solution expands.

Is this a supported solution?

Regards

    Lance


-- 
Lance Haig


Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

    !DSPAM:1,55351792323155023812812!


-- 
Lance Haig


0799078000

Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
    http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Lance Haig

0799078000
Cape Town

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Hosting Controller and Network Nodes as VM's?

2015-04-22 Thread Lance Haig

Tiago,

I am not sure how I missed this reply.

Thank you So much for this info.

It is VERY helpful.

Did you use a deployment tool or are these manually installed.

Thanks again

Lance


On 21/04/2015 18:57, Martinx - ジェームズ wrote:

Lance,

Currently, I'm running all nodes as VMs (everything is Ubuntu 14.04.2 
- 64-bit - Minimum Installation), to test it.



Where:

1- Physical Host with KVM - 4 physical ethernets - 32G of RAM;

1- VM with Juno Controller - 1 ethernet VirtIO - 4G;
1- VM with Juno Network - 3 ethernet VirtIO - 2G;
1- VM with Juno Compute - 2 ethernet VirtIO - 16G + KVM with Nested 
Virtualization, where the VM can have its own VMs without being slow);


1- VM with Kilo Controller - 1 ethernet VirtIO - 4G;
1- VM with Kilo Network - 3 ethernet VirtIO - 2G;
1- VM with Kilo Compute - 2 ethernet VirtIO -16G + KVM with Nested 
Virtualization, where the VM can have its own VMs without being slow);



NOTE: Both the Host and Kilo VMs, have the same "Ubuntu Cloud Archive" 
enabled (`add-apt-repository cloud-archive:kilo`). So, I can get the 
latest libvirt + QEmu for the Host itself. And Juno VMs have 
`add-apt-repository cloud-archive:juno` archive.


For a production environment, I'm sure you can have at least, the 
Controller as a VM. While the Network node will be a bit slow as a VM, 
but it works.


Also, I have enabled at the Host and at the Compute Nodes, KSM and 
VHOST_NET at /etc/default/qemu-kvm config file. So I can share RAM 
memory pages between VMs (KSM) and speed up the network traffic (VHOST).


Cheers!
Thiago

On 21 April 2015 at 12:25, Lance Haig <mailto:la...@haigmail.com>> wrote:


Thank you.

I know that OS is available from a number of distributions.
Which OS would be the best to use for a Juno install.

Regards

Lance


On 20/04/2015 17:22, Remo Mattei wrote:

You should be fine since nfs is one of the supported back-end.

Remo

Inviato da iPhone

Il giorno 20/apr/2015, alle ore 07:55, Lance Haig
mailto:la...@haigmail.com>> ha scritto:

Hi,

I am in the process of planning an openstack deployment
and was wondering if you could host the controller and
network nodes as VM's on a KVM compute node?

I have 2 Physical hosts and a small NFS SAN right now and
would like to utilise the resources of both initially
before the solution expands.

Is this a supported solution?

Regards

Lance


-- 
Lance Haig


Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

!DSPAM:1,55351792323155023812812!


-- 
Lance Haig


0799078000

Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Lance Haig

0799078000
Cape Town

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Hosting Controller and Network Nodes as VM's?

2015-04-21 Thread Lance Haig

Thank you.

I know that OS is available from a number of distributions.
Which OS would be the best to use for a Juno install.

Regards

Lance


On 20/04/2015 17:22, Remo Mattei wrote:

You should be fine since nfs is one of the supported back-end.

Remo

Inviato da iPhone


Il giorno 20/apr/2015, alle ore 07:55, Lance Haig  ha 
scritto:

Hi,

I am in the process of planning an openstack deployment and was wondering if 
you could host the controller and network nodes as VM's on a KVM compute node?

I have 2 Physical hosts and a small NFS SAN right now and would like to utilise 
the resources of both initially before the solution expands.

Is this a supported solution?

Regards

Lance


--
Lance Haig

Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

!DSPAM:1,55351792323155023812812!



--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Hosting Controller and Network Nodes as VM's?

2015-04-20 Thread Lance Haig

Hi,

I am in the process of planning an openstack deployment and was 
wondering if you could host the controller and network nodes as VM's on 
a KVM compute node?


I have 2 Physical hosts and a small NFS SAN right now and would like to 
utilise the resources of both initially before the solution expands.


Is this a supported solution?

Regards

Lance


--
Lance Haig

Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-04-08 Thread Lance Haig

Hi,

Does anyone have a SLES11.3 template that can actually deploy on 
Openstack(vmware)?


I seem to be missing something as I can't seem to get it to deploy and 
to be seen as successful.


I have to manually add the default route for IP connectivity to work

and then the system deletes my instance after 15 minutes.

I tried a vanilla JEOS SLE11.3 system from Sustudio.com I clicked the 
cloud-init option but when this builds the ovf cloud init is not installed.


I then added the cloud-init package repo and installed cloud-init 
activated the services for boot time


but this does not make a difference.

PLEASE help I am pulling my hair out.

Lance

On 20/03/2015 12:01, Andreas Jaeger wrote:

On 03/20/2015 10:47 AM, Lance Haig wrote:

Hi Andreas,

I am looking for one for SLES11

Direct link to the file - or add the repository and install from there:

http://download.opensuse.org/repositories/Cloud:/Tools/SLE_11_SP3/x86_64/cloud-init-0.7.5-21.1.x86_64.rpm

Andreas


--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-20 Thread Lance Haig

Thank you buddy

I cant understand why I could not find that when searching the 
repositories this whole week.


I must be blind then.


Lance


On 20/03/2015 12:01, Andreas Jaeger wrote:

On 03/20/2015 10:47 AM, Lance Haig wrote:

Hi Andreas,

I am looking for one for SLES11

Direct link to the file - or add the repository and install from there:

http://download.opensuse.org/repositories/Cloud:/Tools/SLE_11_SP3/x86_64/cloud-init-0.7.5-21.1.x86_64.rpm

Andreas


--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-20 Thread Lance Haig

Hi Andreas,

All you guys need to do is provide an official package for SLES11

then we don't have to work so hard at this.

Regards

Lance



On 20/03/2015 11:48, Andreas Jaeger wrote:

On 03/20/2015 10:26 AM, Lance Haig wrote:

Hi George,

If I assign the network address I do have access.

But I think I have found the issue.

The cloud-init we were using did not have SLES SUSE scripts to add the
network config files.

I have found a package that I believe will work for SLES 11 and packaged
it on my OBS account. I will test and make sure it works.

What amazes me is that SUSE have not done this already and added it to
the repositories.

I can't be the ONLY person who wants to use SLES on an openstack cluster.

You aren't ;) Still, this surprises me and I'dd like to help getting
this fixed so that it works for everybody,

Andreas


--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-20 Thread Lance Haig

Hi Andreas,

I am looking for one for SLES11

Regards

Lance


On 20/03/2015 11:46, Andreas Jaeger wrote:

On 03/20/2015 10:34 AM, Lance Haig wrote:

Hi Andreas,


Thanks for the tip.
I will take a look there.

I was hoping to get supported packages for SLES but it seems all the
packages are unsupported.

Cloud-init in SLES 12 is supported as part of the module.


I was surprised that SUSE have nt published official packages for SLES
11 and 12 so that we can just add that to our templates and move on.

I have spent far more time on this than I should have.

We are using cloud-init to deploy the ip's and I have just been given
logs that show the cloud-init was writing to RH based ifcfg- files and
not sles ones.

I will try to find a better package to use.

If it's not working for you with the two packages I mentioned, please
tell me,

Andreas


--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-20 Thread Lance Haig

Hi George,

If I assign the network address I do have access.

But I think I have found the issue.

The cloud-init we were using did not have SLES SUSE scripts to add the 
network config files.


I have found a package that I believe will work for SLES 11 and packaged 
it on my OBS account. I will test and make sure it works.


What amazes me is that SUSE have not done this already and added it to 
the repositories.


I can't be the ONLY person who wants to use SLES on an openstack cluster.

Thanks for the help.

Lance

On 19/03/2015 15:34, George Mihaiescu wrote:
I don't think there is anything specific to SLES, other than making 
sure the interface scripts are set correctly, the interfaces are not 
renamed at boot, there are drivers for the NIC (e.g. virtio).


You could login on the SLES VM on the console, assign it the IP was 
supposed get from DHCP and ping the DHCP server to test connectivity.


On Thu, Mar 19, 2015 at 2:46 AM, Lance Haig <mailto:la...@haigmail.com>> wrote:


Hi All,

We have an issue where a template build for Redhat 6 works when
deployed to our VMware 5.5 environment.

When I try to deploy a Suse server it does not get it IP address
as allocated.

1. Is there a definitive guide to building SLES server images for
openstack?
I have been looking for a while now but I can't find anything that
works.

2. Do I need to do anything special to make SLES work?

Where can I start to look to debug why SUSE is not working but
Redhat is?

Thanks

Lance


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Lance Haig

0799078000
Cape Town

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-20 Thread Lance Haig

Hi Andreas,


Thanks for the tip.
I will take a look there.

I was hoping to get supported packages for SLES but it seems all the 
packages are unsupported.


I was surprised that SUSE have nt published official packages for SLES 
11 and 12 so that we can just add that to our templates and move on.


I have spent far more time on this than I should have.

We are using cloud-init to deploy the ip's and I have just been given 
logs that show the cloud-init was writing to RH based ifcfg- files and 
not sles ones.


I will try to find a better package to use.

Thanks for the help.

Lance


On 20/03/2015 11:20, Andreas Jaeger wrote:

On 03/19/2015 07:46 AM, Lance Haig wrote:

Hi All,

We have an issue where a template build for Redhat 6 works when deployed
to our VMware 5.5 environment.

When I try to deploy a Suse server it does not get it IP address as
allocated.

1. Is there a definitive guide to building SLES server images for
openstack?
I have been looking for a while now but I can't find anything that works.

2. Do I need to do anything special to make SLES work?

Where can I start to look to debug why SUSE is not working but Redhat is?

There should really be nothing special.

If you want to use cloud-init, for SLES 11 SP3 you need to pick up
cloud-init from the Open Build Service (OBS (Cloud:Tools,
http://software.opensuse.org/package/cloud-init), for SLES 12 cloud-init
is part of the Public Cloud module.

How are you configuring network? With dhcp?

Andreas


--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Trouble deploying Suse SLES 11 and 12 on openstack and VMware

2015-03-18 Thread Lance Haig

Hi All,

We have an issue where a template build for Redhat 6 works when deployed 
to our VMware 5.5 environment.


When I try to deploy a Suse server it does not get it IP address as 
allocated.


1. Is there a definitive guide to building SLES server images for openstack?
I have been looking for a while now but I can't find anything that works.

2. Do I need to do anything special to make SLES work?

Where can I start to look to debug why SUSE is not working but Redhat is?

Thanks

Lance


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig

Thanks Tim

Lance

On 24/02/2015 14:55, Tim Bell wrote:


There isn’t a clear winner at the moment… some active projects though 
are below


-Cloud Kitty  (https://wiki.openstack.org/wiki/CloudKitty)

-Cyclops from ICC lab 
(http://blog.zhaw.ch/icclab/category/research-approach/themes/rating-charging-billing/)


Tim

*From:*Lance Haig [mailto:la...@haigmail.com]
*Sent:* 24 February 2015 13:37
*To:* openstack
*Subject:* Re: [Openstack] OpenSource Payment / Billing Project?

Hi Vishal,

Thanks for the email.

I did take a look at Ceilometer but as I understand it it just gathers 
the information but does not have the ability to present this to the 
users.


I was looking for a customer facing "tool" similar to ehat is 
mentioned here


A list of the billing system implementations that could use the 
Metering system when it becomes available.


·Doughhttps://github.com/lzyeval/dough

·trystack.org billinghttps://github.com/trystack/dash_billing

·nova-billinghttps://github.com/griddynamics/nova-billing


But is actively developed and used.

Thank you


Lance

On 24/02/2015 12:41, vishal yadav wrote:

OpenStack Ceilometer is such project. Reference:
1) https://wiki.openstack.org/wiki/Ceilometer
2)

http://docs.openstack.org/admin-guide-cloud/content/ch_admin-openstack-telemetry.html

Vishal.

On Tue, Feb 24, 2015 at 4:58 AM, Lance Haig mailto:la...@haigmail.com>> wrote:

Hi all,

Is there an open source payment / billing project that works
right now?
I have looked at this page on the wiki
https://wiki.openstack.org/wiki/EfficientMetering
<https://wiki.openstack.org/wiki/EfficientMetering>

And all the projects hosted there were last committed to 3
years ago or are missing.

I am sure someone here has either found something or is using
something and I would appreciate help finding it.

Regards

Lance

    -- 
Lance Haig



Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



--
Lance Haig
  


--
Lance Haig

0799078000
Cape Town

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig

Hi Vishal,

Thanks for the email.

I did take a look at Ceilometer but as I understand it it just gathers 
the information but does not have the ability to present this to the users.


I was looking for a customer facing "tool" similar to ehat is mentioned here

A list of the billing system implementations that could use the Metering 
system when it becomes available.


 * Doughhttps://github.com/lzyeval/dough
 * trystack.org billinghttps://github.com/trystack/dash_billing
 * nova-billinghttps://github.com/griddynamics/nova-billing


But is actively developed and used.

Thank you


Lance

On 24/02/2015 12:41, vishal yadav wrote:

OpenStack Ceilometer is such project. Reference:
1) https://wiki.openstack.org/wiki/Ceilometer
2) 
http://docs.openstack.org/admin-guide-cloud/content/ch_admin-openstack-telemetry.html


Vishal.


On Tue, Feb 24, 2015 at 4:58 AM, Lance Haig <mailto:la...@haigmail.com>> wrote:


Hi all,

Is there an open source payment / billing project that works right
now?
I have looked at this page on the wiki
https://wiki.openstack.org/wiki/EfficientMetering

And all the projects hosted there were last committed to 3 years
ago or are missing.

I am sure someone here has either found something or is using
something and I would appreciate help finding it.

Regards

Lance

    -- 
Lance Haig



Cape Town


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
<mailto:openstack@lists.openstack.org>
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Lance Haig

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig

Hi all,

Is there an open source payment / billing project that works right now?
I have looked at this page on the wiki 
https://wiki.openstack.org/wiki/EfficientMetering


And all the projects hosted there were last committed to 3 years ago or 
are missing.


I am sure someone here has either found something or is using something 
and I would appreciate help finding it.


Regards

Lance

--
Lance Haig

0799078000
Cape Town


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack