Re: [Openstack] FlatDHCP or not to FlatDHCP

2013-06-19 Thread Dmitry Makovey
and let us know. thank you for getting back to me on this. At least I know now which way to dig. Thanks! -- Dmitry Makovey Web Systems Administrator Athabasca University (780) 675-6245 --- Confidence is what you have before you understand the problem Woody Allen When in trouble when in doubt run

Re: [Openstack] FlatDHCP or not to FlatDHCP

2013-06-18 Thread Dmitry Makovey
in real life. Devil is in the details and for example what does it mean that eth0 on controller node (and compute node) has 10.1.0.0/16 IP and 203.0.113.0/24 IP? How do you configure that for it to work? -- Dmitry Makovey Web Systems Administrator Athabasca University (780) 675-6245 --- Confidence

[Openstack] FlatDHCP or not to FlatDHCP

2013-06-17 Thread Dmitry Makovey
| +--++++ | 972b73d2-0e4b-4f61-907a-f0aeb5d5f974 | demorhel67 | ACTIVE | privatenet=10.0.0.4, 192.168.1.3| ... Is there some reasonably thorough walk-through on FlatDHCP setup for a similar scenario? -- Dmitry Makovey Web Systems Administrator Athabasca University (780) 675-6245

Re: [Openstack] moving glance service

2013-05-03 Thread Dmitry Makovey
Hi, Nova does not get  the glance endpoint from keystone, this is a parameter in nova.conf : either glance_host + glance_port or glance_api_servers Hope this helps. It sure did! Thank you. I'm puzzled though why do we have the same information replicated in bazillion places? We've got

Re: [Openstack] moving glance service

2013-05-02 Thread Dmitry Makovey
now that I'm at the office - here's the error I'm getting following my original instructions: 2013-05-02 14:06:46 10310 TRACE nova.api.openstack CommunicationError: Error communicating with http://10.10.10.1:9292 [Errno 111] ECONNREFUSED 2013-05-02 14:06:46 10310 TRACE nova.api.openstack 

Re: [Openstack] Multinode setup? [SOLVED]

2013-05-01 Thread Dmitry Makovey
For completeness sake here's what I ended up doing to resolve my ongoing issues with second Cinder node: we're dealing with RHEL6.x here with Folsom from EPEL. For simplification of things both iptables and SELinux were dropped into permissive mode on both nodes (which I will be bringing back

[Openstack] moving glance service

2013-05-01 Thread Dmitry Makovey
Hi, after playing a bit with all-in-one setup I'm slowly moving services out to dedicated nodes. Got my Cinders sorted etc. However trying to move glance it seems that old glance endpoint gets cached someplace thus when I plug in new endpoint and remove old one I get all kinds of errors about

Re: [Openstack] Multinode setup?

2013-04-23 Thread Dmitry Makovey
to be relevant to me (most have something to do with glance and volume-to-image transition ?). From: Dmitry Makovey dmako...@yahoo.com To: Dmitry Makovey dmako...@yahoo.com; Daniels Cai danx...@gmail.com Cc: openstack@lists.launchpad.net openstack

Re: [Openstack] Multinode setup?

2013-04-22 Thread Dmitry Makovey
...@gmail.com To: Dmitry Makovey dmako...@yahoo.com Cc: Dmitry Mescheryakov dmescherya...@mirantis.com; openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Friday, April 19, 2013 6:21 PM Subject: Re: [Openstack] Multinode setup? hi Dmitry Cinder service is not managed by nova-manage

Re: [Openstack] Multinode setup?

2013-04-22 Thread Dmitry Makovey
it be because some endpoints are defined as localhost? I've added non-127.0.0.0/8 entries for most pertinent endpoints (keystone, cinder*) but I wonder if I need something else as well? Does OpenStack take issue with multiple endpoints defined? From: Dmitry Makovey

Re: [Openstack] Multinode setup?

2013-04-19 Thread Dmitry Makovey
that mean I have to run Qpid on secondary as well? From: Dmitry Makovey dmako...@yahoo.com To: dmescherya...@mirantis.com dmescherya...@mirantis.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Thursday, April 18, 2013 10:37 PM Subject: Re

Re: [Openstack] Multinode setup?

2013-04-19 Thread Dmitry Makovey
)  From: Dmitry Mescheryakov dmescherya...@mirantis.com To: Dmitry Makovey dmako...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Friday, April 19, 2013 11:41 AM Subject: Re: [Openstack] Multinode setup? Did you try running nova-manage

[Openstack] Multinode setup?

2013-04-18 Thread Dmitry Makovey
Hi, I am trying to set up multinode OpenStack implementation - multiple cinder nodes and multiple nova nodes. Is there a good information on multinode setups? I think I've got close to proper implementation (manual setup) but can't find any info on how to confirm whether this setup actually