h6w | Yes, exactly. 2012.2.3-0ubuntu2.1~cloud0 | 00:00 |
---|---|---|
h6w | Thanks. I think it's simpler than that, tho. | 00:02 |
*** freedomhui has joined #openstack | 00:02 | |
h6w | I'm just running the command out of Chapter 9 of the Folsom install guide. | 00:02 |
h6w | Using the cirros image with no volume. | 00:02 |
*** dstanek has quit IRC | 00:03 | |
evxd | 0G root and ephemeral? | 00:03 |
*** evanjfraser has quit IRC | 00:04 | |
h6w | You've lost me. nova boot --flavor 2 --image <imageID> --key_name <keyname> --security_group default cirros | 00:04 |
h6w | I presume no volume means 0G root? | 00:05 |
*** miurahr has joined #openstack | 00:05 | |
*** etank has joined #openstack | 00:06 | |
*** StarBeast has joined #openstack | 00:06 | |
h6w | oic, yes, ephemeral. | 00:07 |
evxd | h6w: not necessarily. try booting a flavor w/ a 0G root disk. i'm pretty sure you're running into this bug: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1182624 | 00:07 |
evxd | flavor 1 might be 0/0 | 00:07 |
evxd | which should work | 00:07 |
h6w | Hmmm, "Instance type's disk is too small for requested image." | 00:08 |
*** bostonmikea has joined #openstack | 00:08 | |
h6w | ...that was on flavor 1. | 00:08 |
h6w | http://ix.io/5OY | 00:10 |
*** StarBeast has quit IRC | 00:11 | |
* h6w is loving ix (Thanks Apsu`! :-D) | 00:11 | |
evxd | h6w: weird. it might be something else then. was there anything in the nova-compute logs? | 00:11 |
Apsu` | h6w: You bet | 00:11 |
*** bostonmikea has quit IRC | 00:12 | |
*** majeff has quit IRC | 00:13 | |
h6w | http://ix.io/5OZ | 00:13 |
*** jjmb has joined #openstack | 00:14 | |
evxd | h6w: yeah, that's the same error from the bug which I linked to. | 00:14 |
h6w | Oh really? How weird! | 00:14 |
h6w | So if I pin it back to a previous revision, then it should work? | 00:15 |
evxd | well, it currently affects all Folsom installs, so not _too_ weird :) | 00:15 |
evxd | of that version, so yes... pinning will work | 00:15 |
*** adjohn has joined #openstack | 00:16 | |
h6w | Do you know which version still works? | 00:16 |
evxd | any previous version is not subject to that bug | 00:16 |
h6w | Cool. I'll try that. Thanks! :-D | 00:17 |
*** Shmouel`away is now known as Shmouel | 00:18 | |
*** adjohn has quit IRC | 00:21 | |
h6w | Bugger. Can't seem to roll back novncproxy. | 00:22 |
*** miurahr has quit IRC | 00:22 | |
h6w | Only the current version is available. | 00:23 |
h6w | And I meant weird that it got into the repository with a bug that fails in the "install guide" environment. | 00:25 |
*** jpfuentes2 has joined #openstack | 00:26 | |
*** Tross has quit IRC | 00:27 | |
*** sthaha has joined #openstack | 00:27 | |
*** sthaha has quit IRC | 00:27 | |
*** sthaha has joined #openstack | 00:27 | |
*** disposable has quit IRC | 00:28 | |
*** miurahr has joined #openstack | 00:29 | |
evxd | well, you can try using the patch in that bug report to fix it on the latest version. it's a pretty simple fix. | 00:30 |
*** AndyW has joined #openstack | 00:32 | |
*** disposable has joined #openstack | 00:33 | |
*** freedomhui has quit IRC | 00:34 | |
*** acabrera has joined #openstack | 00:38 | |
h6w | Yeah. Moving one line back 5. Very simple. Might do that instead. :-) | 00:39 |
*** Tross has joined #openstack | 00:40 | |
*** acabrera_ has joined #openstack | 00:40 | |
*** acabrera has quit IRC | 00:43 | |
*** acabrera_ is now known as acabrera | 00:43 | |
*** miurahr has quit IRC | 00:43 | |
*** Tross has quit IRC | 00:43 | |
*** CaptTofu has quit IRC | 00:43 | |
evxd | h6w: be sure to restart the nova-compute service after you patch | 00:43 |
*** CaptTofu has joined #openstack | 00:43 | |
*** gdubreui has quit IRC | 00:45 | |
*** dstanek has joined #openstack | 00:46 | |
*** jhurlbert has joined #openstack | 00:46 | |
*** jhurlbert has quit IRC | 00:49 | |
*** danblack has quit IRC | 00:51 | |
*** terriyu is now known as nothung | 00:53 | |
*** nothung is now known as terriyu | 00:55 | |
h6w | Yay! :-D | 00:56 |
*** danblack has joined #openstack | 00:57 | |
h6w | Now I just need to work out why the VM is not getting an IP from my external server. | 00:58 |
h6w | Should a VM's connection turn up in ovs-vsctl show? | 00:58 |
h6w | http://ix.io/5P5 | 00:59 |
h6w | I kinda expected to see an interface added in either the br-tun or br-eth1 bridges. | 00:59 |
h6w | Hmmm, ok. cirros doesn't appear to have a ethernet card enabled. | 01:01 |
*** zirpu has left #openstack | 01:01 | |
h6w | I only get "lo" in /sys/class/net | 01:01 |
*** arif-ali has quit IRC | 01:02 | |
*** dstanek has quit IRC | 01:04 | |
*** terriyu has quit IRC | 01:04 | |
*** terriyu has joined #openstack | 01:04 | |
*** terriyu has quit IRC | 01:05 | |
h6w | It's apparently been allocated a connection on two networks, tho. | 01:07 |
*** mkouhei has joined #openstack | 01:09 | |
*** HenryG has quit IRC | 01:12 | |
*** bostonmikea has joined #openstack | 01:12 | |
h6w | And the VM thinks that it exists, because "/etc/init.d/S40network start" says "interface eth0 already configured" | 01:12 |
h6w | But it doesn't turn up in "ip a". :-| | 01:12 |
*** ayoung has quit IRC | 01:13 | |
*** freedomhui has joined #openstack | 01:14 | |
*** ben_duyujie has quit IRC | 01:17 | |
*** ben_duyujie has joined #openstack | 01:18 | |
*** bostonmikea has quit IRC | 01:19 | |
*** majeff has joined #openstack | 01:20 | |
*** ben_duyujie has quit IRC | 01:24 | |
*** nphase has quit IRC | 01:24 | |
*** gdubreui has joined #openstack | 01:26 | |
Apsu` | h6w: Try "ip l" | 01:29 |
hugokuo | hola | 01:29 |
h6w | Apsu`: nope. :-( Still only 1: lo: .... | 01:31 |
h6w | 8139 mod is loaded correctly. | 01:31 |
h6w | As well as ne2k_pci and e1000 | 01:31 |
*** ben_duyujie has joined #openstack | 01:32 | |
h6w | Should I be seeing it anywhere in ovs-vsctl? According to horizon, it was allocated an id and mac, but I don't see that anywhere on the host. | 01:32 |
Apsu` | h6w: Might be using virtio, which requires the virtio_net module. | 01:33 |
Apsu` | (in the guest) | 01:33 |
h6w | Module virtio_net, not found. :-( This is the default cirros image from the Folsom install guide, which I thought would have the right stuff. | 01:34 |
*** erkules_ has joined #openstack | 01:34 | |
h6w | Can you suggest a working image that might have it? | 01:35 |
Apsu` | Might be builtin. | 01:36 |
Apsu` | It should indeed have what's required. | 01:36 |
*** erkules has quit IRC | 01:37 | |
*** yaguang has joined #openstack | 01:37 | |
*** ben_duyujie has quit IRC | 01:38 | |
*** miclorb has quit IRC | 01:39 | |
*** kevein has joined #openstack | 01:41 | |
*** majeff has quit IRC | 01:44 | |
*** erkules_ has quit IRC | 01:45 | |
*** erkules_ has joined #openstack | 01:46 | |
*** erkules_ has quit IRC | 01:46 | |
*** erkules_ has joined #openstack | 01:46 | |
*** mkollaro has quit IRC | 01:47 | |
*** tn8or has quit IRC | 01:47 | |
*** tn8or has joined #openstack | 01:48 | |
*** krphop has quit IRC | 01:48 | |
*** ryanpetrello has joined #openstack | 01:50 | |
*** chandankumar has joined #openstack | 01:51 | |
*** acabrera has quit IRC | 01:51 | |
*** hackoo has joined #openstack | 01:52 | |
hackoo | Hi Apache logs are consuming all the disk space. Is it safe to remove them ? | 01:53 |
hackoo | I also need to change logging to info | 01:53 |
*** krphop has joined #openstack | 01:53 | |
h6w | Your apache logs should be compressed by logrotate, so you should be able to delete just the older ones and save the newer ones. | 01:54 |
h6w | But yes, in theory, logs are just logs until you need to look at them. ;-) | 01:54 |
*** okrieg1 has joined #openstack | 01:56 | |
*** hackoo has quit IRC | 01:57 | |
*** nphase has joined #openstack | 01:57 | |
*** miclorb has joined #openstack | 01:58 | |
*** nphase has quit IRC | 01:58 | |
*** nphase has joined #openstack | 01:58 | |
*** bing_bu has joined #openstack | 01:59 | |
*** MarkAtwood has joined #openstack | 02:00 | |
*** MarkAtwood has quit IRC | 02:00 | |
*** MarkAtwood has joined #openstack | 02:00 | |
*** miclorb has quit IRC | 02:02 | |
*** nphase has quit IRC | 02:02 | |
*** Tross has joined #openstack | 02:03 | |
*** dstanek has joined #openstack | 02:04 | |
*** zeus has joined #openstack | 02:05 | |
*** zerick has joined #openstack | 02:06 | |
*** nphase has joined #openstack | 02:07 | |
*** dstanek has quit IRC | 02:08 | |
zerick | Hi, I have a problem trying to install trought Packstack, after installing whenI go to the dashboard I got the page "Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator." | 02:09 |
*** Keith_Pawson has joined #openstack | 02:10 | |
*** nphase has quit IRC | 02:12 | |
*** zerick has quit IRC | 02:14 | |
*** nphase has joined #openstack | 02:15 | |
*** nphase has joined #openstack | 02:15 | |
*** comay has quit IRC | 02:15 | |
*** ryanpetrello has quit IRC | 02:16 | |
*** nphase has quit IRC | 02:19 | |
*** comay has joined #openstack | 02:20 | |
*** dcramer_ has joined #openstack | 02:24 | |
*** vkmc has quit IRC | 02:27 | |
*** dcramer_ has quit IRC | 02:27 | |
*** danblack has quit IRC | 02:30 | |
*** huan has joined #openstack | 02:30 | |
*** evanjfraser has joined #openstack | 02:32 | |
*** danblack has joined #openstack | 02:34 | |
*** nphase has joined #openstack | 02:35 | |
*** nphase has joined #openstack | 02:35 | |
*** miclorb has joined #openstack | 02:38 | |
*** lfazio has quit IRC | 02:39 | |
*** ahasenack has quit IRC | 02:39 | |
*** rcleere has joined #openstack | 02:39 | |
*** nphase has quit IRC | 02:42 | |
*** evanjfraser_ has joined #openstack | 02:43 | |
*** zeus has quit IRC | 02:44 | |
*** mkouhei has quit IRC | 02:45 | |
*** jcoufal has joined #openstack | 02:46 | |
*** evanjfraser has quit IRC | 02:46 | |
*** KyleMacDonald has joined #openstack | 02:47 | |
*** redlocal has joined #openstack | 02:47 | |
*** jkienitz has joined #openstack | 02:47 | |
*** noslzzp has quit IRC | 02:47 | |
*** KyleMacDonald has quit IRC | 02:49 | |
*** mkouhei has joined #openstack | 02:51 | |
*** Tross has quit IRC | 02:52 | |
*** danblack has quit IRC | 02:56 | |
*** jopz has joined #openstack | 02:57 | |
jopz | hello | 02:57 |
*** bg579111619 has joined #openstack | 02:57 | |
*** bg579111619 has left #openstack | 02:57 | |
jopz | is it possible to assign floating ip's for multiple tenants in openstack | 02:58 |
*** Dharmit has joined #openstack | 03:00 | |
*** chandankumar has quit IRC | 03:01 | |
*** okrieg1 has quit IRC | 03:02 | |
*** soleblaze has quit IRC | 03:04 | |
*** dstanek has joined #openstack | 03:04 | |
*** Keith_Pawson has quit IRC | 03:05 | |
*** soleblaze has joined #openstack | 03:06 | |
*** MarkAtwood has quit IRC | 03:06 | |
*** dstanek has quit IRC | 03:09 | |
*** engkur has joined #openstack | 03:10 | |
*** kaushikc has joined #openstack | 03:12 | |
*** benoitc has quit IRC | 03:13 | |
*** redlocal has quit IRC | 03:13 | |
*** redlocal has joined #openstack | 03:14 | |
*** arun has joined #openstack | 03:14 | |
*** arun has joined #openstack | 03:14 | |
*** Vacuity has quit IRC | 03:14 | |
*** Vacuity has joined #openstack | 03:16 | |
*** benoitc has joined #openstack | 03:16 | |
*** aruntomar has joined #openstack | 03:20 | |
*** ladquin is now known as ladquin_away | 03:23 | |
*** miclorb has quit IRC | 03:25 | |
*** koolhead17 has joined #openstack | 03:27 | |
*** CaptTofu has quit IRC | 03:34 | |
*** CaptTofu has joined #openstack | 03:34 | |
*** RabidCicada has quit IRC | 03:40 | |
*** freedomhu has joined #openstack | 03:41 | |
*** afazekas has joined #openstack | 03:42 | |
*** martine has joined #openstack | 03:42 | |
*** KyleMacDonald has joined #openstack | 03:43 | |
*** freedomhui has quit IRC | 03:43 | |
*** terriyu has joined #openstack | 03:44 | |
*** TheSphinX^ has joined #openstack | 03:45 | |
*** koolhead17 has quit IRC | 03:47 | |
*** freedomhui has joined #openstack | 03:47 | |
*** biggestchops has quit IRC | 03:47 | |
*** anticw_ has quit IRC | 03:48 | |
*** anticw has joined #openstack | 03:48 | |
*** TheSphinX_ has quit IRC | 03:48 | |
*** freedomhu has quit IRC | 03:49 | |
*** bostonmikea has joined #openstack | 03:52 | |
*** sthaha has quit IRC | 03:54 | |
*** sthaha has joined #openstack | 03:55 | |
*** sthaha has joined #openstack | 03:55 | |
*** evanjfraser has joined #openstack | 03:56 | |
*** bostonmikea has quit IRC | 03:57 | |
*** SergeyLukjanov has joined #openstack | 03:57 | |
*** evanjfraser_ has quit IRC | 03:58 | |
*** evanjfraser_ has joined #openstack | 03:59 | |
*** koolhead17 has joined #openstack | 03:59 | |
*** jopz has quit IRC | 04:00 | |
*** pmathews has joined #openstack | 04:00 | |
*** sthaha has quit IRC | 04:01 | |
*** evanjfraser has quit IRC | 04:02 | |
*** okrieg1 has joined #openstack | 04:02 | |
*** _baba_ has quit IRC | 04:05 | |
*** tux_ has quit IRC | 04:05 | |
*** dstanek has joined #openstack | 04:05 | |
*** okrieg1 has quit IRC | 04:08 | |
*** dstanek has quit IRC | 04:10 | |
*** jcoufal has quit IRC | 04:12 | |
*** tux_ has joined #openstack | 04:12 | |
*** jpfuentes2 has quit IRC | 04:17 | |
*** Aarti has joined #openstack | 04:17 | |
*** martine has quit IRC | 04:18 | |
*** corXi has joined #openstack | 04:19 | |
*** rostam has quit IRC | 04:20 | |
*** garyk has joined #openstack | 04:20 | |
*** pmathews has quit IRC | 04:21 | |
*** rostam has joined #openstack | 04:22 | |
*** responsiPaul has quit IRC | 04:23 | |
*** responsiPaul has joined #openstack | 04:23 | |
*** martine has joined #openstack | 04:26 | |
*** miclorb has joined #openstack | 04:27 | |
*** gdubreui has quit IRC | 04:28 | |
*** majeff has joined #openstack | 04:35 | |
*** jcoufal has joined #openstack | 04:37 | |
*** garyk has quit IRC | 04:37 | |
*** jcoufal has quit IRC | 04:38 | |
*** sld-away is now known as sld | 04:38 | |
*** jcoufal has joined #openstack | 04:38 | |
*** freedomhui has quit IRC | 04:43 | |
*** aeperezt has quit IRC | 04:46 | |
*** souvik has joined #openstack | 04:49 | |
*** krypto has joined #openstack | 04:53 | |
*** bostonmikea has joined #openstack | 04:55 | |
*** Tross has joined #openstack | 04:57 | |
*** adjohn has joined #openstack | 04:58 | |
*** majeff has quit IRC | 04:59 | |
*** tux_ has quit IRC | 05:01 | |
*** bostonmikea has quit IRC | 05:02 | |
*** okrieg1 has joined #openstack | 05:05 | |
*** adjohn has quit IRC | 05:08 | |
*** KyleMacDonald has quit IRC | 05:08 | |
*** melmoth has joined #openstack | 05:08 | |
*** adjohn has joined #openstack | 05:09 | |
*** okrieg1 has quit IRC | 05:10 | |
*** evanjfraser_ has quit IRC | 05:10 | |
*** adjohn has quit IRC | 05:11 | |
*** sandywalsh has joined #openstack | 05:12 | |
*** martine has quit IRC | 05:12 | |
*** xBsd has joined #openstack | 05:14 | |
*** martine has joined #openstack | 05:17 | |
*** psedlak has joined #openstack | 05:19 | |
*** navid has joined #openstack | 05:21 | |
*** adhi_outlined has joined #openstack | 05:28 | |
adhi_outlined | hi | 05:28 |
adhi_outlined | does anyone can help to inform link tutor how to make XCP 1.6 as hypervisor in openstack ? | 05:29 |
*** markpeek has quit IRC | 05:33 | |
*** gdubreui has joined #openstack | 05:36 | |
*** osphy has joined #openstack | 05:38 | |
*** martine has quit IRC | 05:39 | |
*** SergeyLukjanov has quit IRC | 05:40 | |
*** Ile has joined #openstack | 05:42 | |
*** Ile is now known as ile^^ | 05:42 | |
*** tualatrix has joined #openstack | 05:43 | |
*** pvankouteren has joined #openstack | 05:49 | |
*** vartom3 has joined #openstack | 05:55 | |
*** miurahr has joined #openstack | 05:55 | |
*** perlstein_ has quit IRC | 05:56 | |
*** garyk has joined #openstack | 05:59 | |
*** bostonmikea has joined #openstack | 05:59 | |
*** freedomhui has joined #openstack | 06:00 | |
*** Dharmit has quit IRC | 06:02 | |
*** xBsd has quit IRC | 06:03 | |
*** tualatrix has quit IRC | 06:03 | |
*** StarBeast has joined #openstack | 06:03 | |
*** ondergetekende has joined #openstack | 06:04 | |
*** eglynn has joined #openstack | 06:05 | |
*** w00die has joined #openstack | 06:05 | |
*** okrieg1 has joined #openstack | 06:05 | |
*** bostonmikea has quit IRC | 06:06 | |
*** ijw has quit IRC | 06:07 | |
*** ijw has joined #openstack | 06:08 | |
*** navid has left #openstack | 06:08 | |
*** vlad_starkov has joined #openstack | 06:09 | |
*** eglynn has quit IRC | 06:09 | |
*** mrunge has joined #openstack | 06:10 | |
*** okrieg1 has quit IRC | 06:10 | |
*** miclorb has quit IRC | 06:12 | |
*** radsy has quit IRC | 06:12 | |
*** koolhead17 has quit IRC | 06:14 | |
*** chrissco_ has joined #openstack | 06:14 | |
*** xBsd has joined #openstack | 06:14 | |
*** miclorb has joined #openstack | 06:15 | |
*** linuxfreck has joined #openstack | 06:15 | |
*** lynxman_ is now known as lynxman | 06:19 | |
*** lynxman has joined #openstack | 06:19 | |
*** dorftrottel has joined #openstack | 06:21 | |
*** comay has quit IRC | 06:22 | |
*** guigui1 has joined #openstack | 06:22 | |
*** junaid has joined #openstack | 06:22 | |
*** JuniperJaxx is now known as aRecluse | 06:23 | |
*** adjohn has joined #openstack | 06:23 | |
*** majeff has joined #openstack | 06:25 | |
*** Dharmit has joined #openstack | 06:25 | |
*** adjohn_ has joined #openstack | 06:27 | |
*** adjohn_ has quit IRC | 06:28 | |
*** adjohn has quit IRC | 06:28 | |
*** devvesa has joined #openstack | 06:28 | |
*** navid has joined #openstack | 06:28 | |
*** osphy has quit IRC | 06:29 | |
*** jaimef has quit IRC | 06:29 | |
*** marun has quit IRC | 06:31 | |
*** jaimef has joined #openstack | 06:32 | |
*** miurahr has quit IRC | 06:33 | |
*** miurahr has joined #openstack | 06:36 | |
*** marun has joined #openstack | 06:36 | |
*** vlad_starkov has quit IRC | 06:38 | |
*** xBsd has quit IRC | 06:38 | |
*** vlad_starkov has joined #openstack | 06:38 | |
*** eglynn has joined #openstack | 06:38 | |
*** vlad_starkov has quit IRC | 06:41 | |
*** vlad_sta_ has joined #openstack | 06:42 | |
*** miurahr has quit IRC | 06:43 | |
*** redlocal has quit IRC | 06:43 | |
*** tualatrix has joined #openstack | 06:45 | |
*** eglynn has quit IRC | 06:48 | |
*** psedlak has quit IRC | 06:50 | |
*** msgodf has joined #openstack | 06:52 | |
*** Dr{Who} has joined #openstack | 06:52 | |
*** Dr{Wh0} has quit IRC | 06:53 | |
*** adhi_outlined has quit IRC | 06:54 | |
*** RM_ has joined #openstack | 06:55 | |
*** pnavarro has joined #openstack | 06:56 | |
*** RM_ has quit IRC | 06:57 | |
*** RM_ has joined #openstack | 06:57 | |
*** adhi_outlined has joined #openstack | 06:57 | |
*** ifarkas has joined #openstack | 07:02 | |
*** henrynash has joined #openstack | 07:02 | |
*** w00die has quit IRC | 07:03 | |
*** jprovazn has joined #openstack | 07:04 | |
*** jtomasek has joined #openstack | 07:05 | |
*** okrieg1 has joined #openstack | 07:06 | |
*** bostonmikea has joined #openstack | 07:06 | |
*** IlyaE has quit IRC | 07:07 | |
*** xBsd has joined #openstack | 07:08 | |
*** dstanek has joined #openstack | 07:08 | |
*** psedlak has joined #openstack | 07:09 | |
*** okrieg1 has quit IRC | 07:10 | |
*** odyssey4me9 has joined #openstack | 07:10 | |
*** bostonmikea has quit IRC | 07:11 | |
*** egallen has joined #openstack | 07:12 | |
*** vartom3 has quit IRC | 07:12 | |
*** anande has joined #openstack | 07:12 | |
*** dstanek has quit IRC | 07:13 | |
hugokuo | Does anyone in Taiwan? | 07:14 |
*** BjoernC has joined #openstack | 07:14 | |
*** baba has joined #openstack | 07:14 | |
*** Dharmit has quit IRC | 07:17 | |
*** derekh has joined #openstack | 07:17 | |
*** Dharmit has joined #openstack | 07:17 | |
*** derekh has quit IRC | 07:17 | |
*** jodok has joined #openstack | 07:17 | |
*** jodok has joined #openstack | 07:17 | |
*** mkollaro has joined #openstack | 07:18 | |
*** AnilV4 has quit IRC | 07:18 | |
*** Dady has joined #openstack | 07:18 | |
*** texarcana has quit IRC | 07:20 | |
*** biggestchops has joined #openstack | 07:20 | |
*** morazi has joined #openstack | 07:21 | |
*** texarcana has joined #openstack | 07:21 | |
*** stbenjam has quit IRC | 07:24 | |
*** stbenjam has joined #openstack | 07:25 | |
*** AnilV4 has joined #openstack | 07:25 | |
*** simon-AS559 has joined #openstack | 07:26 | |
*** simon-AS5591 has joined #openstack | 07:28 | |
*** seshagiri_ has joined #openstack | 07:28 | |
*** seshagiri has quit IRC | 07:28 | |
*** simon-AS559 has quit IRC | 07:28 | |
*** mkouhei has quit IRC | 07:29 | |
*** erkules_ is now known as erkules | 07:32 | |
*** vartom3 has joined #openstack | 07:34 | |
*** eschnou has joined #openstack | 07:36 | |
*** chandankumar has joined #openstack | 07:37 | |
*** adjohn has joined #openstack | 07:37 | |
*** martianixor has joined #openstack | 07:37 | |
*** fsimonce has joined #openstack | 07:38 | |
*** chandankumar has quit IRC | 07:41 | |
*** chandankumar has joined #openstack | 07:43 | |
*** longeek has joined #openstack | 07:44 | |
*** pixelbeat has joined #openstack | 07:44 | |
*** pantea has joined #openstack | 07:45 | |
*** odyssey4me9 has quit IRC | 07:45 | |
*** odyssey4me10 has joined #openstack | 07:45 | |
*** SergeyLukjanov has joined #openstack | 07:47 | |
*** adjohn has quit IRC | 07:47 | |
*** redphaser has joined #openstack | 07:47 | |
*** miclorb has quit IRC | 07:49 | |
*** afazekas has quit IRC | 07:50 | |
*** mmcardle has quit IRC | 07:51 | |
*** egallen has quit IRC | 07:51 | |
*** odyssey4me11 has joined #openstack | 07:51 | |
*** odyssey4me10 has quit IRC | 07:51 | |
*** sthaha has joined #openstack | 07:53 | |
*** sthaha has quit IRC | 07:53 | |
*** sthaha has joined #openstack | 07:53 | |
*** perlstein_ has joined #openstack | 07:53 | |
*** ryanpetrello has joined #openstack | 07:54 | |
*** hewbrocca has joined #openstack | 07:55 | |
*** mmagr has joined #openstack | 07:55 | |
*** bbcmicrocomputer has joined #openstack | 07:58 | |
*** bbcmicrocomputer has joined #openstack | 07:58 | |
*** StarBeast has quit IRC | 07:59 | |
*** alekibango has quit IRC | 08:00 | |
*** pvankouteren has quit IRC | 08:03 | |
krypto | Is it possible to assign public ip to a tenant so that vm on that tenant will always get that ip address | 08:04 |
*** redphaser has quit IRC | 08:05 | |
*** redphaser has joined #openstack | 08:05 | |
*** pvankouteren has joined #openstack | 08:06 | |
*** jpich has joined #openstack | 08:06 | |
*** okrieg1 has joined #openstack | 08:06 | |
*** grizzle has quit IRC | 08:08 | |
*** giulivo has joined #openstack | 08:09 | |
*** Vacuity has quit IRC | 08:10 | |
*** Vacuity has joined #openstack | 08:10 | |
*** evanjfraser has joined #openstack | 08:10 | |
*** bostonmikea has joined #openstack | 08:11 | |
*** okrieg1 has quit IRC | 08:11 | |
*** chrissco_ has quit IRC | 08:13 | |
*** bostonmikea has quit IRC | 08:18 | |
*** evanjfraser has quit IRC | 08:18 | |
*** chandankumar has quit IRC | 08:19 | |
*** BobBall has joined #openstack | 08:20 | |
rkeene | "nova-manage service list" on my "dashboard" node only shows the dashboard node and the scheduler "binary", and not my compute nodes | 08:20 |
rkeene | From what I can tell everything is configured correctly | 08:21 |
*** afazekas has joined #openstack | 08:21 | |
rkeene | "nova-manage service list" on my "compute" nodes shows only that compute node and the compute, network, and cert "binary"s | 08:22 |
*** wajiii has quit IRC | 08:23 | |
*** sushils has joined #openstack | 08:24 | |
*** StarBeast has joined #openstack | 08:24 | |
*** derekh has joined #openstack | 08:25 | |
*** zoresvit has joined #openstack | 08:29 | |
*** jgallard has joined #openstack | 08:29 | |
*** sayan has joined #openstack | 08:29 | |
*** ctlaugh has quit IRC | 08:29 | |
*** eglynn has joined #openstack | 08:29 | |
*** KyleMacDonald has joined #openstack | 08:30 | |
*** xyj has joined #openstack | 08:30 | |
*** johnthetubaguy has joined #openstack | 08:31 | |
*** wajiii-afk has joined #openstack | 08:32 | |
*** beagles has quit IRC | 08:32 | |
*** wajiii-afk is now known as wajiii | 08:32 | |
*** naaw has quit IRC | 08:34 | |
*** beagles has joined #openstack | 08:35 | |
*** ctlaugh has joined #openstack | 08:35 | |
*** chandankumar has joined #openstack | 08:35 | |
*** atrius_ has quit IRC | 08:36 | |
*** Staples84 has joined #openstack | 08:37 | |
*** dmi|afk is now known as dmi | 08:37 | |
*** gdubreui has quit IRC | 08:37 | |
*** johnthetubaguy1 has joined #openstack | 08:37 | |
*** atrius_ has joined #openstack | 08:38 | |
*** johnthetubaguy has quit IRC | 08:39 | |
*** BjoernC has quit IRC | 08:39 | |
*** GusM has joined #openstack | 08:39 | |
*** vrturbo has joined #openstack | 08:41 | |
*** henrynash has joined #openstack | 08:42 | |
*** adjohn has joined #openstack | 08:43 | |
*** martyntaylor has joined #openstack | 08:47 | |
*** adjohn has quit IRC | 08:47 | |
*** pixelbeat has quit IRC | 08:48 | |
*** vlad_sta_ has quit IRC | 08:48 | |
*** vlad_starkov has joined #openstack | 08:49 | |
*** Tross has quit IRC | 08:52 | |
*** vlad_sta_ has joined #openstack | 08:53 | |
*** Pensu has joined #openstack | 08:53 | |
*** psedlak has quit IRC | 08:54 | |
Pensu | I am trying to install openstack on Fedora 18 usng devstack and I am getting the error "Invalid openstack nova credentials".........what am I doing wrong? | 08:55 |
*** redphaser has quit IRC | 08:56 | |
*** pokoli has joined #openstack | 08:56 | |
*** vlad_starkov has quit IRC | 08:56 | |
*** redphaser has joined #openstack | 08:57 | |
*** ProfFalk1n has left #openstack | 08:58 | |
*** majeff1 has joined #openstack | 08:59 | |
*** pantea has quit IRC | 08:59 | |
*** ade_b has joined #openstack | 08:59 | |
*** ade_b has joined #openstack | 08:59 | |
*** majeff has quit IRC | 08:59 | |
*** souvik has quit IRC | 09:00 | |
*** AnilV4 has quit IRC | 09:00 | |
*** ctlaugh has quit IRC | 09:01 | |
*** seshagiri has joined #openstack | 09:01 | |
*** seshagiri_ has quit IRC | 09:02 | |
*** slid3rd has joined #openstack | 09:02 | |
*** AnilV4 has joined #openstack | 09:03 | |
*** aspiers_ has joined #openstack | 09:05 | |
*** okrieg1 has joined #openstack | 09:07 | |
*** ctlaugh has joined #openstack | 09:07 | |
*** yigyugtuygkuy has joined #openstack | 09:09 | |
*** bing_bu has quit IRC | 09:09 | |
*** yigyugtuygkuy has left #openstack | 09:09 | |
*** dstanek has joined #openstack | 09:09 | |
*** pixelbeat has joined #openstack | 09:11 | |
*** okrieg1 has quit IRC | 09:12 | |
*** baba has quit IRC | 09:13 | |
*** Pensu has quit IRC | 09:13 | |
*** dstanek has quit IRC | 09:14 | |
*** chandankumar has quit IRC | 09:14 | |
*** hewbrocca has quit IRC | 09:16 | |
*** samc_ has joined #openstack | 09:16 | |
*** bostonmikea has joined #openstack | 09:16 | |
*** pantea has joined #openstack | 09:17 | |
*** dcasier_ has joined #openstack | 09:19 | |
*** edgeuplink has joined #openstack | 09:20 | |
*** jodok has quit IRC | 09:21 | |
*** jodok has joined #openstack | 09:22 | |
*** bostonmikea has quit IRC | 09:23 | |
*** navid has quit IRC | 09:25 | |
*** navid has joined #openstack | 09:26 | |
*** samc_ has quit IRC | 09:27 | |
*** samc_ has joined #openstack | 09:27 | |
*** junaid has quit IRC | 09:28 | |
*** Shmouel has quit IRC | 09:28 | |
*** Shmouel`away has joined #openstack | 09:29 | |
*** majeff1 has quit IRC | 09:29 | |
*** mkollaro has quit IRC | 09:29 | |
*** KyleMacDonald has quit IRC | 09:29 | |
vrturbo | Can you still get Nicira's network virtualization platform after the whole vmware thing? | 09:30 |
*** huan has quit IRC | 09:31 | |
*** xBsd has quit IRC | 09:32 | |
*** macdomat has joined #openstack | 09:33 | |
*** engkur has quit IRC | 09:33 | |
*** pantea has quit IRC | 09:34 | |
*** macdomat has quit IRC | 09:35 | |
*** egallen has joined #openstack | 09:36 | |
*** martianixor has quit IRC | 09:37 | |
*** msavy has joined #openstack | 09:39 | |
*** macdomat has joined #openstack | 09:39 | |
ekarlso | vrturbo: who knows | 09:40 |
*** majeff has joined #openstack | 09:41 | |
ersi | VMWare, I bet. | 09:42 |
*** macdomat has quit IRC | 09:42 | |
*** redphaser has left #openstack | 09:42 | |
*** adjohn has joined #openstack | 09:44 | |
*** MarkAtwood has joined #openstack | 09:46 | |
agh | Please, I need to understand : is it yes or no, possible to use security groups with Quantum, OpenvSwitch and allow_overlapping_ips=True ? | 09:46 |
*** junaid has joined #openstack | 09:46 | |
*** sayan has quit IRC | 09:46 | |
*** acathrow has joined #openstack | 09:46 | |
*** asksol has quit IRC | 09:48 | |
*** macdomat has joined #openstack | 09:49 | |
*** adjohn has quit IRC | 09:49 | |
*** pantea has joined #openstack | 09:50 | |
*** DaveJ__ has joined #openstack | 09:50 | |
*** xBsd has joined #openstack | 09:50 | |
*** zooz has joined #openstack | 09:51 | |
*** pnavarro has quit IRC | 09:51 | |
shang | hi all, where can I find the OpenStack Design summit presentation slides? Is it all available on slideshare? I don't see many presentations there | 09:52 |
BobBall | shang: much of the design summit was driven by etherpad rather than slideware; where slides were used they are often linked from the etherpads: https://wiki.openstack.org/wiki/Summit/Havana/Etherpads | 09:52 |
vrturbo | Anyone know the benefits or ryu over normal ovs with quantum gre? | 09:52 |
*** ryanpetrello has quit IRC | 09:53 | |
*** mkollaro has joined #openstack | 09:56 | |
shang | BobBall: mainly, I am looking for the slides for: http://www.openstack.org/summit/portland-2013/session-videos/?day=1 | 09:57 |
*** asksol has joined #openstack | 09:58 | |
BobBall | that wasn't from the "design summit" but rather the "user" portion of the summit. I'm not sure where or whether slides are available for those. | 09:58 |
shang | I see. | 10:00 |
*** asksol has joined #openstack | 10:03 | |
*** pvankouteren has quit IRC | 10:03 | |
*** pvankouteren_ has joined #openstack | 10:03 | |
*** longeek has quit IRC | 10:05 | |
*** kevein has quit IRC | 10:07 | |
*** okrieg1 has joined #openstack | 10:07 | |
*** okrieg1 has quit IRC | 10:12 | |
johnthetubaguy1 | shang: I think there are videos for some of the user bits of the summit | 10:12 |
*** johnthetubaguy1 is now known as johnthetubaguy | 10:12 | |
johnthetubaguy | ah, gotcha | 10:13 |
johnthetubaguy | some people put their slides of slideshare.net and similar, its worth a quick look | 10:14 |
*** bbcmicrocomputer has quit IRC | 10:15 | |
*** baba has joined #openstack | 10:17 | |
*** usimchoni has joined #openstack | 10:18 | |
*** usimchoni has left #openstack | 10:19 | |
shang | johnthetubaguy: yeah, I like the VMware/Nicira presentation, but can't find it on slidesahre | 10:19 |
*** bostonmikea has joined #openstack | 10:20 | |
*** tmclaugh[lap] has quit IRC | 10:21 | |
johnthetubaguy | shang: doh, its worth mailing the presenter, they might be able to send it to you/upload it | 10:21 |
*** navid_ has joined #openstack | 10:21 | |
shang | johnthetubaguy: yup, agree. | 10:21 |
*** pnavarro has joined #openstack | 10:22 | |
*** egallen has quit IRC | 10:23 | |
*** navid has quit IRC | 10:23 | |
*** bbcmicrocomputer has joined #openstack | 10:24 | |
*** bbcmicrocomputer has joined #openstack | 10:24 | |
*** Staples84 has quit IRC | 10:25 | |
*** bostonmikea has quit IRC | 10:27 | |
*** xBsd has quit IRC | 10:27 | |
*** tualatrix has quit IRC | 10:29 | |
*** GusM has quit IRC | 10:29 | |
*** cdub has quit IRC | 10:29 | |
*** simon_lucy has joined #openstack | 10:29 | |
*** cdub has joined #openstack | 10:29 | |
*** jodok has quit IRC | 10:30 | |
*** xBsd has joined #openstack | 10:30 | |
*** xBsd has quit IRC | 10:30 | |
*** simon-AS5591 has quit IRC | 10:31 | |
*** simon-AS559 has joined #openstack | 10:31 | |
*** simon-AS5591 has joined #openstack | 10:32 | |
*** simon-AS559 has quit IRC | 10:32 | |
*** yaguang has quit IRC | 10:32 | |
*** simon-AS5591 has quit IRC | 10:33 | |
*** simon-AS559 has joined #openstack | 10:33 | |
*** AnilV4 has quit IRC | 10:35 | |
*** xyj has quit IRC | 10:37 | |
*** simon-AS559 has quit IRC | 10:37 | |
*** AnilV4 has joined #openstack | 10:38 | |
*** kaushikc has quit IRC | 10:39 | |
*** majeff has quit IRC | 10:40 | |
*** portante has quit IRC | 10:44 | |
*** aspiers_ has quit IRC | 10:44 | |
*** aspiers has joined #openstack | 10:45 | |
*** adjohn has joined #openstack | 10:46 | |
*** adjohn has quit IRC | 10:51 | |
*** adhi_outlined has quit IRC | 10:55 | |
*** GusM has joined #openstack | 10:57 | |
*** MarkAtwood has quit IRC | 10:58 | |
*** sayan has joined #openstack | 10:59 | |
*** baba has quit IRC | 10:59 | |
*** jahkeup has joined #openstack | 11:00 | |
*** Jahkeup_ has joined #openstack | 11:00 | |
*** kseifried has quit IRC | 11:00 | |
*** kseifried has joined #openstack | 11:01 | |
*** kseifried has joined #openstack | 11:01 | |
*** msavy has quit IRC | 11:02 | |
*** majeff has joined #openstack | 11:02 | |
*** chasmo has quit IRC | 11:05 | |
*** BjoernC has joined #openstack | 11:05 | |
*** okrieg1 has joined #openstack | 11:08 | |
*** rkukura has quit IRC | 11:10 | |
*** odyssey4me11 has quit IRC | 11:11 | |
*** freedomhui has quit IRC | 11:12 | |
*** johnthetubaguy has quit IRC | 11:12 | |
*** okrieg1 has quit IRC | 11:13 | |
*** johnthetubaguy has joined #openstack | 11:15 | |
*** jgallard has quit IRC | 11:20 | |
*** jgallard has joined #openstack | 11:21 | |
*** bostonmikea has joined #openstack | 11:25 | |
*** eglynn is now known as hungry-eglynn | 11:25 | |
*** AnilV4 has quit IRC | 11:27 | |
*** Jahkeup_ has quit IRC | 11:29 | |
*** Harry51S has joined #openstack | 11:31 | |
*** chandankumar has joined #openstack | 11:31 | |
*** verdurin has quit IRC | 11:31 | |
*** GusM has quit IRC | 11:32 | |
*** litong has joined #openstack | 11:32 | |
*** bostonmikea has quit IRC | 11:33 | |
*** verdurin has joined #openstack | 11:35 | |
*** dstanek has joined #openstack | 11:36 | |
*** ujjain has joined #openstack | 11:38 | |
*** jodok has joined #openstack | 11:38 | |
*** jodok has joined #openstack | 11:38 | |
*** GusM has joined #openstack | 11:39 | |
*** benoitc has quit IRC | 11:40 | |
*** junaid has quit IRC | 11:40 | |
*** nphase has joined #openstack | 11:41 | |
*** mavestinus is now known as pn | 11:43 | |
*** pn has joined #openstack | 11:43 | |
*** odyssey4me11 has joined #openstack | 11:43 | |
*** GusM has quit IRC | 11:43 | |
*** benoitc has joined #openstack | 11:44 | |
*** msavy has joined #openstack | 11:44 | |
*** dstanek has quit IRC | 11:44 | |
*** aspiers has quit IRC | 11:44 | |
*** tmclaugh[work] has joined #openstack | 11:44 | |
*** GusM has joined #openstack | 11:45 | |
*** Jahkeup_ has joined #openstack | 11:46 | |
*** adjohn has joined #openstack | 11:48 | |
*** Deoan has joined #openstack | 11:49 | |
*** ffio has joined #openstack | 11:50 | |
*** odyssey4me11 has quit IRC | 11:51 | |
*** odyssey4me11 has joined #openstack | 11:51 | |
*** gdubreui has joined #openstack | 11:52 | |
*** junaid has joined #openstack | 11:52 | |
*** miclorb has joined #openstack | 11:53 | |
*** adjohn has quit IRC | 11:53 | |
*** afazekas has quit IRC | 11:57 | |
*** asksol has quit IRC | 11:58 | |
*** asksol has joined #openstack | 11:58 | |
*** Miciah has joined #openstack | 11:58 | |
*** miclorb has quit IRC | 11:58 | |
*** AnilV4 has joined #openstack | 11:59 | |
*** kaushikc has joined #openstack | 11:59 | |
*** psedlak has joined #openstack | 11:59 | |
*** psedlak has quit IRC | 11:59 | |
*** psedlak has joined #openstack | 12:01 | |
*** pvankouteren_ has quit IRC | 12:02 | |
*** nphase has quit IRC | 12:02 | |
*** troubadour has joined #openstack | 12:03 | |
*** noslzzp has joined #openstack | 12:03 | |
troubadour | Hi guys | 12:03 |
*** pvankouteren has joined #openstack | 12:04 | |
*** ahasenack has joined #openstack | 12:04 | |
*** junaid has quit IRC | 12:05 | |
troubadour | i just installed OpenStack Grizzly. I have a problem during the vm instanciation. After the ip assigment, i found in my vm log: | 12:05 |
troubadour | 20130528 12:05:29,391 util.py[WARNING]: 'http://169.254.169.254/20090404/metadata/instanceid' failed [0/120s]: http error [500] | 12:05 |
troubadour | Any idea to correct this issue ? | 12:06 |
*** simon-AS559 has joined #openstack | 12:07 | |
*** xBsd has joined #openstack | 12:07 | |
*** hungry-eglynn is now known as eglynn | 12:08 | |
*** simon-AS5591 has joined #openstack | 12:08 | |
*** grizzle has joined #openstack | 12:08 | |
*** chasmo has joined #openstack | 12:08 | |
*** dhanasekaran has quit IRC | 12:08 | |
*** dhanasekaran has joined #openstack | 12:09 | |
*** freedomhui has joined #openstack | 12:09 | |
*** lborda has joined #openstack | 12:09 | |
*** martine has joined #openstack | 12:09 | |
*** Skaag has quit IRC | 12:10 | |
*** vkmc has joined #openstack | 12:10 | |
*** vkmc has quit IRC | 12:10 | |
*** vkmc has joined #openstack | 12:10 | |
*** Skaag has joined #openstack | 12:10 | |
*** simon-AS559 has quit IRC | 12:12 | |
*** odyssey4me11 is now known as odyssey4me | 12:12 | |
*** majeff has quit IRC | 12:14 | |
*** arun has quit IRC | 12:15 | |
*** ile^^ has quit IRC | 12:16 | |
*** drewlander has joined #openstack | 12:17 | |
*** arif-ali has joined #openstack | 12:18 | |
*** adalbas has joined #openstack | 12:18 | |
*** geordish_ is now known as geordish | 12:20 | |
*** chandankumar has quit IRC | 12:22 | |
*** simon-AS5591 has quit IRC | 12:25 | |
*** simon-AS559 has joined #openstack | 12:25 | |
*** chandankumar` has joined #openstack | 12:26 | |
*** jpfuentes2 has joined #openstack | 12:29 | |
*** arun has joined #openstack | 12:30 | |
*** simon-AS559 has quit IRC | 12:30 | |
*** moos3 has joined #openstack | 12:30 | |
*** souvik has joined #openstack | 12:31 | |
*** sandywalsh has quit IRC | 12:33 | |
*** Tross has joined #openstack | 12:34 | |
*** simon-AS559 has joined #openstack | 12:35 | |
*** simon-AS5591 has joined #openstack | 12:36 | |
*** arif-ali has quit IRC | 12:38 | |
*** vrturbo has quit IRC | 12:38 | |
*** simon-AS559 has quit IRC | 12:39 | |
*** CaptTofu has quit IRC | 12:40 | |
*** CaptTofu has joined #openstack | 12:40 | |
*** dhellmann has joined #openstack | 12:42 | |
*** dhellmann is now known as dhellmann-away | 12:42 | |
*** wbx_ has joined #openstack | 12:43 | |
*** tkammer has joined #openstack | 12:45 | |
*** goldyfruit has joined #openstack | 12:46 | |
*** sandywalsh has joined #openstack | 12:46 | |
*** msavy has quit IRC | 12:47 | |
*** joecascio has joined #openstack | 12:48 | |
*** aliguori has joined #openstack | 12:49 | |
*** jgallard has quit IRC | 12:49 | |
*** jgallard has joined #openstack | 12:50 | |
*** jmh_ has joined #openstack | 12:50 | |
*** adjohn has joined #openstack | 12:50 | |
*** macdomat has quit IRC | 12:51 | |
*** alunch has quit IRC | 12:52 | |
*** kbringard has joined #openstack | 12:53 | |
*** rahul_sharma has joined #openstack | 12:53 | |
*** macdomat has joined #openstack | 12:53 | |
rahul_sharma | http://networkstatic.net/openstack-essex-scripted-installation-on-ubuntu-12-04-part-1/ following this but not able to http://networkstatic.net/openstack-essex-scripted-installation-on-ubuntu-12-04-part-1/ | 12:53 |
rahul_sharma | ssh -i demo.pem ubuntu@10.1.0.x | 12:53 |
*** eharney has quit IRC | 12:54 | |
*** arun has quit IRC | 12:55 | |
*** marrusl has joined #openstack | 12:55 | |
*** Trixboxer has joined #openstack | 12:55 | |
*** RabidCicada has joined #openstack | 12:56 | |
*** adjohn has quit IRC | 12:56 | |
rahul_sharma | http://networkstatic.net/openstack-essex-scripted-installation-on-ubuntu-12-04-part-1/ following this but not able to ssh -i demo.pem ubuntu@10.1.0.x | 12:56 |
rahul_sharma | getting error no route to host | 12:56 |
*** rnorwood2 has quit IRC | 12:56 | |
*** okrieg1 has joined #openstack | 12:56 | |
*** jgallard has quit IRC | 12:58 | |
*** jgallard has joined #openstack | 12:59 | |
*** jkienitz has quit IRC | 12:59 | |
*** jkienitz has joined #openstack | 13:01 | |
*** KLevenstein has joined #openstack | 13:01 | |
*** xBsd has quit IRC | 13:01 | |
*** yocum has joined #openstack | 13:02 | |
*** simon_lucy_ has joined #openstack | 13:03 | |
*** jtomasek has quit IRC | 13:03 | |
*** aspiers has joined #openstack | 13:03 | |
*** jgallard has quit IRC | 13:03 | |
*** simon_lucy__ has joined #openstack | 13:04 | |
*** simon_lucy has quit IRC | 13:04 | |
*** simon_lucy__ is now known as simon_lucy | 13:04 | |
*** jgallard has joined #openstack | 13:04 | |
*** verdurin has quit IRC | 13:04 | |
*** simon_lucy_ has quit IRC | 13:07 | |
*** jcoufal has quit IRC | 13:07 | |
*** jtomasek has joined #openstack | 13:07 | |
*** jtomasek has quit IRC | 13:07 | |
*** jtomasek has joined #openstack | 13:07 | |
*** verdurin has joined #openstack | 13:07 | |
*** bostonmikea has joined #openstack | 13:08 | |
*** xBsd has joined #openstack | 13:08 | |
*** vkmc has quit IRC | 13:09 | |
*** bknudson has joined #openstack | 13:10 | |
*** aspiers has quit IRC | 13:10 | |
*** ffio_ has joined #openstack | 13:11 | |
*** alunduil has quit IRC | 13:11 | |
*** edleafe has joined #openstack | 13:11 | |
*** ffio has quit IRC | 13:12 | |
*** spideyman has joined #openstack | 13:12 | |
*** chandankumar` has quit IRC | 13:13 | |
*** simon-AS5591 has quit IRC | 13:15 | |
*** alunch has joined #openstack | 13:15 | |
*** simon-AS559 has joined #openstack | 13:15 | |
*** ashp has joined #openstack | 13:15 | |
*** cppcabrera has joined #openstack | 13:16 | |
*** kaushikc1 has joined #openstack | 13:16 | |
*** cppcabrera has left #openstack | 13:16 | |
*** jcarter has joined #openstack | 13:16 | |
*** krtaylor has quit IRC | 13:17 | |
rahul_sharma | http://networkstatic.net/openstack-essex-scripted-installation-on-ubuntu-12-04-part-1/ following this but not able to ssh -i demo.pem ubuntu@10.1.0.x getting error no route to host , can you please help me on this issue | 13:17 |
*** kaushikc has quit IRC | 13:17 | |
ashp | Hey guys, I managed to (attempt) to fire up my first instance but it immediately dropped to ERROR. When I look at nova logs I can see it constantly failing with "Timeout while waiting on RPC response." | 13:17 |
ashp | I don't really know what I'm doing, so I'm not sure where to even start troubleshooting. | 13:17 |
*** CaptTofu has quit IRC | 13:17 | |
sld | ashp: do you have either rabbit or qpid running? | 13:17 |
sld | ashp: and what other details can you get from the logs? | 13:18 |
ashp | qpidd is running, rabbit isn't | 13:18 |
sld | k, it would be either one or the other, not both. :) | 13:18 |
*** simon-AS559 has quit IRC | 13:18 | |
*** CaptTofu has joined #openstack | 13:18 | |
sld | can you see any connections in netstat? | 13:18 |
*** msavy has joined #openstack | 13:18 | |
*** kaushikc1 has quit IRC | 13:18 | |
*** souvik has quit IRC | 13:19 | |
*** majeff has joined #openstack | 13:19 | |
ashp | does qpidd run on 5672 normally? | 13:19 |
*** CaptTofu has quit IRC | 13:19 | |
*** CaptTofu has joined #openstack | 13:19 | |
*** rahul_sharma has quit IRC | 13:19 | |
ashp | if so I see a bunch of connections to it | 13:20 |
*** bostonmikea has quit IRC | 13:20 | |
ashp | plus I was able to log in, import an image, make keypairs, etc, I'd think if qpidd was down I'd be in bigger trouble, right? | 13:20 |
*** redbeard2 has quit IRC | 13:20 | |
*** ayoung has joined #openstack | 13:20 | |
*** kaushikc has joined #openstack | 13:20 | |
sld | correct. | 13:20 |
*** jfluhmann has quit IRC | 13:20 | |
sld | just looking at what would give a REALLY REALLY fast drop to an error state. | 13:21 |
sld | anything else in the nova log? ...the scheduler log? ..etc? | 13:21 |
ashp | will check the rest! | 13:21 |
sld | k | 13:22 |
*** michchap has quit IRC | 13:22 | |
agh | Please, I need to understand : is it yes or no, possible to use security groups with Quantum, OpenvSwitch and allow_overlapping_ips=True ? | 13:23 |
*** ffio_ has quit IRC | 13:25 | |
*** jasondotstar has joined #openstack | 13:26 | |
*** jgallard has quit IRC | 13:26 | |
*** vartom3 has quit IRC | 13:27 | |
*** simon_lucy_ has joined #openstack | 13:27 | |
*** jgallard has joined #openstack | 13:27 | |
*** afazekas has joined #openstack | 13:27 | |
*** eharney has joined #openstack | 13:28 | |
*** MrRoot has joined #openstack | 13:28 | |
*** blackboxsw has joined #openstack | 13:28 | |
*** engkur has joined #openstack | 13:28 | |
*** simon_lucy has quit IRC | 13:28 | |
*** bostonmikea has joined #openstack | 13:28 | |
*** simon_lucy_ is now known as simon_lucy | 13:28 | |
ashp | sld: Can't find anything but these nova errors http://pastebin.com/JeiaEGgW | 13:29 |
*** kaushikc has quit IRC | 13:29 | |
*** jecarey has joined #openstack | 13:30 | |
*** kaushikc has joined #openstack | 13:30 | |
*** mkollaro has quit IRC | 13:30 | |
*** pfreund has joined #openstack | 13:30 | |
*** julianwa has quit IRC | 13:31 | |
*** simon-AS559 has joined #openstack | 13:31 | |
*** simon-AS5591 has joined #openstack | 13:32 | |
*** yocum has quit IRC | 13:32 | |
*** simon-AS559 has quit IRC | 13:33 | |
*** Dharmit has quit IRC | 13:33 | |
sld | ashp: aside from the obvious timeout errors you have there that don't give much detail... it does amqp... possibly restart qpid to see if it helps. | 13:33 |
sld | i need to run now... sorry... | 13:34 |
*** sld is now known as sld-away | 13:34 | |
*** aspiers has joined #openstack | 13:34 | |
*** yocum has joined #openstack | 13:35 | |
*** ondergetekende has quit IRC | 13:35 | |
*** kaushikc has quit IRC | 13:36 | |
*** ryanpetrello has joined #openstack | 13:38 | |
*** gdubreui has quit IRC | 13:38 | |
*** rcleere has quit IRC | 13:40 | |
ashp | Hmm, post restart of qpidd: | 13:40 |
ashp | 2013-05-28 13:39:57.494 10599 ERROR nova.openstack.common.rpc.impl_qpid [-] Failed to declare consumer for topic '6e733384a6b2405e8019c24ac0d334cd': connection aborted | 13:40 |
ashp | that's probably bad. | 13:40 |
*** portante has joined #openstack | 13:40 | |
*** backjlack has quit IRC | 13:41 | |
*** ryanpetrello has quit IRC | 13:41 | |
*** aspiers has quit IRC | 13:42 | |
*** devvesa has quit IRC | 13:43 | |
*** eglynn has quit IRC | 13:43 | |
*** freedomhu has joined #openstack | 13:44 | |
*** freedomhui has quit IRC | 13:44 | |
*** eglynn has joined #openstack | 13:44 | |
*** tkammer has quit IRC | 13:44 | |
*** jkienitz has quit IRC | 13:45 | |
*** engkur has quit IRC | 13:46 | |
*** IlyaE has joined #openstack | 13:46 | |
*** radez_g0n3 is now known as radez | 13:46 | |
*** rkukura has joined #openstack | 13:46 | |
*** mdomsch has joined #openstack | 13:47 | |
ashp | Hmm, restarting nova-conductor and then nova-compute fixed it | 13:47 |
*** backjlack has joined #openstack | 13:48 | |
*** aspiers has joined #openstack | 13:48 | |
*** jergerber has joined #openstack | 13:48 | |
*** tkammer has joined #openstack | 13:49 | |
*** tkammer has quit IRC | 13:49 | |
*** markpeek has joined #openstack | 13:51 | |
*** adjohn has joined #openstack | 13:52 | |
*** blamar has joined #openstack | 13:52 | |
*** michchap has joined #openstack | 13:53 | |
*** matiu has quit IRC | 13:53 | |
*** chrismaul has joined #openstack | 13:53 | |
*** sayan has quit IRC | 13:54 | |
*** shap_ has joined #openstack | 13:54 | |
*** shap_ has left #openstack | 13:55 | |
*** shap_ has joined #openstack | 13:55 | |
*** flask11 has quit IRC | 13:55 | |
*** egallen has joined #openstack | 13:57 | |
*** adjohn has quit IRC | 13:57 | |
*** JuanDRay has joined #openstack | 13:58 | |
*** sandywalsh has quit IRC | 13:59 | |
*** jfarschman has joined #openstack | 14:00 | |
*** KyleMacDonald has joined #openstack | 14:01 | |
*** shap_ has quit IRC | 14:01 | |
*** alunduil has joined #openstack | 14:02 | |
*** ryanpetrello has joined #openstack | 14:02 | |
*** ryanpetrello has quit IRC | 14:03 | |
*** networkstatic has quit IRC | 14:03 | |
*** networkstatic has joined #openstack | 14:03 | |
*** acabrera has joined #openstack | 14:03 | |
*** michchap has quit IRC | 14:03 | |
kbringard | anyone familiar with the quantum l3_agent pacemaker agent? | 14:03 |
*** devvesa has joined #openstack | 14:03 | |
kbringard | Madkiss… I'm looking at you ;-) | 14:03 |
*** zeus` has joined #openstack | 14:05 | |
*** jWhiskey has joined #openstack | 14:06 | |
*** acabrera_ has joined #openstack | 14:06 | |
*** engkur has joined #openstack | 14:07 | |
*** JuanDRay has quit IRC | 14:08 | |
*** acabrera has quit IRC | 14:09 | |
*** acabrera_ is now known as acabrera | 14:09 | |
*** ryanpetrello has joined #openstack | 14:09 | |
*** UICTamale has joined #openstack | 14:10 | |
*** ryanpetrello has quit IRC | 14:10 | |
*** robbiew has joined #openstack | 14:10 | |
*** victor_lowther has joined #openstack | 14:11 | |
*** aspiers has quit IRC | 14:11 | |
*** dhellmann has joined #openstack | 14:14 | |
*** udagawa_ has joined #openstack | 14:14 | |
*** jkburges1 has joined #openstack | 14:14 | |
*** tommy__ has joined #openstack | 14:14 | |
*** Deoan_ has joined #openstack | 14:14 | |
*** KLevenstein1 has joined #openstack | 14:15 | |
*** kbringard1 has joined #openstack | 14:15 | |
*** sandywalsh has joined #openstack | 14:15 | |
*** bruges_ has joined #openstack | 14:15 | |
*** dorftrottel has quit IRC | 14:16 | |
*** hashfail_ has joined #openstack | 14:16 | |
*** egallen_ has joined #openstack | 14:16 | |
*** optiz0r_ has joined #openstack | 14:16 | |
*** xBytez has joined #openstack | 14:16 | |
*** saschpe_ has joined #openstack | 14:16 | |
*** batlogg has joined #openstack | 14:16 | |
*** batlogg has joined #openstack | 14:16 | |
*** jayne has quit IRC | 14:17 | |
*** hashfail has quit IRC | 14:17 | |
*** dhellmann-away has quit IRC | 14:17 | |
*** souvik has joined #openstack | 14:17 | |
*** ninkotech__ has joined #openstack | 14:17 | |
*** jayne| has joined #openstack | 14:17 | |
*** Xigam has quit IRC | 14:17 | |
*** ninkotech has quit IRC | 14:17 | |
*** redbeard2 has joined #openstack | 14:17 | |
*** optiz0r has quit IRC | 14:17 | |
*** SergeyLu_ has joined #openstack | 14:17 | |
*** dhellmann has quit IRC | 14:17 | |
*** egallen has quit IRC | 14:17 | |
*** backjlack has quit IRC | 14:17 | |
*** egallen_ is now known as egallen | 14:17 | |
*** jdaggett has joined #openstack | 14:17 | |
*** backjlack_ has joined #openstack | 14:17 | |
*** calston_ has joined #openstack | 14:17 | |
*** KLevenstein has quit IRC | 14:18 | |
*** kbringard has quit IRC | 14:18 | |
*** aliguori has quit IRC | 14:18 | |
*** lborda has quit IRC | 14:18 | |
*** Deoan has quit IRC | 14:18 | |
*** jodok has quit IRC | 14:18 | |
*** bbcmicrocomputer has quit IRC | 14:18 | |
*** beagles has quit IRC | 14:18 | |
*** derekh has quit IRC | 14:18 | |
*** batlogg is now known as jodok | 14:18 | |
*** SergeyLukjanov has quit IRC | 14:18 | |
*** anande has quit IRC | 14:18 | |
*** tn8or has quit IRC | 14:18 | |
*** luckylittle has quit IRC | 14:18 | |
*** calston has quit IRC | 14:18 | |
*** udagawa has quit IRC | 14:18 | |
*** markkropf has quit IRC | 14:18 | |
*** bruges has quit IRC | 14:18 | |
*** saschpe has quit IRC | 14:18 | |
*** aXs__ has quit IRC | 14:18 | |
*** sifusam has quit IRC | 14:18 | |
*** dansmith has quit IRC | 14:18 | |
*** chmouel has quit IRC | 14:18 | |
*** ohadlevy has quit IRC | 14:18 | |
*** Goatbert has quit IRC | 14:18 | |
*** ogelbukh has quit IRC | 14:18 | |
*** Dieterbe has quit IRC | 14:18 | |
*** fcoj has quit IRC | 14:18 | |
*** ORerik_ has quit IRC | 14:18 | |
*** kwadronaut has quit IRC | 14:18 | |
*** vmesons has quit IRC | 14:18 | |
*** sridhar has quit IRC | 14:18 | |
*** halfie has quit IRC | 14:18 | |
*** guerremdq has quit IRC | 14:18 | |
*** Dieterbe_ has joined #openstack | 14:18 | |
*** fcoj_ has joined #openstack | 14:18 | |
*** beagles` has joined #openstack | 14:18 | |
*** bbcmicrocomputer has joined #openstack | 14:18 | |
*** _sifusam_ has joined #openstack | 14:18 | |
*** aliguori_ has joined #openstack | 14:18 | |
*** ohadlevy_ has joined #openstack | 14:18 | |
*** markkropf has joined #openstack | 14:18 | |
*** aXs__ has joined #openstack | 14:18 | |
*** anande has joined #openstack | 14:18 | |
*** kwadronaut has joined #openstack | 14:18 | |
*** kwadronaut has quit IRC | 14:18 | |
*** kwadronaut has joined #openstack | 14:18 | |
*** dhellmann has joined #openstack | 14:18 | |
*** bbcmicrocomputer has quit IRC | 14:18 | |
*** bbcmicrocomputer has joined #openstack | 14:18 | |
*** ogelbukh1 has joined #openstack | 14:18 | |
*** derekh has joined #openstack | 14:18 | |
*** lborda_ has joined #openstack | 14:18 | |
*** sridhar_ has joined #openstack | 14:18 | |
*** guerremdq has joined #openstack | 14:18 | |
*** ohadlevy_ is now known as ohadlevy | 14:18 | |
*** ohadlevy has joined #openstack | 14:18 | |
*** luckylittle has joined #openstack | 14:18 | |
*** ORerik has joined #openstack | 14:18 | |
*** Goatbert has joined #openstack | 14:18 | |
*** halfie has joined #openstack | 14:18 | |
*** backjlack has joined #openstack | 14:19 | |
*** chmouel has joined #openstack | 14:19 | |
*** vmeson has joined #openstack | 14:19 | |
*** dansmith has joined #openstack | 14:20 | |
*** bostonmikea has quit IRC | 14:20 | |
*** RM_ has quit IRC | 14:20 | |
*** bostonmikea has joined #openstack | 14:21 | |
*** sandywalsh has quit IRC | 14:21 | |
*** aeperezt has joined #openstack | 14:21 | |
*** touch has joined #openstack | 14:22 | |
*** UICTamale has quit IRC | 14:22 | |
*** touch has quit IRC | 14:22 | |
*** bostonmikea has quit IRC | 14:22 | |
*** monst has joined #openstack | 14:22 | |
*** bostonmikea has joined #openstack | 14:22 | |
*** JuanDRay has joined #openstack | 14:22 | |
*** amccabe has quit IRC | 14:23 | |
*** UICTamale has joined #openstack | 14:24 | |
*** fnaval has joined #openstack | 14:24 | |
*** ranjan has joined #openstack | 14:25 | |
*** esheffield has joined #openstack | 14:25 | |
ranjan | Hi All, I am new to openstack and now just installed Grizzly on 3 VM's | 14:26 |
ranjan | Followed the basic installation guide in openstack.org | 14:26 |
*** nphase has joined #openstack | 14:28 | |
*** anande has quit IRC | 14:29 | |
*** michchap has joined #openstack | 14:29 | |
*** ladquin_away is now known as ladquin | 14:29 | |
*** xBsd has quit IRC | 14:29 | |
*** aspiers has joined #openstack | 14:29 | |
*** afazekas has quit IRC | 14:29 | |
*** jcoufal has joined #openstack | 14:30 | |
*** nphase__ has joined #openstack | 14:30 | |
*** michchap_ has joined #openstack | 14:30 | |
*** jtomasek has quit IRC | 14:31 | |
*** jfluhmann has joined #openstack | 14:31 | |
*** jnoller has joined #openstack | 14:31 | |
*** michcha__ has joined #openstack | 14:32 | |
*** morazi has quit IRC | 14:33 | |
krypto | Is quantum act as a centralized flow controller,will openvswitch communicates with quantum/flow controller for each packet to generate flows? | 14:33 |
*** michch___ has joined #openstack | 14:33 | |
*** ffio has joined #openstack | 14:33 | |
*** nphase has quit IRC | 14:33 | |
rkeene | I already have all my bridges built on my compute nodes, what's the best way to tell Nova to use the existing networks and not try to create its own ? | 14:33 |
*** Aarti has quit IRC | 14:33 | |
*** gmi has joined #openstack | 14:33 | |
*** ffio has quit IRC | 14:33 | |
*** sante has quit IRC | 14:34 | |
*** ffio has joined #openstack | 14:34 | |
*** bostonmikea has quit IRC | 14:34 | |
*** michchap has quit IRC | 14:34 | |
*** michchap has joined #openstack | 14:34 | |
*** sandywalsh has joined #openstack | 14:35 | |
*** michchap_ has quit IRC | 14:35 | |
*** ffio has quit IRC | 14:35 | |
*** rblackwe has quit IRC | 14:35 | |
*** DoniRS has joined #openstack | 14:35 | |
*** megha has joined #openstack | 14:35 | |
*** markkropf has left #openstack | 14:35 | |
*** rblackwe has joined #openstack | 14:35 | |
*** belmoreira has joined #openstack | 14:36 | |
*** michcha__ has quit IRC | 14:36 | |
*** michchap_ has joined #openstack | 14:37 | |
*** michch___ has quit IRC | 14:37 | |
*** simon-AS5591 has quit IRC | 14:38 | |
*** simon-AS559 has joined #openstack | 14:38 | |
*** JonnyNomad has joined #openstack | 14:38 | |
kbringard1 | krypto: not really, no | 14:38 |
*** kbringard1 is now known as kbringard | 14:38 | |
kbringard | it depends on what output plugin you use, though | 14:38 |
*** nop_ has joined #openstack | 14:38 | |
*** nop has quit IRC | 14:38 | |
*** michchap has quit IRC | 14:39 | |
*** rcleere has joined #openstack | 14:39 | |
kbringard | if you use something like Ryu or NVP, which are open flow controllers, then quantum will send the API calls to them and they'll manage the flows | 14:39 |
*** chrismaul has quit IRC | 14:39 | |
kbringard | the standard OVS plugin typically uses GRE tunnels, so OVS creates a GRE mesh between all of your hypervisors | 14:39 |
*** michchap has joined #openstack | 14:39 | |
kbringard | and packets flow over the mesh, no interaction from quantum necessary | 14:39 |
*** jfluhmann has quit IRC | 14:40 | |
*** freedomhu has quit IRC | 14:40 | |
*** chrismaul has joined #openstack | 14:40 | |
*** jfluhmann has joined #openstack | 14:40 | |
*** freedomhui has joined #openstack | 14:41 | |
*** mkollaro has joined #openstack | 14:41 | |
kbringard | routed traffic will need to run through some kind of "router" | 14:41 |
ranjan | Hi all, i am getting this error when trying nova secgroup-list - ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-fdd42b30-a1f9-414a-bc44-2d4903413faf) | 14:41 |
*** michchap_ has quit IRC | 14:41 | |
ranjan | any help on this | 14:41 |
kbringard | which is what the l3-agent does if you're using that model | 14:41 |
*** n0ano has joined #openstack | 14:41 | |
*** pixelbeat has quit IRC | 14:41 | |
*** nphase has joined #openstack | 14:41 | |
*** nphase has joined #openstack | 14:41 | |
kbringard | but even then it's linux namespaces/bridges/iptables/routing which quantum sets up and then leaves to do its thing | 14:41 |
*** pixelbeat has joined #openstack | 14:42 | |
*** simon-AS559 has quit IRC | 14:42 | |
*** MarkAtwood has joined #openstack | 14:42 | |
*** anniec has quit IRC | 14:42 | |
*** krtaylor has joined #openstack | 14:42 | |
*** nphase__ has quit IRC | 14:43 | |
*** alekibango has joined #openstack | 14:43 | |
*** michchap has quit IRC | 14:44 | |
*** zeus` is now known as zeus | 14:44 | |
*** zeus has joined #openstack | 14:44 | |
*** morazi has joined #openstack | 14:44 | |
*** JonnyNomad has left #openstack | 14:45 | |
*** anniec has joined #openstack | 14:46 | |
*** chrismaul has quit IRC | 14:46 | |
*** spzala has joined #openstack | 14:47 | |
*** acathrow has quit IRC | 14:48 | |
*** FunnyLookinHat has joined #openstack | 14:48 | |
*** chrismaul has joined #openstack | 14:49 | |
krypto | kbringard: Is it like with out NVP, quantum just configures ovs on each hypervisor to perform ACL and other tasks and it itself will not act as flow controller. | 14:49 |
kbringard | quantum is basically just the input API which then outputs the call to whatever output plugin you've configured | 14:50 |
kbringard | but yea, without using some kind of openflow controller output plugin, the basic OVS agent plugin configures OVS on each hypervisor | 14:50 |
*** cp16net is now known as cp16net|away | 14:51 | |
*** _zerick_ has joined #openstack | 14:51 | |
*** jtomasek has joined #openstack | 14:51 | |
kbringard | ACL's can be done a couple of different ways… in my experience setting nova-compute to noop and using quantum is the best way, but as you like | 14:52 |
kbringard | the docs should outline it | 14:53 |
*** cp16net|away is now known as cp16net | 14:53 | |
*** adjohn has joined #openstack | 14:53 | |
*** mkollaro has quit IRC | 14:53 | |
*** Rocky___ has joined #openstack | 14:54 | |
*** victor_lowther has quit IRC | 14:54 | |
*** mdomsch has quit IRC | 14:55 | |
*** sudorandom has joined #openstack | 14:56 | |
*** datsun180b has joined #openstack | 14:56 | |
*** dgux has joined #openstack | 14:56 | |
krypto | thanks kbringard: do u have any idea,if we configure external centralized flow controller for each ovs on hypervisor then, for each packet will ovs contact flow controller for generating flows,or is it just for adding policy flows. | 14:56 |
krypto | currently i am running nova-network with bridge | 14:57 |
*** nphase has quit IRC | 14:57 | |
*** engkur has quit IRC | 14:57 | |
kbringard | I guess it depends on how you set it up… but my understanding of openflow controllers is that they simply push policy down to the OVSs | 14:57 |
*** megha has quit IRC | 14:57 | |
*** chrismaul has quit IRC | 14:57 | |
kbringard | so they aren't a central bottleneck to packet flows | 14:57 |
*** _zerick_ has quit IRC | 14:57 | |
*** chrismaul has joined #openstack | 14:58 | |
*** odyssey4me has quit IRC | 14:58 | |
*** jgallard has quit IRC | 14:58 | |
*** zerick has joined #openstack | 14:58 | |
*** engkur has joined #openstack | 14:58 | |
*** kebray has joined #openstack | 14:58 | |
*** IlyaE has quit IRC | 14:58 | |
*** jgallard has joined #openstack | 14:58 | |
krypto | thanks kbringard that explains everything | 14:58 |
*** chuckieb has joined #openstack | 14:59 | |
*** sushils has quit IRC | 14:59 | |
*** adjohn has quit IRC | 14:59 | |
*** mjfork has joined #openstack | 14:59 | |
*** chuckieb has left #openstack | 14:59 | |
*** egallen has quit IRC | 15:00 | |
*** JonnyNomad has joined #openstack | 15:00 | |
*** para__ has joined #openstack | 15:01 | |
*** mmagr has quit IRC | 15:01 | |
*** amccabe has joined #openstack | 15:01 | |
*** IlyaE has joined #openstack | 15:01 | |
*** belmoreira has left #openstack | 15:01 | |
*** desai has joined #openstack | 15:01 | |
*** sudorandom has quit IRC | 15:02 | |
*** sudorandom has joined #openstack | 15:02 | |
*** sushils has joined #openstack | 15:03 | |
*** cp16net is now known as cp16net|away | 15:04 | |
*** cp16net|away is now known as cp16net | 15:04 | |
*** nphase has joined #openstack | 15:04 | |
*** nphase has joined #openstack | 15:04 | |
*** xBsd has joined #openstack | 15:04 | |
*** belmoreira has joined #openstack | 15:04 | |
*** aliguori_ has quit IRC | 15:07 | |
*** rerngvit has joined #openstack | 15:07 | |
*** yidclare has joined #openstack | 15:07 | |
*** sushils has quit IRC | 15:07 | |
*** rerngvit has left #openstack | 15:07 | |
*** sushils has joined #openstack | 15:08 | |
*** arif-ali has joined #openstack | 15:09 | |
*** ffio has joined #openstack | 15:09 | |
*** portante has quit IRC | 15:09 | |
*** michchap has joined #openstack | 15:10 | |
*** linuxfreck has quit IRC | 15:11 | |
*** ffio has quit IRC | 15:11 | |
dgux | Is it possible to define a different public network range for each compute node? | 15:11 |
*** anniec has quit IRC | 15:11 | |
*** anniec has joined #openstack | 15:11 | |
*** adalbas has quit IRC | 15:12 | |
kbringard | dgux: hmmm, it *may* be, but I think you'd have to run the l3 agent on each compute node and bind each one to a specific external network | 15:12 |
*** rmartinelli has quit IRC | 15:13 | |
kbringard | I'm not familiar enough with that complex of a setup to tell you for sure, though | 15:13 |
*** zoresvit has quit IRC | 15:13 | |
*** flaper87 has joined #openstack | 15:13 | |
kbringard | but, each L3 agent can only be bound to a single external network, so there's that for sure | 15:14 |
dgux | Thanks for reply. There's really not much talk in any docs about that sort of configuration. I suppose I wanted to be clear that the desired architecture is for all compute nodes to share all public IP space. | 15:14 |
*** alekibango has quit IRC | 15:15 | |
kbringard | best as I can tell, at this time, it's more or less setup to run a single L3 agent which acts as your "router" and that's where all routed traffic (internal and otherwise) happens | 15:15 |
kbringard | what you're describing sounds more like the multi-host=True mode of nova-network, which isn't supported by the quantum l3 agent at this time | 15:16 |
*** qos has joined #openstack | 15:16 | |
*** danger_fo_away is now known as danger_fo | 15:16 | |
*** JesperA has joined #openstack | 15:16 | |
*** osphy has joined #openstack | 15:16 | |
*** aspiers has quit IRC | 15:16 | |
*** branen has quit IRC | 15:16 | |
dgux | Ah, interesting ok. But even with Nova-network and multi-host, is it possible to define different IP space for each compute node? I believe doing multi-host=true simply allows each compute node to proxy traffic to the public network locally. | 15:17 |
*** zoresvit has joined #openstack | 15:17 | |
kbringard | that's correct, sorry, I was just drawing loose correlations :-D | 15:18 |
dgux | Understood, just making sure | 15:18 |
*** vlad_sta_ has quit IRC | 15:18 | |
dgux | Thanks for your comments | 15:18 |
kbringard | np, hopefully hey were helpful :-) | 15:18 |
kbringard | <— is still figuring this out as well | 15:18 |
*** keekz_ is now known as keekz | 15:18 | |
*** tommy_e has joined #openstack | 15:19 | |
*** Dady has quit IRC | 15:19 | |
*** eschnou has quit IRC | 15:19 | |
*** arif-ali has quit IRC | 15:19 | |
*** amccabe has quit IRC | 15:20 | |
*** para__ has quit IRC | 15:20 | |
*** adjohn has joined #openstack | 15:21 | |
ranjan | kbringard, hi, can you help me out :) i have an error while doing nova secgroup-list | 15:21 |
kbringard | what error? | 15:22 |
*** michchap has quit IRC | 15:22 | |
*** pmathews has joined #openstack | 15:23 | |
ranjan | kbringard, ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-15458c4c-e178-420b-8537-fa99dc522da4) | 15:23 |
kbringard | if you look in the nova-api logs is there more information? like if you search for req-15458c4c-e178-420b-8537-fa99dc522da4? | 15:24 |
*** vlad_starkov has joined #openstack | 15:24 | |
*** broskos has joined #openstack | 15:25 | |
ranjan | kbringard, http://pastebin.com/tCnmJtWx | 15:25 |
ranjan | kbringard, quantum error getting security groups | 15:26 |
*** tbak has joined #openstack | 15:27 | |
kbringard | hrmmm… I've seen this before… trying to remember what I did to fix it :-/ | 15:27 |
nliadm | Anyone running keystone backed by AD? | 15:27 |
ranjan | kbringard, oh thank you. one more thing i am getting a warning in quantum server log - WARNING [quantum.api.extensions] Extension security-group not supported by any of loaded plugins | 15:28 |
*** exed has joined #openstack | 15:28 | |
nliadm | I'm unsure how it knows users' passwords | 15:28 |
*** jtomasek has quit IRC | 15:29 | |
*** tmclaugh[work] has quit IRC | 15:29 | |
*** esp has joined #openstack | 15:29 | |
*** esp has left #openstack | 15:29 | |
*** guigui1 has quit IRC | 15:30 | |
*** GusM has quit IRC | 15:30 | |
kbringard | nliadm: I think it was a config issue… I'd double check your quantum configs and make sure they're all right | 15:31 |
kbringard | like, do you have all the secgroup drivers set properly | 15:32 |
*** tn8or has joined #openstack | 15:32 | |
kbringard | is the service authentication stuff right in the api-paste | 15:32 |
kbringard | etc | 15:32 |
*** prad has joined #openstack | 15:32 | |
*** prad has quit IRC | 15:32 | |
*** prad has joined #openstack | 15:33 | |
nliadm | kbringard: I think you meant ranjan? | 15:33 |
*** jgallard has quit IRC | 15:33 | |
*** alunduil has quit IRC | 15:33 | |
*** mdenny has joined #openstack | 15:33 | |
kbringard | oh, sorry, right | 15:34 |
kbringard | typing is hard | 15:34 |
*** jgallard has joined #openstack | 15:34 | |
*** bdpayne has joined #openstack | 15:34 | |
kbringard | nliadm: I don't use AD so sorry, I have no insight for you :-D | 15:34 |
*** para__ has joined #openstack | 15:34 | |
ranjan | kbringard, i believe service authentication stuff is working fine as i am able to list nova image-list etc | 15:34 |
*** yograterol has joined #openstack | 15:35 | |
*** tommy_e has quit IRC | 15:35 | |
*** amccabe has joined #openstack | 15:35 | |
*** yograterol has quit IRC | 15:35 | |
*** yograterol has joined #openstack | 15:35 | |
*** acathrow has joined #openstack | 15:36 | |
*** aliguori has joined #openstack | 15:36 | |
*** gyee has joined #openstack | 15:36 | |
*** egallen has joined #openstack | 15:38 | |
*** bostonmikea has joined #openstack | 15:38 | |
kbringard | can you run quantum commands? | 15:38 |
*** bostonmikea has quit IRC | 15:38 | |
*** bostonmikea has joined #openstack | 15:38 | |
kbringard | like quantum net-list or quantum security-group-list | 15:39 |
ranjan | kbringard, hey, thanks buddy, got it solved. | 15:40 |
*** vlad_starkov has quit IRC | 15:40 | |
ranjan | the firewall driver was not set in /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini | 15:41 |
kbringard | ah, nice | 15:41 |
kbringard | good catch :-) | 15:41 |
*** vlad_starkov has joined #openstack | 15:41 | |
*** MarkAtwood has quit IRC | 15:41 | |
ranjan | kbringard, the sad part is even the official documentation has these errors | 15:41 |
ranjan | kbringard, and people have commented the solution still not updated the documentation | 15:41 |
kbringard | would you mind submitting a bugs doc? | 15:41 |
kbringard | you can assign it to me | 15:42 |
*** dneary has joined #openstack | 15:42 | |
*** vlad_starkov has quit IRC | 15:42 | |
*** samograp_ has joined #openstack | 15:43 | |
*** reed has joined #openstack | 15:43 | |
*** otherwiseguy has joined #openstack | 15:44 | |
*** jtomasek has joined #openstack | 15:44 | |
*** samograp_ has left #openstack | 15:44 | |
*** gyee has quit IRC | 15:44 | |
*** savid has joined #openstack | 15:44 | |
*** gyee has joined #openstack | 15:46 | |
savid | Hi, I'm playing around with devstack (running in a vagrant vm), and I'm able to build a server instance from an ubuntu precies image, however I'm only able to create an "m1.tiny" flavor. I'm not able to boot any servers with any disk space (I just get "error" status when booting) | 15:47 |
*** tn8or has quit IRC | 15:48 | |
savid | I've tried creating a volume from the ubuntu img and booting the tiny instance from that, however it says in the console that there are no bootable disks. | 15:48 |
*** mnaser has quit IRC | 15:48 | |
ranjan | kbringard, okie. | 15:48 |
*** pixelbeat has quit IRC | 15:49 | |
*** bostonmikea has quit IRC | 15:49 | |
*** michchap has joined #openstack | 15:49 | |
ranjan | kbringard, hey, can you suggest some documentations were we will get to know the different network scenarios possible with openstack | 15:49 |
ranjan | kbringard, i am new to openstack ,and i find the networking part a bit confusing | 15:49 |
*** pixelbeat has joined #openstack | 15:49 | |
*** para__ has quit IRC | 15:50 | |
*** engkur has quit IRC | 15:50 | |
*** mnaser has joined #openstack | 15:50 | |
*** mnaser has quit IRC | 15:50 | |
kbringard | we all find the networking part a bit confusing :-D | 15:50 |
*** kaushikc has joined #openstack | 15:50 | |
*** jvrbanac has joined #openstack | 15:51 | |
*** freedomhui has quit IRC | 15:51 | |
*** alunduil has joined #openstack | 15:51 | |
ranjan | kbringard, :O | 15:51 |
ranjan | kbringard, how long are you working with openstack? | 15:51 |
*** devvesa has quit IRC | 15:52 | |
kbringard | the docs are probably the best place to check… we just need to work on making them better | 15:52 |
*** mnaser has joined #openstack | 15:52 | |
kbringard | ranjan: a couple of years now | 15:52 |
*** iswc has joined #openstack | 15:53 | |
ranjan | kbringard, OMG ! and still if you are facing the networking part confusing means , i should keep silence :) | 15:53 |
kbringard | hah, well, networking is just complicated | 15:53 |
kbringard | in general | 15:53 |
*** belmoreira has quit IRC | 15:53 | |
kbringard | and quantum is still pretty young | 15:54 |
ranjan | kbringard, right now, atleast the networking part from documentation is blindly being configured. | 15:54 |
ranjan | kbringard, which makes things difficult to even troubleshoot | 15:54 |
*** Levy1 has joined #openstack | 15:54 | |
*** Levy1 has left #openstack | 15:55 | |
kbringard | I've found this guide to be quite good at pointing you in the right direction | 15:55 |
kbringard | https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst | 15:55 |
*** jgallard has quit IRC | 15:55 | |
phschwartz | kbringard: Agree completely. That guide give novices a good stepping stone. | 15:55 |
*** arif-ali has joined #openstack | 15:56 | |
*** kaushikc1 has joined #openstack | 15:56 | |
*** lloydde has joined #openstack | 15:56 | |
ranjan | kbringard, wow this is cool :) | 15:57 |
*** osier has quit IRC | 15:57 | |
ranjan | kbringard, i love that diagram :) | 15:57 |
kbringard | hehe, yea, these guys did a good job | 15:57 |
*** kaushikc has quit IRC | 15:57 | |
*** devoid has joined #openstack | 15:58 | |
*** alexpilotti has joined #openstack | 15:58 | |
*** osier has joined #openstack | 15:59 | |
*** flaper87 has quit IRC | 16:00 | |
*** garyk has quit IRC | 16:00 | |
*** ade_b has quit IRC | 16:01 | |
*** michchap has quit IRC | 16:02 | |
joecascio | Good day. I'm looking for some help to figure out how to configure an openstack installation to make use of a highly efficient deduplicator appliance to speed up network boot times. I presume this appliance would be configured to be the instance store and maybe the image storage? | 16:02 |
*** ffio has joined #openstack | 16:02 | |
*** thansen has quit IRC | 16:03 | |
*** rmartinelli has joined #openstack | 16:03 | |
*** IlyaE has quit IRC | 16:03 | |
*** ijw has quit IRC | 16:04 | |
*** ijw has joined #openstack | 16:06 | |
*** jvrbanac has quit IRC | 16:07 | |
*** eglynn has quit IRC | 16:07 | |
*** yidclare has quit IRC | 16:07 | |
*** aliguori has quit IRC | 16:07 | |
*** s2r2 has quit IRC | 16:08 | |
*** seiflotfy has quit IRC | 16:08 | |
*** uictamale_ has quit IRC | 16:08 | |
*** devicenull has quit IRC | 16:08 | |
*** keyvan has quit IRC | 16:08 | |
*** kuduk_____ has quit IRC | 16:08 | |
*** DaveJ__ has quit IRC | 16:08 | |
*** Tribaal has quit IRC | 16:08 | |
*** koddsson has quit IRC | 16:08 | |
*** bfirsh has quit IRC | 16:08 | |
*** auviga has quit IRC | 16:08 | |
*** jab416171 has quit IRC | 16:08 | |
*** NimeshNeema has quit IRC | 16:08 | |
*** andreaturli_____ has quit IRC | 16:08 | |
*** hemna has joined #openstack | 16:08 | |
*** jfarschman has quit IRC | 16:09 | |
*** yograterol has quit IRC | 16:09 | |
*** danielitus has quit IRC | 16:09 | |
*** sushils has quit IRC | 16:09 | |
*** Venkat has joined #openstack | 16:09 | |
*** w00die has joined #openstack | 16:09 | |
*** dstanek has joined #openstack | 16:10 | |
*** danielitus has joined #openstack | 16:10 | |
*** tmclaugh[work] has joined #openstack | 16:11 | |
*** alop has joined #openstack | 16:12 | |
*** alop has quit IRC | 16:12 | |
*** StarBeast has quit IRC | 16:12 | |
*** alop has joined #openstack | 16:12 | |
*** xBsd has quit IRC | 16:14 | |
*** StarBeast has joined #openstack | 16:14 | |
*** desai1 has joined #openstack | 16:15 | |
*** sushils has joined #openstack | 16:15 | |
*** majeff has quit IRC | 16:15 | |
*** majeff has joined #openstack | 16:15 | |
*** KyleMacDonald has quit IRC | 16:15 | |
*** KyleMacDonald has joined #openstack | 16:17 | |
*** jodok has quit IRC | 16:18 | |
*** desai has quit IRC | 16:18 | |
*** ujjain has quit IRC | 16:19 | |
*** yocum has quit IRC | 16:19 | |
*** rostam has quit IRC | 16:20 | |
*** kaushikc1 has quit IRC | 16:20 | |
*** kaushikc has joined #openstack | 16:20 | |
*** jvrbanac has joined #openstack | 16:20 | |
*** osier has quit IRC | 16:21 | |
*** dstanek has quit IRC | 16:21 | |
*** scotm has joined #openstack | 16:21 | |
*** rostam has joined #openstack | 16:24 | |
*** w00die has quit IRC | 16:25 | |
*** IlyaE has joined #openstack | 16:25 | |
*** yocum has joined #openstack | 16:26 | |
*** pfreund has quit IRC | 16:27 | |
*** Venkat has quit IRC | 16:27 | |
*** thansen has joined #openstack | 16:27 | |
*** adjohn has quit IRC | 16:28 | |
*** michchap has joined #openstack | 16:28 | |
*** jkienitz has joined #openstack | 16:28 | |
*** alexpilotti has quit IRC | 16:29 | |
*** dstanek has joined #openstack | 16:29 | |
*** alexpilotti_ has joined #openstack | 16:29 | |
*** tbak has quit IRC | 16:29 | |
ranjan | kbringard, hey have you come across such an error while doing nova-manage service list | 16:30 |
*** jWhiskey has quit IRC | 16:30 | |
ranjan | CRITICAL nova [req-c2d06a7e-f76d-455d-980b-aed29f6080fc None None] (OperationalError) unable to open database file None None | 16:30 |
kbringard | sounds like it's not properly reading your sql string from the nova.conf | 16:31 |
*** portante has joined #openstack | 16:32 | |
ranjan | kbringard, ok found the solution, actually nova-manage should be executed using sudo | 16:32 |
ranjan | kbringard, sudo nova-manage service list gave the output | 16:32 |
*** katylava has joined #openstack | 16:32 | |
ranjan | kbringard, thank you for your support. catcu u later | 16:33 |
ranjan | bye | 16:33 |
kbringard | oh, yea, I've always run it as root | 16:33 |
kbringard | sorry | 16:33 |
kbringard | you're welcome | 16:33 |
kbringard | have a good day/night | 16:33 |
*** SunilThaha has joined #openstack | 16:33 | |
*** simon-AS559 has joined #openstack | 16:33 | |
*** pantea has quit IRC | 16:33 | |
*** anniec_ has joined #openstack | 16:33 | |
*** drewlander has quit IRC | 16:34 | |
*** majeff has left #openstack | 16:34 | |
*** mrj has joined #openstack | 16:35 | |
*** mrj has joined #openstack | 16:35 | |
*** sthaha has quit IRC | 16:35 | |
*** SunilThaha has quit IRC | 16:35 | |
*** kbrierly has quit IRC | 16:35 | |
*** anniec has quit IRC | 16:36 | |
*** anniec_ is now known as anniec | 16:36 | |
*** morazi has quit IRC | 16:36 | |
*** fbo has joined #openstack | 16:37 | |
*** bbcmicrocomputer has quit IRC | 16:37 | |
*** kbrierly has joined #openstack | 16:38 | |
*** aspiers has joined #openstack | 16:38 | |
*** alexpilotti_ has quit IRC | 16:39 | |
*** arif-ali has quit IRC | 16:40 | |
*** michchap has quit IRC | 16:40 | |
*** comptona has joined #openstack | 16:40 | |
*** morazi has joined #openstack | 16:40 | |
*** arif-ali has joined #openstack | 16:42 | |
*** jcoufal has quit IRC | 16:44 | |
kaushikc | arosen: https://review.openstack.org/#/c/26108/ | 16:44 |
*** jprovazn has quit IRC | 16:47 | |
*** mrunge has quit IRC | 16:48 | |
*** ifarkas has quit IRC | 16:48 | |
*** jWhiskey has joined #openstack | 16:48 | |
*** osphy has quit IRC | 16:49 | |
*** Blackavar has quit IRC | 16:50 | |
*** morazi has quit IRC | 16:50 | |
*** davelowe has joined #openstack | 16:51 | |
*** jbresnah has joined #openstack | 16:51 | |
*** jWhiskey has quit IRC | 16:52 | |
*** acathrow has quit IRC | 16:52 | |
*** kaushikc has quit IRC | 16:52 | |
*** jWhiskey has joined #openstack | 16:52 | |
monst | can someone make a Prodstack, like the devstack scripts | 16:52 |
monst | that would be so awesome | 16:53 |
monst | =) | 16:53 |
kbringard | s/someone/monst/ ;-) | 16:53 |
*** navid_ has left #openstack | 16:53 | |
*** vlad_starkov has joined #openstack | 16:53 | |
monst | I wish I could dedicate myself to that | 16:53 |
monst | =) | 16:53 |
ashp | monst: there's packstack, the redhat answer to devstack | 16:53 |
*** koolhead17 has joined #openstack | 16:54 | |
kbringard | if you're a chef shop the openstack cookbooks are coming along | 16:54 |
*** corXi has quit IRC | 16:54 | |
monst | I would really prefer ubuntu as the base OS | 16:54 |
monst | I can deal with chef | 16:54 |
ashp | there's puppet and chef modules I guess :) | 16:54 |
ashp | I'm in the same boat, I've found getting up and running with openstack to be fairly difficult | 16:55 |
derekh | monst: if your interested, you caould add ubuntu support to packstack | 16:55 |
monst | kbringard: last time I looked at chef-opscode openstack stuff it was base on the rackspace private cloud | 16:55 |
derekh | ashp: I'd be more then willing to merge it in :-) | 16:55 |
monst | is there a more generic prod install for ubuntu using chef? | 16:55 |
ashp | derekh: I actually used packstack to get my first functioning setup | 16:56 |
ashp | derekh: I gotta meddle with networking and storage this afternoon | 16:56 |
monst | Ive used devstack a bunch, and love it, but its definitely not for produciton | 16:56 |
*** eglynn has joined #openstack | 16:56 | |
*** mrunge has joined #openstack | 16:57 | |
*** yidclare has joined #openstack | 16:57 | |
derekh | ashp: cool | 16:57 |
*** jdaggett has quit IRC | 16:58 | |
*** vlad_starkov has quit IRC | 16:58 | |
*** BjoernC has quit IRC | 16:58 | |
*** CliMz has joined #openstack | 16:59 | |
*** derekh has quit IRC | 16:59 | |
*** aliguori has joined #openstack | 17:00 | |
*** jdaggett has joined #openstack | 17:01 | |
*** branen has joined #openstack | 17:01 | |
*** whenry has quit IRC | 17:01 | |
*** alexpilotti_ has joined #openstack | 17:01 | |
*** EVega has joined #openstack | 17:02 | |
*** EVega has left #openstack | 17:02 | |
*** networkstatic has quit IRC | 17:02 | |
*** simon-AS559 has quit IRC | 17:03 | |
*** jsbryant has joined #openstack | 17:04 | |
*** jecarey_ has joined #openstack | 17:04 | |
*** jecarey has quit IRC | 17:04 | |
*** dneary has quit IRC | 17:04 | |
*** jungleboyj has quit IRC | 17:05 | |
*** michchap has joined #openstack | 17:07 | |
*** grizzle has quit IRC | 17:07 | |
*** s2r2 has joined #openstack | 17:07 | |
*** jvrbanac_1 has joined #openstack | 17:09 | |
*** BobBall has quit IRC | 17:09 | |
*** jfarschman has joined #openstack | 17:09 | |
*** acathrow has joined #openstack | 17:11 | |
*** alexpilotti_ has quit IRC | 17:11 | |
*** jvrbanac has quit IRC | 17:11 | |
*** KyleMacDonald has quit IRC | 17:11 | |
*** osphy has joined #openstack | 17:12 | |
*** garyk has joined #openstack | 17:13 | |
*** kuduk_____ has joined #openstack | 17:15 | |
*** zooz has quit IRC | 17:15 | |
*** nachi has joined #openstack | 17:16 | |
*** broskos has left #openstack | 17:17 | |
*** lcheng has quit IRC | 17:17 | |
*** jtomasek has quit IRC | 17:17 | |
*** whenry has joined #openstack | 17:18 | |
*** warik has joined #openstack | 17:18 | |
*** egallen_ has joined #openstack | 17:18 | |
*** ladquin has quit IRC | 17:18 | |
*** egallen has quit IRC | 17:18 | |
*** egallen_ is now known as egallen | 17:18 | |
*** wbx_ has quit IRC | 17:19 | |
*** michchap has quit IRC | 17:19 | |
*** bfirsh has joined #openstack | 17:19 | |
*** chandankumar has joined #openstack | 17:20 | |
*** SergeyLu_ has quit IRC | 17:20 | |
*** ssalevan has joined #openstack | 17:21 | |
*** zeus has quit IRC | 17:22 | |
*** psedlak has quit IRC | 17:22 | |
*** chandankumar has quit IRC | 17:22 | |
*** franck has joined #openstack | 17:23 | |
*** mrunge has quit IRC | 17:23 | |
*** chandankumar has joined #openstack | 17:23 | |
*** franck is now known as Guest5023 | 17:23 | |
*** FunnyLookinHat has quit IRC | 17:24 | |
*** darcy_ has joined #openstack | 17:24 | |
*** DaveJ__ has joined #openstack | 17:25 | |
*** xBsd has joined #openstack | 17:26 | |
*** simon_lucy has quit IRC | 17:26 | |
*** chandankumar has quit IRC | 17:26 | |
*** jab416171 has joined #openstack | 17:26 | |
*** simon_lucy has joined #openstack | 17:27 | |
*** yidclare has quit IRC | 17:27 | |
*** chandankumar has joined #openstack | 17:27 | |
*** jdaggett has quit IRC | 17:27 | |
*** ijw has quit IRC | 17:27 | |
*** elo has joined #openstack | 17:28 | |
*** ijw has joined #openstack | 17:28 | |
*** adalbas has joined #openstack | 17:28 | |
*** chandankumar has quit IRC | 17:30 | |
*** markpeek has quit IRC | 17:30 | |
*** chandankumar has joined #openstack | 17:31 | |
*** yidclare has joined #openstack | 17:31 | |
*** NimeshNeema has joined #openstack | 17:33 | |
*** Blackavar has joined #openstack | 17:33 | |
*** BjoernC has joined #openstack | 17:33 | |
*** Tribaal has joined #openstack | 17:34 | |
*** FunnyLookinHat has joined #openstack | 17:36 | |
*** markpeek has joined #openstack | 17:36 | |
*** AnilV4 has quit IRC | 17:37 | |
*** simon_lucy has quit IRC | 17:38 | |
*** devicenull has joined #openstack | 17:41 | |
*** needscoffee is now known as morganfainberg | 17:42 | |
*** pokoli has quit IRC | 17:42 | |
*** martyntaylor1 has joined #openstack | 17:42 | |
*** rturk-away is now known as rturk | 17:42 | |
*** kagan has joined #openstack | 17:43 | |
*** dgel has joined #openstack | 17:43 | |
*** martyntaylor1 has quit IRC | 17:43 | |
*** AnilV4 has joined #openstack | 17:43 | |
*** martyntaylor has quit IRC | 17:44 | |
*** dgel has quit IRC | 17:45 | |
*** tecepe has quit IRC | 17:45 | |
*** michchap has joined #openstack | 17:46 | |
*** auviga has joined #openstack | 17:46 | |
*** dpippenger has joined #openstack | 17:46 | |
*** eglynn has quit IRC | 17:49 | |
*** johnthetubaguy has quit IRC | 17:50 | |
*** egallen has quit IRC | 17:50 | |
*** andreaturli_____ has joined #openstack | 17:52 | |
*** egallen has joined #openstack | 17:52 | |
*** spideyman has quit IRC | 17:53 | |
*** sam_one has joined #openstack | 17:54 | |
*** drewlander has joined #openstack | 17:54 | |
*** DoniRS has quit IRC | 17:54 | |
*** openrk has joined #openstack | 17:54 | |
*** openrk has left #openstack | 17:55 | |
*** mdomsch has joined #openstack | 17:56 | |
*** dstanek_ has joined #openstack | 17:56 | |
*** sdake_ has joined #openstack | 17:57 | |
*** sdake_ has quit IRC | 17:57 | |
*** sdake_ has joined #openstack | 17:57 | |
*** mdomsch_ has joined #openstack | 17:57 | |
*** mdomsch_ has quit IRC | 17:57 | |
*** michchap has quit IRC | 17:58 | |
*** surma has joined #openstack | 17:58 | |
*** henrynash has quit IRC | 17:58 | |
*** dgel has joined #openstack | 17:59 | |
*** henrynash has joined #openstack | 17:59 | |
*** vlad_starkov has joined #openstack | 17:59 | |
*** dgel has quit IRC | 17:59 | |
*** dstanek has quit IRC | 17:59 | |
*** mnaser has quit IRC | 18:01 | |
*** monst has quit IRC | 18:01 | |
*** monst has joined #openstack | 18:01 | |
*** tmichael has joined #openstack | 18:02 | |
*** DoniRS has joined #openstack | 18:02 | |
*** monst has quit IRC | 18:02 | |
*** bostonmikea has joined #openstack | 18:02 | |
*** monst has joined #openstack | 18:03 | |
*** monst has quit IRC | 18:03 | |
*** troubadour has left #openstack | 18:03 | |
*** mnaser has joined #openstack | 18:04 | |
*** zeus has joined #openstack | 18:04 | |
*** jfarschman has quit IRC | 18:04 | |
*** monst has joined #openstack | 18:05 | |
*** martyntaylor has joined #openstack | 18:05 | |
*** egallen has quit IRC | 18:05 | |
*** egallen has joined #openstack | 18:06 | |
*** anniec has quit IRC | 18:07 | |
*** JesperA has quit IRC | 18:08 | |
*** keyvan has joined #openstack | 18:08 | |
*** rnorwood1 has joined #openstack | 18:09 | |
*** monst has quit IRC | 18:09 | |
*** kmartin has quit IRC | 18:09 | |
*** comay has joined #openstack | 18:10 | |
*** krypto has quit IRC | 18:11 | |
*** elo has quit IRC | 18:13 | |
*** eglynn has joined #openstack | 18:13 | |
*** rnorwood1 has quit IRC | 18:14 | |
*** aruntomar has quit IRC | 18:14 | |
*** dstanek_ has quit IRC | 18:15 | |
*** egallen has quit IRC | 18:15 | |
*** kmartin has joined #openstack | 18:15 | |
*** msgodf has quit IRC | 18:16 | |
*** adjohn has joined #openstack | 18:17 | |
*** adjohn has quit IRC | 18:20 | |
*** newbie has joined #openstack | 18:21 | |
*** DoniRS has quit IRC | 18:21 | |
*** mikedawson has joined #openstack | 18:21 | |
*** newbie is now known as Guest75862 | 18:21 | |
*** janon128 has quit IRC | 18:23 | |
*** janon128 has joined #openstack | 18:24 | |
*** flaper87 has joined #openstack | 18:24 | |
*** uictamale_ has joined #openstack | 18:24 | |
*** fulanito has joined #openstack | 18:24 | |
*** adjohn has joined #openstack | 18:24 | |
*** michchap has joined #openstack | 18:24 | |
*** melwitt has joined #openstack | 18:25 | |
fulanito | hi | 18:25 |
fulanito | I have some issues with the compute node installation | 18:25 |
fulanito | when I run nova-mana service list | 18:26 |
fulanito | it shows everything fine | 18:26 |
*** koddsson has joined #openstack | 18:26 | |
fulanito | but the problem is when I run an instance | 18:26 |
*** eschnou has joined #openstack | 18:27 | |
*** bostonmikea has quit IRC | 18:27 | |
*** adjohn has quit IRC | 18:27 | |
*** bostonmikea has joined #openstack | 18:27 | |
*** dmi is now known as dmi|afk | 18:28 | |
*** DoniRS has joined #openstack | 18:28 | |
*** Guest75862 has quit IRC | 18:29 | |
*** IlyaE has quit IRC | 18:30 | |
evxd | fulanito: what is the problem specifically | 18:30 |
*** vlad_sta_ has joined #openstack | 18:30 | |
fulanito | this is the output of the instance | 18:30 |
*** bostonmikea has quit IRC | 18:30 | |
fulanito | http://pastebin.com/7X0R6UEh | 18:30 |
fulanito | evxd: http://pastebin.com/7X0R6UEh | 18:31 |
*** adjohn has joined #openstack | 18:31 | |
fulanito | to be more specific is "2013-05-27 18:35:56,333 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [51/120s]: url error [timed out] | 18:31 |
fulanito | " | 18:31 |
*** spideyman has joined #openstack | 18:31 | |
*** sushils has quit IRC | 18:31 | |
*** beagles` is now known as beagles | 18:32 | |
*** beagles is now known as Guest77649 | 18:32 | |
fulanito | evxd: any idea?\ | 18:32 |
evxd | your instance is having problems communicating with the metadata server | 18:33 |
*** AndyW1 has joined #openstack | 18:33 | |
*** MarkAtwood has joined #openstack | 18:33 | |
*** vlad_starkov has quit IRC | 18:33 | |
fulanito | I think it has to be with the bridge config | 18:33 |
evxd | make sure the nova-api-metadata service is available on 169.254.169.254:80 on your guest network | 18:33 |
fulanito | but I dont know what is wrong | 18:33 |
*** retr0h_ is now known as retr0h | 18:33 | |
evxd | what directions are you following? | 18:34 |
fulanito | how do I check that? | 18:34 |
*** AndyW2 has joined #openstack | 18:34 | |
fulanito | basically I followed this http://docs.cloudfoundry.com/docs/running/deploying-cf/openstack/install_openstack.html | 18:34 |
*** SergeyLukjanov has joined #openstack | 18:34 | |
*** carif has joined #openstack | 18:34 | |
*** bdpayne has quit IRC | 18:35 | |
*** AndyW has quit IRC | 18:35 | |
*** Kum has joined #openstack | 18:35 | |
*** Kum has quit IRC | 18:36 | |
evxd | what does your bridge config look like, and is the metadata service running? | 18:36 |
*** hartsocks has joined #openstack | 18:36 | |
fulanito | how do I check if my metadata service is running? | 18:37 |
*** robbiew has quit IRC | 18:37 | |
*** para__ has joined #openstack | 18:37 | |
fulanito | nova-api.log in the conpute node is empty | 18:37 |
*** AndyW1 has quit IRC | 18:37 | |
*** michchap has quit IRC | 18:37 | |
*** jfarschman has joined #openstack | 18:37 | |
*** IlyaE has joined #openstack | 18:37 | |
*** yidclare has quit IRC | 18:37 | |
*** bostonmikea has joined #openstack | 18:38 | |
phschwartz | fulanito: nova-api.log would be on your controller, not compute | 18:38 |
kbringard | fulanito: depends on how your stuff is setup, but you can netstat -an | grep LIST and look for the correct port | 18:38 |
*** bdpayne has joined #openstack | 18:38 | |
kbringard | haha, and what phschwartz said :-) | 18:38 |
*** slid3rd has quit IRC | 18:38 | |
fulanito | I have nova api in the controller | 18:38 |
kbringard | I think if you run nova-network with multu-host=t it puts the meta API on every compute node… I *think* | 18:39 |
fulanito | is a multihost installation | 18:39 |
phschwartz | kbringard: that is correct if you are using multi-host nova-network. | 18:39 |
phschwartz | fulanito: are you running quantum? | 18:39 |
fulanito | nope | 18:39 |
fulanito | http://pastebin.com/M8tMpL5h | 18:40 |
fulanito | that is the netstat -an | 18:40 |
fulanito | in the compute node | 18:40 |
*** shardy_afk is now known as shardy | 18:40 | |
*** melmoth has quit IRC | 18:40 | |
kbringard | I think it runs on port 8775 | 18:41 |
kbringard | so you'll want to look for that | 18:41 |
fulanito | this is the network config http://pastebin.com/PdTHKnLC | 18:41 |
kbringard | I don't see port 8775 in there | 18:41 |
*** ladquin has joined #openstack | 18:41 | |
kbringard | I'd make sure you have debug = true in your nova.conf | 18:41 |
kbringard | in which case it *should* dump to nova-api.log | 18:42 |
*** dstanek has joined #openstack | 18:42 | |
fulanito | this is the nova conf http://pastebin.com/aVBjMwBQ | 18:42 |
*** mrjazzcat has joined #openstack | 18:43 | |
*** robbiew has joined #openstack | 18:43 | |
*** sdake_ has quit IRC | 18:44 | |
*** seiflotfy has joined #openstack | 18:44 | |
fulanito | any idea? | 18:44 |
*** zooz has joined #openstack | 18:46 | |
gmi | fulanito:can you also paste a "ps aux | grep nova" from your compute node? | 18:46 |
kbringard | in grizzly I think it lives under the nova-api process name… in folsom I think it's nova-api-metadata | 18:47 |
kbringard | but based on the netstat output it doesn't look like it's running | 18:48 |
*** edgeuplink has quit IRC | 18:48 | |
*** networkstatic has joined #openstack | 18:48 | |
kbringard | at least not on the host you gave the netstat output for… unless you changed it, it should listen on port 8775 | 18:48 |
*** peluse has joined #openstack | 18:50 | |
*** jcarter has quit IRC | 18:51 | |
gmi | fulanito: based on the doc you're following I think you installed the Folsom release with a controller that acts as a compute node, but it's not clear if the metadata is not reachable from an instance started on a separate compute node, or on the controller node; can you confirm what version of Openstack you installed? "dpkg -l | grep nova" | 18:53 |
*** eschenal has joined #openstack | 18:53 | |
*** BjoernC has quit IRC | 18:54 | |
*** lorin1 has joined #openstack | 18:54 | |
*** lorin1 has left #openstack | 18:54 | |
*** morazi has joined #openstack | 18:55 | |
*** Chat7509 has joined #openstack | 18:56 | |
*** yidclare has joined #openstack | 18:56 | |
*** eschnou has quit IRC | 18:56 | |
*** Chat7509 has quit IRC | 18:56 | |
*** egallen has joined #openstack | 18:56 | |
*** bknudson has left #openstack | 18:57 | |
*** bostonmikea has quit IRC | 18:57 | |
*** matiu has joined #openstack | 18:58 | |
*** eschenal is now known as eschnou | 18:58 | |
*** eschnou has quit IRC | 18:58 | |
*** susanne-balle has joined #openstack | 18:58 | |
*** eschnou has joined #openstack | 18:59 | |
*** adjohn_ has joined #openstack | 18:59 | |
*** adjohn has quit IRC | 19:02 | |
*** bostonmikea has joined #openstack | 19:03 | |
*** michchap has joined #openstack | 19:03 | |
*** ryanpetrello has joined #openstack | 19:04 | |
*** bostonmikea has quit IRC | 19:04 | |
*** dstanek has quit IRC | 19:05 | |
*** HenryG has joined #openstack | 19:05 | |
*** ryanpetrello has quit IRC | 19:05 | |
*** simon-AS559 has joined #openstack | 19:05 | |
*** ayoung has quit IRC | 19:06 | |
*** sayan has joined #openstack | 19:06 | |
*** simon-AS5591 has joined #openstack | 19:06 | |
*** monst has joined #openstack | 19:07 | |
*** monst has quit IRC | 19:07 | |
*** monst has joined #openstack | 19:08 | |
*** bostonmikea has joined #openstack | 19:08 | |
*** ThatOneRoadie has quit IRC | 19:08 | |
*** simon-AS559 has quit IRC | 19:09 | |
*** ThatOneRoadie has joined #openstack | 19:10 | |
*** ttrifonov is now known as ttrifonov_zZzz | 19:14 | |
*** eschnou has quit IRC | 19:14 | |
*** pvankouteren has quit IRC | 19:14 | |
*** martine_ has joined #openstack | 19:16 | |
*** michchap has quit IRC | 19:16 | |
*** eglynn has quit IRC | 19:16 | |
*** martine has quit IRC | 19:16 | |
*** stoned75 has joined #openstack | 19:17 | |
*** qos is now known as qos|away | 19:18 | |
*** edgarnadal has joined #openstack | 19:20 | |
*** jcarter has joined #openstack | 19:22 | |
*** sankarshan is now known as sankarshan_away | 19:22 | |
*** jmh_ has quit IRC | 19:22 | |
*** ttrifonov_zZzz is now known as ttrifonov | 19:23 | |
osphy | in devstack after running stack.sh, and running source openrc complains "is_service_enabled: command not found " | 19:24 |
osphy | actually openrc is sourcing devstack/lib/tls | 19:24 |
osphy | did any one come across this issue ? | 19:25 |
*** networkstatic has quit IRC | 19:25 | |
*** networkstatic has joined #openstack | 19:26 | |
*** egallen has quit IRC | 19:27 | |
*** warik has quit IRC | 19:27 | |
*** flaper87 has quit IRC | 19:29 | |
*** eschnou has joined #openstack | 19:31 | |
monst | moving forward openstack has chosen quantum over nova-network? | 19:31 |
monst | also is quantum having to be called something else? | 19:31 |
*** warik has joined #openstack | 19:32 | |
*** kagan has quit IRC | 19:33 | |
*** dstanek has joined #openstack | 19:35 | |
fulanito | gmi: http://paste.ubuntu.com/5711279/ | 19:35 |
*** dstanek has quit IRC | 19:40 | |
*** ayoung has joined #openstack | 19:41 | |
*** AnilV4 has quit IRC | 19:42 | |
*** michchap has joined #openstack | 19:42 | |
*** geekinutah has quit IRC | 19:44 | |
*** geekinutah has joined #openstack | 19:45 | |
*** alekibango has joined #openstack | 19:45 | |
monst | If I do not want to use floating ips and just work with fixed, does flatdhcp resolve this? | 19:46 |
*** nphase has quit IRC | 19:46 | |
*** darcy_ has quit IRC | 19:47 | |
*** pberis has joined #openstack | 19:47 | |
*** edgarnadal has quit IRC | 19:48 | |
*** koolhead17 has quit IRC | 19:49 | |
*** Harry51S has quit IRC | 19:50 | |
*** jvrbanac_1 has quit IRC | 19:51 | |
*** jvrbanac has joined #openstack | 19:52 | |
*** alop has quit IRC | 19:52 | |
*** alop_ has joined #openstack | 19:52 | |
*** jvrbanac has quit IRC | 19:52 | |
*** michchap has quit IRC | 19:55 | |
lpb | monst: quantum is also known as 'openstack networking' | 19:55 |
*** mikedawson has quit IRC | 19:56 | |
*** rerngvit has joined #openstack | 19:57 | |
*** yidclare has quit IRC | 19:57 | |
*** mikedawson has joined #openstack | 19:57 | |
*** pixelbeat has quit IRC | 19:58 | |
*** saurabhs has joined #openstack | 19:59 | |
*** electrichead has joined #openstack | 19:59 | |
*** acabrera has quit IRC | 20:00 | |
*** eglynn has joined #openstack | 20:01 | |
*** yidclare has joined #openstack | 20:02 | |
*** vlad_sta_ has quit IRC | 20:02 | |
*** goldyfruit has quit IRC | 20:03 | |
*** mgw has joined #openstack | 20:03 | |
*** nphase has joined #openstack | 20:04 | |
*** nphase has joined #openstack | 20:04 | |
*** zarkito has joined #openstack | 20:04 | |
mgw | Is OpenStack overkill for a network of a few dozen nodes? | 20:04 |
*** HenryG has quit IRC | 20:04 | |
ashp | no | 20:05 |
ashp | lots of people use openstack on single nodes, so | 20:05 |
*** otherwiseguy has quit IRC | 20:06 | |
iswc | I think it all depends on what you're trying to do and whether or not any CMP/infrastructure management system is overkill.. but a few dozen nodes is more than enough to justify an OpenStack setup | 20:07 |
mgw | ashp, iswc: thanks | 20:08 |
mgw | Is there a way to provision bare metal within openstack (e.g., pxe install)? | 20:09 |
*** zarkito has quit IRC | 20:10 | |
*** alex____1 has joined #openstack | 20:11 | |
*** alex____1 is now known as thorwin | 20:11 | |
*** ijw has quit IRC | 20:12 | |
*** asksol has quit IRC | 20:12 | |
*** ijw has joined #openstack | 20:12 | |
mgw | Is there a good setup available for deploying openstack with salt? I noticed there are a couple people here (anteaya, backjlack, brainspackle, and probably others) that are also in #salt. | 20:13 |
ekarlso | mgw: yes there is | 20:13 |
*** jdaggett has joined #openstack | 20:13 | |
thorwin | Hey, we had a compute node crash yesterday and since then we have communivation issues regarding one single floating ip. Looking at iptables, I see six lines with that ip instead of just three. One with the correct internal ip and one with an address that belomged to a machine that died with the compute node. We're running Ubuntu 12.04, folsom, nova-network | 20:13 |
mgw | ekarlso, thanks | 20:13 |
ekarlso | check out the ironic project mgw which is the same code as nova baremetal driver + some more | 20:14 |
mgw | ekarlso, ok | 20:14 |
ekarlso | same thing that was with cinder and quantum, got too big to live in nova :) | 20:14 |
*** cp16net is now known as cp16net|away | 20:14 | |
mgw | I got the impression from somewhere that that's experimental. | 20:14 |
mgw | reading the 'rationale' wiki now | 20:15 |
ekarlso | mgw: yeh, nova baremetal though should be fine | 20:15 |
*** nop_ has quit IRC | 20:15 | |
*** krtaylor has quit IRC | 20:15 | |
*** nop has joined #openstack | 20:15 | |
*** otherwiseguy has joined #openstack | 20:16 | |
*** carif has quit IRC | 20:19 | |
*** Guest77649 is now known as beagles | 20:19 | |
*** martyntaylor has quit IRC | 20:19 | |
*** beagles is now known as b3nt_pin | 20:19 | |
mgw | If I install devstack on a machine in our data center, is it going to mess up dhcp? | 20:19 |
*** carif has joined #openstack | 20:19 | |
osphy | I am getting keystone error " Unable to communicate with identity service rror": {"message": "You are not authorized to perform the requested action: admin_required", "code": 403, "title": "Not Authorized"}}. (HTTP 403)" | 20:20 |
*** b3nt_pin is now known as beagles | 20:20 | |
*** beagles is now known as beagles_lessons_ | 20:20 | |
osphy | for ADMIN_TOKEN there is no exported value. | 20:20 |
osphy | how to create or know what is ADMIN_TOKEN ? | 20:20 |
*** Omie has joined #openstack | 20:21 | |
thorwin | osphy: look in /etc/keystone/keystone.conf | 20:21 |
*** yograterol has joined #openstack | 20:21 | |
*** ijw has quit IRC | 20:21 | |
*** Omie has quit IRC | 20:21 | |
*** jdaggett has quit IRC | 20:21 | |
*** michchap has joined #openstack | 20:22 | |
*** jdaggett has joined #openstack | 20:22 | |
osphy | thorwin : its from devstack | 20:22 |
osphy | only /opt/stack/keystone/etc/keystone.conf.sample is available | 20:22 |
osphy | thorwin : its there | 20:23 |
osphy | I will check that | 20:23 |
*** xBsd has quit IRC | 20:23 | |
*** ijw has joined #openstack | 20:23 | |
*** james_li has joined #openstack | 20:24 | |
*** chandankumar has quit IRC | 20:24 | |
thorwin | osphy: echo "ADMIN_TOKEN=<token>" >> localrc && ./stack.sh should do the trick | 20:24 |
*** lychinus_ has quit IRC | 20:25 | |
thorwin | osphy: *gna* SERVICE_TOKEN... not ADMIN_ | 20:25 |
james_li | would any glance reviewers like to look at https://review.openstack.org/#/c/29296/ ? | 20:25 |
*** para__ has quit IRC | 20:26 | |
*** marcosmamorim has quit IRC | 20:26 | |
*** radez is now known as radez_g0n3 | 20:26 | |
osphy | thorwin: but what would be the ADMIN_TOKEN ? | 20:27 |
*** evanjfraser has joined #openstack | 20:27 | |
*** cp16net|away is now known as cp16net | 20:28 | |
*** cp16net is now known as cp16net|away | 20:28 | |
thorwin | osphy: the setting in keystone.conf is "admin_token", the environment variable SERVICE_TOKEN. devstack should do with SERVICE_TOKEN in localrc | 20:29 |
*** tmclaugh[work] has quit IRC | 20:29 | |
*** dhanasekaran has quit IRC | 20:30 | |
osphy | thanks thorwin | 20:31 |
*** eglynn has quit IRC | 20:31 | |
*** mrj has quit IRC | 20:32 | |
*** Guest88054 has quit IRC | 20:32 | |
*** vry has joined #openstack | 20:33 | |
*** vry has left #openstack | 20:33 | |
*** mjfork_ has joined #openstack | 20:33 | |
*** armax has joined #openstack | 20:34 | |
*** michchap has quit IRC | 20:34 | |
*** jproulx has joined #openstack | 20:34 | |
*** mjfork has quit IRC | 20:34 | |
*** cakiiooo has joined #openstack | 20:34 | |
*** mjfork_ is now known as mjfork | 20:34 | |
*** _kossak_ has quit IRC | 20:35 | |
*** jproulx has left #openstack | 20:36 | |
*** zooz has quit IRC | 20:37 | |
*** _kossak_ has joined #openstack | 20:37 | |
*** asksol has joined #openstack | 20:37 | |
*** jakewarner_ has joined #openstack | 20:39 | |
*** eglynn has joined #openstack | 20:39 | |
*** Guest88054 has joined #openstack | 20:40 | |
*** rmartinelli has quit IRC | 20:40 | |
*** jakewarner has quit IRC | 20:40 | |
*** jakewarner_ is now known as jakewarner | 20:40 | |
*** sayan has quit IRC | 20:42 | |
*** cp16net|away is now known as cp16net | 20:43 | |
*** naaw has joined #openstack | 20:43 | |
*** ryanpetrello has joined #openstack | 20:43 | |
*** pnavarro has quit IRC | 20:44 | |
*** ryanpetrello has quit IRC | 20:44 | |
*** ijw has quit IRC | 20:45 | |
*** ijw has joined #openstack | 20:46 | |
mgw | What are the main potential points of failure with openstack? how can they be mitigated? E.g., can the cloud controller and network node be replicated? | 20:49 |
*** dizquierdo has joined #openstack | 20:51 | |
*** cakiiooo has quit IRC | 20:51 | |
*** pvankouteren has joined #openstack | 20:52 | |
annegentle | mgw: this might help http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.html | 20:53 |
mgw | annegentle, thanks. | 20:54 |
mgw | Do you know if devstack will mess with my network's dhcp? | 20:54 |
*** jergerber has quit IRC | 20:54 | |
*** Deoan_ has quit IRC | 20:59 | |
*** OutBackDingo has quit IRC | 21:00 | |
annegentle | mgw: sorry just saw your question. I typically run devstack in a VM as a development environment. | 21:00 |
*** egallen has joined #openstack | 21:00 | |
*** lorin1 has joined #openstack | 21:01 | |
*** egallen has quit IRC | 21:01 | |
*** KLevenstein1 has quit IRC | 21:01 | |
*** michchap has joined #openstack | 21:01 | |
*** OutBackDingo has joined #openstack | 21:01 | |
*** drewlander has quit IRC | 21:02 | |
*** sam_one has quit IRC | 21:03 | |
*** vlad_starkov has joined #openstack | 21:04 | |
*** thorwin has quit IRC | 21:06 | |
*** MrRoot has quit IRC | 21:06 | |
*** elo has joined #openstack | 21:06 | |
*** rkukura has quit IRC | 21:08 | |
*** ffio_ has joined #openstack | 21:10 | |
*** ffio has quit IRC | 21:11 | |
*** mikedawson has quit IRC | 21:11 | |
*** Trixboxer has quit IRC | 21:12 | |
*** dcasier_ has quit IRC | 21:13 | |
*** michchap has quit IRC | 21:13 | |
*** rerngvit has left #openstack | 21:14 | |
*** Jahkeup_ has quit IRC | 21:14 | |
*** sc68cal has quit IRC | 21:15 | |
*** Skaag has quit IRC | 21:16 | |
*** sc68cal has joined #openstack | 21:16 | |
*** mrjazzcat has quit IRC | 21:17 | |
*** HenryG has joined #openstack | 21:18 | |
*** evanjfraser_ has joined #openstack | 21:20 | |
*** lorin1 has quit IRC | 21:20 | |
*** evanjfraser has quit IRC | 21:20 | |
*** scotm has quit IRC | 21:21 | |
*** scotm has joined #openstack | 21:22 | |
*** naaw has quit IRC | 21:22 | |
*** evanjfraser has joined #openstack | 21:22 | |
*** spideyman has quit IRC | 21:22 | |
*** evanjfraser_ has quit IRC | 21:25 | |
*** scotm has quit IRC | 21:26 | |
*** cp16net is now known as cp16net|away | 21:28 | |
*** dizquierdo has quit IRC | 21:28 | |
*** cp16net|away is now known as cp16net | 21:28 | |
*** eschnou has quit IRC | 21:28 | |
*** kagan has joined #openstack | 21:29 | |
*** eglynn has quit IRC | 21:29 | |
*** bdpayne has quit IRC | 21:30 | |
*** vartom3 has joined #openstack | 21:31 | |
*** mnaser has quit IRC | 21:31 | |
*** bdpayne has joined #openstack | 21:32 | |
*** danger_fo is now known as danger_fo_away | 21:32 | |
*** lborda_ has quit IRC | 21:32 | |
*** jasondotstar has quit IRC | 21:32 | |
*** mnaser has joined #openstack | 21:33 | |
Madkiss | kbringard: hu? | 21:33 |
*** mgw has quit IRC | 21:35 | |
*** exed has quit IRC | 21:35 | |
*** jayne| is now known as jayne | 21:35 | |
*** chrismaul has quit IRC | 21:37 | |
*** redbeard2 has quit IRC | 21:37 | |
*** sushils has joined #openstack | 21:37 | |
*** UICTamale has quit IRC | 21:37 | |
*** psandovalv has joined #openstack | 21:38 | |
*** lychinus has joined #openstack | 21:39 | |
*** sdake_ has joined #openstack | 21:40 | |
*** sdake_ has quit IRC | 21:40 | |
*** sdake_ has joined #openstack | 21:40 | |
*** MrRoot has joined #openstack | 21:40 | |
*** martine_ has quit IRC | 21:40 | |
*** michchap has joined #openstack | 21:40 | |
*** aeperezt has quit IRC | 21:41 | |
*** scotm has joined #openstack | 21:44 | |
*** sam_one has joined #openstack | 21:44 | |
*** sam_one has joined #openstack | 21:45 | |
*** jvrbanac has joined #openstack | 21:47 | |
*** prad has quit IRC | 21:48 | |
*** gmi has quit IRC | 21:48 | |
*** jecarey_ has quit IRC | 21:49 | |
*** michchap has quit IRC | 21:52 | |
kbringard | Madkiss: oh, I emailed you… I was going to ask you some questions about the l3-agent pacemaker agent | 21:53 |
Madkiss | ahum. | 21:53 |
kbringard | no biggie though | 21:54 |
*** MrRoot has quit IRC | 21:54 | |
Madkiss | kbringard: i am at the OpenStack CEE Day right now, so please don't expect a reply before friday | 21:55 |
kbringard | yea, no worries | 21:55 |
kbringard | I made some changes to my local branch which I'm playing with. I was going to spend some time working on it and just wanted to make sure I understood what you were trying to accomplish | 21:55 |
kbringard | but no rush, next week or later is fine | 21:56 |
kbringard | thanks :-) | 21:56 |
Madkiss | ok, ttyl | 21:56 |
kbringard | have fun at the conference! | 21:56 |
*** acathrow has left #openstack | 21:57 | |
*** souvik has quit IRC | 21:57 | |
*** bostonmikea has quit IRC | 21:58 | |
*** alunduil has quit IRC | 21:58 | |
*** sandywalsh has quit IRC | 21:58 | |
*** BjoernC has joined #openstack | 21:58 | |
*** james_li has quit IRC | 21:59 | |
*** rnorwood1 has joined #openstack | 21:59 | |
*** Madasi is now known as zz_Madasi | 22:00 | |
*** jfluhmann has quit IRC | 22:00 | |
*** bostonmikea has joined #openstack | 22:01 | |
*** fbo has quit IRC | 22:01 | |
*** elo has quit IRC | 22:01 | |
*** desai1 has quit IRC | 22:02 | |
*** alop_ has quit IRC | 22:02 | |
*** cp16net is now known as cp16net|away | 22:03 | |
*** shardy is now known as shardy_afk | 22:04 | |
*** sdake_ has quit IRC | 22:04 | |
*** kebray has quit IRC | 22:06 | |
*** aliguori has quit IRC | 22:07 | |
*** vry has joined #openstack | 22:07 | |
monst | any quantum masters here able to join a google hangout to help me troubleshoot? | 22:07 |
*** acabrera has joined #openstack | 22:07 | |
monst | should be pretty basic stuff | 22:07 |
*** Guest92348 is now known as terje | 22:07 | |
*** junglebells has joined #openstack | 22:07 | |
*** eharney has quit IRC | 22:07 | |
*** jdaggett has quit IRC | 22:08 | |
*** kbringard has quit IRC | 22:08 | |
*** vry has quit IRC | 22:08 | |
*** savid has quit IRC | 22:09 | |
*** sandywalsh has joined #openstack | 22:09 | |
*** rkukura has joined #openstack | 22:09 | |
*** jcarter has quit IRC | 22:09 | |
*** zooz has joined #openstack | 22:10 | |
*** okrieg1 has quit IRC | 22:10 | |
soren | I'm having trouble grokking something about Quantum. | 22:12 |
soren | If you're using the OVS plugin and have enabled tunneling.. | 22:12 |
*** networkstatic has quit IRC | 22:12 | |
soren | You get a br-tun with all the tunnels. | 22:13 |
soren | And a br-int for all the VMs to be connected to. | 22:13 |
*** networkstatic has joined #openstack | 22:13 | |
soren | How are the various networks kept isolated? | 22:13 |
*** jdaggett has joined #openstack | 22:14 | |
*** vartom3 has quit IRC | 22:14 | |
*** vry has joined #openstack | 22:15 | |
*** okrieg1 has joined #openstack | 22:16 | |
*** qos|away has quit IRC | 22:17 | |
*** jdaggett1 has joined #openstack | 22:18 | |
*** jdaggett has quit IRC | 22:19 | |
*** SergeyLukjanov has quit IRC | 22:19 | |
*** michchap has joined #openstack | 22:19 | |
*** okrieg1 has quit IRC | 22:19 | |
*** wraezor has quit IRC | 22:19 | |
*** networkstatic has quit IRC | 22:21 | |
*** StarBeast has quit IRC | 22:21 | |
*** ladquin has quit IRC | 22:24 | |
*** networkstatic has joined #openstack | 22:24 | |
*** arif-ali_ has joined #openstack | 22:25 | |
*** arif-ali has quit IRC | 22:25 | |
*** rnorwood1 has quit IRC | 22:25 | |
*** fulanito has quit IRC | 22:26 | |
*** humbolt1 has quit IRC | 22:30 | |
*** michchap has quit IRC | 22:32 | |
*** jproux has joined #openstack | 22:33 | |
*** jproux has left #openstack | 22:33 | |
*** jose__ has joined #openstack | 22:33 | |
*** DoniRS has quit IRC | 22:34 | |
*** arif-ali_ has quit IRC | 22:35 | |
*** jpich has quit IRC | 22:35 | |
*** FunnyLookinHat has quit IRC | 22:36 | |
*** yograterol has quit IRC | 22:37 | |
*** rcleere has quit IRC | 22:37 | |
*** mfilio has joined #openstack | 22:39 | |
*** cody-somerville has quit IRC | 22:40 | |
*** radsy has joined #openstack | 22:40 | |
*** jpfuentes2 has quit IRC | 22:41 | |
*** mkollaro has joined #openstack | 22:43 | |
*** vry has quit IRC | 22:45 | |
*** portante has quit IRC | 22:45 | |
*** sdake_ has joined #openstack | 22:45 | |
*** sdake_ has quit IRC | 22:45 | |
*** sdake_ has joined #openstack | 22:45 | |
*** humbolt has joined #openstack | 22:46 | |
*** fnaval has quit IRC | 22:46 | |
*** robbiew has left #openstack | 22:47 | |
*** psandovalv has left #openstack | 22:47 | |
*** okrieg1 has joined #openstack | 22:48 | |
*** JuanDRay has quit IRC | 22:48 | |
*** mgw has joined #openstack | 22:48 | |
*** jfarschman has quit IRC | 22:49 | |
*** ryanpetrello has joined #openstack | 22:49 | |
*** zeus has quit IRC | 22:50 | |
*** sam_one has quit IRC | 22:50 | |
*** vry has joined #openstack | 22:50 | |
*** monst has quit IRC | 22:51 | |
*** kaushikc has joined #openstack | 22:54 | |
*** zooz has quit IRC | 22:56 | |
*** fsimonce has quit IRC | 22:57 | |
*** okrieg1 has quit IRC | 22:57 | |
*** stoned75 has quit IRC | 22:57 | |
*** michchap has joined #openstack | 22:58 | |
*** jproulx1 has joined #openstack | 22:59 | |
*** desai has joined #openstack | 23:00 | |
*** rturk is now known as rturk-away | 23:01 | |
*** miclorb has joined #openstack | 23:01 | |
*** datsun180b has quit IRC | 23:02 | |
*** PureMunky has joined #openstack | 23:02 | |
*** BjoernC has quit IRC | 23:04 | |
*** sudorandom has quit IRC | 23:04 | |
*** jnoller has quit IRC | 23:05 | |
*** dchou_ has joined #openstack | 23:06 | |
*** backjlack has quit IRC | 23:06 | |
*** nphase has quit IRC | 23:06 | |
*** jfluhmann has joined #openstack | 23:07 | |
*** fnaval has joined #openstack | 23:09 | |
*** zerick has quit IRC | 23:09 | |
dchou_ | Need some help...trying to setup a distributed openstack cluster. Controller is on different subnet than compute nodes. Controller has ip if 172.23.6.9 and compute nodes have IP addresses of 158.187.23.1-5. I'm using nova-networking in flatDHCP. The private address space allocated to me is 192.168.32.0/24 put that address range is not allowed to route between the controller datacenter and the compute node datacenter. Any suggestion | 23:10 |
*** michchap has quit IRC | 23:11 | |
dchou_ | I created a GRE tunnel between the datacenters, but I can't attach the br100 to use the bridge. | 23:11 |
dchou_ | I mean the br100 to use the tunnel | 23:12 |
*** kaushikc has quit IRC | 23:13 | |
*** wbx_ has joined #openstack | 23:15 | |
*** kagan has quit IRC | 23:15 | |
*** kagan has joined #openstack | 23:15 | |
*** lbrower has quit IRC | 23:15 | |
*** electrichead has quit IRC | 23:15 | |
*** _sifusam_ has quit IRC | 23:16 | |
*** dstanek has joined #openstack | 23:17 | |
*** sifusam has joined #openstack | 23:18 | |
*** bostonmikea1 has joined #openstack | 23:19 | |
*** kaushikc has joined #openstack | 23:20 | |
*** sdake_ has quit IRC | 23:22 | |
*** ssalevan has quit IRC | 23:22 | |
*** bostonmikea1 has quit IRC | 23:23 | |
*** bostonmikea has quit IRC | 23:23 | |
*** ryanpetrello has quit IRC | 23:25 | |
*** luminous has joined #openstack | 23:25 | |
*** zerick has joined #openstack | 23:26 | |
*** sushils has quit IRC | 23:27 | |
*** jose__ has quit IRC | 23:27 | |
luminous | hello! question: is the horizon ui tied to a single openstack deployment? or is the ui aware of multiple clouds? | 23:27 |
*** networkstatic has quit IRC | 23:28 | |
*** ryanpetrello has joined #openstack | 23:28 | |
*** thansen has quit IRC | 23:29 | |
*** souvik has joined #openstack | 23:29 | |
*** b0scage has quit IRC | 23:29 | |
*** hashfail_ has quit IRC | 23:30 | |
*** kaushikc has quit IRC | 23:30 | |
dchou_ | luminous: to my knowledge I the horizon ui only works for one openstack deployment at this time | 23:31 |
*** StarBeast has joined #openstack | 23:31 | |
*** jkienitz has quit IRC | 23:32 | |
mgw | is it possible to run devstack on ec2? I set up an (EC2) m1.large as a node and installed devstack. When I tried to launch my first instance (m1.nano) it added it to the controller, but failed to start. | 23:32 |
*** stacknoob has quit IRC | 23:32 | |
mgw | The instance log gives no info | 23:32 |
*** stacknoob has joined #openstack | 23:33 | |
*** vry has quit IRC | 23:33 | |
*** StarBeast has quit IRC | 23:34 | |
*** lbrower has joined #openstack | 23:34 | |
*** boscage has joined #openstack | 23:34 | |
*** vry has joined #openstack | 23:35 | |
*** michchap has joined #openstack | 23:36 | |
*** warik has left #openstack | 23:38 | |
*** wbx_ has quit IRC | 23:38 | |
*** ahasenack has quit IRC | 23:39 | |
*** alunduil has joined #openstack | 23:39 | |
*** Shmouel`away has quit IRC | 23:40 | |
*** Shmouel`away has joined #openstack | 23:40 | |
*** lloydde has quit IRC | 23:43 | |
*** hemna has quit IRC | 23:43 | |
*** scotm has quit IRC | 23:44 | |
*** mnaser has quit IRC | 23:44 | |
*** mnaser has joined #openstack | 23:45 | |
*** nphase has joined #openstack | 23:45 | |
*** nphase has joined #openstack | 23:45 | |
*** dchou_ has quit IRC | 23:46 | |
*** acabrera has quit IRC | 23:48 | |
*** Egyptian[Laptop] has joined #openstack | 23:48 | |
*** PureMunky has quit IRC | 23:51 | |
*** jproulx1 has quit IRC | 23:51 | |
*** sam_one has joined #openstack | 23:53 | |
*** RabidCicada has quit IRC | 23:53 | |
*** kaushikc has joined #openstack | 23:54 | |
*** miclorb has quit IRC | 23:54 | |
*** miclorb has joined #openstack | 23:55 | |
*** sudorandom has joined #openstack | 23:55 | |
*** kaushikc has quit IRC | 23:56 | |
*** lloydde has joined #openstack | 23:56 | |
*** Shmouel`away has joined #openstack | 23:56 | |
*** jproulx1 has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!