[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* *

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

2017-07-24 Thread Lance Haig
, 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" <la...@haigmail.com <mailto:la...@haigmail.com>> wrote

[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

Re: [openstack-dev] [Heat] revised structure of the heat-templates repository. Suggestions

2017-06-01 Thread Lance Haig
Hi, One question I have not asked on this thread is. What would you like to see changed within the repository and do you have a suggestion onhow to fix it. Regards Lance On 31.05.17 16:03, Lance Haig wrote: Hi, On 24.05.17 18:43, Zane Bitter wrote: On 19/05/17 11:00, Lance Haig wrote

[openstack-dev] [Heat] Template Testing environment

2017-05-31 Thread Lance Haig
Hi All, I asked on IRC for some guidance on what and how I would be able to test templates for the changes to the heat templates repo. Is there a specific localrc file configuration that I could use for Devstack so that IO can get all the services I need to be able to run tests against my

Re: [openstack-dev] [Heat] revised structure of the heat-templates repository. Suggestions

2017-05-31 Thread Lance Haig
Hi, On 24.05.17 18:43, Zane Bitter wrote: On 19/05/17 11:00, Lance Haig wrote: Hi, As we know the heat-templates repository has become out of date in some respects and also has been difficult to be maintained from a community perspective. For me the repository is quiet confusing

Re: [openstack-dev] [Heat] revised structure of the heat-templates repository. Suggestions

2017-05-31 Thread Lance Haig
Hi Zane, On 24.05.17 18:14, Zane Bitter wrote: On 22/05/17 12:49, Lance Haig wrote: I also asked the other day if there is a list of heat version matched to Openstack version and I was told that there is not. You mean like https://docs.openstack.org/developer/heat/template_guide

Re: [openstack-dev] [Heat] revised structure of the heat-templates repository. Suggestions

2017-05-22 Thread Lance Haig
Hi, On 22.05.17 10:43, Thomas Herve wrote: On Fri, May 19, 2017 at 5:00 PM, Lance Haig <lnh...@gmail.com> wrote: Hi, Hi Lance, Thanks for starting this. Comments inline. As we know the heat-templates repository has become out of date in some respects and also has been dif

[openstack-dev] [Heat] revised structure of the heat-templates repository. Suggestions

2017-05-19 Thread Lance Haig
Hi, As we know the heat-templates repository has become out of date in some respects and also has been difficult to be maintained from a community perspective. For me the repository is quiet confusing with different styles that are used to show certain aspects and other styles for older

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-19 Thread Lance Haig
On 18.05.17 15:02, Mehdi Abaakouk wrote: On Thu, May 18, 2017 at 11:26:41AM +0200, Lance Haig wrote: This is not only an Aodh/Ceilometer alarm issue. I can confirm that whatever the resource prefix, this works well. But an alarm description also contains a query an external API to retrieve

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-18 Thread Lance Haig
On 18.05.17 08:00, Mehdi Abaakouk wrote: Hi, On Mon, May 15, 2017 at 01:01:57PM -0400, Zane Bitter wrote: On 15/05/17 12:10, Steven Hardy wrote: On Mon, May 15, 2017 at 04:46:28PM +0200, Lance Haig wrote: Hi Steve, I am happy to assist in any way to be honest. It was great to meet you

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-18 Thread Lance Haig
On 17.05.17 22:18, Zane Bitter wrote: On 16/05/17 10:32, Lance Haig wrote: What if instead of a directory per release, we just had a 'deprecated' directory where we move stuff that is going away (e.g. anything relying on OS::Glance::Image), and then deleted them when it disappeared from any

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-16 Thread Lance Haig
On 15.05.17 19:01, Zane Bitter wrote: On 15/05/17 12:10, Steven Hardy wrote: On Mon, May 15, 2017 at 04:46:28PM +0200, Lance Haig wrote: Hi Steve, I am happy to assist in any way to be honest. It was great to meet you in Boston, and thanks very much for volunteering to help out. BTW one

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-16 Thread Lance Haig
On 15.05.17 18:10, Steven Hardy wrote: On Mon, May 15, 2017 at 04:46:28PM +0200, Lance Haig wrote: Hi Steve, I am happy to assist in any way to be honest. The backwards compatibility is not always correct as I have seen when developing our library of templates on Liberty and then trying

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-15 Thread Lance Haig
make sure the combinations still run. I am sure we can agree on a way to do this with CICD so that we test the fetureset. I look forward to assisting the community with this. Regards Lance On 15.05.17 16:03, Steven Hardy wrote: On Mon, May 15, 2017 at 03:21:30AM -0400, Lance Haig wrote

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-15 Thread Lance Haig
Regards, Kaz Shinohara 2017-05-13 13:00 GMT+09:00 Foss Geek <thefossg...@gmail.com <mailto:thefossg...@gmail.com>>: Hi Lance, I am also interested to assisting you on this. Thanks Mohan On 11-May-2017 2:25 am, "La

Re: [openstack-dev] [Heat] Heat template example repository

2017-05-15 Thread Lance Haig
this. >> >> Thanks >> Mohan >> On 11-May-2017 2:25 am, "Lance Haig" <lnh...@gmail.com> wrote: >> >>> Hi, >>> >>> I would like to introduce myself to the heat team. >>> >>> My name is Lance Haig I current

[openstack-dev] [Heat] Heat template example repository

2017-05-10 Thread Lance Haig
Hi, I would like to introduce myself to the heat team. My name is Lance Haig I currently work for Mirantis doing workload onboarding to openstack. Part of my job is assisting customers with using the new Openstack cloud they have been given. I recently gave a talk with a colleague Florin

[Openstack] Multiple Domains in one install

2015-08-04 Thread Lance Haig
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

[Openstack] Openstack services recomended file system layout

2015-06-12 Thread Lance Haig
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

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

2015-04-22 Thread Lance Haig
) and speed up the network traffic (VHOST). Cheers! Thiago On 21 April 2015 at 12:25, Lance Haig la...@haigmail.com 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

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

2015-04-22 Thread Lance Haig
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 la...@haigmail.com

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

2015-04-21 Thread Lance Haig
, alle ore 07:55, Lance Haig 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

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

2015-04-20 Thread Lance Haig
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

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

2015-04-08 Thread Lance Haig
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

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

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

2015-03-20 Thread Lance Haig
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

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

2015-03-20 Thread Lance Haig
to test connectivity. On Thu, Mar 19, 2015 at 2:46 AM, Lance Haig la...@haigmail.com 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

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

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

2015-03-19 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

[Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig
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

Re: [Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig
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 la...@haigmail.com

Re: [Openstack] OpenSource Payment / Billing Project?

2015-02-24 Thread Lance Haig
-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