[Openstack] Advice on network configuration

2012-05-13 Thread Alessandro Tagliapietra
Hello list, at work we've decided to move to openstack, actually we're running proxmox for vm management and this is our actual server configuration: 2 x kimsufi 24g @ http://www.kimsufi.co.uk/ The network is configured this way on the 2 hosts: - eth0 with binded the multiple /32 public ip - et

[Openstack] Error in documentation "openstack install and deploy manual"

2012-05-15 Thread Alessandro Tagliapietra
I tried to install openstack following this guide, i think these things are wrong. I'm not sure so maybe it's intentional. 1) http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html Defining the volume service there is this line:

[Openstack] Unable to create a floating ip

2012-05-16 Thread Alessandro Tagliapietra
Hello guys, this is my nova.conf (network part) --network_manager=nova.network.manager.FlatDHCPManager --public_interface=eth0 --flat_interface=eth2 --flat_network_bridge=br100--fixed_range=192.168.4.1/27--network_size=32 --flat_network_dhcp_start=192.168.4.33--flat_injected=False --force_dhcp_re

Re: [Openstack] Unable to create a floating ip

2012-05-16 Thread Alessandro Tagliapietra
t; > On May 16, 2012, at 8:05 AM, Alessandro Tagliapietra wrote: > >> Hello guys, >> >> this is my nova.conf (network part) >> >> --network_manager=nova.network.manager.FlatDHCPManager >> --public_interface=eth0 >> --flat_interface

[Openstack] Problems with dnat

2012-05-17 Thread Alessandro Tagliapietra
Hello everyone, i've this problem, vm can connect to internet but cannot receive traffic when i assign them a floating ip, these are the iptables rules created by nova-network -P PREROUTING ACCEPT -P INPUT ACCEPT -P OUTPUT ACCEPT -P POSTROUTING ACCEPT -N nova-api-OUTPUT -N nova-api-POSTROUTING -

[Openstack] Packets doesn't arrive to iptables

2012-05-21 Thread Alessandro Tagliapietra
Hello guys, i've associated a floating ip to an instance, this is ip addr result: 2: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:30:48:fc:4c:92 brd ff:ff:ff:ff:ff:ff inet publicip/24 brd 188.165.225.255 scope global eth0 inet floatingip/32 scope global eth0:1

Re: [Openstack] nova network external gateway

2012-05-21 Thread Alessandro Tagliapietra
You can use this option dhcp-option=6,IP_OF_DNS1,IP_OF_DNS2 that should be appended on the same file. Best Il giorno 21/mag/2012, alle ore 13:34, Sergio Ariel de la Campa Saiz ha scritto: > Thanks... it works ok... > > There is some kind of configuration for DNS too?? I change my DNS server

[Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only problem is that nova-compute has to be started manually, by default it doesn't start on boot, this is the error log: 2012-05-27 23:47:14 INFO nova.rpc.common [req-46624af9-9d2a-4901-b635-66f557d3b54c None None] Connec

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
Hi Stephen, Sorry for the silly question, what you mean with MQ? The rabbit server? Regards Il giorno 28/mag/2012, alle ore 11:53, Stephen Gran ha scritto: > Hi, > > On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: >> Hello, i've installed openstack follow

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
-scheduler first.Does both services start on boot ?Razique Stephen Gran 28 mai 2012 10:53Hi, On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only problem is that nova-compute has to be start

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-29 Thread Alessandro Tagliapietra
rvices start on boot ?Razique Stephen Gran 28 mai 2012 10:53Hi, On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only problem is that nova-compute has to be started manually, by default

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-30 Thread Alessandro Tagliapietra
Thank you Russel, i'll wait for the fix Best Regards 2012/5/29 Russell Bryant > On 05/28/2012 01:21 PM, Clint Byrum wrote: > > Looks to me that you need to make sure the other side of that RPC > > connection is up before nova-compute. I am not familiar with the > specifics > > of what Nova need

[Openstack] Per host floating ip

2012-07-06 Thread Alessandro Tagliapietra
Hello guys, i've some servers at hetzner, i've actually installed essex on those and they're working fine, the step i'm missing is that hetzner gives you additional ip fixed to one host or failover ip that i can move to one server to another with the api. What i want is to assign floating ip to v

Re: [Openstack] Per host floating ip

2012-07-07 Thread Alessandro Tagliapietra
o hear more on your setup at hetzner, I was looking to >> setup openstack there myself, but I didn't see a solution for the per >> server ip issue. >> How many machines do you use? >> How did you set it up? >> Do you use only nova or swift too? >> >&

Re: [Openstack] Per host floating ip

2012-07-07 Thread Alessandro Tagliapietra
M > > On Saturday, 7 July 2012, Alessandro Tagliapietra > wrote: > > I'm currently building up, i did a test setup with 3 machines and it worked. > > Now i'm doing it again with secure passwords, firewall etc. > > Btw, i just bought 3 EX 4 servers with a private

[Openstack] Nova-manage service list shows old and new hostname

2012-07-13 Thread Alessandro Tagliapietra
Hello list, i've this problem, when i run nova-manage service list i get nova-compute server1.site.it nova enabled :-) 2012-07-13 12:15:44 nova-volume server1.site.it nova enabled :-) 2012-07-13 12:15:51 nova-net

[Openstack] Cannot add floating ip

2012-07-13 Thread Alessandro Tagliapietra
Hi guys, i've 2 hosts configured in multi_host, i had 2 vm (1 per host) with 1 floating ip each, then nova-compute on second host crashed when deleting the vm2, i've restarted host2 and it deleted the vm successfully, then i've got an error about floating ip cannot be associated to vm2 in logs,

Re: [Openstack] Cannot add floating ip

2012-07-13 Thread Alessandro Tagliapietra
What an idtio, it's create, not add. Sorry for the spam Il giorno 13/lug/2012, alle ore 20:00, Alessandro Tagliapietra ha scritto: > Hi guys, > i've 2 hosts configured in multi_host, i had 2 vm (1 per host) with 1 > floating ip each, then nova-compute on second host crashe

[Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
ip for private lan. Any idea? Best Regards -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https:/

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
orno 18/lug/2012, alle ore 15:18, Steven Dake ha scritto: > On 07/18/2012 03:50 AM, Alessandro Tagliapietra wrote: >> Hello, >> >> i've 2 machines, running ubuntu 12.04, i've installed corosync + >> pacemaker and it was working fine. >> >> Corosync is

Re: [Openstack] nova-network and corosync

2012-07-19 Thread Alessandro Tagliapietra
Il giorno 19/lug/2012, alle ore 00:52, Steven Dake ha scritto: > On 07/18/2012 06:51 AM, Alessandro Tagliapietra wrote: >> Hi Steve, >> >> the problem is not that it's not listening on the correct interface, as lsof >> shows >> >> corosync 1485

Re: [Openstack] nova-network and corosync

2012-07-19 Thread Alessandro Tagliapietra
Il giorno 19/lug/2012, alle ore 09:40, Alessandro Tagliapietra ha scritto: > > Il giorno 19/lug/2012, alle ore 00:52, Steven Dake ha scritto: > >> On 07/18/2012 06:51 AM, Alessandro Tagliapietra wrote: >>> Hi Steve, >>> >>> the problem is not that i

Re: [Openstack] nova-network and corosync

2012-07-19 Thread Alessandro Tagliapietra
Il giorno 19/lug/2012, alle ore 09:55, Alessandro Tagliapietra ha scritto: > > Il giorno 19/lug/2012, alle ore 09:40, Alessandro Tagliapietra ha scritto: > >> >> Il giorno 19/lug/2012, alle ore 00:52, Steven Dake ha scritto: >> >>> On 07/18/2012 06:

[Openstack] High Available queues in rabbitmq

2012-07-23 Thread Alessandro Tagliapietra
Hi guys, just an idea, i'm deploying Openstack trying to make it HA. The missing thing is rabbitmq, which can be easily started in active/active mode, but it needs to declare the queues adding an x-ha-policy entry. http://www.rabbitmq.com/ha.html It would be nice to add a config entry to be able

Re: [Openstack] High Available queues in rabbitmq

2012-07-24 Thread Alessandro Tagliapietra
instead of the prior rabbit_host and >>>> rabbit_port flags. >>>> >>>> Guys, can you advise on a way to do this without being ugly and >>>> without breaking compatibility? >>>> Maybe have "rabbit_host", "rabbit_port" be

[Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
ifferent from the other check, calls the hetzner api to switch the ip to the other server. Any other idea? Thanks in advance Best Regards -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it ___ Mailing list:

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
Thank you Jay, never read about that. Seems something like scalr/chef? WHich handles application and keeps a minimum number of vm running? Best Alessandro Il giorno 24/lug/2012, alle ore 14:34, Jay Pipes ha scritto: > On 07/24/2012 04:29 AM, Alessandro Tagliapietra wrote: >>

Re: [Openstack] High Available queues in rabbitmq

2012-07-24 Thread Alessandro Tagliapietra
denoted with the term "TCP load balancer"). > > I didn't submit the patch yesterday because I underestimated the > effort to write unit tests for it and found a few issues on the way. I > hope I'll finish today. > > On Tue, Jul 24, 2012 at 12:00 AM, Alessandro T

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
But i don't see any part (except the future plans) talking about HA at instance level, that seems more to an application level Il giorno 24/lug/2012, alle ore 18:56, Jay Pipes ha scritto: > On 07/24/2012 12:52 PM, Alessandro Tagliapietra wrote: >> Thank you Jay, never read about

Re: [Openstack] VM High Availability and Floating IP

2012-07-25 Thread Alessandro Tagliapietra
ing System Technologies, IBM Haifa Research Lab > http://w3.haifa.ibm.com/dept/stt/cloud_sys.html | > https://www.research.ibm.com/haifa/dept/stt/cloud_sys.shtml > Email: glik...@il.ibm.com | Phone: +972-4-8281085 | Mobile: +972-54-6466667 | > Fax: +972-4-8296112 > >

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Alessandro Tagliapietra
al thread that > we are talking about HA with Active/Active solution. > -- > Andrea Rosa > > >-Original Message- > >From: Rosa, Andrea (HP Cloud Services) > >Sent: 25 July 2012 10:45 > >To: Eugene Kirpichov > >Cc: openstack-...@lists.opensta

[Openstack] Virtual machine starting but never finish

2012-07-26 Thread Alessandro Tagliapietra
Hello, i've create a new ubuntu 12.04 instance, using as image the cloud images they provide. The problem is that on logs i get this http://pastie.org/4335405 and if i check vnc i just the the cursors (not blinking) Any idea? Best -- Alessandro Tagliapietra | VISup srl piazza 4 novem

Re: [Openstack] VM High Availability and Floating IP

2012-07-26 Thread Alessandro Tagliapietra
Il giorno 26/lug/2012, alle ore 04:59, Angus Salkeld ha scritto: > On 24/07/12 12:12 -0700, Steven Dake wrote: >> On 07/24/2012 10:08 AM, Alessandro Tagliapietra wrote: >>> But i don't see any part (except the future plans) talking about HA at >>> insta

Re: [Openstack] nova-network and corosync

2012-07-30 Thread Alessandro Tagliapietra
ed to some interfaces, so it doesn't breaks other services. Best Alessandro Il giorno 19/lug/2012, alle ore 11:53, Alessandro Tagliapietra ha scritto: > > Il giorno 19/lug/2012, alle ore 09:55, Alessandro Tagliapietra ha scritto: > >> >> Il giorno 19/lug/2012, alle o

[Openstack] Virtual machines are not getting ip

2012-08-01 Thread Alessandro Tagliapietra
Hello, please help, this thing is getting me crazy. The vm starts fine but i get: > cloud-init-nonet waiting 120 seconds for a network device. > cloud-init-nonet gave up waiting for a network device. > ci-info: lo: 1 127.0.0.1 255.0.0.0 . > ci-info: eth0 : 1 . .

Re: [Openstack] Virtual machines are not getting ip

2012-08-01 Thread Alessandro Tagliapietra
to get the ip, switching back to mainline 3.2.0 kernel the vm is able to get the ip again. Wondering what happens when ubuntu will update the kernel. Best > > On Wed, Aug 1, 2012 at 9:25 AM, Alessandro Tagliapietra > wrote: > Hello, > > please help, this thing is getting me c

Re: [Openstack] No handlers could be found for logger "keystoneclient.v2_0.client" (HTTP 404)???

2012-08-06 Thread Alessandro Tagliapietra
Have you exported vars as the guide: export SERVICE_ENDPOINT="http://localhost:35357/v2.0"; export SERVICE_TOKEN=admin Best Il giorno 03/ago/2012, alle ore 09:37, 王鹏 ha scritto: > Everyone: > > Hi! > > When I install keystone alone, find a error, that’s make me crazy !the > situation as fol

[Openstack] DHCP and kernel > 3.2

2012-08-09 Thread Alessandro Tagliapietra
Hello guys, i've just installed kernel 3.4 from Ubuntu kernel PPA archive and after this upgrade VM aren't able to get the DHCP address but with tcpdump i see the request and offer on the network. Someone else experienced this? I've tried also with 3.3, same story. Rolling back to 3.2 and every

Re: [Openstack] DHCP and kernel > 3.2

2012-08-09 Thread Alessandro Tagliapietra
also have some 3.5 packages for Precise, although they are test > packages.. http://packages.qa.ubuntu.com/qatracker/milestones/223/builds > Going to try with them. I'll reply in a few mins. Best Alessandro > Thanks, > Kiall > > On Aug 9, 2012 8:14 AM, "Alessandro Ta

Re: [Openstack] DHCP and kernel > 3.2

2012-08-09 Thread Alessandro Tagliapietra
Il giorno 09/ago/2012, alle ore 10:44, Alessandro Tagliapietra ha scritto: > > Il giorno 09/ago/2012, alle ore 10:19, Kiall Mac Innes > ha scritto: > >> That sounds like a kernel, kvm or dnsmasq issue, rather than OpenStack >> itself. I think Quantal is on the

[Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
uest raise exceptions.from_response(resp, body) BadRequest: n/a (HTTP 400) ERROR: n/a (HTTP 400) I've dumped the traffic with tcpdump and i see a correct response from keystone, this is the output: http://pastie.org/private/ms7c5jlpatolsgiosjsva How can i solve this? Best Regards -- Alessandro Tag

Re: [Openstack] uninstall

2012-08-22 Thread Alessandro Tagliapietra
.* glance.* swift.* Best > > Thanks in advance!! > ___ > Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Sorry for the wrong subject, it was another mail that i was sending. -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore 11:40, Alessandro Tagliapietra ha scritto: > Hello guys, > > I'm having a pro

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Hi Salvatore, sorry but in nova i don't see any --no_cache option nor a .novaclient folder in user home. :/ -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore 11:52, Salvatore Orlando ha scritto: > Hi Al

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Found the problem, in the endpoint list i had an url with http:/10.x.. so it was missing a / I'm writing just to keep track of this possible error. Best -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore

[Openstack] Cannot create snapshots of instances running not on the controller

2012-08-23 Thread Alessandro Tagliapietra
Hi all, i've a controller which is running all service and a secondary controller which is un multi_host so it's running compute network and api-metadata. From the dashboard i can successfully create snapshots of instances running on the controller but when i try to create a snapshot of an inst

Re: [Openstack] Cannot create snapshots of instances running not on the controller

2012-08-24 Thread Alessandro Tagliapietra
; > in your nova.conf on the second node. > > Vish > > On Aug 23, 2012, at 10:15 AM, Alessandro Tagliapietra > wrote: > >> Hi all, >> >> i've a controller which is running all service and a secondary controller >> which is un multi_host

Re: [Openstack] Cannot create snapshots of instances running not on the controller

2012-08-26 Thread Alessandro Tagliapietra
able to do `pip freeze` to see the installed versions. I'm using the latest version from ubuntu 12.04 repo, btw, i can see only: glance==2012.1 from pip freeze, no python-glanceclient there. > > > Vish > > On Aug 24, 2012, at 12:10 AM, Alessandro Tagliapietra

Re: [Openstack] Cannot create snapshots of instances running not on the controller

2012-08-27 Thread Alessandro Tagliapietra
Btw, using nova image-create --poll 4dcd5bb6-c65b-47dd-9c87-ba3fed624e22 "Instance" works fine (nova command is run on 1st node), just it creates a new image and not a snapshot. Best -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il

Re: [Openstack] Cannot create snapshots of instances running not on the controller

2012-08-28 Thread Alessandro Tagliapietra
d should be different, isn't it? Alessandro > Vish > > On Aug 27, 2012, at 6:06 AM, Alessandro Tagliapietra > wrote: > >> Btw, using >> >> nova image-create --poll 4dcd5bb6-c65b-47dd-9c87-ba3fed624e22 "Instance" >> >> works fine (

Re: [Openstack] HELP: All instances automatically rebooted.

2012-08-30 Thread Alessandro Tagliapietra
Try to disable • # start_guests_on_host_boot=false in nova.conf, if nova-compute dies it doesn't means that the hypervisor is death. Il giorno 28/ago/2012, alle ore 04:42, Sam Su ha scritto: > Thanks for your guys help! > I guess this problem may be caused by nova packages auto upgrad

Re: [Openstack] DHCP and kernel > 3.2

2012-09-09 Thread Alessandro Tagliapietra
this affects the versions you're working with. > > On Wed, Sep 5, 2012 at 10:41 AM, Anton Haldin > wrote: > > I have the same issue ( kernel 3.5 , guest vm cannot get response from > > dnsmasq ) > > > > > > On Fri, Aug 10, 2012 at 7:08 AM, Lorin Ho

[Openstack] Server increasing load due increasing processes in D state

2013-02-25 Thread Alessandro Tagliapietra
://pastebin.com/raw.php?i=LGGzGrWu http://pastie.org/pastes/6332964/text http://pastie.org/pastes/6332979/text The hdd is a soft-raid1 over 2 disks, which SMART values are fine. Commands like lsof, strace on a D process doesn't return. Any idea on what could be the cause? Thanks in adv

Re: [Openstack] Server increasing load due increasing processes in D state

2013-02-25 Thread Alessandro Tagliapietra
r/bin/python2.7"..., 4096) = 18 stat("/proc/1227/exe", {st_mode=S_IFREG|0755, st_size=2989480, ...}) = 0 open("/proc/1227/maps", O_RDONLY) = 4 read(4, Could it be a memory issue? Actually I cannot run the memory test, maybe tomorrow. Just to know if someone else had the s