[Openstack] MySQL and Iptables

2013-02-28 Thread Joe Warren-Meeks
Hi all. I run two compute nodes in one of my clusters and everything is generally fine. All the management services (mysql dashboard etc) run on compute1 and compute2 runs nova-network and nova-compute. However, after a period of time something happens with (I presume) iptables and then compute2

[Openstack] nova-base.xml

2013-02-04 Thread Joe Warren-Meeks
Hi guys, I need to have arp and mac spoofing work on my virts so that HA works as I need it. I've used virsh nwfilter-edit nova-base to edit and remove the bits I need, however it looks like that change was undone when the server was dist-upgraded What is the proper way to make these changes per

Re: [Openstack] Instances and ARP

2013-01-23 Thread Joe Warren-Meeks
> cheers, > Belmiro > > On Jan 21, 2013, at 12:25 PM, Joe Warren-Meeks > wrote: > > > Hi guys, > > > > I've got openstack essex configured with vlanmanager and an external > gateway and all my networking runs ok generally. > > > > However, I

[Openstack] Instances and ARP

2013-01-21 Thread Joe Warren-Meeks
Hi guys, I've got openstack essex configured with vlanmanager and an external gateway and all my networking runs ok generally. However, I'm trying to setup Linux HA on two instances. They run on separate compute nodes and can see each other just fine. hb_takeover and hb_standby works perfectly. T

Re: [Openstack] Total Network Confusion

2013-01-15 Thread Joe Warren-Meeks
Hey Vish, I'm using the default packages in Ubuntu 12.04LTS, so I guess that'll be essex then :-) I'll take your patches and use those. Kind regards -- joe. On 15 January 2013 18:36, Vishvananda Ishaya wrote: > > On Jan 15, 2013, at 8:43 AM, Joe Warren-Meeks >

Re: [Openstack] Total Network Confusion

2013-01-15 Thread Joe Warren-Meeks
't had the time yet. The rules get re-added every time you change the openstack config, by adding a virt, or editing any of the security groups etc. -- joe. On 15 January 2013 16:44, Joe Warren-Meeks wrote: > Just as an addendum, now that I've got it working, it works really well! &g

Re: [Openstack] Total Network Confusion

2013-01-15 Thread Joe Warren-Meeks
Just as an addendum, now that I've got it working, it works really well! On 15 January 2013 16:43, Joe Warren-Meeks wrote: > Hey James, > > I had exactly your requirement too, and it took me many weeks to get to a > solution. Hopefully, you won't have to. I have instal

[Openstack] Disabling NAT

2013-01-09 Thread Joe Warren-Meeks
Hi guys, I've managed to disable NAT by deleting the correct rule. This means all my instances are properly routable no, which is exactly what I want. To do this, I'm using iptables -vnL -t nat --line-numbers to get the rule number from the nova-network-snat chain and deleting it using: iptabl

[Openstack] networking query

2013-01-08 Thread Joe Warren-Meeks
Hi chaps, I have Openstack working quite nicely now, however I have one small oddity. I'm using nova networking still and I have 3 tenants. Currently anything to 10/8 isn't being natted, which is fine and good. One of the tenants does the right thing when going to something other than 10/8, it

Re: [Openstack] Windows 2012 Server

2012-12-20 Thread Joe Warren-Meeks
Ignore that last question. I found this: https://review.openstack.org/#/c/10468/1/nova/network/linux_net.py Hacking that into my linux_net.py worked. Kind regards On 20 December 2012 12:49, Joe Warren-Meeks wrote: > Hey Lloyd, > > I can confirm that your step-by-step guide works fi

Re: [Openstack] Windows 2012 Server

2012-12-20 Thread Joe Warren-Meeks
to make a difference. The networks are labelled correctly. dhcp-option=tag:'production',option:router,10.0.33.1 dhcp-option=tag:'dmz',option:router,10.0.21.1 On 20 December 2012 10:59, Joe Warren-Meeks wrote: > Brilliant. I'll try your step-by-step with 2012 and, if it w

Re: [Openstack] Windows 2012 Server

2012-12-20 Thread Joe Warren-Meeks
: > > https://bugs.launchpad.net/nova/+bug/1086352 > > I think this only affects installs on old versions of xp. Perhaps there is > some incompatibility between the virtio drivers and windows server 2012? > > Vish > > On Dec 18, 2012, at 10:41 AM, Joe Warren-Meeks > wrote: >

Re: [Openstack] Windows 2012 Server

2012-12-20 Thread Joe Warren-Meeks
Brilliant. I'll try your step-by-step with 2012 and, if it works, I'll drop you a line. Kind regards -- joe. On 18 December 2012 20:49, Lloyd Dewolf wrote: > On Tue, Dec 18, 2012 at 10:41 AM, Joe Warren-Meeks < > joe.warren.me...@gmail.com> wrote: > >> Hi guy

[Openstack] Windows 2012 Server

2012-12-18 Thread Joe Warren-Meeks
Hi guys, I've created a windows 2012 image and uploaded it ok. Pretty much following this example: http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html When I go to launch an instance, it works ok and nova list and nova show look healthy. If I VNC to it

Re: [Openstack] nova-compute not starting

2012-12-13 Thread Joe Warren-Meeks
t; > If the dir. doesn't exist, you may want to update the nova database, > figure out your instance entry within the "instances" table and update the > field "deleted" to 1 > > Regards, > *Razique Mahroua** - **Nuage & Co* > razique.mahr...@gmail.

[Openstack] nova-compute not starting

2012-12-13 Thread Joe Warren-Meeks
Hi guys, You think you have Openstack working, then you cough and it all breaks. I'm getting the following error when trying to start nova-compute after a reboot of the compute node (to install non-related patches) libvirtError: Domain not found: no domain with matching name 'instance-002a'

[Openstack] Public interfaces

2012-11-15 Thread Joe Warren-Meeks
Is it possible, in any version of openstack, to have multiple public interfaces on a compute node, with separate floating ip pools per interface? I want to use one per tenant. I can't find anything in any docs about it. Kind regards -- joe. ___ Mailin

Re: [Openstack] Strange network behavior

2012-11-13 Thread Joe Warren-Meeks
0.0/0 0.0.0.0/0tcp dpt:53 Chain nova-network-OUTPUT (1 references) pkts bytes target prot opt in out source destination Chain nova-network-local (1 references) pkts bytes target prot opt in out source destination On 9 November 2012 17:14, Joe Warren-Meeks

Re: [Openstack] Strange network behavior

2012-11-12 Thread Joe Warren-Meeks
Hey guys, Ignore this q. I didn't really have my head around how Openstack works and I think I get it now. Thanks for all your help. -- joe. On 12 November 2012 10:12, Joe Warren-Meeks wrote: > Hi Vish et al. > > I still can't make head nor tail of it. ICMP works in bot

Re: [Openstack] Strange network behavior

2012-11-12 Thread Joe Warren-Meeks
; from the external network of the compute host, so it can't get back to the > snatted ip > > this is fixed by stopping snatting to the workstation by setting dmz_cidr > to a value that includes your workstation network: (dmz_cidr=10.0.0.0/24?) > > Vish > > On Nov 9, 2012

[Openstack] Strange network behavior

2012-11-09 Thread Joe Warren-Meeks
Hi all, I've managed to get Openstack pretty much up and running as I wanted it. I do have, however, a rather strange networking issue. I created the network with nova-manage network create --fixed_range_v4=10.0.41.0/24 --num_networks=1 --bridge=br41 --bridge_interface=eth0 --label=development --

[Openstack] VLANManager

2012-11-02 Thread Joe Warren-Meeks
Hi guys I'm struggling with VLAN Manager in Nova. I want to have 3 VLANs, one for each project. These ranges have been created in my network and the tagged ports are connected to my server. I want to create VMs that just take an IP from these networks and get bridged on to the network. The prob

Re: [Openstack] Fwd: Openstack

2012-10-31 Thread Joe Warren-Meeks
red file system make sure all user have the same > permission, same UID and same GID > > On Wed, Oct 31, 2012 at 8:03 AM, Joe Warren-Meeks > wrote: > > On 31 October 2012 00:42, Curtis C. wrote: > >> On Tue, Oct 30, 2012 at 4:56 PM, Joe Warren-Meeks > >> wrote: > >

Re: [Openstack] Fwd: Openstack

2012-10-31 Thread Joe Warren-Meeks
ly running? > > > > Does `virsh list` exit with an error? > > > > Doesn't sounds VNC related to me. > > > > Thanks, > > Kiall > > > > Sent from my phone. > > > > On Oct 31, 2012 10:04 AM, "Joe Warren-Meeks" > wrote: &

[Openstack] Fwd: Openstack

2012-10-31 Thread Joe Warren-Meeks
On 31 October 2012 00:42, Curtis C. wrote: > On Tue, Oct 30, 2012 at 4:56 PM, Joe Warren-Meeks > wrote: >> Hi guys, >> >> Can someone point me in the direction of a guide to get Openstack >> working with two nodes, one as controller and the second as a compute >

[Openstack] Openstack

2012-10-30 Thread Joe Warren-Meeks
Hi guys, Can someone point me in the direction of a guide to get Openstack working with two nodes, one as controller and the second as a compute node, please? I've tried the CSS corp PDF and the hastexo one, but I can't get them to work. All I get are virts booting straight into error. I want a