*** oubiwann1 has joined #openstack | 00:01 | |
*** issackel_ has quit IRC | 00:01 | |
uvirtbot | New bug: #1037354 in tempest "a broken configure_tempest.sh can lead to silent failures" [Undecided,New] https://launchpad.net/bugs/1037354 | 00:01 |
---|---|---|
*** llang629___ has quit IRC | 00:03 | |
*** johnpostlethwait has quit IRC | 00:05 | |
*** rods has quit IRC | 00:05 | |
*** johnpostlethwait has joined #openstack | 00:06 | |
*** nati_uen_ has quit IRC | 00:07 | |
*** alop has joined #openstack | 00:07 | |
*** mestery_ has joined #openstack | 00:09 | |
*** tomoe has quit IRC | 00:11 | |
*** mestery has quit IRC | 00:12 | |
*** marrusl has joined #openstack | 00:13 | |
*** ejat has joined #openstack | 00:14 | |
*** roaet_ has joined #openstack | 00:15 | |
Aaton | I must be doing something wrong here... I start with a nova-compute node with br100 = 15.125.16.16 and br101 = 10.9.128.16 but after a vm is provisioned on the hardware those IP change. br100 = 15.125.24.3 and br101 = 10.9.132.3 | 00:16 |
*** roge has joined #openstack | 00:16 | |
Aaton | which means the iptable rule created reference 15.125.16.16 but thats gone. | 00:16 |
*** ejat has quit IRC | 00:18 | |
*** ryanpetrello has quit IRC | 00:25 | |
*** ryanpetrello has joined #openstack | 00:26 | |
*** bruges has quit IRC | 00:26 | |
*** bruges has joined #openstack | 00:27 | |
*** ron-slc has joined #openstack | 00:34 | |
*** maoy has joined #openstack | 00:34 | |
*** Blackavar has quit IRC | 00:35 | |
*** ewindisch has quit IRC | 00:37 | |
*** johnpur has quit IRC | 00:37 | |
*** krow has joined #openstack | 00:39 | |
*** Cha has quit IRC | 00:42 | |
networkstatic | what a great day | 00:42 |
*** TartanTexas has joined #openstack | 00:44 | |
*** desai has quit IRC | 00:44 | |
*** s0mik has quit IRC | 00:44 | |
*** wellpeng has joined #openstack | 00:45 | |
*** osier has joined #openstack | 00:45 | |
*** wellpeng has left #openstack | 00:46 | |
*** ryanpetrello has quit IRC | 00:47 | |
*** TartanTexas has quit IRC | 00:49 | |
*** vipuls has quit IRC | 00:49 | |
*** ryanpetrello has joined #openstack | 00:49 | |
*** blamar has joined #openstack | 00:50 | |
*** k0rupted has quit IRC | 00:51 | |
*** blamar has quit IRC | 00:52 | |
*** cloudvirt has joined #openstack | 00:55 | |
*** miclorb has joined #openstack | 00:55 | |
*** z_ is now known as z | 00:58 | |
*** z has joined #openstack | 00:58 | |
*** zodiak has quit IRC | 00:58 | |
*** blamar has joined #openstack | 00:59 | |
*** tualatrix has joined #openstack | 01:01 | |
*** dwcramer has quit IRC | 01:03 | |
JoeJulian | So the only way to get openstack to use my existing isc dhcp server instead of dnsmasq is to remove the filters from the libvirt template and just ignore the ip addresses shown as assigned in the database? | 01:03 |
*** blamar has quit IRC | 01:03 | |
*** matwood has quit IRC | 01:03 | |
JoeJulian | I've been trying to find another way, but there doesn't seem to be one. | 01:04 |
*** dendro-afk is now known as dendrobates | 01:04 | |
*** cloudvirt has quit IRC | 01:05 | |
*** alop has quit IRC | 01:05 | |
*** vladimir3p has quit IRC | 01:07 | |
*** avoine has quit IRC | 01:07 | |
*** erkules|away has joined #openstack | 01:09 | |
*** erkules has quit IRC | 01:11 | |
*** lv2eof has quit IRC | 01:12 | |
*** ewindisch has joined #openstack | 01:12 | |
*** xjen1 has quit IRC | 01:12 | |
*** blamar has joined #openstack | 01:14 | |
*** oubiwann1 has quit IRC | 01:14 | |
*** mnaser has joined #openstack | 01:18 | |
*** mnaser has quit IRC | 01:18 | |
*** mnaser has joined #openstack | 01:18 | |
*** cryptk is now known as cryptk|offline | 01:19 | |
*** jkff has joined #openstack | 01:22 | |
jkff | Hey folks. Need help urgently :( Anyone familiar with multihost networking? | 01:22 |
jkff | My question: how should I allocate the fixed_range between different nodes in this setup? | 01:23 |
jkff | Should it be the same in nova.conf on all nodes, or should it be different? | 01:23 |
jkff | I have it the same, and I ended up with having the network just for 1 of my 2 compute nodes in nova.networks table. I suspect it might be because the 2nd node tried to create a network with this range and it already existed | 01:24 |
Diopter | jkff: The nova.conf should be the same in each of them | 01:24 |
jkff | Diopter: Thanks, that's relieving to hear :) | 01:25 |
Diopter | jkff: I presume you're using Flat or FlatDHCP with multi_host=true? | 01:25 |
jkff | FlatDHCP | 01:25 |
Diopter | You said multihost networking, but want to make sure we're talking about the same things :P | 01:25 |
*** jtran has quit IRC | 01:25 | |
jkff | I'm currently trying to trace thru the code and see why the network for compute-1 is not created, but without much luck so far | 01:26 |
jkff | But I traced that it's presumably because of this that the bridge driver isn't initialized either | 01:26 |
jkff | Because there's a loop over db_get_networks_by_host somewhere around it, and this call returns [] | 01:26 |
jkff | Generally, at what moment *should* a host's network entry be created? Is it when nova-network starts, or when the first VM is created? (for me neither worked, but still) | 01:27 |
*** dwcramer has joined #openstack | 01:27 | |
*** miclorb has quit IRC | 01:29 | |
*** comptona has quit IRC | 01:30 | |
jkff | Confirmed this right now. Indeed db.network_get_all_by_host returns [] | 01:30 |
*** msinhore has quit IRC | 01:31 | |
Diopter | jkff: I'm a little confused. You seem to be suggesting that compute hosts make networks. But they just make use of the networks that are in the DB. | 01:31 |
jkff | Diopter: OK, I may be completely misunderstanding how multihost networking works, because so far I only used single-host | 01:31 |
*** sunxin has joined #openstack | 01:32 | |
jkff | Can you tell me then who's supposed to create the networks in db? Should I create them manually with nova-manage? | 01:32 |
Diopter | jkff: First of all, are you running nova-network on each compute host, and Not on your controller? | 01:32 |
jkff | Yes, nova-network on each host | 01:32 |
Diopter | Yes. You're creating your own networks manually | 01:32 |
Diopter | Which the nova-network processes on each compute host will use to setup IPs/bridges | 01:33 |
Diopter | In conjunction with their nova.confs | 01:33 |
jkff | Hm, I wonder who created that one network then... | 01:33 |
*** natea has joined #openstack | 01:33 | |
Diopter | Good question! You can remove it from the db | 01:33 |
jkff | Oh, looks like it's my puppet recipes. | 01:34 |
*** uictamale has joined #openstack | 01:34 | |
Diopter | Fun fun | 01:34 |
*** Turicas has joined #openstack | 01:34 | |
jkff | That makes it a lot easier. Now I'll see why they only created it for one host. | 01:34 |
Diopter | Most recipes have defaults | 01:34 |
Diopter | To have somewhere to start, generally for you to override | 01:34 |
*** tualatrix has quit IRC | 01:35 | |
*** tualatrix has joined #openstack | 01:37 | |
jkff | Diopter: Am I understanding correctly that I should call nova-manage network create 1) on compute-1 and 2) on compute-2, with identical parameters? | 01:40 |
JoeJulian | What's the purpose of dhcpbridge? To tell dnsmask what address to assign what host, or vice versa? | 01:40 |
Diopter | jkff: Nope. nova networks are stored in the db, and are not compute-node specific | 01:41 |
jkff | Diopter: Then how do they get the "host" column? I don't see a host parameter in the arguments of nova-manage network create | 01:41 |
Diopter | jkff: You create it once from wherever you can call nova-manage. Each compute node uses them. | 01:42 |
*** jackh has joined #openstack | 01:43 | |
Diopter | jkff: When you have the network in the db, and nova-network starts, in FlatDHCP multi_host, each compute host will drop an IP in the fixed network on the bridges | 01:43 |
Diopter | jkff: And those IPs will have the "host" columns associated | 01:43 |
jkff | Diopter: Hm, I have a suspicion. Before, I was using the same configuration with single-host. Perhaps there's a leftover network in the db | 01:43 |
jkff | So I'll try deleting it and reinstalling everything | 01:43 |
Diopter | jkff: Could easily be. Might want to blow all that away | 01:43 |
jkff | Because that network has multi_host=0 | 01:43 |
Diopter | Aha | 01:43 |
*** issackelly has left #openstack | 01:43 | |
Diopter | You could just nova-manage network delete, or whatnot | 01:45 |
*** TartanTexas has joined #openstack | 01:45 | |
jkff | Diopter: yes, just did that. Retrying now. | 01:45 |
*** johnpostlethwait has quit IRC | 01:46 | |
*** barneybook has joined #openstack | 01:46 | |
*** TartanTexas has quit IRC | 01:50 | |
jkff | Diopter: Allright, a network has been created but instances can't boot still; figuring out what's wrong... | 01:52 |
*** zhuadl has joined #openstack | 01:52 | |
*** lloydde has joined #openstack | 01:53 | |
*** DavidLevin has quit IRC | 01:56 | |
*** miclorb has joined #openstack | 01:58 | |
*** s0mik has joined #openstack | 01:58 | |
benner | how stable quotmum in essex is? | 01:58 |
benner | should i need to wait for folcom to try it? | 01:58 |
*** tualatrix has quit IRC | 01:59 | |
benner | actualy i'm instressting in ovs | 02:00 |
*** darthflatus has quit IRC | 02:00 | |
*** tomoe has joined #openstack | 02:00 | |
*** jdurgin has quit IRC | 02:01 | |
*** rogerl has joined #openstack | 02:02 | |
*** DavidLevin has joined #openstack | 02:03 | |
*** krow has quit IRC | 02:04 | |
rogerl | Hi Anyone, Is there a way to clear the auth tokens used by swift so that the the client has to re auth? | 02:04 |
*** darthflatus has joined #openstack | 02:04 | |
*** samkottler|afk is now known as samkottler | 02:05 | |
fedgoat | Is there a repo somewhere with AMI images that work on Essex | 02:05 |
*** krow has joined #openstack | 02:05 | |
uvirtbot | New bug: #1037371 in nova "default_schedule_zone is not intelligent" [Undecided,New] https://launchpad.net/bugs/1037371 | 02:06 |
*** networkstatic has quit IRC | 02:07 | |
*** roge has quit IRC | 02:07 | |
uvirtbot | New bug: #1037372 in nova "task_state may be overwritten in race condition" [Undecided,New] https://launchpad.net/bugs/1037372 | 02:11 |
*** kobier has joined #openstack | 02:12 | |
*** jplewi has quit IRC | 02:13 | |
*** xjen has joined #openstack | 02:13 | |
*** crandquist has quit IRC | 02:15 | |
*** nid0 has quit IRC | 02:16 | |
uvirtbot | New bug: #1037373 in nova "any value for quota project id can be updated" [Undecided,New] https://launchpad.net/bugs/1037373 | 02:16 |
*** anniec has quit IRC | 02:16 | |
*** DANO-MARC has quit IRC | 02:21 | |
*** osier has quit IRC | 02:22 | |
*** DANO-MARC has joined #openstack | 02:22 | |
*** tgall_foo has joined #openstack | 02:23 | |
*** tgall_foo has quit IRC | 02:23 | |
*** tgall_foo has joined #openstack | 02:23 | |
*** mnaser has quit IRC | 02:28 | |
*** rnorwood has joined #openstack | 02:29 | |
*** Ryan_Lane has quit IRC | 02:30 | |
*** Ryan_Lane has joined #openstack | 02:30 | |
*** Ryan_Lane has quit IRC | 02:30 | |
jkff | Diopter: JFYI, I resolved my problem completely. Turns out that when I deleted the network, its fixed_ips weren't deleted from the database and they confused nova-network greatly | 02:32 |
jkff | I'll go report a bug... | 02:32 |
*** sandywalsh has joined #openstack | 02:33 | |
jkff | Oh, here it is already: https://bugs.launchpad.net/nova/+bug/812573 | 02:33 |
jkff | Actually https://bugs.launchpad.net/nova/+bug/754900 - heh, fix released 2 weeks ago... | 02:34 |
*** osier has joined #openstack | 02:35 | |
*** Shayanjm has joined #openstack | 02:37 | |
Shayanjm | Quick question as a newbie to cloud providing. I've dealt with VPS provisioning in the past (currently using a Solusvm + Openvz stack) - and it sucks. I've heard of Onapp, Cloudstack, and Openstack with regards to cloud deployment, however I'm not sure how they relate. I understand the differences between Openstack and Cloudstack, however Onapp looks like it's something different altogether. Can anyone shed some light on this? | 02:38 |
*** networkstatic has joined #openstack | 02:40 | |
*** sunxin has quit IRC | 02:40 | |
*** roaet_ has quit IRC | 02:41 | |
*** sunxin has joined #openstack | 02:41 | |
*** steveb_ has quit IRC | 02:42 | |
*** Shayanjm has quit IRC | 02:43 | |
*** KavanS has quit IRC | 02:43 | |
*** DANO-MARC has quit IRC | 02:44 | |
*** jkff has quit IRC | 02:44 | |
*** sandywalsh has quit IRC | 02:44 | |
*** TartanTexas has joined #openstack | 02:45 | |
*** natea has quit IRC | 02:45 | |
*** lloydde has quit IRC | 02:46 | |
*** Blackavar has joined #openstack | 02:47 | |
*** zhuadl has quit IRC | 02:48 | |
*** atrius is now known as atrius_away | 02:50 | |
*** TartanTexas has quit IRC | 02:50 | |
*** networkstatic has quit IRC | 02:53 | |
*** networkstatic has joined #openstack | 02:53 | |
*** dolphm has joined #openstack | 02:53 | |
*** miclorb has quit IRC | 02:56 | |
*** rogerl has quit IRC | 02:56 | |
*** marrusl has quit IRC | 03:00 | |
*** anniec has joined #openstack | 03:01 | |
*** darthflatus has quit IRC | 03:01 | |
*** wellpeng has joined #openstack | 03:08 | |
*** mrjazzcat has quit IRC | 03:08 | |
*** bharata has joined #openstack | 03:10 | |
*** wellpeng has left #openstack | 03:14 | |
*** dhellmann has joined #openstack | 03:17 | |
*** maoy has quit IRC | 03:17 | |
*** blamar_ has joined #openstack | 03:17 | |
*** rha has quit IRC | 03:18 | |
*** caribou has quit IRC | 03:18 | |
*** dhellmann_ has quit IRC | 03:18 | |
*** caribou has joined #openstack | 03:18 | |
*** davidha1 has joined #openstack | 03:18 | |
*** dubsquared has joined #openstack | 03:19 | |
*** rha has joined #openstack | 03:19 | |
*** nacx has quit IRC | 03:20 | |
*** zykes- has quit IRC | 03:20 | |
*** vuntz has quit IRC | 03:20 | |
*** zykes- has joined #openstack | 03:20 | |
*** vuntz has joined #openstack | 03:20 | |
*** nacx has joined #openstack | 03:20 | |
*** blamar has quit IRC | 03:20 | |
*** blamar_ is now known as blamar | 03:20 | |
*** tan has quit IRC | 03:20 | |
*** tan has joined #openstack | 03:20 | |
*** davidha has quit IRC | 03:20 | |
*** salgado` has joined #openstack | 03:24 | |
*** mikal_ has joined #openstack | 03:24 | |
*** led_bell1 has joined #openstack | 03:26 | |
*** amti has quit IRC | 03:26 | |
*** mikal has quit IRC | 03:27 | |
*** rha_ has joined #openstack | 03:27 | |
*** mikal_ is now known as mikal | 03:27 | |
*** amti has joined #openstack | 03:27 | |
*** soren_ has joined #openstack | 03:27 | |
*** Dirkpitt has quit IRC | 03:27 | |
*** led_belly has quit IRC | 03:27 | |
*** goldfish has quit IRC | 03:27 | |
*** rgoodwin has quit IRC | 03:27 | |
*** soren has quit IRC | 03:27 | |
*** Dirkpitt has joined #openstack | 03:28 | |
*** cryptk|offline is now known as cryptk | 03:28 | |
*** lborda has quit IRC | 03:28 | |
*** zykes- has quit IRC | 03:29 | |
*** rha has quit IRC | 03:29 | |
*** arrsim has quit IRC | 03:29 | |
*** Espen-_- has quit IRC | 03:29 | |
*** Disconnect has quit IRC | 03:29 | |
*** stewart has quit IRC | 03:29 | |
*** file has quit IRC | 03:29 | |
*** infernix has quit IRC | 03:29 | |
*** clarkb has quit IRC | 03:29 | |
*** salgado has quit IRC | 03:29 | |
*** cultavix has quit IRC | 03:29 | |
*** jeremy has quit IRC | 03:29 | |
*** smeaaagle has quit IRC | 03:29 | |
*** arun has quit IRC | 03:29 | |
*** goldfish has joined #openstack | 03:29 | |
*** vitiho has joined #openstack | 03:31 | |
*** vitiho_ has quit IRC | 03:31 | |
*** cultavix has joined #openstack | 03:34 | |
*** arun has joined #openstack | 03:34 | |
*** zykes- has joined #openstack | 03:34 | |
*** rgoodwin has joined #openstack | 03:34 | |
*** arrsim has joined #openstack | 03:34 | |
*** Espen-_- has joined #openstack | 03:34 | |
*** Disconnect has joined #openstack | 03:34 | |
*** stewart has joined #openstack | 03:34 | |
*** file has joined #openstack | 03:34 | |
*** infernix has joined #openstack | 03:34 | |
*** clarkb has joined #openstack | 03:34 | |
*** jeremy has joined #openstack | 03:34 | |
*** smeaaagle has joined #openstack | 03:34 | |
*** roaet_ has joined #openstack | 03:34 | |
*** steveb_ has joined #openstack | 03:43 | |
*** crandquist has joined #openstack | 03:46 | |
*** TartanTexas has joined #openstack | 03:46 | |
*** Sweetshark has quit IRC | 03:47 | |
*** tgall_foo has quit IRC | 03:47 | |
*** roaet_ has quit IRC | 03:47 | |
*** vipuls has joined #openstack | 03:48 | |
*** Sweetshark has joined #openstack | 03:49 | |
*** melmoth has quit IRC | 03:49 | |
*** kobier has quit IRC | 03:50 | |
*** vitiho has quit IRC | 03:50 | |
*** TartanTexas has quit IRC | 03:50 | |
*** vitiho has joined #openstack | 03:50 | |
*** egant has joined #openstack | 03:52 | |
*** hungnv has quit IRC | 03:52 | |
*** hungnv has joined #openstack | 03:52 | |
JoeJulian | I could write a script to request an ip address from my isc dhcp server on behalf of the vm that's being created, but I don't know how to get it to be called during the vm creation process, nor what to do with the result once I get it. | 03:56 |
jkoelker | JoeJulian: You would have to create a new network manager | 03:58 |
jkoelker | in the allocate_for_instance call you would "proxy" the dhcp request | 03:58 |
jkoelker | then package up the result into a NetworkInfo model and return that | 03:59 |
jkoelker | unfortunatly the "hooks" are very poor at the moment for doing what you want to do | 03:59 |
JoeJulian | That's understandable. It's still pretty young. Thanks for that. I think I can get something to work that way. | 04:00 |
*** samkottler is now known as samkottler|brb | 04:01 | |
jkoelker | checkout https://github.com/jkoelker/nova/blob/rax_quantum/nova/network/melantum/manager.py for a pretty bare bones manager | 04:02 |
*** led_bell1 has quit IRC | 04:02 | |
*** tmichael has joined #openstack | 04:03 | |
*** miclorb has joined #openstack | 04:04 | |
*** xjen1 has joined #openstack | 04:05 | |
uvirtbot | New bug: #1037391 in glance "v2 API returns 200 instead of 201 on image data upload" [Critical,In progress] https://launchpad.net/bugs/1037391 | 04:06 |
*** xjen has quit IRC | 04:07 | |
*** egant has quit IRC | 04:08 | |
*** blamar has quit IRC | 04:08 | |
*** blamar has joined #openstack | 04:09 | |
*** samkottler|brb is now known as samkottler | 04:11 | |
*** tmichael has quit IRC | 04:11 | |
*** koolhead17 has joined #openstack | 04:13 | |
*** s0mik has quit IRC | 04:15 | |
*** samkottler is now known as samkottler|nap | 04:17 | |
*** sunxin has quit IRC | 04:19 | |
*** bharata has quit IRC | 04:21 | |
*** blamar has quit IRC | 04:21 | |
*** ewindisch_ has joined #openstack | 04:26 | |
*** garyk has quit IRC | 04:26 | |
*** mnewby_ has joined #openstack | 04:27 | |
*** ewindisch has quit IRC | 04:28 | |
*** mnewby has quit IRC | 04:28 | |
*** ewindisch_ is now known as ewindisch | 04:28 | |
*** mnewby_ is now known as mnewby | 04:28 | |
*** blamar has joined #openstack | 04:33 | |
*** sunxin has joined #openstack | 04:34 | |
*** deepakcs has joined #openstack | 04:35 | |
*** Blackavar has quit IRC | 04:35 | |
*** uictamale has quit IRC | 04:39 | |
*** networkstatic has quit IRC | 04:41 | |
*** supriya has joined #openstack | 04:41 | |
*** TartanTexas has joined #openstack | 04:46 | |
*** anniec has quit IRC | 04:48 | |
*** desai has joined #openstack | 04:49 | |
*** TartanTexas has quit IRC | 04:50 | |
*** rnorwood has quit IRC | 04:52 | |
*** dendrobates is now known as dendro-afk | 04:55 | |
*** vitiho has quit IRC | 04:56 | |
*** vitiho has joined #openstack | 04:57 | |
*** dubsquared has quit IRC | 04:57 | |
*** koolhead17 has quit IRC | 04:57 | |
*** matwood has joined #openstack | 04:58 | |
*** Toretto has joined #openstack | 05:02 | |
*** mnewby has quit IRC | 05:04 | |
*** hungnv has quit IRC | 05:05 | |
*** hungnv has joined #openstack | 05:05 | |
*** blamar has quit IRC | 05:06 | |
*** vitiho_ has joined #openstack | 05:08 | |
*** vitiho has quit IRC | 05:08 | |
*** warik has joined #openstack | 05:08 | |
*** miclorb has quit IRC | 05:11 | |
*** warik has left #openstack | 05:13 | |
*** ejat has joined #openstack | 05:14 | |
*** clopez has quit IRC | 05:17 | |
*** ches has joined #openstack | 05:18 | |
*** miclorb has joined #openstack | 05:21 | |
*** supriya has quit IRC | 05:22 | |
*** tomoe has quit IRC | 05:22 | |
*** tomoe has joined #openstack | 05:23 | |
*** BARNEYB3 has joined #openstack | 05:28 | |
*** barneybook has quit IRC | 05:30 | |
*** BLZbubba_ has quit IRC | 05:30 | |
*** johnpostlethwait has joined #openstack | 05:30 | |
*** BLZbubba has joined #openstack | 05:31 | |
*** desai has quit IRC | 05:32 | |
*** anniec has joined #openstack | 05:33 | |
*** dachary has joined #openstack | 05:35 | |
*** MrRoot has quit IRC | 05:38 | |
*** melmoth has joined #openstack | 05:38 | |
*** sunxin has quit IRC | 05:40 | |
*** Blackavar has joined #openstack | 05:41 | |
*** MarkAtwood has joined #openstack | 05:44 | |
*** vladdy_ has quit IRC | 05:45 | |
*** dwcramer has quit IRC | 05:45 | |
*** Blackavar has quit IRC | 05:46 | |
*** TartanTexas has joined #openstack | 05:47 | |
*** arBmind has joined #openstack | 05:48 | |
*** tualatrix has joined #openstack | 05:49 | |
*** TartanTexas has quit IRC | 05:51 | |
*** Lil_ has joined #openstack | 05:53 | |
*** Lil has quit IRC | 05:55 | |
*** arosen has joined #openstack | 05:55 | |
*** dolphm has quit IRC | 05:56 | |
*** hattwick has quit IRC | 05:59 | |
*** williamherry has quit IRC | 06:04 | |
*** oubiwann has quit IRC | 06:04 | |
*** Toretto_ has joined #openstack | 06:05 | |
*** Toretto has quit IRC | 06:05 | |
*** Toretto_ is now known as Toretto | 06:05 | |
*** Lil_ has quit IRC | 06:06 | |
*** tualatrix has quit IRC | 06:13 | |
*** vitiho_ has quit IRC | 06:14 | |
*** vitiho has joined #openstack | 06:14 | |
*** burnbrighter2 has quit IRC | 06:15 | |
*** pvankouteren has joined #openstack | 06:16 | |
*** miclorb has quit IRC | 06:16 | |
*** littleidea has quit IRC | 06:17 | |
*** renier_ has quit IRC | 06:18 | |
*** vladdy has joined #openstack | 06:18 | |
*** ryanpetrello has quit IRC | 06:18 | |
*** linuxfreck has joined #openstack | 06:19 | |
uvirtbot | New bug: #1037422 in cinder "no module named mock" [Undecided,New] https://launchpad.net/bugs/1037422 | 06:21 |
*** mindpixel has joined #openstack | 06:26 | |
*** renier has joined #openstack | 06:26 | |
*** issackel_ has joined #openstack | 06:27 | |
*** EmilienM has joined #openstack | 06:27 | |
*** pvankouteren has quit IRC | 06:30 | |
zykes- | EmilienM: :p | 06:31 |
*** MarkAtwood has left #openstack | 06:31 | |
*** anniec_ has joined #openstack | 06:36 | |
*** qazwsx has joined #openstack | 06:38 | |
*** issackel_ has quit IRC | 06:38 | |
*** anniec has quit IRC | 06:40 | |
*** anniec_ is now known as anniec | 06:40 | |
*** eglynn has joined #openstack | 06:41 | |
*** TartanTexas has joined #openstack | 06:47 | |
*** ejat has quit IRC | 06:48 | |
*** vipuls has quit IRC | 06:49 | |
*** kpavel has quit IRC | 06:49 | |
*** crandquist has quit IRC | 06:50 | |
*** TartanTexas has quit IRC | 06:52 | |
*** hungnv has quit IRC | 06:53 | |
*** guigui3 has joined #openstack | 06:54 | |
*** ondergetekende has joined #openstack | 06:54 | |
*** hungnv has joined #openstack | 06:54 | |
*** rha_ is now known as rha | 06:56 | |
*** rha has joined #openstack | 06:56 | |
*** renier has quit IRC | 06:58 | |
*** crandquist has joined #openstack | 06:59 | |
*** ejat has joined #openstack | 06:59 | |
*** prakasha-log has quit IRC | 07:00 | |
*** prakasha-log has joined #openstack | 07:00 | |
uvirtbot | New bug: #1037438 in horizon "Cannot display Overview panel when Quantum enabled" [Undecided,New] https://launchpad.net/bugs/1037438 | 07:01 |
*** garyk has joined #openstack | 07:01 | |
*** koolhead11 has joined #openstack | 07:04 | |
*** pvankouteren has joined #openstack | 07:04 | |
*** nid0 has joined #openstack | 07:06 | |
*** erkules|away has quit IRC | 07:06 | |
*** erkules|away has joined #openstack | 07:06 | |
*** erkules|away is now known as erkules | 07:06 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:07 | |
uvirtbot | New bug: #1037443 in quantum "wrong interface prefix ovs " [Undecided,New] https://launchpad.net/bugs/1037443 | 07:11 |
*** baske has joined #openstack | 07:15 | |
*** inteq has quit IRC | 07:15 | |
*** baske has quit IRC | 07:15 | |
*** baske has joined #openstack | 07:17 | |
*** baske has joined #openstack | 07:18 | |
*** baske has quit IRC | 07:19 | |
*** caribou has quit IRC | 07:19 | |
*** baske has joined #openstack | 07:19 | |
*** salgado` has quit IRC | 07:20 | |
*** Guest89054 has quit IRC | 07:20 | |
*** baske has quit IRC | 07:20 | |
*** baske has joined #openstack | 07:20 | |
*** baske has quit IRC | 07:21 | |
*** baske has joined #openstack | 07:22 | |
*** renier has joined #openstack | 07:22 | |
*** simon_lucy has joined #openstack | 07:23 | |
*** hugao12 has joined #openstack | 07:24 | |
EmilienM | zykes- o/ | 07:25 |
*** dachary has quit IRC | 07:27 | |
*** adasiek_abix has quit IRC | 07:27 | |
*** arBmind has quit IRC | 07:31 | |
*** reidrac has joined #openstack | 07:32 | |
*** adasiek_abix has joined #openstack | 07:37 | |
*** anniec has left #openstack | 07:39 | |
*** arBmind has joined #openstack | 07:40 | |
*** primozf has joined #openstack | 07:41 | |
*** dachary has joined #openstack | 07:44 | |
*** sunxin has joined #openstack | 07:46 | |
*** TartanTexas has joined #openstack | 07:48 | |
*** caribou has joined #openstack | 07:50 | |
*** salgado has joined #openstack | 07:50 | |
*** dpb_ has joined #openstack | 07:51 | |
*** dpb_ is now known as Guest86753 | 07:51 | |
*** TartanTexas has quit IRC | 07:53 | |
*** Triade has joined #openstack | 07:53 | |
*** melmoth has quit IRC | 07:57 | |
*** soren_ has quit IRC | 07:59 | |
*** laurensell has quit IRC | 08:00 | |
*** comstud has quit IRC | 08:00 | |
*** comstud has joined #openstack | 08:01 | |
*** darraghb has joined #openstack | 08:01 | |
*** laurensell has joined #openstack | 08:02 | |
*** erikzaadi has joined #openstack | 08:04 | |
*** soren has joined #openstack | 08:05 | |
*** ChanServ sets mode: +v soren | 08:05 | |
*** matwood has quit IRC | 08:05 | |
*** erikzaadi has left #openstack | 08:05 | |
*** virtuose has joined #openstack | 08:07 | |
*** freck has joined #openstack | 08:09 | |
*** ejat has quit IRC | 08:10 | |
*** derekh has joined #openstack | 08:11 | |
*** Breaking_Pitt has joined #openstack | 08:11 | |
*** linuxfreck has quit IRC | 08:11 | |
*** rpawlik has quit IRC | 08:17 | |
*** ejat has joined #openstack | 08:24 | |
*** tualatrix has joined #openstack | 08:27 | |
*** uksysadmin has joined #openstack | 08:28 | |
*** kpavel has joined #openstack | 08:28 | |
uksysadmin | morning all | 08:28 |
*** Ryan_Lane has joined #openstack | 08:30 | |
kviiri | Hello | 08:30 |
*** DANO-MARC has joined #openstack | 08:31 | |
*** vitiho_ has joined #openstack | 08:32 | |
*** vitiho has quit IRC | 08:32 | |
*** rocambole has joined #openstack | 08:35 | |
uksysadmin | agh kviiri - did you fix your openvswitch issues? | 08:38 |
*** Ryan_Lane has quit IRC | 08:39 | |
* uksysadmin isn't really a zombie... aggghhhhh (sticks hands out and drools slightly) | 08:39 | |
*** dodeeric has joined #openstack | 08:39 | |
kviiri | uksysadmin: Indeed I did | 08:41 |
kviiri | uksysadmin: So it turned out that one of the machine's bootup scripts wasn't getting executed properly | 08:41 |
*** dodeeric has left #openstack | 08:42 | |
kviiri | Which resulted in OVS not being run when it was supposed to :/ | 08:42 |
*** hattwick has joined #openstack | 08:43 | |
uksysadmin | kviiri, annoying when that happens - when you're convinced everything is as it should - but the problem started earlier than that. | 08:43 |
*** ejat has quit IRC | 08:44 | |
*** rubiojr has quit IRC | 08:47 | |
*** Neptu has quit IRC | 08:48 | |
*** TartanTexas has joined #openstack | 08:48 | |
*** vitiho_ has quit IRC | 08:49 | |
*** vitiho has joined #openstack | 08:49 | |
*** aspiers has joined #openstack | 08:51 | |
*** TartanTexas has quit IRC | 08:53 | |
*** lifeless has joined #openstack | 08:53 | |
*** simon_lucy has quit IRC | 08:53 | |
*** ejat has joined #openstack | 08:55 | |
*** tomoe has quit IRC | 08:57 | |
*** osier has quit IRC | 08:59 | |
*** osier has joined #openstack | 09:02 | |
*** osier has joined #openstack | 09:03 | |
*** qazwsx has quit IRC | 09:04 | |
*** ejat has quit IRC | 09:04 | |
*** zykes- has quit IRC | 09:06 | |
*** bbcmicrocomputer has joined #openstack | 09:07 | |
*** ieugen has joined #openstack | 09:08 | |
*** ieugen has left #openstack | 09:08 | |
*** freck has quit IRC | 09:14 | |
*** tryggvil_ has quit IRC | 09:19 | |
*** freeflyi1g has quit IRC | 09:20 | |
*** dendro-afk is now known as dendrobates | 09:22 | |
*** rpawlik has joined #openstack | 09:24 | |
*** Turicas has quit IRC | 09:25 | |
*** qazwsx has joined #openstack | 09:26 | |
*** tryggvil_ has joined #openstack | 09:27 | |
kviiri | uksysadmin: Yup :) | 09:28 |
*** tualatrix has quit IRC | 09:29 | |
*** qazwsx has quit IRC | 09:30 | |
*** hungnv has quit IRC | 09:30 | |
*** hungnv has joined #openstack | 09:30 | |
*** vitiho has quit IRC | 09:33 | |
*** vitiho has joined #openstack | 09:34 | |
*** johnpostlethwait has quit IRC | 09:36 | |
*** johnpostlethwait has joined #openstack | 09:36 | |
*** adasiek_abix has quit IRC | 09:38 | |
*** adasiek_abix has joined #openstack | 09:38 | |
*** guimaluf has quit IRC | 09:38 | |
*** thimble has joined #openstack | 09:38 | |
*** jkyle has quit IRC | 09:40 | |
*** steveb_ has quit IRC | 09:41 | |
*** jkyle has joined #openstack | 09:41 | |
*** rods has joined #openstack | 09:42 | |
*** dendrobates is now known as dendro-afk | 09:43 | |
*** dave_mcn_away is now known as dave_mcn | 09:45 | |
uvirtbot | New bug: #1037484 in quantum "native bulk support for linux bridge" [Medium,New] https://launchpad.net/bugs/1037484 | 09:46 |
*** tty has joined #openstack | 09:47 | |
*** tty has left #openstack | 09:47 | |
*** tty has joined #openstack | 09:48 | |
*** rocambole has quit IRC | 09:48 | |
*** TartanTexas has joined #openstack | 09:49 | |
*** rocambole has joined #openstack | 09:49 | |
*** ekarlso has joined #openstack | 09:50 | |
*** guimaluf has joined #openstack | 09:51 | |
*** jackh has quit IRC | 09:53 | |
thimble | Hi there. Is it possible to use a created volume in several zones? I can't find any zone related information in the docs. For better understanding: creating a volume, attaching it to vm in zone1, detaching it, attaching it in zone2 then. Would this be possible? Or is the use limited to volumes and vms in the same zone? | 09:53 |
*** TartanTexas has quit IRC | 09:53 | |
*** Breaking_Pitt is now known as Breaking_Out | 09:56 | |
uksysadmin | someone raised a strange issue that was possibly confirmed with canonical folk - after spinning up a12.04 instance and doing upgrade and reboot, it took an hour to reboot. anyone confirm? | 09:56 |
*** Breaking_Out has quit IRC | 09:58 | |
*** kyriakos has joined #openstack | 09:59 | |
*** rpawlik has quit IRC | 10:01 | |
*** msavy has joined #openstack | 10:02 | |
*** almaisan-away has quit IRC | 10:02 | |
*** tryggvil_ has quit IRC | 10:02 | |
*** msavy has joined #openstack | 10:03 | |
*** almaisan-away has joined #openstack | 10:03 | |
*** almaisan-away is now known as al-maisan | 10:03 | |
*** dendro-afk is now known as dendrobates | 10:04 | |
*** sunxin has quit IRC | 10:05 | |
*** Trixboxer has joined #openstack | 10:06 | |
*** tryggvil has joined #openstack | 10:09 | |
*** johnpostlethwait has quit IRC | 10:12 | |
*** ekarlso has quit IRC | 10:18 | |
*** egant has joined #openstack | 10:20 | |
*** linuxfreck has joined #openstack | 10:20 | |
*** GheRivero has joined #openstack | 10:20 | |
*** davidha1 has quit IRC | 10:22 | |
*** qazwsx has joined #openstack | 10:23 | |
*** davidha has joined #openstack | 10:25 | |
*** freck has joined #openstack | 10:26 | |
*** cbachhub_ has joined #openstack | 10:27 | |
*** linuxfreck has quit IRC | 10:28 | |
*** vap has quit IRC | 10:31 | |
*** vap has joined #openstack | 10:31 | |
*** freck has quit IRC | 10:31 | |
*** dolphm has joined #openstack | 10:37 | |
*** roge has joined #openstack | 10:46 | |
*** miclorb has joined #openstack | 10:47 | |
*** ejat has joined #openstack | 10:48 | |
*** TartanTexas has joined #openstack | 10:49 | |
*** miclorb has quit IRC | 10:50 | |
*** miclorb has joined #openstack | 10:50 | |
*** dodeeric has joined #openstack | 10:50 | |
*** linuxfreck has joined #openstack | 10:51 | |
*** dodeeric has left #openstack | 10:51 | |
*** cbachhub_ has quit IRC | 10:52 | |
*** TartanTexas has quit IRC | 10:54 | |
*** TartanTexas has joined #openstack | 10:55 | |
*** MarcMorata has joined #openstack | 10:55 | |
*** Breaking_Out has joined #openstack | 11:01 | |
*** Breaking_Out is now known as Breaking_Pitt | 11:01 | |
*** ekarlso has joined #openstack | 11:10 | |
*** al-maisan is now known as almaisan-away | 11:16 | |
uvirtbot | New bug: #1037503 in nova "Regression in simple extra_specs matching in compute_capabilities_filter" [High,In progress] https://launchpad.net/bugs/1037503 | 11:16 |
*** almaisan-away is now known as al-maisan | 11:18 | |
*** deepakcs has quit IRC | 11:18 | |
*** egant has quit IRC | 11:19 | |
*** TartanTexas has quit IRC | 11:22 | |
*** simon_lucy has joined #openstack | 11:22 | |
*** koolhead11 has quit IRC | 11:24 | |
*** ejat has quit IRC | 11:28 | |
*** tmichael has joined #openstack | 11:33 | |
*** etnt has joined #openstack | 11:33 | |
etnt | has anyone tried out Rackspace's private cloud stuff? | 11:34 |
*** roge has quit IRC | 11:35 | |
uvirtbot | New bug: #1037516 in nova "Over time XenAPI driver eventuall fills up Dom0 disk" [Undecided,New] https://launchpad.net/bugs/1037516 | 11:36 |
*** dolphm has quit IRC | 11:38 | |
*** miclorb has quit IRC | 11:42 | |
*** arBmind has quit IRC | 11:42 | |
*** tmichael has quit IRC | 11:44 | |
*** freeflying has joined #openstack | 11:46 | |
*** freeflying has joined #openstack | 11:46 | |
*** arBmind has joined #openstack | 11:49 | |
*** littleidea has joined #openstack | 11:49 | |
*** philips_ has quit IRC | 11:51 | |
*** maurosr has joined #openstack | 11:51 | |
*** philips_ has joined #openstack | 11:53 | |
*** littleidea has quit IRC | 11:53 | |
*** tomoe has joined #openstack | 11:58 | |
*** tgall_foo has joined #openstack | 11:58 | |
*** hggdh has quit IRC | 12:00 | |
*** krow has quit IRC | 12:00 | |
*** krow has joined #openstack | 12:01 | |
*** dachary has quit IRC | 12:02 | |
*** cryptk is now known as cryptk|offline | 12:06 | |
*** tgall_foo has quit IRC | 12:09 | |
*** maurosr has quit IRC | 12:11 | |
*** ahasenack has joined #openstack | 12:14 | |
*** chrisfer has quit IRC | 12:14 | |
*** markvoelker has joined #openstack | 12:14 | |
*** chrisfer has joined #openstack | 12:14 | |
*** vachon has quit IRC | 12:14 | |
*** jackh has joined #openstack | 12:17 | |
*** maurosr has joined #openstack | 12:18 | |
*** kpavel has quit IRC | 12:19 | |
*** freeflying has quit IRC | 12:20 | |
*** dolphm has joined #openstack | 12:21 | |
*** ttrifonov is now known as ttrifonov_zZzz | 12:22 | |
*** dhellmann has quit IRC | 12:22 | |
*** dachary has joined #openstack | 12:23 | |
*** ttrifonov_zZzz is now known as ttrifonov | 12:23 | |
*** vachon has joined #openstack | 12:23 | |
*** kpavel has joined #openstack | 12:24 | |
*** miclorb has joined #openstack | 12:25 | |
*** freeflying has joined #openstack | 12:27 | |
*** h0cin has joined #openstack | 12:29 | |
*** h0cin has joined #openstack | 12:30 | |
*** kpavel_ has joined #openstack | 12:30 | |
*** avoine has joined #openstack | 12:31 | |
*** ieugen has joined #openstack | 12:31 | |
*** avoine has left #openstack | 12:31 | |
*** kpavel has quit IRC | 12:31 | |
*** TartanTexas has joined #openstack | 12:31 | |
*** kpavel_ is now known as kpavel | 12:32 | |
*** avoine has joined #openstack | 12:33 | |
*** BlackMaria has joined #openstack | 12:33 | |
*** tryggvil has quit IRC | 12:33 | |
*** dwcramer has joined #openstack | 12:35 | |
*** TartanTexas has quit IRC | 12:36 | |
uvirtbot | New bug: #1037545 in quantum "Log exception due to missing parameters" [Medium,New] https://launchpad.net/bugs/1037545 | 12:37 |
*** kbringard has joined #openstack | 12:37 | |
*** lts has joined #openstack | 12:37 | |
*** adalbas has joined #openstack | 12:38 | |
*** msinhore has joined #openstack | 12:39 | |
*** renier has quit IRC | 12:39 | |
*** arBmind has quit IRC | 12:40 | |
*** koolhead17 has joined #openstack | 12:41 | |
fitzdsl | when running multiple nova-compute I only need 1 endpoint for compute ? | 12:42 |
fitzdsl | because my second nova-compute never spawn instances even if it's listed as enabled and state happy in 'nova-manage service list' | 12:43 |
*** tryggvil has joined #openstack | 12:43 | |
*** renier has joined #openstack | 12:44 | |
*** krow has quit IRC | 12:44 | |
*** littleidea has joined #openstack | 12:46 | |
*** dwcramer has quit IRC | 12:50 | |
*** samkottler|nap is now known as samkottler | 12:52 | |
*** samkottler is now known as samkottler|brb | 12:52 | |
*** hggdh has joined #openstack | 12:54 | |
*** miclorb has quit IRC | 12:54 | |
fitzdsl | what the endpoint should point to in that case ? | 12:55 |
*** egant has joined #openstack | 12:55 | |
uksysadmin | fitzdsl, your second compute host when multi_host is set should have nova-network and nova-api running too | 12:55 |
fitzdsl | uksysadmin: it's the case | 12:56 |
fitzdsl | uksysadmin: to what ip should point the endpoint ? | 12:56 |
uksysadmin | fitzdsl, nova-api not only provides the interface for users to tell OpenStack to do stuff, it also gives access to the meta-data to the instances | 12:56 |
*** ieugen has left #openstack | 12:57 | |
*** tmichael has joined #openstack | 12:57 | |
uksysadmin | say you have 2 nodes: say 172.16.0.1 which has nova-api, glance, keystone running. on 172.16.0.2 will be a compute host and that will run nova-compute, nova-network and nova-api | 12:57 |
uksysadmin | when you set up your credentials (or say use horizon - lets put that on 172.16.0.1 too), then 172.16.0.1 is what you need to know about, you don't need to know about the compute host (and any other compute hosts) | 12:58 |
fitzdsl | what I don't get is the nova endpoint should be associated to what system service ? scheduler ? | 12:59 |
fitzdsl | why should endpoint point to 1 and not 2 ? | 12:59 |
*** _ozstacker_ has quit IRC | 13:00 | |
*** ozstacker has joined #openstack | 13:00 | |
uksysadmin | there are multiple endpoints in openstack - what are you referring to? | 13:00 |
fitzdsl | the nova endpoint | 13:00 |
uksysadmin | is this when setting up keystone? | 13:00 |
fitzdsl | yep | 13:00 |
*** marrusl has joined #openstack | 13:00 | |
uvirtbot | New bug: #1037557 in openstack-manuals "The commands for nova secgroups are undocumented" [Undecided,New] https://launchpad.net/bugs/1037557 | 13:01 |
uksysadmin | fitzdsl, will this help explain? https://github.com/uksysadmin/OpenStackInstaller/blob/essex/keystone-services.sh | 13:02 |
*** dprince has joined #openstack | 13:02 | |
uksysadmin | I suggest setting up everything on a single node - in which case all "endpoints" point to that front public IP | 13:03 |
fitzdsl | for now I have 1 controler (vm) which run : glance, keystone, rabbit, mysql | 13:03 |
uksysadmin | when adding in compute nodes, you don't have to do anything else | 13:03 |
*** lazyshot has joined #openstack | 13:03 | |
fitzdsl | and a node with all nova services | 13:03 |
uksysadmin | no adding to keystone - nada | 13:03 |
uksysadmin | fitzdsl, | 13:03 |
fitzdsl | they are discovered with the bus | 13:04 |
*** n0ano has quit IRC | 13:04 | |
fitzdsl | that's it ? | 13:04 |
ekarlso | anyone here know if a standard ssd cuts it for a ssd cache ? | 13:04 |
uksysadmin | so the glance and keystone endpoints will point to that first box | 13:04 |
uksysadmin | the only other nova services that are mentioned in the keystone catalog are nova-volume and nova-api | 13:04 |
*** MrRoot has joined #openstack | 13:04 | |
uksysadmin | compute isn't discovered on the bus, its just by virtue that it connects to the database and picks up the details | 13:05 |
*** GiBa has joined #openstack | 13:05 | |
*** gekko_ has joined #openstack | 13:05 | |
*** msinhore has quit IRC | 13:06 | |
*** GiBa has left #openstack | 13:07 | |
*** markmcclain has joined #openstack | 13:07 | |
*** roge has joined #openstack | 13:08 | |
*** adalbas has quit IRC | 13:09 | |
*** koolhead17 has quit IRC | 13:09 | |
*** markmcclain has quit IRC | 13:09 | |
fitzdsl | uksysadmin: I thought that you told me that every compute node shoudl run nova-api ? | 13:11 |
uvirtbot | New bug: #1037562 in nova "Different secgroups can't be applied to different interfaces" [Undecided,New] https://launchpad.net/bugs/1037562 | 13:11 |
uksysadmin | fitzdsl, I did | 13:12 |
uksysadmin | keystone doesn't need to know about that... its nova-compute's little secret. ;-) | 13:13 |
uksysadmin | it literally is to allow instances to download meta data from 169.254.169.254:80 which is iptabled to run from the host the compute instance that spawned that instance | 13:14 |
uksysadmin | given that it connects to the same mysql as everything else, it can serve that meta data for the instances | 13:14 |
*** cloudvirt has joined #openstack | 13:14 | |
uksysadmin | keystone's compute entries (nova 8774, ec2 8773) refer to that "public" facing nova-api service | 13:15 |
fitzdsl | what ever is the host running nova-api | 13:16 |
uksysadmin | yes | 13:16 |
uksysadmin | but so are the rest of your compute nodes | 13:16 |
uksysadmin | but don't add them all in | 13:16 |
uksysadmin | only one required | 13:16 |
*** k3rn has quit IRC | 13:16 | |
fitzdsl | ok that's clear now, I didn't get it in documentation | 13:16 |
fitzdsl | thank you for your time :) | 13:17 |
*** k3rn has joined #openstack | 13:17 | |
*** k3rn has joined #openstack | 13:17 | |
uksysadmin | so a typical "starter" set up: everything on a single host - set up keystone as per that github script [edit to suit], then to just add compute hosts just add in nova-compute, nova-api, nova-network, copy your nova.conf files from that first host and voila... compute is available | 13:18 |
uksysadmin | to add more compute hosts - just repeat the nova-compute, nova-api, nova-network and nova configs | 13:18 |
uksysadmin | don't need to touch keystone at all once set up - it doesn't work like that. | 13:19 |
fitzdsl | ok so that's nearly what I did except that I moved non compute services to a vm | 13:19 |
ekarlso | has anyone her tested using SSD's for cache for mdraid5 ? | 13:19 |
fitzdsl | i get that in my service list http://pastebin.com/ms09EtYp | 13:19 |
fitzdsl | but my second node never spawn any instances | 13:19 |
fitzdsl | If i stop compute on testnode1 no instances are created | 13:20 |
uksysadmin | yeah take off unneeded services from your compute host - just makes it easier for troubleshooting - could even cause some strange conflicts how it seems to be set up | 13:20 |
fitzdsl | they are stoped. I don't know how to remove them ? | 13:21 |
fitzdsl | sql delete ? | 13:21 |
uksysadmin | apt-get remove? | 13:21 |
fitzdsl | I'm running F17, it seems that's only a single openstack-nova rpm | 13:22 |
uksysadmin | just ensure that host you're having trouble has: nova-api, nova-compute and nova-network | 13:22 |
*** tgall_foo has joined #openstack | 13:22 | |
uksysadmin | ah ok - I'm not familiar with openstack on fedora | 13:22 |
fitzdsl | that's the case | 13:22 |
*** lborda has joined #openstack | 13:22 | |
fitzdsl | the difference is that node2 doesn't create itself a secondary ip on the bridge wich belong to the range | 13:22 |
fitzdsl | don't know if it's normal | 13:23 |
uksysadmin | any clues in the logs? | 13:24 |
uksysadmin | are the clocks in sync? | 13:24 |
*** localhost has joined #openstack | 13:25 | |
fitzdsl | nova-network doesn't say anything wrong. just connected to amqp server | 13:25 |
*** imsplitbit has joined #openstack | 13:25 | |
fitzdsl | and record updated | 13:25 |
*** samkottler|brb is now known as samkottler | 13:26 | |
fitzdsl | it doesn't spawn any dnsmasq though | 13:26 |
*** tgall_foo has quit IRC | 13:26 | |
uksysadmin | in /etc/nova/nova.conf you have multi_host=true? | 13:26 |
uksysadmin | and check your endpoint logs - so check keystone, glance, nova-api, etc. | 13:28 |
uksysadmin | somewhere there'll be a line or few telling you what's going on - possibly when you restart the service [it could be that something didn't go right on start up but it appears to be running] | 13:28 |
*** foexle has joined #openstack | 13:29 | |
foexle | heyho guys | 13:29 |
*** tty_ has joined #openstack | 13:30 | |
*** tgall_foo has joined #openstack | 13:30 | |
*** tgall_foo has quit IRC | 13:30 | |
*** tgall_foo has joined #openstack | 13:30 | |
foexle | one question to keystone .... it's true that keystone creates on EACH request by an user a new token ? °° | 13:30 |
foexle | i got in 10 sec 4k entries in the token table .... | 13:30 |
avoine | foexle: it depends on the token expiration | 13:31 |
avoine | foexle: it's a day by default I think | 13:31 |
foexle | i know .... but the same use user with the same pw | 13:31 |
avoine | foexle: oh, if he ask for a new token it will get a new one | 13:32 |
foexle | are not different creds | 13:32 |
*** TartanTexas has joined #openstack | 13:32 | |
avoine | foexle: you need to ask for a new token only when the one you have is expired | 13:32 |
*** tgall_foo has quit IRC | 13:32 | |
foexle | but why on each request ? if the user have a valid token, then should response keystone this | 13:32 |
foexle | avoine: it will be create on each request ... if a token exists or not .... no one of the 4k tokens are expired | 13:33 |
*** tty has quit IRC | 13:33 | |
*** tty_ is now known as tty | 13:33 | |
*** led_belly has joined #openstack | 13:33 | |
*** tgall_foo has joined #openstack | 13:34 | |
*** tgall_foo has quit IRC | 13:34 | |
*** tgall_foo has joined #openstack | 13:34 | |
avoine | foexle: something is broken | 13:34 |
foexle | avoine: ..... :> | 13:34 |
*** cloudvirt has quit IRC | 13:35 | |
avoine | foexle: do you have a custom keystone client? | 13:35 |
foexle | no | 13:36 |
foexle | i try it wiht curl ... | 13:36 |
foexle | and swift (it's working) | 13:37 |
*** TartanTexas has quit IRC | 13:37 | |
*** roaet has quit IRC | 13:37 | |
*** cloudvirt has joined #openstack | 13:40 | |
*** roaet has joined #openstack | 13:40 | |
*** z00dax6_ is now known as z00dax6 | 13:42 | |
*** mtreinish has joined #openstack | 13:45 | |
*** marrusl has quit IRC | 13:46 | |
*** chm007 has joined #openstack | 13:46 | |
chm007 | Hi. According to openstack doc, I try to use the following curl syntax to get infos about images by example | 13:46 |
*** Ruetobas has quit IRC | 13:47 | |
chm007 | But when i run this command : curl -H "X-Auth-Token: 7186974eade44728ae0f14a5f53b057c" -X 'GET' http://172.16.0.1:5000/v2.0/images | 13:47 |
chm007 | I get a HTTP 404 not found | 13:47 |
chm007 | What is wrong with the url ? | 13:47 |
avoine | chm007: you query keystone instead of glance | 13:48 |
avoine | glance is the image server | 13:48 |
avoine | running on port 9292 by default I think | 13:48 |
chm007 | Will make a test | 13:48 |
chm007 | I get this response no matter which request I use | 13:49 |
chm007 | {"versions": [{"status": "CURRENT", "id": "v1.1", "links": [{"href": "http://172.16.0.1:9292/v1/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v1.0", "links": [{"href": "http://172.16.0.1:9292/v1/", "rel": "self"}]}]} | 13:49 |
*** UICTamale has joined #openstack | 13:50 | |
*** lakes has joined #openstack | 13:50 | |
lakes | hello folks | 13:50 |
*** GiBa has joined #openstack | 13:50 | |
lakes | i am having a big problem | 13:50 |
*** msinhore has joined #openstack | 13:50 | |
*** GiBa has left #openstack | 13:50 | |
dolphm | foexle: if a keystone client is provided with authentication credentials instead of a token, isn't persisting tokens between requests, and is running lots of operations... a lot of tokens are going to be generated and used once | 13:50 |
lakes | i have a Nova Network in VLAN mode | 13:50 |
*** tserong has quit IRC | 13:51 | |
*** rnorwood has joined #openstack | 13:51 | |
*** marrusl has joined #openstack | 13:51 | |
*** natea has joined #openstack | 13:51 | |
avoine | chm007: maybe try with http://172.16.0.1:5000/v1/images | 13:51 |
lakes | but the instances cannot ping any address outside of their vlan | 13:51 |
lakes | not even the gateway of the bridge interface | 13:52 |
dolphm | foexle: if a client has a lot of operations to run, it *should* get a token once, and use it until it expires or becomes otherwise invalidated | 13:52 |
lakes | this is Essex | 13:52 |
*** mcolombo has joined #openstack | 13:52 | |
chm007 | get also a HTTP 404 : curl -H "X-Auth-Token: 7186974eade44728ae0f14a5f53b057c" -X 'GET' http://172.16.0.1:5000/v1/images | 13:52 |
lakes | does aniyone have some clue? | 13:52 |
avoine | chm007: sry | 13:52 |
avoine | chmouel: http://172.16.0.1:9292/v1/images | 13:52 |
dolphm | chm007: i assume you want to use glance's port, not keystone's | 13:52 |
avoine | wrong port | 13:53 |
avoine | chmouel: bad ping, sry for that | 13:53 |
*** robbiew has joined #openstack | 13:53 | |
*** msavy_ has joined #openstack | 13:53 | |
chm007 | avoine: As I discover openstack, I have no idea what is the best port to be used and tried to do curl query according to doc here http://api.openstack.org/() | 13:54 |
*** littleidea has quit IRC | 13:54 | |
*** vmlinuz has joined #openstack | 13:54 | |
*** DANO-MARC has quit IRC | 13:54 | |
*** ryanpetrello has joined #openstack | 13:54 | |
dolphm | chm007: there's not a "best" port ... there are multiple services that compose openstack itself (nova, glance, keystone, swift, etc), and each runs on a different port (or pair of ports, in many cases) | 13:55 |
*** crohling88 has joined #openstack | 13:55 | |
*** egant has quit IRC | 13:55 | |
*** littleidea has joined #openstack | 13:55 | |
uvirtbot | New bug: #1037578 in keystone "Remove unused imports " [Undecided,New] https://launchpad.net/bugs/1037578 | 13:55 |
chm007 | This should be interesting to mention that in the doc to avoid confusion and new users | 13:55 |
*** egant has joined #openstack | 13:56 | |
UICTamale | The main problem with the API documentation is it doesn't describe how to connect to the API | 13:57 |
UICTamale | just how to USE it | 13:57 |
UICTamale | I still don't know what port the command line tool 'nova' actually uses | 13:57 |
*** msavy has quit IRC | 13:57 | |
*** egant has quit IRC | 13:59 | |
avoine | interesting problem | 13:59 |
UICTamale | for instance - on this page: http://docs.openstack.org/api/quick-start/content/ - the port '5443' is mentioned in a curl command to trystack.org - but I don't see 5443 ANYWHERE in my /etc/* directories | 14:00 |
dolphm | UICTamale: not sure i understand -- what API docs are you looking at, specifically? | 14:00 |
avoine | never see port 5443, in this case it should be 5000 | 14:01 |
dolphm | UICTamale: i think trystack runs the keystone public endpoint on port 5443 | 14:01 |
UICTamale | Similarly, the libcloud openstack reference mentions 5443 as well: http://libcloud.apache.org/docs/compute-examples.html | 14:01 |
UICTamale | I have yet to successfully connect to the openstack API on my own install following the official docs | 14:01 |
UICTamale | 5000 is keystone's port, no? | 14:01 |
*** freck has joined #openstack | 14:02 | |
dolphm | UICTamale: generally, yes. that's keystone default public endpoint port | 14:02 |
UICTamale | 5000 is actually in both keystone.conf as "public_port" and nova/api-paste.ini as 'service_port' | 14:03 |
*** glenc_ has joined #openstack | 14:03 | |
dolphm | UICTamale: public / service are used interchangeably in that context | 14:03 |
*** mattray has joined #openstack | 14:03 | |
dolphm | UICTamale: both in contrast to admin / management | 14:04 |
UICTamale | Whoa | 14:04 |
UICTamale | mind=blown | 14:04 |
*** glenc has quit IRC | 14:04 | |
*** mcolombo has quit IRC | 14:04 | |
avoine | UICTamale: hehe, nova needs to know how to talk to keystone to authenticate requests | 14:04 |
UICTamale | that's the kind of explanation that's sorely missing from the docs I've found :\ | 14:04 |
chm007 | Agree: port number 5000 is the port to be used but syntax defined here is not correct --> http://api.openstack.org/ | 14:04 |
*** linuxfreck has quit IRC | 14:05 | |
dolphm | UICTamale: i have a list of topics i'd love to write about in the docs during Grizzly :-/ | 14:05 |
UICTamale | dolphm: I'd love to help. I think the project's greatest fault is it doesn't explain the system as a whole from an 'outsiders' perspective | 14:06 |
UICTamale | it reads like each person who worked on their respective project wrote their docs in a vaccuum | 14:06 |
*** msavy_ has quit IRC | 14:06 | |
UICTamale | and all these examples using trystack don't do people any good if they're setting things up with the provided docs / defaults | 14:06 |
*** dwcramer has joined #openstack | 14:06 | |
*** msavy has joined #openstack | 14:06 | |
dolphm | UICTamale: i had the same experience when i started -- my first obstacle was understanding all the cryptic project names vs marketing names (e.g. "nova" vs "compute") | 14:06 |
UICTamale | Yup, exactly | 14:07 |
*** jackh has joined #openstack | 14:07 | |
UICTamale | took me a while to realize the ubuntu download of 'openstack-dashboard' is the same as the open-source project 'horizon' just with some skinning changes | 14:07 |
UICTamale | at least I *think* that's right.. hehe | 14:07 |
dolphm | UICTamale: and it only gets more complicated as more openstack projects are published lol | 14:08 |
dolphm | UICTamale: it is | 14:08 |
UICTamale | we should just start a newbie's guide to openstack | 14:08 |
UICTamale | explain the components in an abstract manner first - what they do - then give a list of each of the names associated with that component | 14:08 |
dolphm | annegentle: http://docs.openstack.org/ has "A great starting point for deployers and cloud administrators." but not a single "great starting point for everyone" doc | 14:10 |
*** maoy has joined #openstack | 14:10 | |
*** mrjazzcat has joined #openstack | 14:11 | |
*** dubsquared has joined #openstack | 14:12 | |
*** mindpixel has quit IRC | 14:13 | |
*** markmcclain has joined #openstack | 14:13 | |
*** prao has joined #openstack | 14:14 | |
*** clopez has joined #openstack | 14:14 | |
fitzdsl | should I have a dnsmasq on each nova-compute node ? | 14:14 |
uvirtbot | New bug: #1037589 in quantum "ipaddr is not assigned when creating a port on shared network with different tenant_id" [Undecided,New] https://launchpad.net/bugs/1037589 | 14:15 |
Diopter | fitzdsl: Depends; are you running multi_host? | 14:15 |
fitzdsl | Diopter: yes | 14:16 |
*** markmcclain has quit IRC | 14:16 | |
*** dendrobates is now known as dendro-afk | 14:16 | |
*** tty has quit IRC | 14:16 | |
*** bsza has joined #openstack | 14:16 | |
Diopter | fitzdsl: Then yes (assuming you're also running FlatDHCP). dnsmasq, nova-compute, nova-network, metadata | 14:17 |
fitzdsl | in Fedora I don't seem to have metada, should I run nova-api instead ? | 14:17 |
fitzdsl | and yes I'm running FlatDHCP | 14:17 |
*** zodiak has joined #openstack | 14:18 | |
UICTamale | yeah | 14:18 |
UICTamale | nova-api | 14:18 |
fitzdsl | and should I have a particular enabled_apis in secondary compute node ? | 14:18 |
fitzdsl | for now I have enabled_apis=osapi_compute,metadata | 14:18 |
UICTamale | I'll check what I have | 14:19 |
*** dendro-afk is now known as dendrobates | 14:19 | |
*** rosco____ has quit IRC | 14:20 | |
*** rosco has joined #openstack | 14:20 | |
fitzdsl | UICTamale: thx | 14:20 |
uvirtbot | New bug: #1037590 in nova "Absent a per-user quota for a resource, fall back to the per-project quota before default" [Undecided,New] https://launchpad.net/bugs/1037590 | 14:21 |
uvirtbot | New bug: #1037592 in glance "Remove unused imports" [Undecided,New] https://launchpad.net/bugs/1037592 | 14:21 |
UICTamale | which file is that in fitzdsl? | 14:21 |
fitzdsl | nova.conf | 14:21 |
*** dev_sa has joined #openstack | 14:21 | |
UICTamale | Hm.. I don't have that config option at all | 14:22 |
*** markmcclain has joined #openstack | 14:22 | |
*** Breaking_Pitt has quit IRC | 14:22 | |
fitzdsl | UICTamale: neither in your nova-volume,cert node ? | 14:22 |
*** Bryanstein has quit IRC | 14:23 | |
UICTamale | I remember seeing it somewhere | 14:23 |
UICTamale | I thought an api-paste.ini or something | 14:23 |
fitzdsl | UICTamale: http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html | 14:24 |
UICTamale | Yup, I'm following the HA model myself | 14:24 |
UICTamale | ah | 14:24 |
UICTamale | let's see what the default is | 14:24 |
UICTamale | ec2,osapi_compute,osapi_volume,metadata | 14:25 |
fitzdsl | and you have nova-api-metadata or nova-api as system service ? | 14:25 |
UICTamale | yah, on my 'extra nodes' I run libvirt-bin, nova-network, nova-compute, and nova-api | 14:26 |
*** dspano has joined #openstack | 14:27 | |
*** Breaking_Pitt has joined #openstack | 14:27 | |
*** julianwa has quit IRC | 14:28 | |
*** TartanTexas has joined #openstack | 14:33 | |
*** Guest14360 has joined #openstack | 14:35 | |
*** primozf has quit IRC | 14:36 | |
fitzdsl | in api-paste.ini what does mean service_host ? | 14:36 |
UICTamale | I believe that's your controller node | 14:36 |
UICTamale | keystone | 14:37 |
UICTamale | (anyone jump in here and correct me if I'm wrong, sometimes I feel like the wrong guy helping others considering my new cloud barely works ) | 14:37 |
Diopter | UICTamale: That's ok, "barely works" means you're production ready. | 14:38 |
Diopter | Ship it! | 14:38 |
*** TartanTexas has quit IRC | 14:38 | |
fitzdsl | :D | 14:38 |
foexle | dolphm: yeah it should ;) | 14:38 |
UICTamale | lol ! | 14:38 |
fitzdsl | so I should point it to keystone server ? | 14:38 |
UICTamale | that's what mine's pointed to and *it works* | 14:38 |
*** jmckind has joined #openstack | 14:40 | |
*** chm007 has quit IRC | 14:40 | |
fitzdsl | having a cloud mono server is quite frustrating :) | 14:40 |
*** qazwsx has quit IRC | 14:41 | |
*** chm007 has joined #openstack | 14:42 | |
jrwren | what is a cloud mono server? | 14:42 |
*** desai has joined #openstack | 14:42 | |
*** dubsquared has quit IRC | 14:43 | |
fitzdsl | jrwren: an apptempt of seting up a multinode nova-compute installation without succeeding :s | 14:44 |
*** atrius_away is now known as atrius | 14:44 | |
UICTamale | where is it failing? | 14:45 |
fitzdsl | UICTamale: I just never get any kvm instance spawn on the second node | 14:45 |
*** StabBeast has joined #openstack | 14:46 | |
StabBeast | Hi. Had someone tried to setup floating DNS for nova? | 14:47 |
annegentle | dolphm: I'm working on a new layout for the docs.openstack.org page, please review https://review.openstack.org/#/c/11232/ (it's a WIP) | 14:48 |
*** freeflying has quit IRC | 14:49 | |
annegentle | UICTamale: I'm going to point people to http://openstack.org/software/start but TryStack really is a good starting point. DevStack also. After that all heck breaks loose because there's tons of config options :) | 14:50 |
*** localhost has joined #openstack | 14:50 | |
*** localhost has quit IRC | 14:50 | |
annegentle | dolphm: UICTamale: not that I disagree with you, but that there's always work to be done and we are constantly improving. | 14:50 |
*** cp16net is now known as cp16net|away | 14:51 | |
*** cp16net|away is now known as cp16net | 14:51 | |
*** dubsquared has joined #openstack | 14:51 | |
*** freck has quit IRC | 14:53 | |
*** localhost has joined #openstack | 14:53 | |
*** jfluhmann has joined #openstack | 14:53 | |
*** vitiho has quit IRC | 14:53 | |
*** vitiho has joined #openstack | 14:54 | |
*** llang629 has joined #openstack | 14:54 | |
*** azret has joined #openstack | 14:54 | |
*** datsun180b has joined #openstack | 14:54 | |
*** llang629 has left #openstack | 14:55 | |
*** llang629 has joined #openstack | 14:56 | |
*** llang629 has left #openstack | 14:56 | |
UICTamale | Oh, please don't take my criticism as a negative overall view of the software | 14:56 |
UICTamale | I'm amazed how good this stuff is | 14:56 |
*** Toretto has quit IRC | 14:56 | |
*** Bryanstein has joined #openstack | 14:57 | |
UICTamale | It's just that when something is so good - the few things that need improving are that much more obvious | 14:57 |
*** Blackavar has joined #openstack | 14:58 | |
kbringard | smoser: who should I talk to about a Ubuntu packaging dependency suggestion? | 14:58 |
UICTamale | annegentle: BTW - that link you sent me with the two options really needs a third option - not for people who want to USE a cloud, or for people who want to DEVELOP openstack, but for people who want to BUILD clouds | 14:58 |
smoser | zul, would be the best person, probably kbringard | 14:58 |
kbringard | smoser: thanks | 14:58 |
smoser | but open a bug | 14:58 |
kbringard | well, I'm not sure it's a bug, per se | 14:59 |
smoser | 'ubuntu-bug <package>' is the best way to do that. | 14:59 |
smoser | it doesn't hurt. | 14:59 |
kbringard | fair enough | 14:59 |
smoser | we're at 7 figures of bugs. not all of them are completely valid | 14:59 |
smoser | :) | 14:59 |
kbringard | lol, true | 14:59 |
kbringard | but if people thought about it before filing them you'd probably have less ;-) | 14:59 |
kbringard | mostly the issue is… there's an OpenStack specific fix in dnsmasq 2.61, but the latest version of dnsmasq shipping with 12.04 is 2.59 | 15:00 |
kbringard | so I'm thinking, if Ubuntu is "officially supporting" OpenStack, we should probably make sure the deps are up to date | 15:00 |
*** ondergetekende has quit IRC | 15:01 | |
fitzdsl | what could prevent nova-network to update it's status when nova-compute works on the same node ? | 15:02 |
fitzdsl | nothing obvious on logs | 15:02 |
*** GheRivero_ has joined #openstack | 15:02 | |
*** GheRivero has quit IRC | 15:03 | |
*** GheRivero_ is now known as GheRivero | 15:03 | |
*** tmichael has quit IRC | 15:05 | |
*** adalbas has joined #openstack | 15:05 | |
StabBeast | Can anyone help me with openstack DNS service configuration please? | 15:06 |
*** e1mer has quit IRC | 15:07 | |
*** judd_ has joined #openstack | 15:07 | |
*** KavanS has joined #openstack | 15:07 | |
*** judd_ is now known as Guest50651 | 15:07 | |
UICTamale | what do you mean by update its status? | 15:08 |
fitzdsl | don't know, the state was XXX and the update_at was not recent | 15:10 |
*** Guest50651 has quit IRC | 15:11 | |
fitzdsl | I reset the nova db and it worked again | 15:11 |
fitzdsl | something I don't get there | 15:11 |
fitzdsl | but current nova-manage service list seems good | 15:11 |
fitzdsl | nothing particular in logs | 15:11 |
*** reidrac has quit IRC | 15:11 | |
fitzdsl | and I don't have any instance on node2 | 15:11 |
*** linuxfreck has joined #openstack | 15:12 | |
*** otherwiseguy has joined #openstack | 15:12 | |
*** Ruetobas has joined #openstack | 15:13 | |
*** curzonj has joined #openstack | 15:13 | |
*** mjfork has quit IRC | 15:14 | |
*** mjfork has joined #openstack | 15:14 | |
*** arBmind has joined #openstack | 15:15 | |
uvirtbot | New bug: #1037619 in cinder "NFS driver exceptions need to be moved to exceptions file" [Undecided,New] https://launchpad.net/bugs/1037619 | 15:15 |
*** guigui3 has quit IRC | 15:15 | |
fitzdsl | UICTamale: ca c'est ma conf : http://pastebin.com/2nDtF5MP | 15:16 |
*** lborda has quit IRC | 15:16 | |
*** tmichael has joined #openstack | 15:16 | |
*** otherwiseguy has quit IRC | 15:16 | |
*** vipuls has joined #openstack | 15:17 | |
*** otherwiseguy has joined #openstack | 15:17 | |
UICTamale | I see multi_host commented out in your node2 | 15:17 |
UICTamale | and one your node1 | 15:17 |
fitzdsl | I'm trying different things, | 15:18 |
fitzdsl | nothing seems to work | 15:18 |
fitzdsl | and I was wrong, in service list network is not listed on testnode2 | 15:18 |
UICTamale | well I know you need multi_host true | 15:18 |
fitzdsl | but process is running | 15:18 |
fitzdsl | I reenabled multi_host | 15:18 |
UICTamale | i'll share my confs as well | 15:18 |
UICTamale | you also need to make sure to add the --multi_host=true option when you do the nova network-create command | 15:19 |
fitzdsl | ah ! | 15:19 |
fitzdsl | didn't know that | 15:19 |
Diopter | fitzdsl: Make sure you restart nova-network when you re-enable multi_host in the nova.conf's | 15:19 |
fitzdsl | Diopter: yes of course | 15:20 |
* Diopter nods | 15:20 | |
Guest14360 | hello all. anyone know how to install folsom-2 in devstack? | 15:20 |
*** rnirmal has joined #openstack | 15:21 | |
uvirtbot | New bug: #1037622 in cinder "NFS driver have some useless return values and commented out code to remove" [Undecided,New] https://launchpad.net/bugs/1037622 | 15:21 |
*** pvankouteren has quit IRC | 15:22 | |
*** hemna has joined #openstack | 15:22 | |
*** judd7 has quit IRC | 15:25 | |
*** judd7 has joined #openstack | 15:26 | |
*** vitiho has quit IRC | 15:26 | |
*** vitiho has joined #openstack | 15:27 | |
*** Blackavar has quit IRC | 15:27 | |
*** rackerjoe has joined #openstack | 15:27 | |
*** dachary has quit IRC | 15:27 | |
*** krow has joined #openstack | 15:29 | |
*** TartanTexas has joined #openstack | 15:33 | |
*** dwcramer has quit IRC | 15:33 | |
fitzdsl | UICTamale: in service list you have multiple nova-network ? | 15:34 |
*** cloudvirt has quit IRC | 15:34 | |
*** ryanpetrello has quit IRC | 15:34 | |
UICTamale | yes | 15:35 |
UICTamale | each of my nodes' | 15:35 |
*** trygvis has left #openstack | 15:35 | |
*** MarcMorata has quit IRC | 15:35 | |
*** lifeless has quit IRC | 15:35 | |
fitzdsl | each of your node with nova-compute and nova-network ? | 15:35 |
fitzdsl | and a dsnmasq is spawned of each server ? | 15:36 |
*** desai has quit IRC | 15:36 | |
*** linuxfreck has quit IRC | 15:36 | |
*** TartanTexas has quit IRC | 15:38 | |
UICTamale | yup | 15:38 |
*** uksysadmin has quit IRC | 15:38 | |
*** lifeless has joined #openstack | 15:39 | |
*** kallisti5 has joined #openstack | 15:40 | |
kallisti5 | so... installed my first nova openstack system on ubuntu 12.04 x86_64... any time I navigate to a project I get a 'NotAuthorized at Nova' error + backtrace... any ideas on what could be wrong? | 15:41 |
*** markmcclain has quit IRC | 15:41 | |
kallisti5 | as admin, or a user | 15:41 |
Guest14360 | hello all. anyone know how to install folsom-2 in devstack? | 15:41 |
*** lborda has joined #openstack | 15:42 | |
*** dachary has joined #openstack | 15:42 | |
kallisti5 | i also see random "unable to retrieve (quota|volume) information" errors in the dashboard | 15:43 |
*** krow has quit IRC | 15:45 | |
*** al-maisan is now known as almaisan-away | 15:45 | |
*** desai has joined #openstack | 15:46 | |
*** dwcramer has joined #openstack | 15:47 | |
*** salgado is now known as salgado-lunch | 15:47 | |
*** jkoelker has quit IRC | 15:50 | |
*** vipuls has quit IRC | 15:51 | |
*** matwood has joined #openstack | 15:53 | |
*** dwcramer has quit IRC | 15:53 | |
*** Triade has quit IRC | 15:55 | |
*** bsza has quit IRC | 15:55 | |
*** DavidLevin has quit IRC | 15:56 | |
*** markus_ has joined #openstack | 15:56 | |
*** bsza has joined #openstack | 15:56 | |
*** bsza has left #openstack | 15:56 | |
*** hemna has quit IRC | 15:57 | |
*** dwcramer has joined #openstack | 15:57 | |
*** matwood has quit IRC | 15:57 | |
*** matwood has joined #openstack | 15:57 | |
*** hemna has joined #openstack | 16:00 | |
*** dhellmann has joined #openstack | 16:00 | |
*** tomoe has quit IRC | 16:02 | |
*** StabBeast has quit IRC | 16:03 | |
*** heckj has joined #openstack | 16:04 | |
*** George has joined #openstack | 16:06 | |
*** dave_mcn is now known as dave_mcn_away | 16:07 | |
*** lakes has quit IRC | 16:07 | |
*** dwcramer has quit IRC | 16:09 | |
*** ieugen has joined #openstack | 16:10 | |
*** markus_ has quit IRC | 16:10 | |
*** ieugen has left #openstack | 16:10 | |
*** hugao12 has quit IRC | 16:14 | |
*** mnewby has joined #openstack | 16:15 | |
*** jkoelker has joined #openstack | 16:17 | |
*** jackh has quit IRC | 16:19 | |
*** chm007 has quit IRC | 16:19 | |
*** melmoth has joined #openstack | 16:20 | |
*** virtuose has quit IRC | 16:20 | |
*** garyk has quit IRC | 16:22 | |
*** RamJett has joined #openstack | 16:22 | |
*** lloydde has joined #openstack | 16:22 | |
*** clopez has quit IRC | 16:22 | |
*** dwcramer has joined #openstack | 16:22 | |
*** chm007 has joined #openstack | 16:23 | |
*** kindaopsdevy has joined #openstack | 16:23 | |
*** thimble has quit IRC | 16:23 | |
*** MrRoot has quit IRC | 16:23 | |
*** GheRivero has quit IRC | 16:25 | |
*** kindaopsdevy has quit IRC | 16:27 | |
*** dhellmann has quit IRC | 16:27 | |
*** colon_D has joined #openstack | 16:29 | |
*** noob has joined #openstack | 16:29 | |
*** aliguori has quit IRC | 16:30 | |
foexle | hey guys, anyone are using fog gem ? to communicate with swift storage ? | 16:30 |
noob | i'm having an issue with my openstack cloud where i can't retrieve any of the console logs | 16:30 |
*** warik has joined #openstack | 16:31 | |
*** s0mik has joined #openstack | 16:31 | |
*** gohko_airbase has quit IRC | 16:32 | |
*** vitiho has quit IRC | 16:32 | |
*** vitiho has joined #openstack | 16:33 | |
kallisti5 | "Unable to communicate with identity service: [Errno 110] Connection timed out. (HTTP 400) | 16:33 |
kallisti5 | oyi.. new install and things are already exploding | 16:33 |
*** pvankouteren has joined #openstack | 16:33 | |
*** dwcramer has quit IRC | 16:34 | |
*** TartanTexas has joined #openstack | 16:34 | |
George | noob: do you have "console=ttyS0" in the grub.conf ? | 16:34 |
noob | let me check | 16:34 |
noob | kallisti5: sounds like keystone died | 16:34 |
noob | George: i meant the console as in the boot messages of the instance starting up | 16:35 |
kallisti5 | noob: 1000 2874 1917 0 11:26 pts/5 00:00:00 python /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug | 16:35 |
*** Blackavar has joined #openstack | 16:35 | |
noob | kallisti5: what's in t he log file? | 16:35 |
George | noob: yes, you need the instance to send the output to ttyS0 | 16:36 |
noob | gotcha | 16:36 |
noob | alright i'll check my instance | 16:36 |
kallisti5 | noob: no idea, where does keystone put it's log files? (sorry, openstack first-timer) | 16:36 |
noob | they go in '/var/log/nova/' | 16:36 |
*** salgado-lunch is now known as salgado | 16:37 | |
kallisti5 | noob: hmm, no var log nova | 16:37 |
kallisti5 | this was a devstack using the script | 16:37 |
noob | ubuntu? | 16:37 |
kallisti5 | yeah | 16:37 |
kallisti5 | 12.04 server x86_64 | 16:37 |
*** Rajesh has joined #openstack | 16:37 | |
noob | gotcha | 16:38 |
* kallisti5 checks syslog | 16:38 | |
*** Rajesh is now known as Guest15244 | 16:38 | |
noob | they're still in /var/log | 16:38 |
*** Guest15244 has quit IRC | 16:38 | |
noob | i don't know exactly where ubuntu puts them | 16:38 |
noob | George: if i remove the swift rpm's will my openstack break? i'm going to replace them with the gluster version | 16:39 |
*** TartanTexas has quit IRC | 16:39 | |
kallisti5 | noob: var log libvirt ? | 16:39 |
*** Rajesh_ has joined #openstack | 16:39 | |
*** vipuls has joined #openstack | 16:39 | |
noob | kallisti5: no that's another process that's in charge of the vm's i believe | 16:40 |
*** gohko_air has joined #openstack | 16:40 | |
noob | open up the file /etc/keystone/logging.conf | 16:40 |
noob | it'll tell you where it's logging to | 16:40 |
*** Rajesh_ has quit IRC | 16:40 | |
*** dwcramer has joined #openstack | 16:40 | |
*** AlanClark has joined #openstack | 16:41 | |
George | noob: no idea but you can check the dependencies for the swift rpms and see if it affects anything else; I don't think it should, but if you your Glance install uses swift as backend storage, then it will affect your Openstack environment's functionality | 16:41 |
noob | George: ok that's what i figured | 16:42 |
kallisti5 | hmm.. if devstack uses handler_development... it is stdout | 16:42 |
kallisti5 | which means it's prob only in that screen somewhere | 16:42 |
*** vladimir3p has joined #openstack | 16:42 | |
*** vladimir3p has quit IRC | 16:42 | |
*** pguth66 has quit IRC | 16:43 | |
noob | kallisti5: yeah sounds like it | 16:43 |
*** StarBeast has quit IRC | 16:44 | |
George | noob: by the way, you can check if the instance is sending output to the console by checking the contents of "/var/lib/nova/instances/instance-xxx/console.log "; if that file is empty, then Dashboard and nova won't be able to show you anything | 16:45 |
*** DavidLevin has joined #openstack | 16:45 | |
*** dolphm has quit IRC | 16:45 | |
noob | George: thanks. let me check | 16:45 |
noob | George: that's the problem. i just see _base in there. nothing else | 16:46 |
noob | George: on the compute nodes the instance console.log is empty. that's the problem :) | 16:47 |
*** avoine has quit IRC | 16:47 | |
Guest14360 | hello all. anyone know how to install folsom-2 in devstack? | 16:47 |
*** ev0ldave has joined #openstack | 16:48 | |
*** whenry has joined #openstack | 16:48 | |
*** foexle has quit IRC | 16:48 | |
ev0ldave | anyone successfully created an osx image yet? | 16:49 |
*** koolhead17 has joined #openstack | 16:49 | |
kallisti5 | noob: hmm.. sounds like the volume service is crashing | 16:50 |
kallisti5 | 2012-08-16 11:49:42 TRACE cinder VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: volume group stack-volumes doesn't exist | 16:50 |
*** dubsquared has quit IRC | 16:51 | |
kallisti5 | [Thu Aug 16 11:50:07 2012] [error] ValueError: No JSON object could be decoded | 16:51 |
noob | kallisti5: you need to create that lvm volume group | 16:51 |
kallisti5 | ah.. that wasn't in the devstack guide :) | 16:51 |
noob | lemme paste something for you | 16:51 |
kallisti5 | k | 16:51 |
noob | http://paste.openstack.org/show/20345/ | 16:51 |
noob | that'll fix ya up :) | 16:52 |
*** jtran has joined #openstack | 16:52 | |
*** ericcc has joined #openstack | 16:52 | |
*** aliguori has joined #openstack | 16:52 | |
kallisti5 | this stuff looks neat, want to play with it for a lab (throw away machine images for testing) | 16:52 |
noob | yeah it's great | 16:53 |
*** dcramer_ has joined #openstack | 16:53 | |
noob | can be complicated to get going but once you get it, it's awesmoe | 16:53 |
*** oubiwann has joined #openstack | 16:55 | |
*** albert23 has joined #openstack | 16:55 | |
*** kpavel has quit IRC | 16:55 | |
*** dwcramer has quit IRC | 16:56 | |
*** dcramer_ has quit IRC | 16:59 | |
*** networkstatic has joined #openstack | 16:59 | |
*** networkstatic has quit IRC | 16:59 | |
*** jkoelker has quit IRC | 16:59 | |
*** bigmeow has quit IRC | 16:59 | |
*** mirror has joined #openstack | 17:00 | |
*** nacx has quit IRC | 17:00 | |
*** mirror has quit IRC | 17:01 | |
*** derekh has quit IRC | 17:01 | |
*** ryanpetrello has joined #openstack | 17:02 | |
*** DavidLevin has quit IRC | 17:02 | |
*** warik_ has joined #openstack | 17:02 | |
*** markmcclain has joined #openstack | 17:02 | |
*** cloudvirt has joined #openstack | 17:02 | |
*** maoy_ has joined #openstack | 17:02 | |
Guest14360 | hello all. anyone know how to install folsom-2 in devstack? | 17:02 |
*** kwadronaut has quit IRC | 17:03 | |
*** markmcclain1 has joined #openstack | 17:03 | |
*** maoy_ has quit IRC | 17:03 | |
*** dhellmann has joined #openstack | 17:04 | |
annegentle | Guest14360: I haven't tried it myself with folsom-2, but seems like you could do this: http://www.joinfu.com/2012/03/testing-essex-rc1-with-devstack-and-tempest/ | 17:04 |
*** curzonj has quit IRC | 17:04 | |
*** Toretto has joined #openstack | 17:04 | |
annegentle | Guest14360: basically the idea is, edit the stackrc file to point to the branches you want, f-2 or f-3 or whatever, for each project | 17:04 |
*** maoy has quit IRC | 17:04 | |
Guest14360 | annegentle: thanks. I will try it now | 17:04 |
*** maoy has joined #openstack | 17:04 | |
*** warik has quit IRC | 17:05 | |
*** warik_ is now known as warik | 17:05 | |
kallisti5 | noob: so this is the backtrace i'm seeing | 17:05 |
kallisti5 | [["__json_message",40,"Unable to retrieve usage information."],["__json_message",40,"Unable to retrieve usage information."],["__json_message",40,"Unable to retrieve usage information."]]' | 17:05 |
kallisti5 | /opt/stack/python-keystoneclient/keystoneclient/client.py in request, line 135 | 17:05 |
*** markmcclain has quit IRC | 17:06 | |
Guest14360 | annegentle: do you know what I should call the branch? | 17:06 |
*** blazed has joined #openstack | 17:09 | |
*** linuxfreck has joined #openstack | 17:09 | |
*** pvankouteren has quit IRC | 17:09 | |
*** comptona has joined #openstack | 17:10 | |
*** simon_lucy_ has joined #openstack | 17:10 | |
*** imsplitbit has quit IRC | 17:11 | |
*** tryggvil has quit IRC | 17:11 | |
*** issackelly has joined #openstack | 17:12 | |
kallisti5 | noob: i think i figured it out | 17:12 |
*** simon_lucy has quit IRC | 17:12 | |
*** simon_lucy_ is now known as simon_lucy | 17:12 | |
kallisti5 | installed on a machine on a dhcp network, and the dev stack seems to hard code the ip address *all* over the place | 17:12 |
*** dcramer_ has joined #openstack | 17:13 | |
*** cp16net is now known as cp16net|away | 17:14 | |
*** mattm_ has joined #openstack | 17:14 | |
uvirtbot | New bug: #1037681 in swift "segfaults in SAIO instalation" [Undecided,New] https://launchpad.net/bugs/1037681 | 17:16 |
*** mattm_ is now known as matt93 | 17:16 | |
*** matt93 has quit IRC | 17:16 | |
*** matt93 has joined #openstack | 17:16 | |
*** localhost has quit IRC | 17:16 | |
uvirtbot | New bug: #1037680 in openstack-manuals "Examples for viewing container metadat include object and should stop at container" [High,Confirmed] https://launchpad.net/bugs/1037680 | 17:17 |
*** matt93 has quit IRC | 17:17 | |
*** mmalesky has joined #openstack | 17:17 | |
*** chadh_ has joined #openstack | 17:18 | |
*** chadh has quit IRC | 17:18 | |
*** melmoth has quit IRC | 17:19 | |
*** msavy has quit IRC | 17:19 | |
*** ejat has joined #openstack | 17:20 | |
*** sstent has quit IRC | 17:21 | |
uvirtbot | New bug: #1037683 in keystone "PKI Token revocation" [Undecided,In progress] https://launchpad.net/bugs/1037683 | 17:21 |
*** sstent has joined #openstack | 17:22 | |
*** kyriakos has quit IRC | 17:23 | |
*** vitiho has quit IRC | 17:24 | |
*** jdurgin has joined #openstack | 17:24 | |
*** localhost has joined #openstack | 17:24 | |
*** vitiho has joined #openstack | 17:24 | |
*** mrjazzcat has quit IRC | 17:26 | |
*** garyk has joined #openstack | 17:27 | |
*** smokes2345 has joined #openstack | 17:29 | |
*** blazed has quit IRC | 17:29 | |
smokes2345 | how can i change the fqdn of my instances from *.novalocal to *.(AD domain) | 17:29 |
*** vmlinuz has quit IRC | 17:30 | |
*** tryggvil has joined #openstack | 17:30 | |
*** simon_lucy has quit IRC | 17:30 | |
mckraken | --dhcp_domain=foobar.baz and restart nova-network/dnsmasq | 17:31 |
*** k0rupted has joined #openstack | 17:31 | |
*** arBmind has quit IRC | 17:32 | |
*** Ryan_Lane has joined #openstack | 17:32 | |
*** chm007 has quit IRC | 17:33 | |
smokes2345 | i know nova runs dnsmasq, but is there a way to configure dnsmasq to listen on the public IP so that it can resolve hostnames for externals dns servers? | 17:34 |
*** TartanTexas has joined #openstack | 17:34 | |
*** ejat- has joined #openstack | 17:35 | |
*** jplewi has joined #openstack | 17:35 | |
smokes2345 | •mckraken• do you know of an exhaustive list of options for nova-network? | 17:36 |
*** Ryan_Lane1 has joined #openstack | 17:37 | |
*** ejat has quit IRC | 17:38 | |
*** ejat- is now known as ejat | 17:38 | |
*** ejat has joined #openstack | 17:38 | |
*** Skut has joined #openstack | 17:38 | |
*** TartanTexas has quit IRC | 17:39 | |
*** Ryan_Lane has quit IRC | 17:39 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 17:39 | |
*** Ryan_Lane has joined #openstack | 17:40 | |
*** maoy has quit IRC | 17:42 | |
*** maoy has joined #openstack | 17:42 | |
*** imsplitbit has joined #openstack | 17:42 | |
*** imsplitbit has quit IRC | 17:43 | |
*** Rajesh has joined #openstack | 17:43 | |
*** warik has quit IRC | 17:43 | |
*** imsplitbit has joined #openstack | 17:43 | |
*** warik has joined #openstack | 17:43 | |
*** Rajesh is now known as Guest37020 | 17:43 | |
*** arBmind has joined #openstack | 17:46 | |
uvirtbot | New bug: #1037690 in python-swiftclient "Endpoint is hard-wired to publicURL" [Undecided,New] https://launchpad.net/bugs/1037690 | 17:46 |
*** zykes- has joined #openstack | 17:48 | |
mckraken | smokes: i'm not sure if they get broken down by exactly which workers listen to them, but all the nova flags are here: http://docs.openstack.org/essex/openstack-compute/admin/content/compute-options-reference.html | 17:49 |
*** arBmind has quit IRC | 17:50 | |
*** rods has left #openstack | 17:51 | |
*** davidha has quit IRC | 17:51 | |
*** davidha has joined #openstack | 17:52 | |
*** anniec has joined #openstack | 17:52 | |
*** markmcclain1 has quit IRC | 17:53 | |
*** markmcclain has joined #openstack | 17:55 | |
*** markmcclain has quit IRC | 17:56 | |
*** issackelly has left #openstack | 17:57 | |
*** markmcclain has joined #openstack | 17:57 | |
*** vmlinuz has joined #openstack | 17:58 | |
*** mestery_ is now known as mestery | 17:59 | |
uvirtbot | New bug: #1037693 in tempest "XML API support missing" [Undecided,New] https://launchpad.net/bugs/1037693 | 18:01 |
*** Guest37020 has quit IRC | 18:02 | |
*** dev_sa has quit IRC | 18:03 | |
hemna | how can I deal with nova-compute not starting because a vm instance failed to create | 18:03 |
*** thovden has joined #openstack | 18:05 | |
*** mdomsch has joined #openstack | 18:05 | |
George | hemma: virsh undefine instance_ID | 18:07 |
UICTamale | hemna: what's the error in the nova logs? | 18:07 |
hemna | nova InstanceNotFound: Instance instance-00000001 could not be found. | 18:07 |
hemna | an instance I had created and then tried to delete via Horizon...and it failed | 18:07 |
hemna | now nova-compute fails to start | 18:08 |
hemna | virsh undefine doesn't work | 18:08 |
hemna | complains the domain doesn't exist | 18:09 |
hemna | no domain with matching name 'instance-00000001' | 18:09 |
George | hemma: cleanup the instance in nova db | 18:10 |
*** johnpostlethwait has joined #openstack | 18:10 | |
hemna | just manually delete from <tables> ? | 18:10 |
George | delete or updato to delete status | 18:10 |
swinchen | Not a bad idea to create a script that checks your instances directory, and sets all non-existent instances in the db to deleted. | 18:11 |
*** slowe has joined #openstack | 18:11 | |
swinchen | although it is probably safer to do it manually. | 18:11 |
*** grk has joined #openstack | 18:11 | |
George | there is a script somewhere that does this | 18:11 |
*** dubsquared has joined #openstack | 18:11 | |
swinchen | Oh really? that would be nice. I would also like a script that cleans up my _base directory. | 18:12 |
hemna | ok I just set the deleted bit in the instances table | 18:13 |
hemna | that seems to have allowed nova-compute to start | 18:13 |
hemna | *sigh* | 18:13 |
*** pvankouteren has joined #openstack | 18:13 | |
hemna | one would think that nova-compute would be more robust than that. | 18:13 |
swinchen | hemna: I feel your pain. When I was getting everything working I created a script that deleted the whole nova dabase and recreated everything :) | 18:13 |
George | swinchen: http://openstack.markmail.org/search/?q=_base#query:_base+page:3+mid:xin7ip7szlnfkkjs+state:results | 18:14 |
hemna | I've done that same thing about 5 times now | 18:14 |
hemna | still trying to get it all to work once. | 18:14 |
*** ieugen has joined #openstack | 18:15 | |
swinchen | George: hmm, interesting. Thanks for the link. Looks like it will be coming to Folsom. | 18:15 |
*** kpavel has joined #openstack | 18:15 | |
*** natea has quit IRC | 18:15 | |
George | http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-options-reference.html => search for remove_unused_base_images=true | 18:15 |
*** rnorwood has quit IRC | 18:15 | |
*** cloudvirt has quit IRC | 18:16 | |
swinchen | Oh, hmm ... yeah it is even in essex. | 18:16 |
swinchen | thanks | 18:16 |
*** Guest37020 has joined #openstack | 18:17 | |
George | swinchen: welcome (the site http://openstack.markmail.org/ contains the mailing list searchable history, quite useful) | 18:18 |
*** natea has joined #openstack | 18:18 | |
swinchen | Nice interface too. Thanks. | 18:18 |
*** cloudvirt has joined #openstack | 18:19 | |
*** dolphm has joined #openstack | 18:20 | |
*** blazed has joined #openstack | 18:20 | |
swinchen | So, I see with nova boot I can create multiple network interfaces... is there a way to create one that is not assigned an address? I have a pieces of software that requires the HW address of eth0 to be the same on all instances... so I really want my fixed ip to assigned to eth1. I guess I could give eth0 a fixed non-routable ip.. 127.1.1.1 or something on all instances. | 18:20 |
swinchen | I use "..." too much. | 18:20 |
*** rnorwood has joined #openstack | 18:21 | |
*** ieugen has left #openstack | 18:21 | |
*** MarkAtwood has joined #openstack | 18:22 | |
Diopter | swinchen: So, few things | 18:22 |
Diopter | swinchen: You can't have the HW (MAC) address of eth0 be the same on all instances (assuming by instances you mean VMs) unless you really want things to break a lot. | 18:23 |
Diopter | swinchen: Also, the entire 127.x.x.x/8 network is probably not going to work how you expect when it's not on a loopback interface | 18:23 |
swinchen | Diopter so there is no way to get a VM to use eth1 instead of eth0? | 18:24 |
Diopter | swinchen: First of all, can we talk about this piece of software that requires the craziness? | 18:24 |
Diopter | swinchen: My suspicion is there are much better ways to accomplish what you're trying to do :P | 18:25 |
swinchen | We have site licence for Matlab, but on install matlab locks the license to the MAC of eth0. I don't really want to install matlab on all VM's individually. | 18:26 |
uvirtbot | New bug: #1037705 in nova "Remove unused imports" [Undecided,New] https://launchpad.net/bugs/1037705 | 18:26 |
Diopter | swinchen: lol! I see. | 18:26 |
swinchen | So my thought was to trick it by using eth0 as a dummy interface with a fixed MAC (same as the VM that is was installed on). | 18:26 |
Diopter | swinchen: So you're clustering the MatLab solving engine | 18:27 |
*** leveldoc has quit IRC | 18:27 | |
Diopter | swinchen: Does Matlab bind to eth0 specifically? Or to the first ethernet interface? Or first interface with a real link? Or an interface with internet routing? | 18:27 |
swinchen | Well... all of Matlab. This is so the 1st year students can use their own VM over FreeNX, do assignment using matlab, etc. | 18:27 |
*** Toretto has quit IRC | 18:28 | |
swinchen | Diopter: all it says on the matlab site is that the hostid is the same as eth0 | 18:28 |
Diopter | I see. I'm curious though, you said you have a site-license. That implies as many seats as you have at your 'site'. Which makes me wonder how it'd ever work on multiple machines which will all have unique MACs | 18:29 |
*** eglynn is now known as eglynn-back-in-a | 18:30 | |
swinchen | When you install Matlab you have to use your University email address and it uses that and your mac address to create a licence file (along with a site activation key). All the magic happens at install time. I think it is used to keep track of how many installs a single user has. | 18:31 |
uvirtbot | New bug: #1037708 in glance "Swift backend hardwires publicURL" [Undecided,New] https://launchpad.net/bugs/1037708 | 18:31 |
swinchen | I was just going to put them all under my name... it might be quasi legal, but seeing Matlab is only being used by students (who have the right to use it) I don't see too huge of a problem :) | 18:32 |
swinchen | Mathworks may disagree with me :/ | 18:32 |
Diopter | swinchen: I see! Well, seeing as the legality is quasi, I hereby declaim and defer any and all blame and responsibility blah blah :P | 18:33 |
swinchen | Haha. | 18:33 |
*** avoine has joined #openstack | 18:33 | |
Diopter | swinchen: That said, you can probably rig up your image with "alias eth0 dummy" or similar in /etc/modprobe.conf | 18:34 |
Diopter | In an attempt to try to bring up a dummy interface named eth0 that you set the MAC on at boot | 18:34 |
Diopter | My guess is their interface choosing algorithm is simplistic and doesn't care about link states and whatnot | 18:34 |
swinchen | I _could_ just include all the install files with instructions on how to install and activate Matlab. That is really going to test the freshmen though, it requires a fair number of steps... hmm. | 18:34 |
*** TartanTexas has joined #openstack | 18:35 | |
swinchen | Diopter: yeah, it looks pretty simple http://www.mathworks.com/support/solutions/en/data/1-171PI/ | 18:35 |
*** bbcmicrocomputer has quit IRC | 18:36 | |
*** crohling88 has left #openstack | 18:36 | |
*** TartanTexas has quit IRC | 18:41 | |
*** dubsquared has quit IRC | 18:41 | |
George | hemma: I found that script that cleans up instanced in the db: http://openstack.markmail.org/search/?q=[Openstack]%20A%20collection%20of%20utilities%20for%20cleaning%20up%20the%20database#query:[Openstack]%20A%20collection%20of%20utilities%20for%20cleaning%20up%20the%20database+page:1+mid:gygnjvdy3njwfrtg+state:results | 18:43 |
swinchen | Ohhh I was wrong. net-id=net-uuid does NOT seem to be a mac address. crap | 18:44 |
swinchen | I am going to have to create a cloud-init script that finds the hw address of eth0, assigns it to eth1, and then sets eth0 hw address to the one required by matlab. :( | 18:45 |
*** n0ano has joined #openstack | 18:46 | |
*** DavidLevin has joined #openstack | 18:49 | |
UICTamale | do the command line tools 'nova' and 'nova-manage' use the same API ? | 18:53 |
*** jfluhmann has quit IRC | 18:53 | |
rackerjoe | No. Typically anything with -manage in the name uses direct database access while the CLI tools utilize the API | 18:54 |
UICTamale | rackerjoe: Thanks - is that why nova-manage needs root? | 18:54 |
*** retr0h has joined #openstack | 18:58 | |
*** retr0h has joined #openstack | 18:58 | |
swinchen | UICTamale: I believe so yes, so it can read the config files and get the SQL connection information. | 18:58 |
*** cp16net|away is now known as cp16net | 19:01 | |
swinchen | oh lordy, cloud-init really scrapes a system doesn't it? It undid all my installed software. | 19:02 |
rackerjoe | actually - it looks like the 'please run me as root' error message is trigged when trying to set up logging for /var/log/nova/nova-manage.log and /var/log/nova is usually created uid:gid nova:nova and mode 700. | 19:04 |
*** natea_ has joined #openstack | 19:04 | |
*** infernix has quit IRC | 19:04 | |
swinchen | wtf... what does cloud-init do? It says all my software is installed, but it scraped all the configuration in /etc | 19:06 |
uvirtbot | New bug: #1037725 in glance "v2 Images API allows non-uuid image identifiers" [Critical,In progress] https://launchpad.net/bugs/1037725 | 19:06 |
*** arBmind has joined #openstack | 19:06 | |
*** natea has quit IRC | 19:06 | |
*** natea_ is now known as natea | 19:06 | |
*** jmckind has quit IRC | 19:07 | |
*** mdomsch has quit IRC | 19:07 | |
*** matiu has quit IRC | 19:09 | |
uvirtbot | New bug: #1037729 in nova "xenapi: rescue fails with hvm instances" [Undecided,In progress] https://launchpad.net/bugs/1037729 | 19:11 |
*** matiu has joined #openstack | 19:12 | |
*** marrusl has quit IRC | 19:13 | |
*** DavidLevin has quit IRC | 19:15 | |
*** acadiel has joined #openstack | 19:16 | |
*** grk has quit IRC | 19:16 | |
*** DavidLevin has joined #openstack | 19:18 | |
acadiel | Good afternoon, all. I'm getting close to having my OpenStack PoC systems finished! Just need to configure Swift and an additional compute node, and I'll be done. However, I have one thing I'm still fighting with. On the private side, Nova is ignoring my --flat_network_dhcp_start range and is starting on the first valid IP (which is my interface address for that private network). How | 19:18 |
acadiel | can I "reserve" that IP to where Nova won't hand it out on the private side? | 19:18 |
*** vitiho has quit IRC | 19:18 | |
*** marrusl has joined #openstack | 19:19 | |
*** vitiho has joined #openstack | 19:19 | |
*** markmcclain has quit IRC | 19:19 | |
acadiel | it's crashing my routing on the controller to the outside world from the VMs when it hands that IP out | 19:19 |
*** primeministerp has quit IRC | 19:19 | |
*** mgriffin_ is now known as mgriffin | 19:19 | |
Diopter | acadiel: Use mysql to edit the fixed IP table in the nova database, and reserve the IPs you don't want nova-network to use. | 19:19 |
*** primeministerp has joined #openstack | 19:19 | |
acadiel | diopter: I'll need a little hand holding here... not very good with MySQL. | 19:20 |
Diopter | That's ok, OpenStack isn't either. | 19:21 |
acadiel | I know you can do a nova-manage floating delete on the public side... wish you could do something like that on the private side, or --flat_network_dhcp_start would actually work correctly. (Bug report?) | 19:21 |
*** wijet has joined #openstack | 19:22 | |
Diopter | acadiel: I'm not sure. I've had issues with that before as well. Looking around for bugs. | 19:24 |
wijet | hi | 19:24 |
Diopter | They're pesky and like to crawl around a lot, might take a while | 19:24 |
wijet | I got a problem with os:scheduler_hints when creating a new instance | 19:24 |
*** xjen1 has quit IRC | 19:24 | |
acadiel | Diopter: I can submit one and see if they close it, etc, I guess. My contribution to helping the product move forward :) | 19:25 |
wijet | I would expect from os:scheduler_hints, that if it can't launch instance where I want, it will launch it somewhere else | 19:25 |
acadiel | I'll ping some team mates to see if I can find someone a little more knowledgable with MySQL. So I just add the IPs I don't want it to use, and it'll see them used and ignore them? | 19:25 |
wijet | instead, instance goes into ERROR state, during scheduling | 19:25 |
*** rnorwood has quit IRC | 19:25 | |
*** MyAzhax has quit IRC | 19:27 | |
wijet | What do you guys think about it? shouldn't it launch the instance in other place, if hints can't be met? | 19:27 |
*** renuka has quit IRC | 19:31 | |
*** Guest37020 has quit IRC | 19:32 | |
*** littleidea has quit IRC | 19:33 | |
*** rnorwood has joined #openstack | 19:34 | |
wkelly | acadiel: mysql -u nova -p$NOVA_PASSWORD nova -e "update fixed_ips set reserved=1 where address='$ADDRESS_TO_RESERVE'" | 19:34 |
wkelly | on the box running mysql | 19:34 |
*** heckj has quit IRC | 19:35 | |
*** littleidea has joined #openstack | 19:35 | |
*** mrjazzcat has joined #openstack | 19:35 | |
*** TartanTexas has joined #openstack | 19:35 | |
acadiel | Thanks, wkelly!! I'll try that | 19:36 |
acadiel | you rock! :) | 19:36 |
*** TartanTexas has quit IRC | 19:39 | |
*** steveb___ has joined #openstack | 19:41 | |
*** jkordish has quit IRC | 19:42 | |
wkelly | no problem! | 19:43 |
*** dubsquared has joined #openstack | 19:44 | |
*** renier has quit IRC | 19:45 | |
uvirtbot | New bug: #1037745 in glance "glance fails to start in Swift multi_tenant mode" [High,In progress] https://launchpad.net/bugs/1037745 | 19:46 |
*** renier has joined #openstack | 19:47 | |
*** dolphm has quit IRC | 19:47 | |
*** dprince has quit IRC | 19:47 | |
*** kbringard has quit IRC | 19:48 | |
*** lloydde has quit IRC | 19:48 | |
*** George has quit IRC | 19:48 | |
*** lloydde has joined #openstack | 19:48 | |
*** kbringard has joined #openstack | 19:48 | |
acadiel | wkelly: I show the IPs I need as reserved now in fixed_ips when I did a select * from fixed_ips; - thanks!!! | 19:49 |
*** dolphm has joined #openstack | 19:49 | |
wkelly | good! | 19:50 |
Diopter | acadiel: If you file any sort of bugs, they should be documentation bugs. flat_network_dhcp_start doesn't seem to exist anymore, and the code which implements fixed IP association doesn't seem to care about anything but the first non-reserved IP in the pool. | 19:50 |
Diopter | https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L1030 for instance | 19:51 |
uvirtbot | New bug: #1037750 in nova "--flat_network_dhcp_start argument is being ignored" [Undecided,New] https://launchpad.net/bugs/1037750 | 19:51 |
Diopter | Or you can file that one. | 19:51 |
*** samkottler is now known as samkottler|bbl | 19:51 | |
wkelly | that one is probably good | 19:51 |
acadiel | Ack. sorry about that :) | 19:51 |
Diopter | S'all good | 19:51 |
acadiel | well, I did ask if we could do something like "nova-manage privateip delete xx.xx.xx.xx" kind of like the floating IPs | 19:52 |
acadiel | :-) | 19:52 |
*** steveb___ has quit IRC | 19:52 | |
acadiel | rather than mucking around the db | 19:52 |
*** StarBeast has joined #openstack | 19:52 | |
wkelly | yeah, I think that bug report is fine | 19:53 |
wkelly | and good :P | 19:53 |
*** lloydde has quit IRC | 19:53 | |
StarBeast | I have a question concerning openstack dns integration. Can some one help me please? | 19:54 |
acadiel | what's strange is restarting the network (when the private IP allocated that stomped on the private eth1 interface IP crashed the cloud controller routing) didn't fix the routing. I actually hard to bounce the cloud controller. | 19:54 |
*** lloydde has joined #openstack | 19:54 | |
Diopter | acadiel: You can apparently use nova-manage fixed reserve --address=x.x.x.x, instead of hitting the DB directly | 19:55 |
Diopter | acadiel: Seems to work for me on a box I just spun up to test with. There's also nova-manage fixed unreserve | 19:56 |
*** eglynn-back-in-a is now known as eglynn | 19:56 | |
acadiel | awesome... I'll make sure to put that in my docs | 19:56 |
*** darraghb has quit IRC | 19:57 | |
*** rnorwood has quit IRC | 19:59 | |
*** jcannava has joined #openstack | 20:00 | |
*** blamar has joined #openstack | 20:00 | |
*** rnorwood has joined #openstack | 20:00 | |
*** datsun180b has quit IRC | 20:02 | |
*** Breaking_Pitt has quit IRC | 20:03 | |
*** markmcclain has joined #openstack | 20:04 | |
*** littleidea has quit IRC | 20:04 | |
*** lloydde_ has joined #openstack | 20:05 | |
*** lloydde has quit IRC | 20:09 | |
*** s0mik has quit IRC | 20:12 | |
*** dcramer_ has quit IRC | 20:13 | |
*** lifeless has quit IRC | 20:13 | |
*** littleidea has joined #openstack | 20:14 | |
*** dprince has joined #openstack | 20:14 | |
*** tmichael has quit IRC | 20:15 | |
*** s0mik has joined #openstack | 20:16 | |
*** dubsquared has quit IRC | 20:17 | |
*** natea has quit IRC | 20:18 | |
*** natea has joined #openstack | 20:18 | |
*** qazwsx has joined #openstack | 20:20 | |
*** blamar has quit IRC | 20:20 | |
*** lifeless has joined #openstack | 20:21 | |
*** blamar has joined #openstack | 20:21 | |
*** jkoelker has joined #openstack | 20:22 | |
*** avoine has quit IRC | 20:22 | |
*** markmcclain has quit IRC | 20:23 | |
*** tmichael has joined #openstack | 20:24 | |
*** thovden has quit IRC | 20:26 | |
*** StarBeast has quit IRC | 20:26 | |
*** markvoelker has quit IRC | 20:27 | |
*** rnorwood has quit IRC | 20:30 | |
*** markmcclain has joined #openstack | 20:30 | |
*** markmcclain has quit IRC | 20:30 | |
*** linuxfreck has quit IRC | 20:30 | |
*** markmcclain has joined #openstack | 20:31 | |
*** melmoth has joined #openstack | 20:33 | |
*** rnorwood has joined #openstack | 20:33 | |
*** matwood has quit IRC | 20:34 | |
*** MarkAtwood has quit IRC | 20:34 | |
*** rnorwood has joined #openstack | 20:34 | |
*** dolphm has quit IRC | 20:34 | |
*** k0rupted_ has joined #openstack | 20:35 | |
*** TartanTexas has joined #openstack | 20:36 | |
*** thovden has joined #openstack | 20:37 | |
*** k0rupted has quit IRC | 20:37 | |
*** qazwsx has quit IRC | 20:38 | |
*** qazwsx has joined #openstack | 20:39 | |
*** TartanTexas has quit IRC | 20:40 | |
*** MarcMorata has joined #openstack | 20:40 | |
kallisti5 | wow | 20:44 |
kallisti5 | yeah... got it working | 20:44 |
*** UICTamale has quit IRC | 20:44 | |
kallisti5 | noob: you're right... openstack kicks ass | 20:45 |
*** cloudvirt has quit IRC | 20:46 | |
*** acadiel has quit IRC | 20:47 | |
*** arBmind has quit IRC | 20:48 | |
*** lts has quit IRC | 20:49 | |
*** samkottler|bbl is now known as samkottler | 20:50 | |
uvirtbot | New bug: #1037782 in horizon "Tab "stickiness" cookie overrides requested tab in GET parameter" [Low,In progress] https://launchpad.net/bugs/1037782 | 20:50 |
*** kpavel has quit IRC | 20:51 | |
*** kpavel has joined #openstack | 20:52 | |
*** qazwsx|2 has joined #openstack | 20:55 | |
*** kindaopsdevy has joined #openstack | 20:57 | |
*** dubsquared has joined #openstack | 20:57 | |
*** cloudvirt has joined #openstack | 20:57 | |
*** qazwsx has quit IRC | 20:58 | |
*** zul has quit IRC | 20:58 | |
*** zul has joined #openstack | 20:59 | |
*** rnorwood has quit IRC | 20:59 | |
*** vmlinuz has quit IRC | 21:00 | |
*** clopez has joined #openstack | 21:00 | |
*** jkoelker has quit IRC | 21:01 | |
uvirtbot | New bug: #1037786 in nova "nova admin based on hard-coded 'admin' role" [Critical,Triaged] https://launchpad.net/bugs/1037786 | 21:01 |
*** rnorwood has joined #openstack | 21:03 | |
*** maurosr has quit IRC | 21:04 | |
*** ejat has quit IRC | 21:04 | |
*** desai has quit IRC | 21:06 | |
*** desai has joined #openstack | 21:07 | |
*** hggdh has quit IRC | 21:07 | |
*** natea has quit IRC | 21:08 | |
*** natea_ has joined #openstack | 21:08 | |
*** noob has quit IRC | 21:08 | |
*** hggdh has joined #openstack | 21:09 | |
uvirtbot | New bug: #1037793 in glance "v2 anonymous access fails due to keystone middleware" [Critical,In progress] https://launchpad.net/bugs/1037793 | 21:10 |
*** h0cin has quit IRC | 21:12 | |
*** s0mik has quit IRC | 21:15 | |
*** gallth has joined #openstack | 21:17 | |
*** Guest14360 has quit IRC | 21:17 | |
*** dieterdemeyer has quit IRC | 21:18 | |
*** Madkiss has quit IRC | 21:18 | |
*** cw has quit IRC | 21:18 | |
*** cw has joined #openstack | 21:18 | |
*** tgall_foo has quit IRC | 21:18 | |
*** dieterdemeyer has joined #openstack | 21:19 | |
*** slowe has quit IRC | 21:21 | |
*** wijet has quit IRC | 21:23 | |
*** gallth is now known as tgall_foo | 21:23 | |
*** tgall_foo has quit IRC | 21:23 | |
*** tgall_foo has joined #openstack | 21:23 | |
*** EmilienM has quit IRC | 21:24 | |
*** Madkiss has joined #openstack | 21:24 | |
*** Madkiss has quit IRC | 21:24 | |
*** Madkiss has joined #openstack | 21:24 | |
*** k0rupted_ has quit IRC | 21:25 | |
*** chasmo has quit IRC | 21:27 | |
*** BlackMaria has quit IRC | 21:27 | |
*** dubsquared has quit IRC | 21:28 | |
*** chasmo has joined #openstack | 21:29 | |
*** dubsquared has joined #openstack | 21:29 | |
*** thovden has quit IRC | 21:29 | |
*** cloudvirt has quit IRC | 21:30 | |
*** k0rupted has joined #openstack | 21:30 | |
*** vitiho_ has joined #openstack | 21:31 | |
*** vitiho has quit IRC | 21:31 | |
*** cloudvirt has joined #openstack | 21:31 | |
*** robbiew has quit IRC | 21:32 | |
*** blamar has quit IRC | 21:34 | |
*** k0rupted has quit IRC | 21:36 | |
*** TartanTexas has joined #openstack | 21:36 | |
*** mtreinish has quit IRC | 21:39 | |
*** blamar has joined #openstack | 21:39 | |
*** natea_ has quit IRC | 21:40 | |
*** TartanTexas has quit IRC | 21:41 | |
*** k0rupted has joined #openstack | 21:42 | |
*** s0mik has joined #openstack | 21:44 | |
*** dolphm has joined #openstack | 21:45 | |
*** cloudvirt has quit IRC | 21:46 | |
*** ryanpetrello has quit IRC | 21:46 | |
*** dhellmann has quit IRC | 21:47 | |
*** markmcclain has quit IRC | 21:48 | |
*** dolphm has quit IRC | 21:49 | |
*** lloydde_ has quit IRC | 21:52 | |
*** MarcMorata has quit IRC | 21:54 | |
*** tmichael has quit IRC | 21:54 | |
uvirtbot | New bug: #1037809 in nova "get_vnc_console returns 500 error if called before host is assigned" [Undecided,New] https://launchpad.net/bugs/1037809 | 21:56 |
*** rnorwood has quit IRC | 21:58 | |
*** qazwsx|2 has quit IRC | 21:58 | |
*** imsplitbit has quit IRC | 21:59 | |
*** mutex has left #openstack | 22:00 | |
*** tgall_foo has quit IRC | 22:01 | |
*** mrjazzcat has quit IRC | 22:02 | |
*** maoy has quit IRC | 22:06 | |
*** marrusl has quit IRC | 22:07 | |
*** rnorwood has joined #openstack | 22:08 | |
*** kbringard has quit IRC | 22:08 | |
*** dubsquared has quit IRC | 22:09 | |
*** dendrobates is now known as dendro-afk | 22:09 | |
*** colon_D has quit IRC | 22:09 | |
*** colonD has joined #openstack | 22:09 | |
*** dachary has quit IRC | 22:11 | |
*** dendro-afk is now known as dendrobates | 22:12 | |
*** dprince has quit IRC | 22:14 | |
*** natea has joined #openstack | 22:14 | |
*** lloydde has joined #openstack | 22:15 | |
*** manisht has left #openstack | 22:15 | |
*** mrjazzcat has joined #openstack | 22:15 | |
*** msinhore has quit IRC | 22:15 | |
*** mrjazzcat has joined #openstack | 22:15 | |
*** dspano has quit IRC | 22:16 | |
*** msinhore has joined #openstack | 22:17 | |
*** ev0ldave has quit IRC | 22:17 | |
*** aliguori has quit IRC | 22:17 | |
*** rackerjoe has left #openstack | 22:18 | |
*** jog0 has joined #openstack | 22:19 | |
*** samkottler is now known as samkottler|afk | 22:19 | |
*** kindaops_ has joined #openstack | 22:21 | |
*** jcannava has quit IRC | 22:21 | |
*** kindaopsdevy has quit IRC | 22:21 | |
*** scooterS has joined #openstack | 22:21 | |
*** kindaops_ is now known as kindaopsdevy | 22:21 | |
*** rnorwood has quit IRC | 22:25 | |
uvirtbot | New bug: #1037815 in quantum "Fix Quantum Rootwrap" [High,In progress] https://launchpad.net/bugs/1037815 | 22:26 |
*** MrRoot has joined #openstack | 22:27 | |
*** blazed has quit IRC | 22:29 | |
*** lazyshot has quit IRC | 22:35 | |
*** ASau` has joined #openstack | 22:36 | |
*** Domin has quit IRC | 22:36 | |
*** TartanTexas has joined #openstack | 22:37 | |
*** capricorn_1 has quit IRC | 22:37 | |
*** renuka has joined #openstack | 22:37 | |
*** maurosr has joined #openstack | 22:37 | |
*** msinhore has quit IRC | 22:37 | |
*** capricorn_1 has joined #openstack | 22:37 | |
*** hggdh has quit IRC | 22:37 | |
*** ASau has quit IRC | 22:37 | |
*** Domin has joined #openstack | 22:38 | |
*** maurosr has quit IRC | 22:41 | |
*** TartanTexas has quit IRC | 22:42 | |
*** rnirmal has quit IRC | 22:43 | |
*** adjohn has joined #openstack | 22:44 | |
*** kpavel has quit IRC | 22:44 | |
*** clopez has quit IRC | 22:45 | |
*** blamar has quit IRC | 22:45 | |
*** mattray has quit IRC | 22:47 | |
*** steveb___ has joined #openstack | 22:51 | |
*** lifeless has quit IRC | 22:51 | |
*** warik has left #openstack | 22:53 | |
*** lifeless has joined #openstack | 22:53 | |
*** maurosr has joined #openstack | 22:55 | |
*** kindaopsdevy has quit IRC | 23:00 | |
*** maurosr has quit IRC | 23:00 | |
*** ryanpetrello has joined #openstack | 23:00 | |
*** eskp has joined #openstack | 23:08 | |
eskp | hi | 23:08 |
eskp | any wiki admins around? | 23:08 |
*** PiotrSikora has quit IRC | 23:10 | |
*** ryanpetrello has quit IRC | 23:10 | |
uvirtbot | New bug: #1037828 in nova "Simple Scheduler is Deprecated but doesn't raise Deprecated warning" [Undecided,New] https://launchpad.net/bugs/1037828 | 23:11 |
uvirtbot | New bug: #1037829 in nova "Simple Scheduler is Deprecated but doesn't raise Deprecated warning" [Undecided,In progress] https://launchpad.net/bugs/1037829 | 23:11 |
*** PiotrSikora has joined #openstack | 23:11 | |
*** hggdh has joined #openstack | 23:12 | |
*** lloydde has quit IRC | 23:13 | |
*** miclorb has joined #openstack | 23:16 | |
eskp | i'm not subscribed to a page but i'm still receiving notifications | 23:16 |
eskp | i may have subscribed in the past not sure | 23:16 |
eskp | but i don't even have an email address associated with my current account | 23:17 |
*** tan has quit IRC | 23:17 | |
*** tan has joined #openstack | 23:18 | |
*** tomoe has joined #openstack | 23:18 | |
*** natea_ has joined #openstack | 23:22 | |
*** ewindisch has quit IRC | 23:23 | |
*** hemna has quit IRC | 23:25 | |
*** samkottler|afk is now known as samkottler | 23:25 | |
*** natea has quit IRC | 23:26 | |
*** eglynn has quit IRC | 23:26 | |
*** tan has quit IRC | 23:29 | |
*** tan has joined #openstack | 23:30 | |
*** bsza has joined #openstack | 23:33 | |
comptona | I'm getting the following error when I try to start nova-compute: "no such option: server" | 23:33 |
comptona | running on centos 6.2, using the puppet openstack module | 23:34 |
*** tan has quit IRC | 23:34 | |
comptona | I can't find anything googling around; anybody have an idea what might be causing this? | 23:34 |
*** tan has joined #openstack | 23:34 | |
*** TartanTexas has joined #openstack | 23:37 | |
*** bsza has quit IRC | 23:38 | |
*** rnorwood has joined #openstack | 23:40 | |
*** TartanTexas has quit IRC | 23:42 | |
*** scooterS has quit IRC | 23:42 | |
*** a__ has joined #openstack | 23:44 | |
*** vitiho_ has quit IRC | 23:44 | |
*** vipuls has quit IRC | 23:44 | |
*** tan has quit IRC | 23:44 | |
*** tan has joined #openstack | 23:45 | |
uvirtbot | New bug: #1037835 in nova "Unit Tests fail on OS X (readlink -nm)" [Undecided,New] https://launchpad.net/bugs/1037835 | 23:45 |
*** e1mer has joined #openstack | 23:55 | |
*** johnpostlethwait has quit IRC | 23:56 | |
*** jkoelker has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!