Re: [Openstack] Network configuration for single node Openstack install.

2013-07-19 Thread Logan McNaughton
I'll give it a go. For starters, your management network would actually be 10.0.0.0/8, not 10.3.7.0/8. /8 means that only the first octet is significant for the network portion. You'd need to make it a /24 network if you want 10.3.7.0 (/24 is perfectly fine for that address by the way).

Re: [Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Logan McNaughton
I think these are the 3 best options for an automated OpenStack install: RDO (Packstack), supports RHEL, CentOS, Fedora. MAAS/Juju, supports Ubuntu. Mirantis Fuel, supports RHEL/CentOS for now, they say Ubuntu support is coming. Try all 3 if you can. Fuel was just recently open sourced and has

Re: [Openstack] Host OS CentOS 6.4 or Ubuntu 12.04

2013-07-12 Thread Logan McNaughton
Honestly a lot of it has to do with personal preference, or what your organization is comfortable with. As far as guests go, CentOS has no official guest images (qcow2/raw). Ubuntu has very good official images. So does Red Hat but those aren't free. As far as ease to deploy, Ubuntu's recommend

Re: [Openstack] Making networking decision on new OpenStack install

2013-03-23 Thread Logan McNaughton
The Quantum administration guide: http://docs.openstack.org/folsom/openstack-network/admin/content/ That is your best bet. It's very thorough and covers both installation, and administration. It also goes over a number of example scenarios. Nova-network still works well for a single flat

[Openstack] OpenStack HA Guide

2013-03-18 Thread Logan McNaughton
I don't believe the High Availability guide is accessible from docs.openstack.org. I only know how to get to it from Google, shouldn't there be a link to it on docs.openstack.org like the rest of the documentation? ___ Mailing list:

Re: [Openstack] [COMMUNITY] The path to Ask OpenStack

2013-03-18 Thread Logan McNaughton
For starters, I love this idea! I've been among my questions here on the mailing list, but mailing lists aren't the most convenient for new users. I'm really looking forward to this tagging off. Second, I'm not sure if you're aware, the links on the very bottom of the page are all broken, they

Re: [Openstack] question on the GRE Communication

2013-03-14 Thread Logan McNaughton
to understand how the magic happens for tunneling. Regards, Arumon On Tue, Mar 12, 2013 at 6:23 PM, Logan McNaughton lo...@bacoosta.comwrote: For Quantum GRE tunneling, the network node and compute nodes need a NIC on your data network. You assign each of those NIC's an IP (for instance

[Openstack] Endpoint question

2013-03-14 Thread Logan McNaughton
I have a question on service endpoints. I've read that Horizon depends quite heavily on them, and a misconfiguration there can really mess things up. My question is, does the endpoint need to be compatible with Horizon? For instance, as of Grizzly, Keystone will support /v2.0 and /v3 Nova will

Re: [Openstack] question on the GRE Communication

2013-03-12 Thread Logan McNaughton
For Quantum GRE tunneling, the network node and compute nodes need a NIC on your data network. You assign each of those NIC's an IP (for instance, 192.168.1.1-3). Then (assuming you are using openvswitch with GRE tunneling) you set up your quantum configs. Look at the Quantum administration guide

Re: [Openstack] Network node needed?

2013-03-11 Thread Logan McNaughton
No it's not needed, you just run quantum-server, the L3 agent, the DHCP agent, and the plugin agent (probably open vSwitch) all on the controller. You'll just need to plan out which NICs you'll use for what purpose and setup accordingly. As a side note, you'll also need to run the plugin agent on

[Openstack] Cinder volume as root in Grizzly?

2013-03-11 Thread Logan McNaughton
Will Grizzly support specifying an empty Cinder volume as an instance's root device? Right now you need to setup the volume before hand and you can boot from volume. But will there be support similar to AWS EBS-backed instances in Grizzly? ___ Mailing

Re: [Openstack] Cinder volume as root in Grizzly?

2013-03-11 Thread Logan McNaughton
--block-device-mapping vda=snap-id:snap:size:True You cannot currently pass an image id and get a volume backed instance. It requires two steps cinder create --image-id=image-id nova boot --block-device-mapping vda=vol-id Vish On Mar 11, 2013, at 6:24 AM, Logan McNaughton lo...@bacoosta.com

Re: [Openstack] Configuring More-than-One Cinder Node

2013-03-11 Thread Logan McNaughton
You'll want to look here: http://docs.openstack.org/trunk/openstack-ha/content/s-cinder-api.html You'll need to basically create a virtual IP and load balance between the nodes running cinder-api and cinder-scheduler. If you want multiple nodes running cinder-volume, you can add them regularly,

Re: [Openstack] Agent out of sync with plugin!

2013-03-11 Thread Logan McNaughton
It looks like it's a time sync error. Are you using NTP on all your nodes? On Mar 11, 2013 6:14 PM, Greg Chavez greg.cha...@gmail.com wrote: So I'm setting up Folsom on Ubuntu 12.10, using the Github Folsom Install Guide:

Re: [Openstack] Glance with S3 backend

2013-03-07 Thread Logan McNaughton
...@momentumsi.comwrote: On Mar 7, 2013, at 1:37 PM, Logan McNaughton lo...@bacoosta.com wrote: PS: I know the goal of the Operations Guide was to finish it in 5 days, but there are a lot of typos and grammatical errors...maybe 7 days next time? It's a living document, and it was produced

[Openstack] Use a running ESXi hypervisor

2013-02-15 Thread Logan McNaughton
I'm sorry if this question has been asked before: Is it possible to add an already running ESXi hypervisor (with live VM's) into OpenStack? For instance if I start a VM on ESX and install and configure nova-compute, can the running VM's somehow be imported into OpenStack without disruption?

Re: [Openstack] Getting the 2012.2.3 release in Ubuntu

2013-02-12 Thread Logan McNaughton
) Cheers Silvan Am 11.02.2013 um 21:48 schrieb Logan McNaughton lo...@bacoosta.com: Hi, I've added the Ubuntu Cloud Archive to my apt sources, however it looks like the latest release there is 2012.2.1. How can I get the latest 2012.2.3 release in Ubuntu 12.04

Re: [Openstack] Horizon Keystone Endpoint Issue

2013-02-12 Thread Logan McNaughton
I've had this problem before, in my experience it's not a problem with keystone, it's a problem with nova (by the looks of the traceback). I believe it's a bug in Horizon because you'll find a lot of people with this issue if you Google it. I don't have an answer on how to fix it, other than don't

[Openstack] Getting the 2012.2.3 release in Ubuntu

2013-02-11 Thread Logan McNaughton
Hi, I've added the Ubuntu Cloud Archive to my apt sources, however it looks like the latest release there is 2012.2.1. How can I get the latest 2012.2.3 release in Ubuntu 12.04? ___ Mailing list: https://launchpad.net/~openstack Post to :