[Openstack] Help with Networking - Ocata

2017-07-03 Thread Clint Dilks
Hi, I have been following this guide, https://docs.openstack.org/ocata/install-guide-rdo/launch-instance-networks-provider.html and got to a point where I have created the following subnet openstack subnet create --network provider --allocation-pool start=130.217.238.20,end=130.217.238.250

Re: [Openstack] running control plane on a vmware VM

2017-03-30 Thread Clint Dilks
Hi, OpenStack inside VMware is definitely possible and I am current investigating this myself. My first suggestion would be to check that your virtual switches are configured to allow promiscuous traffic https://kb.vmware.com/selfservice/microsites/search.do?language=en_US=displayKC=1002934 If

Re: [Openstack] How to Use kvm that supports hw accelerationon in my vmware guest vm

2016-02-25 Thread Clint Dilks
Hi, There is quite a bit about doing this on the web, one example http://vmwaremine.com/2014/09/16/deploy-nested-kvm-vmware-vsphere-workstation/#sthash.iEYBPGEb.TMyapF7a.dpbs Good Luck :) 2016-02-26 15:23 GMT+13:00 디케이 : > Hi > In vmware workstation on my laptop, I create 3

Re: [Openstack] [neutron] router error

2014-06-10 Thread Clint Dilks
Hi, adding that row solved it. (but still don´t know how it wasn´t there in the first place) oh well Just as a question what version of MySQL are you using? I have seen a case (specifically with HEAT) where if you are using 5.6, that the scripts for creating databases don't complete as

[Openstack] libvirtd question

2014-06-10 Thread Clint Dilks
Hi, I have an Icehouse installation running on CentOS 6.5 using the RDO repositories (without packstack) and things seem to working well. But if I restart a compute node I see something similar to Resuming guests on default URI... Resuming guest instance-0073: error: Failed to start domain

Re: [Openstack] HEAT and MySQL 5.6

2014-05-22 Thread Clint Dilks
Thanks for the reference to the patch :) Here we go https://review.openstack.org/#/c/92421/2 It turns out that I had an issue with one of my compute nodes that was causing my other heat issues. As far as I can tell at the moment things are working as they should.

Re: [Openstack] Looking for some help with swift

2014-05-20 Thread Clint Dilks
On Tue, May 20, 2014 at 5:32 PM, Kuo Hugo tonyt...@gmail.com wrote: Hi Clint, No it's not necessary to separate a cluster into several zones in general. The region and zone information will be invoked by ring-builder to assign partitions as-unique-as possible. If you do have several nodes

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi Clint, thanks for the response. No, in researching the issue, I found that all of these columns should be varchar(64). I seem to have lost track of the patches though. We should definitely fix this in juno, since MySQL 5.6 is starting to arrive in the distros. It looks like I have bigger

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi Does anyone have any suggestions as to how I get a working heat database? As a follow up to this I ending up installing heat on another system with the default MySQL Server, mysql-server-5.1.73-3.el6_5.x86_64. It appears that 5.1 still has issues with the creation of indexes but reports

Re: [Openstack] Looking for some help with swift

2014-05-19 Thread Clint Dilks
meta 0 1 1130.217.78.2 6002130.217.78.2 6005 sda4 100.00 7864320.00 Hope it help Hugo Kuo 2014-05-19 0:31 GMT-04:00 Clint Dilks cli...@waikato.ac.nz: Hi Hugo, Thanks for responding. http://paste.openstack.org/show/80857

[Openstack] Looking for some help with swift

2014-05-18 Thread Clint Dilks
Hi I am installing icehouse on CentOS 6.5 for the first time and looking for some help with swift. I have followed the guide here http://docs.openstack.org/icehouse/install-guide/install/yum/content/verify-object-storage-installation.html Currently swift stat appears to be working but uploading

Re: [Openstack] Looking for some help with swift

2014-05-18 Thread Clint Dilks
Nope, This install is pointing to the RDO repositories as per earlier in the installation guide, but does not use packstack. On Mon, May 19, 2014 at 3:38 PM, Remo Mattei r...@italy1.com wrote: Hi did u use packstack ? Inviato da iPhone () Il giorno May 18, 2014, alle ore 20:22, Clint

Re: [Openstack] Looking for some help with swift

2014-05-18 Thread Clint Dilks
2014-05-18 23:45 GMT-04:00 Clint Dilks cli...@waikato.ac.nz: Nope, This install is pointing to the RDO repositories as per earlier in the installation guide, but does not use packstack. On Mon, May 19, 2014 at 3:38 PM, Remo Mattei r...@italy1.com wrote: Hi did u use packstack ? Inviato

Re: [Openstack] openstack and heartbleed

2014-04-08 Thread Clint Dilks
If your systems have a vulnerable OpenSSL implementation then on a running instance lsof | grep ssl is a good place to start. Or you could try updating OpenSSL and the using lsof | grep -i ssl | grep -i del On Wed, Apr 9, 2014 at 10:49 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: What

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-25 Thread Clint Dilks
. From: Clint Dilks cli...@waikato.ac.nz Cc: openstack@lists.openstack.org openstack@lists.openstack.org Sent: Wednesday, 25 September 2013, 0:06 Subject: Re: [Openstack] OpenStack Grizzly Quantum Networking Ok So looking at this further I believe I am doing something

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-24 Thread Clint Dilks
Hi Thanks to everyone whom replied to this thread I will try deleting the ports shortly. On Wed, Sep 25, 2013 at 7:45 AM, Darragh OReilly darragh.orei...@yahoo.comwrote: Clint, you need to boot your VMs attached to the private network and not the public network. Then you must allocate and

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-24 Thread Clint Dilks
| | +-+--+ On Wed, Sep 25, 2013 at 9:08 AM, Clint Dilks cli...@waikato.ac.nz wrote: Hi Thanks to everyone whom replied to this thread I will try deleting the ports shortly. On Wed, Sep 25, 2013 at 7:45 AM, Darragh OReilly darragh.orei...@yahoo.com wrote: Clint, you need to boot your VMs

[Openstack] OpenStack Grizzly Quantum Networking

2013-09-23 Thread Clint Dilks
Hi I am currently trying to get Grizzly up and running on CentOS 6.4. I have followed http://docs.openstack.org/grizzly/basic-install/yum/content/as closely as I can and from both a dashboard and OpenStack command line viewpoint all OpenStack services are up and running and it appears that VM's

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-23 Thread Clint Dilks
be deleted directly via the port API. So how would I go about deleting these networks? On Tue, Sep 24, 2013 at 11:00 AM, Clint Dilks cli...@waikato.ac.nz wrote: Hi I am currently trying to get Grizzly up and running on CentOS 6.4. I have followed http://docs.openstack.org/grizzly/basic

[Openstack] Grizzy - Planning Help

2013-09-04 Thread Clint Dilks
Hi, I have been asked to setup a Grizzly Instance for academic research. This project will evolve as it goes, so I don't have a clear set of requirements, my initial plan is to try installing using Neutron configured as Single Flat Network