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

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&cmd=displayKC&externalI

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 virtual machines for

Re: [Openstack] openstack and MFA

2014-07-23 Thread Clint Dilks
Hi a quick Google Search seems to show that some form of this has been supported since Grizzly. See http://docs.openstack.org/security-guide/content/identity.html for more information or https://www.google.com/search?q=multifactor+authentication+keystone&gws_rd=ssl On Thu, Jul 24, 2014 at 12:06

[Openstack] Help increasing MTU

2014-07-03 Thread Clint Dilks
Hi, I have a three node Icehouse Cluster running on CentOS 6.5 ( using RDO yum repostories but not installed via packstack ). We are using GRE Tunnels, so experience the issues where some packets are truncated because they exceed the 1500 mtu size. >From what I have read most people are reducing

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

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

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] 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] 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 bigg

[Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi, I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8 ERROR: (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') 'CREATE INDEX ix_software_config_tenant ON software_config (tenant)' () So based off https://bugs.launchpad.net/heat/+bug/1316646 I have

Re: [Openstack] Looking for some help with swift

2014-05-20 Thread Clint Dilks
Hi Mayur > *have you created files test.txt and test2.txt?* > > 404 mostly for these things. > > I think this should be the reason; may be I am wrong, > > > Thanks for the feedback, but yes I did make sure the files existed before trying to upload them. Hugo's feedback in relation to how I 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 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 be placed in a

Re: [Openstack] Looking for some help with swift

2014-05-19 Thread Clint Dilks
> Devices:id region zone ip address port replication ip > replication port name weight partitions balance meta > 0 1 1130.217.78.2 6002130.217.78.2 > 6005 sda4 100.00 7864320.00 > > > Ho

Re: [Openstack] Looking for some help with swift

2014-05-18 Thread Clint Dilks
ks // Hugo > > > 2014-05-18 23:45 GMT-04:00 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

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 wrote: > Hi did u use packstack ? > > Inviato da iPhone () > > Il giorno May 18, 2014, alle ore 20:22, Cl

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

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 wrote: > What parts of openstack (if a

Re: [Openstack] Linux Distribution Recommendations for Testing?

2013-09-29 Thread Clint Dilks
Hi, I think if you understand the components you can get things working of any of the distributions. The problem at least for me initially was understanding how all of the different components inter-relate. From monitoring the list I think a lot of people are using Ubuntu so that may be a good c

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-25 Thread Clint Dilks
which credentials you have in you environment do: > > set | grep ^OS > > Re, Darragh. > > > > > > From: Clint Dilks > >Cc: "openstack@lists.openstack.org" > >Sent: Wednesday, 25 September 2013, 0:06 > >

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-24 Thread Clint Dilks
| | config_drive | | +-+--+ On Wed, Sep 25, 2013 at 9:08 AM, Clint Dilks 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.

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 wrote: > Clint, > > you need to boot your VMs attached to the private network and not the > public network. Then you must allocate and associate floating ip

Re: [Openstack] OpenStack Grizzly Quantum Networking

2013-09-23 Thread Clint Dilks
c-e51f-4995-8dc8-b0eb4fae87d7 Port 0d08328c-e51f-4995-8dc8-b0eb4fae87d7 has owner network:router_interface and therefore cannot 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 wrote: > Hi > > I am cu

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

[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" http://docs.openstack.org/trunk/openstack-network/admin

[Openstack] Possible problem with bridge (Folsom - Nova Network)

2013-07-31 Thread Clint Dilks
Hi, Based on the documentation found at http://docs.openstack.org/folsom/openstack-compute/install/yum/content/compute-configuring-guest-network.html I have the following network configuration where em1 is my interface to the internet and em2 is the nic that connects to network that I want to cre

[Openstack] Help with Nova Networking

2013-07-31 Thread Clint Dilks
Hi, I have got to the point where I am trying to launch a virtual machine as per http://docs.openstack.org/folsom/openstack-compute/install/yum/content/running-an-instance.html The boot command completes but it seems some key element of networking is failing. Does anyone have suggestions on how t

[Openstack] Setting up Folsom - CentOS 6.4

2013-07-28 Thread Clint Dilks
Hi, I have been asked to setup Folsom for the first time. I am currently following the documentation found at http://docs.openstack.org/folsom/openstack-compute/install/yum/content/compute-minimum-configuration-settings.htmland there are two AMQP messaging solutions referenced. One being referen