*** dhubbard_mac has joined #openstack | 00:00 | |
*** anon12345 has joined #openstack | 00:00 | |
*** Glace has quit IRC | 00:01 | |
*** dhubbard_ has quit IRC | 00:01 | |
uvirtbot | New bug: #1070074 in ceilometer "sqlalchemy performance issue " [Undecided,New] https://launchpad.net/bugs/1070074 | 00:01 |
---|---|---|
anon12345 | what minimum arguments are required in CLI for keystone endpoint-create? i tried just the service-id but that didnt seem to work | 00:02 |
*** mnewby has quit IRC | 00:07 | |
*** evxd has quit IRC | 00:07 | |
*** szaydel has quit IRC | 00:07 | |
*** evxd has joined #openstack | 00:07 | |
*** benner has quit IRC | 00:07 | |
*** benner has joined #openstack | 00:07 | |
*** albert23 has left #openstack | 00:08 | |
*** Spirilis has quit IRC | 00:08 | |
*** roge has joined #openstack | 00:08 | |
*** dyer has quit IRC | 00:08 | |
*** Spirilis has joined #openstack | 00:09 | |
*** mojojojo has joined #openstack | 00:09 | |
mojojojo | evening | 00:10 |
*** scalability-junk has quit IRC | 00:10 | |
*** gatuus has quit IRC | 00:10 | |
mojojojo | any nova-network know-it-alls around? | 00:11 |
mojojojo | trying to sort out how vnet0(host)<->eth0(guest) gets nailed up | 00:11 |
*** jplewi has quit IRC | 00:12 | |
WormMan | magic? | 00:12 |
mojojojo | :) | 00:13 |
mojojojo | it definitely appears to be | 00:13 |
*** roge has quit IRC | 00:14 | |
WormMan | it's not nova-network, it's nova-compute and (assuming libvirt) is handled by libvirt to tell the hypervisor to present it to the guest | 00:14 |
mojojojo | yeah at a high level i got that | 00:14 |
mojojojo | if i'm on my all-in-one node i can see: | 00:14 |
*** mnewby has joined #openstack | 00:14 | |
*** colinmcnamara has joined #openstack | 00:14 | |
mojojojo | vnet1 Link encap:Ethernet HWaddr fe:16:3e:0f:d2:ba | 00:15 |
mojojojo | on my guest: | 00:15 |
mojojojo | eth0 Link encap:Ethernet HWaddr FA:16:3E:0F:D2:BA | 00:15 |
*** Glace has joined #openstack | 00:15 | |
*** radez is now known as radez_g0n3 | 00:15 | |
mojojojo | my question is what commands/setup actually links those two | 00:15 |
WormMan | kvm? | 00:15 |
mojojojo | you got me :) thats my question | 00:15 |
WormMan | no, sorry | 00:16 |
mojojojo | i also see the bridge: | 00:16 |
mojojojo | bridge namebridge idSTP enabledinterfaces | 00:16 |
mojojojo | br1008000.10bf484d99a1noeth0 | 00:16 |
mojojojo | vnet0 | 00:16 |
mojojojo | vnet1 | 00:16 |
WormMan | are you using kvm? | 00:16 |
mojojojo | yeah, KVM | 00:16 |
mojojojo | devstack install | 00:16 |
WormMan | libvirt interprests the xml provided by openstack(run virsh; run list; run dumpxml on the instance) | 00:16 |
*** hemna has quit IRC | 00:17 | |
WormMan | and then on a ps wwwaux you can see where libvirt convertd that to -netdev and -device | 00:18 |
WormMan | (on the running kvm) | 00:19 |
mojojojo | so openstack writes an XML file | 00:19 |
mojojojo | tells virsh to read/run it | 00:19 |
mojojojo | virsh converts that to direct kvm commands? | 00:19 |
*** colinmcnamara has quit IRC | 00:19 | |
WormMan | well, it uses the libvirt library directly | 00:19 |
mojojojo | ok, got it | 00:19 |
*** vipuls has quit IRC | 00:20 | |
mojojojo | this kind of XML: | 00:20 |
mojojojo | <domain type='kvm'> | 00:20 |
mojojojo | <name>instance-00000002</name> | 00:20 |
mojojojo | <uuid>3b5180dc-ccf7-467e-9c92-e65a7d9f4d4b</uuid> | 00:20 |
mojojojo | <memory>4194304</memory> | 00:20 |
mojojojo | <currentMemory>4194304</currentMemory> | 00:20 |
mojojojo | instance-000002.xml etc etc | 00:20 |
WormMan | yep | 00:20 |
mojojojo | that i found sitting in /etc/libvirt/qemu | 00:20 |
mojojojo | there's no reference to 'vnet0' in any of those files | 00:20 |
mojojojo | buti'm guessing kvm creates that | 00:20 |
WormMan | you can see the source xml in /var/lib/nova/instances/instance-whatever/libvirt.xml | 00:20 |
mojojojo | yeah if devstack wouldn't have gotten cute and put it in /opt/stack/data/nova, but lemme see | 00:21 |
WormMan | yea, openstack doesn't directly request 'vnet0' it just tells libvirt to hook it to the bridge | 00:21 |
*** szaydel has joined #openstack | 00:22 | |
WormMan | there's still a bit of magic that I believe libvirt does behind the scenes | 00:22 |
mojojojo | i'm guessing libvirt/virsh has commands to look through the details of whats 'plugged in' | 00:22 |
WormMan | run virsh; type 'help' and spend the next few hours trying random commands :) | 00:23 |
mojojojo | hahaha, yeah, thats it always goes | 00:23 |
*** clopez has quit IRC | 00:23 | |
mojojojo | interesting though that br100 is _not_ listed as a network that virsh knows about | 00:24 |
mojojojo | openstack creates br100, virsh creates this virbr0 , which i read openstack doesn't use | 00:24 |
*** cwelle has quit IRC | 00:25 | |
WormMan | correct, that bit is handled by openstack directly(if you use libvirt/kvm standalone you can make it do IP management and run dnsmasq, etc) | 00:25 |
*** rustam has joined #openstack | 00:25 | |
WormMan | I actually have configs that delete the libvirtd networks since they're not used(and confusing to troubleshoot) | 00:25 |
*** dyer has joined #openstack | 00:25 | |
*** dyer has joined #openstack | 00:25 | |
*** MarkAtwood has joined #openstack | 00:26 | |
mojojojo | ah, meaning the virbr0 stuff | 00:26 |
WormMan | yep | 00:26 |
uvirtbot | New bug: #1070083 in horizon "devstack fails in quantal - /usr/bin/env node - no such file or directory" [Undecided,New] https://launchpad.net/bugs/1070083 | 00:26 |
WormMan | it can confuse my team when they login and don't know openstack that well | 00:26 |
mojojojo | right | 00:26 |
*** Tross has quit IRC | 00:27 | |
*** rustam has quit IRC | 00:27 | |
*** rustam has joined #openstack | 00:28 | |
mojojojo | hmm, doesnt look like it keeps that info around | 00:29 |
*** ryanpetr_ has joined #openstack | 00:30 | |
mojojojo | i take it slightly back: | 00:31 |
mojojojo | virsh # nodedev-dumpxml net_vnet0_fe_16_3e_48_15_56 | 00:31 |
mojojojo | <device> | 00:31 |
mojojojo | <name>net_vnet0_fe_16_3e_48_15_56</name> | 00:31 |
mojojojo | <parent>computer</parent> | 00:31 |
mojojojo | <capability type='net'> | 00:31 |
mojojojo | <interface>vnet0</interface> | 00:31 |
mojojojo | <address>fe:16:3e:48:15:56</address> | 00:31 |
mojojojo | <capability type='80203'/> | 00:31 |
mojojojo | </capability> | 00:31 |
mojojojo | </device> | 00:31 |
*** ondergetekende has quit IRC | 00:32 | |
mojojojo | but that doesnt give me the other half of the equation | 00:32 |
*** ondergetekende has joined #openstack | 00:32 | |
*** rustam has quit IRC | 00:32 | |
WormMan | that's entirely up to your OS, it just probes devices, first one it finds it names 'eth0' | 00:32 |
WormMan | openstack/libvirt/kvm just puts it on the emulated pci bus | 00:33 |
*** scotm has quit IRC | 00:33 | |
mojojojo | gotcha | 00:34 |
*** ryanpetrello has quit IRC | 00:34 | |
mojojojo | guest OS you mean? | 00:34 |
mojojojo | that makes sense | 00:34 |
WormMan | yes | 00:35 |
*** jeff89 has joined #openstack | 00:35 | |
*** adjohn has quit IRC | 00:36 | |
*** sunilthaha has joined #openstack | 00:36 | |
*** sunilthaha has quit IRC | 00:36 | |
jeff89 | hi folks | 00:37 |
mojojojo | word | 00:37 |
jeff89 | can someone point me to the right direction? i created an instance in trystack, how do i access it? i tried ping-ing it directly with the ICMP protocal allowed in the security group | 00:39 |
ahmad | hi everyone :) | 00:39 |
jeff89 | and it failed, tried to ssh it using putty with no luck either | 00:39 |
mojojojo | does it have a public ip? | 00:40 |
jeff89 | that's the part i'm not sure about.. i read it somewhere that trystack assigns private ip automatically as public ip? | 00:40 |
jeff89 | oh sorry, i'm testing on trystack | 00:40 |
*** TheBeast has joined #openstack | 00:42 | |
*** mkouhei has joined #openstack | 00:44 | |
*** s0mik has quit IRC | 00:44 | |
*** Tross has joined #openstack | 00:45 | |
*** nmistry has quit IRC | 00:45 | |
uvirtbot | New bug: #1070088 in nova "Qemu-img does not handle snapshot list" [Undecided,In progress] https://launchpad.net/bugs/1070088 | 00:46 |
*** dpippenger has quit IRC | 00:46 | |
*** tomoe_ has joined #openstack | 00:46 | |
*** dyer has quit IRC | 00:49 | |
*** cp16net|away is now known as cp16net | 00:50 | |
*** dyer_ has joined #openstack | 00:51 | |
*** maccam94 has joined #openstack | 00:52 | |
*** mojojojo has quit IRC | 00:53 | |
*** obmouse has joined #openstack | 00:53 | |
*** mojojojo has joined #openstack | 00:53 | |
*** maurosr has quit IRC | 00:55 | |
*** szaydel has quit IRC | 00:56 | |
*** sudorandom has joined #openstack | 00:57 | |
*** rustam has joined #openstack | 00:58 | |
*** Blackavar has quit IRC | 00:59 | |
*** comptona has joined #openstack | 01:00 | |
*** MarkAtwood has quit IRC | 01:03 | |
*** sacharya1 has joined #openstack | 01:04 | |
*** yjiang5 has quit IRC | 01:05 | |
*** networkstatic has joined #openstack | 01:05 | |
*** yocum has quit IRC | 01:06 | |
*** sacharya has quit IRC | 01:07 | |
*** rustam has quit IRC | 01:07 | |
*** maurosr has joined #openstack | 01:08 | |
*** tomoe_ has quit IRC | 01:09 | |
*** rafiu has quit IRC | 01:10 | |
*** tomoe_ has joined #openstack | 01:10 | |
*** tualatrix has joined #openstack | 01:12 | |
*** maurosr has quit IRC | 01:13 | |
*** maurosr has joined #openstack | 01:13 | |
*** dims has quit IRC | 01:14 | |
*** warik has left #openstack | 01:14 | |
*** zodiak has quit IRC | 01:14 | |
*** colinmcnamara has joined #openstack | 01:15 | |
*** tomoe_ has quit IRC | 01:15 | |
*** deadcandance has quit IRC | 01:17 | |
*** cp16net is now known as cp16net|away | 01:17 | |
*** deadcandance has joined #openstack | 01:17 | |
*** maurosr has quit IRC | 01:18 | |
*** sniperd has joined #openstack | 01:18 | |
*** rafiu has joined #openstack | 01:18 | |
*** Vek has quit IRC | 01:19 | |
*** colinmcnamara has quit IRC | 01:20 | |
*** maurosr has joined #openstack | 01:21 | |
*** Gordonz has joined #openstack | 01:24 | |
*** mattstep has quit IRC | 01:25 | |
*** maurosr has quit IRC | 01:26 | |
*** mattstep has joined #openstack | 01:26 | |
*** dims has joined #openstack | 01:27 | |
*** bsdbandit has quit IRC | 01:28 | |
*** childsb has joined #openstack | 01:29 | |
*** erkules|away has joined #openstack | 01:31 | |
*** kevein has joined #openstack | 01:32 | |
*** Blackavar has joined #openstack | 01:32 | |
*** dhubbard_mac has quit IRC | 01:32 | |
*** zach_mtu has quit IRC | 01:32 | |
*** erkules has quit IRC | 01:33 | |
*** warik has joined #openstack | 01:35 | |
*** MarkAtwood has joined #openstack | 01:37 | |
*** szaydel has joined #openstack | 01:37 | |
*** anon12345 has quit IRC | 01:38 | |
*** cmagina has quit IRC | 01:39 | |
*** sudorandom has quit IRC | 01:41 | |
*** alzhang has joined #openstack | 01:42 | |
*** Tross has quit IRC | 01:43 | |
*** otherwiseguy has joined #openstack | 01:45 | |
*** Ruetobas has quit IRC | 01:49 | |
*** thallada has joined #openstack | 01:50 | |
*** tgall_foo has joined #openstack | 01:50 | |
*** tgall_foo has quit IRC | 01:50 | |
*** tgall_foo has joined #openstack | 01:50 | |
*** dhellmann has joined #openstack | 01:50 | |
*** krtaylor has joined #openstack | 01:51 | |
*** dhellmann is now known as dhellmann-afk | 01:51 | |
*** jackh has joined #openstack | 01:52 | |
*** jdurgin has quit IRC | 01:52 | |
*** littleidea has joined #openstack | 01:54 | |
*** aliguori has quit IRC | 01:55 | |
*** roge has joined #openstack | 01:58 | |
*** rnorwood1 has joined #openstack | 01:58 | |
*** chinclou1 has quit IRC | 01:58 | |
*** aliguori has joined #openstack | 01:59 | |
*** Gordonz has quit IRC | 02:00 | |
*** mnewby_ has joined #openstack | 02:02 | |
*** mnewby has quit IRC | 02:03 | |
*** mnewby_ is now known as mnewby | 02:03 | |
*** rustam has joined #openstack | 02:04 | |
*** adalbas has quit IRC | 02:04 | |
*** littleidea has quit IRC | 02:04 | |
*** zhidong has joined #openstack | 02:04 | |
*** chincloud has joined #openstack | 02:05 | |
*** chincloud is now known as Guest18789 | 02:05 | |
*** adalbas has joined #openstack | 02:06 | |
*** pixelbeat has quit IRC | 02:07 | |
*** rustam has quit IRC | 02:09 | |
*** s0mik has joined #openstack | 02:11 | |
*** tomoe_ has joined #openstack | 02:12 | |
*** whenry has joined #openstack | 02:13 | |
*** aliguori has quit IRC | 02:13 | |
*** ryanpetr_ has quit IRC | 02:14 | |
*** mojojojo has quit IRC | 02:15 | |
*** anniec has quit IRC | 02:15 | |
*** colinmcnamara has joined #openstack | 02:15 | |
*** ryanpetrello has joined #openstack | 02:15 | |
*** mojojojo has joined #openstack | 02:16 | |
*** Ruetobas has joined #openstack | 02:16 | |
*** SvenDowideit has quit IRC | 02:21 | |
*** timops has quit IRC | 02:22 | |
*** szaydel has quit IRC | 02:23 | |
*** colinmcnamara has quit IRC | 02:23 | |
*** SvenDowideit has joined #openstack | 02:23 | |
*** timops has joined #openstack | 02:23 | |
* ispireme is away (im off. visit my IT-blog at www.ispire.me) | 02:24 | |
*** TheSphinX_ has joined #openstack | 02:25 | |
cryptographrix | @openfly who chose to make InnoDB the defaul/win 9 | 02:25 |
*** Tross has joined #openstack | 02:26 | |
*** renier has quit IRC | 02:26 | |
*** renier has joined #openstack | 02:26 | |
*** whenry has quit IRC | 02:28 | |
*** TheSphinX^ has quit IRC | 02:28 | |
*** timops has quit IRC | 02:29 | |
*** aculich has joined #openstack | 02:29 | |
*** mojojojo has quit IRC | 02:30 | |
*** renier has quit IRC | 02:31 | |
*** maccam94 has quit IRC | 02:31 | |
*** edygarcia has joined #openstack | 02:36 | |
*** bapa has quit IRC | 02:37 | |
*** sacharya has joined #openstack | 02:38 | |
*** ryanpetrello has quit IRC | 02:39 | |
*** sacharya1 has quit IRC | 02:40 | |
*** bapa has joined #openstack | 02:40 | |
*** ryanpetrello has joined #openstack | 02:40 | |
*** melwitt has quit IRC | 02:42 | |
*** szaydel has joined #openstack | 02:43 | |
*** Triade has quit IRC | 02:44 | |
*** edygarcia has quit IRC | 02:44 | |
*** cryptk|offline is now known as cryptk | 02:49 | |
*** cp16net|away is now known as cp16net | 02:51 | |
*** mmalesky has quit IRC | 02:54 | |
*** mmalesky has joined #openstack | 02:54 | |
*** dyer_ has quit IRC | 02:54 | |
*** roge has quit IRC | 02:55 | |
*** namidark has joined #openstack | 02:55 | |
*** nmistry has joined #openstack | 02:56 | |
namidark | Where can I start going to debug why floating IP's aren't picking up DHCP leases? | 02:56 |
*** rustam has joined #openstack | 03:04 | |
*** renier has joined #openstack | 03:05 | |
*** melwitt has joined #openstack | 03:05 | |
*** vipuls has joined #openstack | 03:06 | |
*** bapa has quit IRC | 03:06 | |
*** bapa has joined #openstack | 03:06 | |
*** Q310 has joined #openstack | 03:08 | |
*** Q310 has quit IRC | 03:08 | |
*** Q310 has joined #openstack | 03:08 | |
Q310 | anyone deployed folsom with cinder and had any issues creating vms? | 03:09 |
*** renier has quit IRC | 03:10 | |
*** zach_mtu has joined #openstack | 03:10 | |
*** rustam has quit IRC | 03:11 | |
*** Tross has quit IRC | 03:12 | |
*** bapa has quit IRC | 03:14 | |
*** bapa has joined #openstack | 03:16 | |
*** dragonheart has joined #openstack | 03:18 | |
*** marrusl has quit IRC | 03:18 | |
*** Vek has joined #openstack | 03:18 | |
*** danblack has quit IRC | 03:18 | |
*** linuxanoop has joined #openstack | 03:18 | |
linuxanoop | Morning All :) | 03:18 |
*** colinmcnamara has joined #openstack | 03:19 | |
ahmad | can anyone please recommend some good networking tutorials either in reference to openstack or in general | 03:19 |
*** Turicas has joined #openstack | 03:20 | |
*** mmalesky has quit IRC | 03:21 | |
*** dims has quit IRC | 03:22 | |
*** mmalesky has joined #openstack | 03:22 | |
*** zach_mtu has quit IRC | 03:23 | |
*** colinmcnamara has quit IRC | 03:24 | |
*** desai has quit IRC | 03:25 | |
*** Tross has joined #openstack | 03:26 | |
*** ryanpetrello has quit IRC | 03:26 | |
*** zach_mtu has joined #openstack | 03:26 | |
*** nmistry has quit IRC | 03:28 | |
*** cmt has joined #openstack | 03:29 | |
jgriffith | Q310: What kind of issues are you seeing? | 03:31 |
*** osier has joined #openstack | 03:31 | |
uvirtbot | New bug: #1070138 in nova "admin can't describe all images in ec2 api" [Undecided,New] https://launchpad.net/bugs/1070138 | 03:31 |
*** TerryH has quit IRC | 03:32 | |
*** brad_ has joined #openstack | 03:34 | |
*** tgall_foo has quit IRC | 03:35 | |
*** brad_ has quit IRC | 03:35 | |
*** estp has quit IRC | 03:38 | |
*** Turicas has quit IRC | 03:41 | |
*** dragonheart has quit IRC | 03:41 | |
*** nmistry has joined #openstack | 03:42 | |
*** koolhead17 has joined #openstack | 03:45 | |
*** ryanpetrello has joined #openstack | 03:46 | |
*** littleidea has joined #openstack | 03:48 | |
*** mmalesky has quit IRC | 03:48 | |
*** otherwiseguy has quit IRC | 03:55 | |
*** rafiu has quit IRC | 03:59 | |
*** dragonheart has joined #openstack | 03:59 | |
*** renier has joined #openstack | 03:59 | |
*** szaydel has quit IRC | 04:02 | |
*** MarkAtwood has quit IRC | 04:02 | |
*** renier has quit IRC | 04:03 | |
*** rustam has joined #openstack | 04:05 | |
*** acb__ has quit IRC | 04:05 | |
*** acb__ has joined #openstack | 04:05 | |
linuxanoop | Any one have idea about this error from apache error log http://paste.openstack.org/show/22039/ | 04:07 |
*** rustam has quit IRC | 04:10 | |
linuxanoop | any one please | 04:13 |
*** Glace has quit IRC | 04:14 | |
*** sniperd_ has joined #openstack | 04:14 | |
*** roaet has quit IRC | 04:15 | |
*** sniperd has quit IRC | 04:15 | |
*** sniperd has joined #openstack | 04:17 | |
*** koolhead17 has quit IRC | 04:18 | |
*** colinmcnamara has joined #openstack | 04:19 | |
*** sayan has joined #openstack | 04:20 | |
*** sayan has joined #openstack | 04:20 | |
*** sniperd_ has quit IRC | 04:20 | |
*** colinmcnamara has quit IRC | 04:24 | |
*** dyer has joined #openstack | 04:27 | |
*** dyer has joined #openstack | 04:27 | |
*** otherwiseguy has joined #openstack | 04:27 | |
*** Glace has joined #openstack | 04:28 | |
*** sayan has quit IRC | 04:28 | |
*** Tross has quit IRC | 04:31 | |
*** rafiu has joined #openstack | 04:32 | |
*** MarkAtwood has joined #openstack | 04:32 | |
*** dcramer_ has quit IRC | 04:33 | |
*** tualatrix has quit IRC | 04:33 | |
*** ewindisch has quit IRC | 04:34 | |
Q310 | shhh | 04:35 |
*** sacharya has quit IRC | 04:35 | |
*** eglynn has joined #openstack | 04:35 | |
uvirtbot | New bug: #1070155 in nova "Consoles extension doesn't have API Sample documentation" [Undecided,New] https://launchpad.net/bugs/1070155 | 04:35 |
uvirtbot | New bug: #1070156 in nova "Createserverext doesn't have API Sample Tests and Documentation" [Undecided,New] https://launchpad.net/bugs/1070156 | 04:36 |
*** sleepy-eglynn has quit IRC | 04:39 | |
*** Entonian has joined #openstack | 04:39 | |
uvirtbot | New bug: #1070157 in nova "DeferredDelete extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/1070157 | 04:41 |
uvirtbot | New bug: #1070158 in nova "DiskConfig extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/1070158 | 04:41 |
*** jeff89 has quit IRC | 04:41 | |
*** Entonian has quit IRC | 04:42 | |
*** ozstacker has joined #openstack | 04:45 | |
uvirtbot | New bug: #1070160 in nova "ExtendedStatus extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/1070160 | 04:46 |
*** dragonheart is now known as danblack | 04:46 | |
uvirtbot | New bug: #1070161 in nova "FlavorDisabled extension doesn't have API Sample Tests and Docextension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/1070161 | 04:46 |
uvirtbot | New bug: #1070162 in nova "FlavorExtraSpecs extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070162 | 04:46 |
*** sunilthaha has joined #openstack | 04:47 | |
*** pvankouteren has joined #openstack | 04:48 | |
*** cmt has quit IRC | 04:48 | |
*** koolhead17 has joined #openstack | 04:50 | |
uvirtbot | New bug: #1070165 in nova "FloatingIpPools extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070165 | 04:56 |
uvirtbot | New bug: #1070167 in nova "Hosts extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070167 | 04:56 |
uvirtbot | New bug: #1070169 in nova "Multinic extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070169 | 04:56 |
uvirtbot | New bug: #1070170 in nova "Networks extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070170 | 04:56 |
uvirtbot | New bug: #1070171 in nova "QuotaClasses extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070171 | 04:56 |
*** hattwick has quit IRC | 04:57 | |
*** sayan has joined #openstack | 04:58 | |
*** littleidea has quit IRC | 05:00 | |
*** littleidea has joined #openstack | 05:02 | |
*** danblack has quit IRC | 05:04 | |
uvirtbot | New bug: #1070164 in nova "FloatingIpDns extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070164 | 05:04 |
ahmad | no one available? | 05:04 |
*** ywu has quit IRC | 05:04 | |
*** dyer has quit IRC | 05:05 | |
*** rustam has joined #openstack | 05:05 | |
uvirtbot | New bug: #1070163 in nova "FlavorManage extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070163 | 05:08 |
uvirtbot | New bug: #1070172 in nova "Quotas extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070172 | 05:08 |
uvirtbot | New bug: #1070173 in nova "VolumeTypes extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/1070173 | 05:08 |
*** rustam has quit IRC | 05:10 | |
*** otherwiseguy has quit IRC | 05:10 | |
*** dragonheart has joined #openstack | 05:10 | |
*** aeperezt_ has joined #openstack | 05:12 | |
*** adjohn has joined #openstack | 05:13 | |
*** aeperezt has quit IRC | 05:15 | |
*** bapa has quit IRC | 05:17 | |
*** bapa has joined #openstack | 05:17 | |
*** Maledictus has joined #openstack | 05:17 | |
*** Maledictus has joined #openstack | 05:17 | |
*** pvankouteren has quit IRC | 05:20 | |
*** colinmcnamara has joined #openstack | 05:20 | |
*** littleidea has quit IRC | 05:21 | |
*** tualatrix has joined #openstack | 05:21 | |
*** aeperezt_ has quit IRC | 05:21 | |
linuxanoop | https://answers.launchpad.net/nova/+question/211102 | 05:22 |
*** sniperd has quit IRC | 05:22 | |
*** jamespage_ has joined #openstack | 05:22 | |
*** Tross has joined #openstack | 05:22 | |
*** TerryH has joined #openstack | 05:22 | |
*** arrsim has quit IRC | 05:22 | |
linuxanoop | I'm facing same issue. Is this a bug or my environment issue? | 05:22 |
linuxanoop | https://answers.launchpad.net/nova/+question/211102 | 05:23 |
*** littleidea has joined #openstack | 05:23 | |
*** KyleMacDonald has joined #openstack | 05:23 | |
*** sniperd has joined #openstack | 05:24 | |
*** colinmcnamara has quit IRC | 05:24 | |
*** KyleMacDonald has quit IRC | 05:25 | |
*** TerryH has quit IRC | 05:25 | |
*** TerryH has joined #openstack | 05:27 | |
*** TerryH has joined #openstack | 05:30 | |
*** dragonheart is now known as danblack | 05:30 | |
*** TerryH has quit IRC | 05:30 | |
*** jamespage_ has quit IRC | 05:35 | |
*** tualatrix has quit IRC | 05:35 | |
*** tualatrix has joined #openstack | 05:35 | |
*** Pawan_ has joined #openstack | 05:37 | |
*** osier has quit IRC | 05:38 | |
*** afazekas has quit IRC | 05:38 | |
*** pvankouteren has joined #openstack | 05:41 | |
*** garyk has quit IRC | 05:42 | |
*** hattwick has joined #openstack | 05:42 | |
*** zach_mtu has quit IRC | 05:44 | |
*** sayan has quit IRC | 05:47 | |
*** alobbs has joined #openstack | 05:48 | |
*** osier has joined #openstack | 05:50 | |
*** tualatrix has quit IRC | 05:50 | |
*** ryanpetrello has quit IRC | 05:51 | |
*** MarkAtwood has quit IRC | 05:54 | |
*** MarkAtwood has joined #openstack | 05:55 | |
*** Maledictus has quit IRC | 06:04 | |
*** rustam has joined #openstack | 06:06 | |
*** sayan has joined #openstack | 06:06 | |
*** kirkland has quit IRC | 06:06 | |
*** kirkland has joined #openstack | 06:07 | |
*** dachary has joined #openstack | 06:09 | |
*** rustam has quit IRC | 06:10 | |
*** Pawan_1 has joined #openstack | 06:11 | |
*** Pawan_ has quit IRC | 06:12 | |
*** bapa has quit IRC | 06:12 | |
*** sayan has quit IRC | 06:16 | |
*** sayan has joined #openstack | 06:16 | |
*** dachary has quit IRC | 06:17 | |
*** almaisan-away is now known as al-maisan | 06:18 | |
*** Maledictus has joined #openstack | 06:19 | |
*** bapa has joined #openstack | 06:20 | |
*** colinmcnamara has joined #openstack | 06:20 | |
*** roaet has joined #openstack | 06:21 | |
*** mindpixel has joined #openstack | 06:21 | |
*** seroz has quit IRC | 06:23 | |
*** sayan has joined #openstack | 06:23 | |
*** sayan has joined #openstack | 06:23 | |
*** Pawan_1 has quit IRC | 06:23 | |
*** wramthun has joined #openstack | 06:23 | |
*** foexle has quit IRC | 06:24 | |
*** afazekas has joined #openstack | 06:24 | |
*** wramthun has quit IRC | 06:24 | |
*** colinmcnamara has quit IRC | 06:25 | |
*** mrunge has joined #openstack | 06:25 | |
*** sayan has quit IRC | 06:25 | |
*** sayan has joined #openstack | 06:25 | |
*** sayan has joined #openstack | 06:25 | |
*** Mops has joined #openstack | 06:27 | |
*** sayan has quit IRC | 06:29 | |
*** sayan has joined #openstack | 06:29 | |
*** sayan has joined #openstack | 06:29 | |
*** Glace has quit IRC | 06:31 | |
*** TripleCheeseSina has joined #openstack | 06:33 | |
TripleCheeseSina | blam | 06:33 |
*** stewart has quit IRC | 06:33 | |
*** TripleCheeseSina has quit IRC | 06:33 | |
*** TripleCheeseSina has joined #openstack | 06:34 | |
*** acb__ has quit IRC | 06:34 | |
*** melmoth has joined #openstack | 06:34 | |
*** acb__ has joined #openstack | 06:34 | |
*** l_a_m has joined #openstack | 06:35 | |
*** sniperd has quit IRC | 06:35 | |
*** sayan has quit IRC | 06:36 | |
*** sayan has joined #openstack | 06:36 | |
*** mishin has quit IRC | 06:37 | |
*** sniperd has joined #openstack | 06:37 | |
*** krow has joined #openstack | 06:38 | |
*** fleish has left #openstack | 06:39 | |
*** davidhadas has joined #openstack | 06:39 | |
*** nmistry has quit IRC | 06:41 | |
*** renier has joined #openstack | 06:41 | |
*** kalpase has joined #openstack | 06:42 | |
*** kalpase has left #openstack | 06:43 | |
*** garyk has joined #openstack | 06:44 | |
*** sayan has quit IRC | 06:45 | |
*** renier has quit IRC | 06:46 | |
*** danblack has quit IRC | 06:46 | |
koolhead17 | for everyone who faced CRITICAL nova [-] No module named quantum.manager it was nova.conf misconfiguration https://bugs.launchpad.net/quantum/+bug/1063689 | 06:47 |
*** deepakcs has joined #openstack | 06:48 | |
*** atrius is now known as atrius_away | 06:49 | |
*** roaet has quit IRC | 06:51 | |
*** dragonheart has joined #openstack | 06:51 | |
*** dragonheart is now known as danblack | 06:51 | |
*** shang has quit IRC | 06:52 | |
*** mishin has joined #openstack | 06:53 | |
*** EmilienM has joined #openstack | 06:54 | |
*** ThiagoCMC has quit IRC | 06:54 | |
*** primozf has joined #openstack | 06:55 | |
*** rnorwood1 has quit IRC | 06:55 | |
ikke-t | guys, help please. I'm stuck in with folsom swift setup in my test env. | 06:57 |
*** mnewby has quit IRC | 06:57 | |
ikke-t | so far so good, but the first curl command to verify the swift fails | 06:57 |
ikke-t | it's like the endpoint would be missing or smth | 06:57 |
ikke-t | the instruction page at: http://docs.openstack.org/trunk/openstack-compute/install/apt/content/verify-swift-installation.html | 06:58 |
ikke-t | says: curl -k -v -H 'X-Storage-User: openstackDemo:admin' -H 'X-Storage-Pass: $ADMINPASS' http://<AUTH_HOSTNAME>:5000/auth/v2.0 | 06:58 |
*** vipuls has quit IRC | 06:58 | |
ikke-t | what is that /auth/v2.0 -URL? keystone endpoint-list doesn't have such | 06:59 |
*** KyleMacDonald has joined #openstack | 07:00 | |
*** Maledictus has quit IRC | 07:02 | |
uvirtbot | New bug: #1070198 in openstack-common "Create uuidutils module" [Undecided,New] https://launchpad.net/bugs/1070198 | 07:04 |
*** EmilienM has quit IRC | 07:04 | |
*** mishin has quit IRC | 07:05 | |
*** ywu has joined #openstack | 07:05 | |
*** balboah has joined #openstack | 07:06 | |
ikke-t | anyone, please advice how do I verify that localhost:5000/auth/v2.0 is valid? | 07:06 |
melmoth | curl http://localhost:5000/v2.0/ | python -mjson.tool | 07:07 |
*** ywu has quit IRC | 07:10 | |
*** radish has joined #openstack | 07:10 | |
*** shang has joined #openstack | 07:10 | |
*** KyleMacDonald has quit IRC | 07:11 | |
*** vivek_ has joined #openstack | 07:11 | |
vivek_ | http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html | 07:12 |
vivek_ | Hi Hello All | 07:13 |
TripleCheeseSina | hi vivek | 07:13 |
ikke-t | melmoth, that gives info about api version and such, links to docs | 07:13 |
ikke-t | that works, but the one in swift doc doesn't | 07:13 |
melmoth | seems to work then. | 07:13 |
koolhead17 | TripleCheeseSina: hey not done there, you moved my cheese :) | 07:14 |
vivek_ | i am configuring my openstack cloud with Folsom + openvswitch + quantom | 07:14 |
koolhead17 | hello vivek_ | 07:14 |
vivek_ | base on http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html topology | 07:14 |
ikke-t | so swift doc has error in it, any idea what the URL should be? | 07:14 |
ikke-t | swift doc has this: | 07:14 |
ikke-t | curl -k -v -H 'X-Storage-User: openstackDemo:admin' -H 'X-Storage-Pass: $ADMINPASS' http://<AUTH_HOSTNAME>:5000/auth/v2.0 | 07:15 |
*** KyleMacDonald has joined #openstack | 07:16 | |
vivek_ | my nova cinder is working fine but stucked in floating part in quantum please help my nova.conf file is http://pastebin.com/nBTkbL6p | 07:16 |
vivek_ | internal ips are working fine | 07:16 |
*** DANO-MARC has joined #openstack | 07:17 | |
vivek_ | but i am not able to access them from outside world | 07:17 |
vivek_ | https://answers.launchpad.net/quantum/+question/211395 | 07:17 |
*** linuxanoop has quit IRC | 07:17 | |
vivek_ | it is possibel some ipare changed in nova.conf | 07:17 |
*** reidrac has joined #openstack | 07:17 | |
*** mishin has joined #openstack | 07:18 | |
*** nijaba has joined #openstack | 07:18 | |
*** nijaba has joined #openstack | 07:18 | |
*** acfleury has joined #openstack | 07:18 | |
*** Mops has quit IRC | 07:19 | |
*** EmilienM has joined #openstack | 07:19 | |
TripleCheeseSina | morning EmilienM ;) | 07:20 |
*** gohko_air has quit IRC | 07:21 | |
melmoth | ikke-t, openstackDemo is the tenant name, admin is the user name (a user belonging to this tenant, and with $ADMINPASS password) | 07:21 |
melmoth | then AUTH_HOSTNAME is the name of the machine where keystone runs. | 07:21 |
TripleCheeseSina | melmoth: i think his issue is with the /auth/2.0 versus /2.0 | 07:22 |
ikke-t | melmoth, i got those, but I get "404" from the url above | 07:22 |
*** colinmcnamara has joined #openstack | 07:22 | |
*** adalbas has quit IRC | 07:22 | |
TripleCheeseSina | he was saying swift doc says /auth/2.0, but the example earlier worked with /2.0 | 07:22 |
ikke-t | so it seems the url is wrong, and I'm lost since I don't know what should it be | 07:22 |
ikke-t | TripleCheeseSina, exactly | 07:22 |
ikke-t | either the swift doc has error in it, or I am missing an endpoint | 07:23 |
vivek_ | I am configuring my openstack cloud with Folsom + openvswitch + quantom base on http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html topology my nova cinder is working fine but stucked in floating part in quantum my nova.conf file is http://pastebin.com/nBTkbL6p internal ips are working fine but i am not able to access them from outside world https://answers.launchpad.net/quantum/+questi | 07:23 |
vivek_ | changed | 07:23 |
*** arrsim has joined #openstack | 07:23 | |
*** EmilienM has quit IRC | 07:24 | |
*** adjohn has quit IRC | 07:25 | |
*** littleidea has quit IRC | 07:26 | |
*** KyleMacDonald has quit IRC | 07:26 | |
melmoth | ikke-t, curl -d "{\"auth\":{\"passwordCredentials\":{\"username\": \"admin\", \"password\": \"openstack\"}}}" -H "Content-type: application/json" http://localhost:35357/v2.0/tokens|python -mjson.tool | 07:28 |
*** shang has quit IRC | 07:28 | |
melmoth | this works for ab admin user here. | 07:28 |
ikke-t | melmoth, tnx, i'll try | 07:28 |
melmoth | that s getting a token | 07:29 |
ikke-t | melmoth, that gives me the token too ok for admin | 07:30 |
melmoth | then you can use the token: curl -H "X-Auth-Token:0beeed2437fc4cf6a13483cae08cf9e6" http://localhost:5000/v2.0/tenants| python -mjson.tool | 07:31 |
*** colinmcnamara has quit IRC | 07:31 | |
melmoth | if it works, it looks like, at least , you have keystone working all right. | 07:31 |
melmoth | so, i think next step would be try out with the credentials set in the siwft paste.ini configuration file. | 07:32 |
*** mishin has quit IRC | 07:32 | |
ikke-t | and also gives the token for swift user | 07:32 |
*** sunilthaha has quit IRC | 07:33 | |
melmoth | how do you swift endpoints looks like ? | 07:34 |
*** KyleMacDonald has joined #openstack | 07:34 | |
*** renier has joined #openstack | 07:35 | |
ikke-t | melmoth, i don't now recall which of the endpoint is for swift, I'll look around a bit | 07:37 |
ikke-t | should be one of the "keystone endpoint-list"? | 07:37 |
*** Ghe_Rivero has quit IRC | 07:38 | |
melmoth | yep | 07:38 |
melmoth | mine looks like http://paste.openstack.org/show/22070/ | 07:38 |
melmoth | if you see it there, try swift with the user pass you were able to get a token with | 07:39 |
*** GheAway is now known as GheRivero | 07:39 | |
melmoth | swift -V 2 -U yourtenantname:thelogin -K thepassword -A http://$KEYSTONE_IP:5000/v2.0/ stat | 07:40 |
*** renier has quit IRC | 07:40 | |
*** metral has joined #openstack | 07:40 | |
*** eglynn has quit IRC | 07:40 | |
*** YamakasY has quit IRC | 07:41 | |
ikke-t | melmoth, i think that's the missing part. I'm going through openstack setup guide to find out in which part they are created | 07:42 |
*** KyleMacDonald has quit IRC | 07:42 | |
*** crandquist has quit IRC | 07:42 | |
melmoth | http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html | 07:43 |
*** Pawan_ has joined #openstack | 07:43 | |
radish | morning | 07:43 |
*** bka has joined #openstack | 07:43 | |
*** KyleMacDonald has joined #openstack | 07:43 | |
*** zhuadl has joined #openstack | 07:43 | |
radish | I'm trying to upload an image to glance, however, regarding to the logs I'm not authorized, should I set the admin_token parameter in glance-api-paste.ini and glance-registry-paste.ini as suggested by https://answers.launchpad.net/glance/+question/203405 ? | 07:44 |
ikke-t | melmoth, thanks, i believe you solved it. I was just going through the page. It seems my collegue skipped the swift part there while he did it | 07:45 |
ikke-t | I'll add them, thanks | 07:46 |
melmoth | :-) | 07:46 |
*** YamakasY has joined #openstack | 07:46 | |
melmoth | radish usually i do not use the main keystone admin token, but i create a glance service user. | 07:46 |
melmoth | in a service tenant | 07:46 |
*** dachary has joined #openstack | 07:47 | |
*** KyleMacDonald has quit IRC | 07:48 | |
radish | melmoth: I did the setup according to the documentation, so I should have one, I guess, let me check for the password.. (weirdly the documentation says to use the admin user of the openstackDemo tenant | 07:48 |
melmoth | i think it may work with this user too. | 07:48 |
*** tryggvil has quit IRC | 07:49 | |
*** pixelbeat has joined #openstack | 07:50 | |
ikke-t | melmoth, nope, he did not skip it, it's there: http://10.26.9.21:8888/v1/AUTH_%(tenant_id)s | 07:50 |
melmoth | mine looks like https://$SWIFT_IP:443/v2/AUTH_%(tenant_id)s | 07:51 |
melmoth | 1) ssl (i dont know about yours setting), and 2) v2 | 07:52 |
uvirtbot | New bug: #1068499 in swift "Dual personality MIME type during test" [Undecided,In progress] https://launchpad.net/bugs/1068499 | 07:53 |
*** secbitchris has quit IRC | 07:53 | |
*** danblack has quit IRC | 07:53 | |
*** secbitchris has joined #openstack | 07:53 | |
*** al-maisan is now known as almaisan-away | 07:55 | |
*** Ruetobas has quit IRC | 07:55 | |
*** Triade has joined #openstack | 07:55 | |
*** Free_maN has joined #openstack | 07:57 | |
*** KyleMacDonald has joined #openstack | 07:58 | |
*** gohko_air has joined #openstack | 07:59 | |
*** foexle has joined #openstack | 07:59 | |
*** tryggvil has joined #openstack | 07:59 | |
*** joern_ has joined #openstack | 08:00 | |
*** Ruetobas has joined #openstack | 08:01 | |
*** Pawan_ has quit IRC | 08:01 | |
*** dev_sa has joined #openstack | 08:02 | |
*** almaisan-away is now known as al-maisan | 08:04 | |
*** rafiu has quit IRC | 08:05 | |
*** nacx has joined #openstack | 08:06 | |
*** guigui3 has joined #openstack | 08:06 | |
*** rustam has joined #openstack | 08:07 | |
*** EmilienM has joined #openstack | 08:08 | |
*** rafiu has joined #openstack | 08:08 | |
*** rustam has quit IRC | 08:11 | |
*** EmilienM has quit IRC | 08:13 | |
*** erikzaadi has joined #openstack | 08:13 | |
*** erikzaadi has quit IRC | 08:14 | |
*** krow has quit IRC | 08:14 | |
*** Maledictus has joined #openstack | 08:16 | |
*** Maledictus has joined #openstack | 08:16 | |
*** tomoe_ has quit IRC | 08:17 | |
*** tomoe_ has joined #openstack | 08:17 | |
*** msavy has joined #openstack | 08:20 | |
*** darraghb has joined #openstack | 08:21 | |
*** tomoe_ has quit IRC | 08:22 | |
*** erkules|away has quit IRC | 08:23 | |
*** erkules|away has joined #openstack | 08:23 | |
*** erkules|away is now known as erkules | 08:23 | |
*** itarchitectkev has joined #openstack | 08:24 | |
*** colinmcnamara has joined #openstack | 08:27 | |
*** ahmad is now known as aali83 | 08:28 | |
*** rtjure has joined #openstack | 08:29 | |
aali83 | damn, can't believe my name is so popular had to register this one instead > < | 08:29 |
*** vachon has quit IRC | 08:30 | |
*** colinmcnamara has quit IRC | 08:31 | |
*** pvo has quit IRC | 08:31 | |
radish | melmoth: I don't really get it to work... I did everything according to the documentation for folsom on ubuntu 12.04. Here's some info: http://paste.ubuntu.com/1299554/ | 08:32 |
*** pvo has joined #openstack | 08:33 | |
*** YamakasY has quit IRC | 08:33 | |
Kiall | radish, have you edited the admin_* settings in the /etc/glance/glance-*.conf files? | 08:33 |
melmoth | radish, looks like "invalid tenant" may be related to a wrong tenant set somewhere ? (glance paste file maybe ?) | 08:34 |
*** oubiwann has quit IRC | 08:34 | |
*** stewart has joined #openstack | 08:34 | |
joern_ | hi guys. is there any secure way with encryption to communicate with the openstack API? right now I'm sending passwords plain text http requests. | 08:34 |
TripleCheeseSina | joern_: check out the nectar-rc github | 08:36 |
TripleCheeseSina | there is a puppet nginx module | 08:36 |
TripleCheeseSina | that's what im using | 08:36 |
TripleCheeseSina | altho | 08:36 |
TripleCheeseSina | dealing with this bug in folsom atm | 08:36 |
TripleCheeseSina | https://bugs.launchpad.net/python-keystoneclient/+bug/1064835 | 08:36 |
TripleCheeseSina | annoying :/ | 08:37 |
joern_ | TripleCheeseSina: thanks, will look into that | 08:37 |
*** MarkAtwood has quit IRC | 08:37 | |
*** l_a_m has quit IRC | 08:38 | |
*** eglynn has joined #openstack | 08:40 | |
*** Pawan_ has joined #openstack | 08:40 | |
uvirtbot | New bug: #1070230 in horizon "Instance name not shown in Project/Overview page" [Undecided,In progress] https://launchpad.net/bugs/1070230 | 08:41 |
*** YamakasY has joined #openstack | 08:42 | |
radish | Kiall, melmoth, in the glance-api.conf I have set user=admin tenant=server, in the glance-api-paste.ini user=glance, tenant=service, in the glance-cache.conf there are unused variables, in the glance-registry.conf user=admin, tenant=service | 08:44 |
radish | meant tenant=service for the first one as well | 08:44 |
radish | not server | 08:44 |
melmoth | well, look all right. what about setting kesytone in debug mode and see exactly what s it s complaining about ? | 08:45 |
*** rafiu has quit IRC | 08:48 | |
*** l_a_m has joined #openstack | 08:48 | |
*** rafiu has joined #openstack | 08:48 | |
*** rafiu1 has joined #openstack | 08:50 | |
*** jackh has quit IRC | 08:51 | |
*** jackh has joined #openstack | 08:52 | |
*** vachon has joined #openstack | 08:53 | |
*** rafiu has quit IRC | 08:53 | |
*** Hikhvar has joined #openstack | 08:53 | |
YamakasY | morning! | 08:54 |
TripleCheeseSina | morning | 08:54 |
TripleCheeseSina | (8pm here :)) | 08:54 |
YamakasY | ah doesn't matter... we live by the hour ;) | 08:55 |
YamakasY | I'm still comparing Openstack and Cloudstack... OS seems to be better under the bonnet | 08:56 |
TripleCheeseSina | ae, tis | 08:56 |
YamakasY | ? | 08:57 |
radish | melmoth: here's some info: http://paste.ubuntu.com/1299600/ take a look at line 16, is this the normal output? | 08:58 |
melmoth | unsure. You should be able to ask kesytone if this user has the admin role or not | 08:59 |
melmoth | have your keysotne env variable set for this user and try keystone user-role-list | 09:01 |
melmoth | you should see the admin role in the service tenant | 09:01 |
radish | melmoth: yes, the id mathes the admin one from role-list (admin role) | 09:04 |
*** vuntz has quit IRC | 09:04 | |
radish | I read somewhere that the files glance-api-paste.ini and glance-registry-paste.ini should contain the same admin_token as the keystone.conf? | 09:05 |
radish | admin_token is currently not included in these two configs | 09:06 |
*** albert23 has joined #openstack | 09:07 | |
*** rustam has joined #openstack | 09:07 | |
*** linuxanoop has joined #openstack | 09:10 | |
*** rustam has quit IRC | 09:12 | |
*** rafiu1 has quit IRC | 09:13 | |
*** drdrambuie has left #openstack | 09:14 | |
*** Breaking_Pitt has joined #openstack | 09:15 | |
*** clopez has joined #openstack | 09:15 | |
*** Guest18789 has quit IRC | 09:16 | |
*** popux has joined #openstack | 09:17 | |
Qten | anyone have a working cinder/folsom installation yet? | 09:17 |
*** jodok has joined #openstack | 09:17 | |
*** Pawan_ has quit IRC | 09:18 | |
*** alobbs has quit IRC | 09:18 | |
vivek_ | Qten, Yes | 09:20 |
Qten | hurra | 09:20 |
*** alobbs has joined #openstack | 09:20 | |
Qten | did you have any issues with cinder per chance? | 09:20 |
*** alobbs1 has joined #openstack | 09:21 | |
vivek_ | not yet | 09:21 |
vivek_ | its working fine | 09:21 |
Qten | bugger | 09:21 |
Qten | i've been having dramas even getting a vm started | 09:21 |
vivek_ | like | 09:21 |
Qten | some reason it seems to not be even provisioning the storage | 09:21 |
vivek_ | ok | 09:22 |
*** rtjure has quit IRC | 09:22 | |
Qten | very strange | 09:22 |
*** rtjure has joined #openstack | 09:22 | |
vivek_ | are you running rabbitmq in a different node | 09:22 |
vivek_ | other than cinder | 09:22 |
Qten | yes, i've also set rabbit host in the cinder.conf | 09:22 |
*** rtjure has quit IRC | 09:22 | |
Qten | and password | 09:23 |
*** Guest49383 has joined #openstack | 09:23 | |
Qten | i'll find a pastie i'll dump my conf's in there | 09:23 |
vivek_ | ok | 09:23 |
Qten | if your able to have a peak :) | 09:23 |
*** TripleCheeseSina has quit IRC | 09:24 | |
*** tomoe_ has joined #openstack | 09:24 | |
*** alobbs has quit IRC | 09:25 | |
Qten | http://pastebin.com/99c1XvbC | 09:25 |
Qten | is my nova.conf and cinder.conf | 09:25 |
Qten | this is the werid part | 09:25 |
Qten | i can provision a cinder volume | 09:26 |
Qten | ie | 09:26 |
Qten | cinder create --display-name test 10 | 09:26 |
Qten | creates a 10gig vol named test | 09:26 |
aali83 | quick question, does vagarant works with virtualbox, what other components is it compatible to? vmware? etc | 09:26 |
koolhead17 | aali83: vagarant works with virtualbox | 09:26 |
*** colinmcnamara has joined #openstack | 09:27 | |
aali83 | only virtualbox? doesnt seem very useful? | 09:27 |
vivek_ | paste your nova-compute | 09:27 |
Qten | i can also do a image onto that volume no worries ie: cinder create --image-id 2397e88a-4987-46d8-9b84-9255a589af9e --display-name glance-test 50 | 09:27 |
*** TripleCheeseSina has joined #openstack | 09:29 | |
Qten | http://pastebin.com/jMxm3h3D | 09:29 |
*** TripleCheeseSina has left #openstack | 09:29 | |
Qten | is the nova-compute.conf | 09:29 |
*** TripleCheeseSina has joined #openstack | 09:29 | |
*** stewart has quit IRC | 09:30 | |
*** bbcmicrocomputer has joined #openstack | 09:31 | |
*** bbcmicrocomputer has joined #openstack | 09:31 | |
*** joern_ has quit IRC | 09:31 | |
*** colinmcnamara has quit IRC | 09:31 | |
*** vivek_ has quit IRC | 09:33 | |
*** jodok has quit IRC | 09:33 | |
*** clopez has quit IRC | 09:34 | |
*** vuntz has joined #openstack | 09:35 | |
*** bluenemo has joined #openstack | 09:39 | |
*** bluenemo has joined #openstack | 09:39 | |
Qten | another thing i thought is strange is if i create a volume with the dashboard it dosnt apear in a cinder list | 09:40 |
Qten | however it creates it ok and the pv is missing the size of the volume created however cinder dosn't seem to know about it | 09:40 |
Qten | its got me stuffed | 09:41 |
*** kavit has joined #openstack | 09:43 | |
*** tualatrix has joined #openstack | 09:44 | |
*** uksysadmin has joined #openstack | 09:44 | |
*** itarchitectkev has joined #openstack | 09:44 | |
*** kavit has quit IRC | 09:45 | |
*** tomoe_ has quit IRC | 09:45 | |
TripleCheeseSina | mornin itarchitectkev | 09:47 |
TripleCheeseSina | Qten: sounds like a namespace issue | 09:48 |
*** kavit has joined #openstack | 09:48 | |
*** clopez has joined #openstack | 09:48 | |
Qten | hmm | 09:48 |
TripleCheeseSina | like dashboard making it in nova-volume namespace or something? | 09:49 |
*** iliyash has joined #openstack | 09:49 | |
itarchitectkev | Hey TripleCheeseSina how goes it man? | 09:49 |
*** iliyash has left #openstack | 09:49 | |
TripleCheeseSina | pretty good dude, eating internet delivered fish and chips, on the skype with tristan doing some late night works | 09:49 |
Qten | namespace being related to rabbit? | 09:50 |
* itarchitectkev waves at Tristan | 09:51 | |
itarchitectkev | :) | 09:51 |
uvirtbot | New bug: #1070258 in cinder "Resource reservation isn't rolled back properly for certain failures during Volume Create" [Undecided,New] https://launchpad.net/bugs/1070258 | 09:51 |
itarchitectkev | Internet delivered fish and chips... the very definition of byte :) | 09:51 |
Qten | TripleCheeseSina: so we need to specify cinder namespace in the dashboard ? | 09:51 |
*** obondarev has joined #openstack | 09:51 | |
TripleCheeseSina | Qten: might not be something you can specify, what i meant was it sounds like a bug | 09:52 |
Qten | ah ok | 09:52 |
Qten | could be the repo i've been using i guess | 09:52 |
Qten | deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main | 09:53 |
TripleCheeseSina | lol Qten i just had a quick whinge at KyleMacDonald about the production readiness of that repo :P | 09:53 |
TripleCheeseSina | he said hes gonna get some answers! | 09:53 |
Qten | lol | 09:53 |
*** obondarev has quit IRC | 09:53 | |
*** jackh has quit IRC | 09:54 | |
Qten | been ripping my hair out over it the last week | 09:54 |
Qten | :) | 09:54 |
TripleCheeseSina | did you lodge a bug report? | 09:54 |
Qten | nah i expected it to be my stuff up | 09:54 |
TripleCheeseSina | what im finding is that in at least 2 cases now iv come across bugs in deployment | 09:55 |
TripleCheeseSina | and cos im 'ahead', nobody believes me | 09:55 |
TripleCheeseSina | until a dev comes along and sees the same thing and suddenly its a bug :P | 09:56 |
Qten | haha | 09:56 |
Qten | sounds about right :) | 09:56 |
Qten | i'm happy to be wrong i just wish it worked | 09:56 |
Qten | do you know of any other repos? | 09:57 |
TripleCheeseSina | personally im sticking with the ubuntu repo | 09:57 |
TripleCheeseSina | id rather work with the community channels that exist to get the bug patched and pushed to debs | 09:57 |
TripleCheeseSina | than hop on from tree to tree | 09:57 |
Qten | sounds good to me | 09:57 |
TripleCheeseSina | we are running in production after all | 09:58 |
TripleCheeseSina | lucky our users are pretty savvy | 09:58 |
Qten | so you've been running with the http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main repo then? | 09:59 |
TripleCheeseSina | yup and essex before that | 09:59 |
TripleCheeseSina | and openstack ppa before that for diablo and cactus | 09:59 |
Qten | so that repo must work tho | 09:59 |
TripleCheeseSina | define 'work' lol | 10:00 |
Qten | true | 10:00 |
Qten | a working basic installation :) | 10:00 |
TripleCheeseSina | as long as people keep filing bugs | 10:00 |
Qten | it's surely got to be my stuffup i can't see how folsom could have been released completely broken | 10:00 |
Qten | :) | 10:00 |
*** YamakasY has quit IRC | 10:01 | |
TripleCheeseSina | cinder at the moment is not much more than the nova-volume code ripped directly out of nova and into a new directory | 10:01 |
Qten | i really wanted it for ceph intergration =) | 10:01 |
TripleCheeseSina | yep | 10:01 |
TripleCheeseSina | talk to the devs directly by filing a bug or question report | 10:02 |
TripleCheeseSina | you dont have anything to lose and they are generally responsive | 10:02 |
Qten | true | 10:02 |
TripleCheeseSina | as an example iv notice a bug recently in glance-manage | 10:03 |
TripleCheeseSina | if you want a 'basic working installation' it works fine | 10:03 |
TripleCheeseSina | if you want to use a mysql backend instead of sqlite there is a bug | 10:04 |
TripleCheeseSina | so from the perspective of 'works'...? | 10:04 |
Qten | haha | 10:04 |
*** YamakasY has joined #openstack | 10:05 | |
*** rustam has joined #openstack | 10:08 | |
*** erikzaadi has joined #openstack | 10:10 | |
radish | it seems that the flags ramdisk_id and kernel_id don't exist for glance image-create, how do I upload an ubuntu cloud image to glance then? | 10:10 |
TripleCheeseSina | they do radish | 10:10 |
TripleCheeseSina | the glance devs have changed the flags without updating the docs | 10:10 |
TripleCheeseSina | i think its --kernel_id at the moment | 10:10 |
radish | TripleCheeseSina: glance help image-create doesn't list them | 10:10 |
TripleCheeseSina | it could change to -kern-id-screw-you tomorrow without a moments notice | 10:11 |
TripleCheeseSina | if you hold on a sec i can find it for you in my bash history | 10:11 |
*** cabbage has joined #openstack | 10:12 | |
*** dachary has quit IRC | 10:12 | |
*** rustam has quit IRC | 10:13 | |
*** erikzaadi has quit IRC | 10:13 | |
TripleCheeseSina | ok radish i think its like this now | 10:13 |
TripleCheeseSina | glance image-create --disk-format=aki --container-format=aki --file ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz --name tty-linux-kernel | 10:13 |
*** clopez has quit IRC | 10:13 | |
radish | TripleCheeseSina: I need the command for the image, as I have already added the kernel and ramdisk | 10:14 |
itarchitectkev | yeah radish - they promoted the _ to a - in the new commands :) | 10:14 |
itarchitectkev | (I thinks) | 10:14 |
*** clopez has joined #openstack | 10:14 | |
*** erikzaadi has joined #openstack | 10:14 | |
*** erikzaadi has quit IRC | 10:14 | |
TripleCheeseSina | radish: try --kernel-id | 10:14 |
TripleCheeseSina | oops | 10:14 |
radish | none of them work | 10:15 |
radish | whether it's --kernel-id --kernel_id or kernel-id / kernel_id | 10:15 |
TripleCheeseSina | radish: run: glance help image-create | 10:15 |
radish | TripleCheeseSina: as I mentioned, it's not listed | 10:15 |
TripleCheeseSina | blegh | 10:16 |
TripleCheeseSina | i feel teh pains | 10:18 |
*** zhuadl has quit IRC | 10:18 | |
*** sunilthaha has joined #openstack | 10:20 | |
*** clopez has quit IRC | 10:20 | |
*** clopez has joined #openstack | 10:20 | |
uvirtbot | New bug: #1070264 in nova "Wrong unit test logic when we check the scheduler Diskfilter" [Undecided,Opinion] https://launchpad.net/bugs/1070264 | 10:20 |
TheBeast | so apparently there's this guy who packaged openstack for archlinux from scratch | 10:21 |
TheBeast | I found a whole bunch of PKGBUILDs on github | 10:21 |
linuxanoop | i;m geeting OSError: [Errno 13] Permission denied: '/usr/lib/python2.7/dist-packages/volumes' cinder-volume log. any idea. please help | 10:21 |
*** maurosr has joined #openstack | 10:22 | |
linuxanoop | guys any idea? | 10:22 |
TripleCheeseSina | radish: hang on wouldnt it be something like glance image-create --disk-format=<imgdiskformat> --containerformat=<imgdiskformat> --file dist.img --name dist | 10:22 |
TripleCheeseSina | linuxanoop: cinder user cant write to that directory | 10:23 |
TripleCheeseSina | need to reconfigure cinder to not use that directory, or give cinder permission to use it | 10:23 |
linuxanoop | but there is no directory named volumes | 10:23 |
linuxanoop | i'm not able to create volume. i'm using folsom on ubuntu 12.04\ | 10:24 |
TripleCheeseSina | then it may not have permission to create it | 10:24 |
radish | TripleCheeseSina: don't I have to associate the image with the kernel/ramdisk? | 10:24 |
TripleCheeseSina | radish: IIRC you do. this is why i always just use uec-publish-tarball | 10:24 |
*** KyleMacDonald has quit IRC | 10:24 | |
TripleCheeseSina | linuxanoop: i seem to recall the same error setting up cinder but i fixed it one way or the other of what i suggested, cant remember which atm | 10:25 |
TripleCheeseSina | run a cinder-manage config list and see if that directory is a configurable option | 10:25 |
linuxanoop | yes i can | 10:26 |
linuxanoop | pybasedir = /usr/lib/python2.7/dist-packages | 10:26 |
linuxanoop | do i use ietadm or tgtadm for folsom | 10:27 |
linuxanoop | ? | 10:27 |
*** colinmcnamara has joined #openstack | 10:27 | |
*** tavasti has joined #openstack | 10:27 | |
*** RealNitro has joined #openstack | 10:28 | |
TripleCheeseSina | radish: glance --ca-file /mnt/cacert.pem --cert-file /mnt/cert.pem --key-file /mnt/pk.pem image-create --name "VGL-Image-20120910-1" --is-public true --container-format ami --disk-format ami --property ramdisk_id=20da49d3-2634-439d-8450-b27f60d3d180 --property kernel_id=e78b1676-c7a3-4e52-adbc-23e45c64567f < /mnt/image/centos-x86_64-vgl.img | 10:28 |
TripleCheeseSina | does that make sense? | 10:29 |
ikke-t | still stuck with swift... any idea why upload fails with container-server returning 404, seen in logs? | 10:29 |
RealNitro | I set up a one-node openstack on a server, and now I would like to access the VMs running on that server from 'external' machines. Is there some VPN or networking configuration I need to do to get this working? | 10:29 |
ikke-t | "swift upload foo bar" fails | 10:30 |
TripleCheeseSina | ikke-t: whats the syslog on your storage nodes say? | 10:30 |
linuxanoop | my service iscsitarget is failed. due to "FATAL: Module iscsi_trgt not found" . But all the dep packages are iinstalled as per https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst | 10:30 |
*** unobtrusivemouse has joined #openstack | 10:30 | |
ikke-t | TripleCheeseSina, I only have one node yet, so they all sit in one host. syslog says: | 10:30 |
radish | TripleCheeseSina: do I have to install the nova packages on my cloud controller as well? the documentation isn't really clear about this | 10:31 |
ikke-t | HEAD /objstor0/134935/AUTH_e169704059f6409cbe97114246ff943b/patunviska/cirros- | 10:31 |
uvirtbot | New bug: #1070272 in cinder "not provisioning volumes with horizon" [Undecided,New] https://launchpad.net/bugs/1070272 | 10:31 |
ikke-t | 0.3.0-x86_64-disk.img" 404 - "tx1fce21ef89f7488a81b1dc7a1c732116" "-" "-" 0.0002 | 10:31 |
*** rkukura has quit IRC | 10:31 | |
linuxanoop | TripleCheeseSina could you please help | 10:32 |
TripleCheeseSina | linuxanoop: you have a typo, there is nowhere on that link you pasted with the string "trgt" | 10:32 |
*** colinmcnamara has quit IRC | 10:32 | |
TripleCheeseSina | radish: which nova packages? nova-api and related on cloud controllers | 10:32 |
TripleCheeseSina | radish: what about your glance problem? | 10:32 |
linuxanoop | trgt? | 10:32 |
linuxanoop | are you reffering to tgtadm? | 10:33 |
radish | TripleCheeseSina: it's solved, the documentation was faulty, again | 10:33 |
TripleCheeseSina | im referring to your error message FATAL: | 10:33 |
TripleCheeseSina | radish: tell me about it | 10:33 |
TripleCheeseSina | horrible horrible docs | 10:33 |
* Qten hates docs | 10:33 | |
koolhead17 | radish Qten care to file bugs :) | 10:33 |
Qten | heh | 10:34 |
Qten | just started my bug fest =) | 10:34 |
*** obmouse has quit IRC | 10:34 | |
koolhead17 | notthin is perfect unless tested again and again :) | 10:34 |
kavit | oi koolhead17 tell them about the isundertrue=public bug | 10:34 |
*** SvenDowideit has quit IRC | 10:34 | |
*** SvenDowideit has joined #openstack | 10:34 | |
kavit | we say at osi days | 10:34 |
kavit | saw | 10:34 |
*** Guest49383 has quit IRC | 10:35 | |
koolhead17 | aah i was just mentioning your name to TripleCheeseSina and how much you told us about him :) | 10:35 |
kavit | i mean isunderpublic=true | 10:35 |
koolhead17 | kavit: that is not in doc :P | 10:35 |
kavit | TripleCheeseSina is a rockstar | 10:35 |
TripleCheeseSina | lol | 10:35 |
kavit | but it is a bug :P | 10:35 |
*** mkouhei has left #openstack | 10:35 | |
koolhead17 | kavit: he is sina :) | 10:35 |
koolhead17 | reminds me of john sina :D | 10:36 |
kavit | he is coming to India soon, koolhead17, we have to show him what indian hospitality is all about | 10:36 |
koolhead17 | TripleCheeseSina: apology for the joke sir | 10:37 |
koolhead17 | kavit: yeah if you meant indian curries :P | 10:37 |
TripleCheeseSina | haha | 10:38 |
TripleCheeseSina | its ok | 10:38 |
linuxanoop | TripleCheeseSina when i enable ietadm, then i'm getting http://paste.openstack.org/show/22093/ | 10:38 |
koolhead17 | TripleCheeseSina: honestly i thought i pissed u :( | 10:38 |
TripleCheeseSina | nah just in another window | 10:38 |
koolhead17 | cool then | 10:39 |
TripleCheeseSina | linuxanoop: that is a pretty self explanatory error message | 10:39 |
kavit | linuxanoop, have you checked your endpoints? seems like connection not getting through | 10:39 |
koolhead17 | kavit: yes am filing that bug man, its with Horizon. i need to reproduce it before filing actually | 10:39 |
linuxanoop | buti have only 1 machine | 10:39 |
TripleCheeseSina | linuxanoop: you arent running the service that ietadm is trying to connect to | 10:40 |
TripleCheeseSina | or | 10:40 |
TripleCheeseSina | the service is running on a different port to the one youre configured to connect to | 10:40 |
*** blimus has joined #openstack | 10:42 | |
*** sniperd has quit IRC | 10:42 | |
linuxanoop | you mean iscsitaret? | 10:42 |
linuxanoop | target* | 10:42 |
*** Guest12708 has joined #openstack | 10:43 | |
*** tualatrix has quit IRC | 10:43 | |
linuxanoop | frankly speaking i'm getting error while starting iscsitarget FATAL: Module iscsi_trgt not found. | 10:43 |
TripleCheeseSina | there is no module iscsi_trgt | 10:43 |
TripleCheeseSina | you have a typo in your configuration | 10:43 |
TripleCheeseSina | there is no string trgt in the doc that you are following | 10:44 |
radish | TripleCheeseSina: let me pronounce it some other way: which packages do I have to install on the cloud controller (which should not run any hypervisors, we have a seperate second physical system for this)? Also, in the docs on page 46 do I have to configure the network on the compute system only? Also, the nova packages on page 48 (installing the cloud controller) do they have to be installed on both systems (controller and compute | 10:44 |
*** Ursinha is now known as Ursinha-afk | 10:44 | |
TripleCheeseSina | radish: i already mentioned nova-api and related packages on cloud controllers | 10:45 |
TripleCheeseSina | nova-compute on nova-compute | 10:45 |
linuxanoop | TripleCheeseSina this is the message when i start iscsitarget | 10:45 |
TripleCheeseSina | radish: you need to sit down and figure out how its going to work for your specific deployment | 10:46 |
TripleCheeseSina | how we are running it may not suit how you wish to run it | 10:46 |
TripleCheeseSina | there is no 'right' way | 10:46 |
TripleCheeseSina | we have nova-api running behind a load balancing solution, nova-scheduler and nova-cert on alternating nodes | 10:47 |
TripleCheeseSina | but there is some sauce there that glues it together | 10:48 |
radish | TripleCheeseSina: If I want so use local storage on the compute node, does it need nova-volume as well? | 10:48 |
TripleCheeseSina | no | 10:49 |
TripleCheeseSina | please read the docs more closely radish | 10:49 |
linuxanoop | TripleCheeseSina any idea? | 10:50 |
TripleCheeseSina | linuxanoop: you didnt paste the message | 10:50 |
linuxanoop | i'm getting FATAL: Module iscsi_trgt not found erro while starting the service | 10:51 |
TripleCheeseSina | ... | 10:51 |
TripleCheeseSina | dont plan on repeating myself four times linuxanoop please go and reread our correspondence | 10:52 |
linuxanoop | http://paste.openstack.org/show/22094/ | 10:53 |
*** tryggvil_ has joined #openstack | 10:54 | |
*** kavit is now known as kavit[a] | 10:54 | |
*** tryggvil has quit IRC | 10:57 | |
TripleCheeseSina | ok its late here bye kids | 10:57 |
*** TripleCheeseSina has quit IRC | 10:57 | |
*** maurosr has quit IRC | 10:58 | |
*** freeflyi1g has quit IRC | 10:58 | |
*** tryggvil_ has quit IRC | 10:59 | |
*** maurosr has joined #openstack | 10:59 | |
*** tryggvil has joined #openstack | 10:59 | |
*** boden has joined #openstack | 11:04 | |
*** maurosr has quit IRC | 11:04 | |
*** maurosr has joined #openstack | 11:05 | |
*** maurosr has quit IRC | 11:05 | |
*** ywu has joined #openstack | 11:06 | |
*** dieterdemeyer has quit IRC | 11:06 | |
*** arBmind has joined #openstack | 11:06 | |
*** freeflying has joined #openstack | 11:07 | |
*** freeflying has joined #openstack | 11:07 | |
*** maurosr has joined #openstack | 11:08 | |
*** rustam has joined #openstack | 11:08 | |
*** maurosr has quit IRC | 11:08 | |
*** bbcmicrocomputer has quit IRC | 11:09 | |
*** al-maisan is now known as almaisan-away | 11:09 | |
*** maurosr has joined #openstack | 11:09 | |
*** TheBeast has quit IRC | 11:10 | |
*** ywu has quit IRC | 11:10 | |
*** bbcmicrocomputer has joined #openstack | 11:11 | |
*** rustam has quit IRC | 11:13 | |
uvirtbot | New bug: #1070288 in swift "x-object-manifest does not work with quoted names" [Undecided,New] https://launchpad.net/bugs/1070288 | 11:13 |
*** maurosr has quit IRC | 11:13 | |
*** maurosr has joined #openstack | 11:14 | |
*** arBmind has quit IRC | 11:14 | |
*** bobby-v has quit IRC | 11:14 | |
*** bobby-v has joined #openstack | 11:15 | |
*** notze has joined #openstack | 11:17 | |
*** rmartinelli has joined #openstack | 11:18 | |
*** linuxanoop has quit IRC | 11:19 | |
*** maurosr has quit IRC | 11:19 | |
*** maurosr has joined #openstack | 11:19 | |
*** notze has quit IRC | 11:20 | |
*** notze has joined #openstack | 11:20 | |
*** vmlinuz has joined #openstack | 11:24 | |
*** h0cin has joined #openstack | 11:25 | |
*** toey has joined #openstack | 11:25 | |
*** blimus has quit IRC | 11:25 | |
*** colinmcnamara has joined #openstack | 11:28 | |
*** blimus has joined #openstack | 11:31 | |
*** colinmcnamara has quit IRC | 11:32 | |
*** zykes- has quit IRC | 11:34 | |
*** zykes- has joined #openstack | 11:34 | |
*** Pawan_ has joined #openstack | 11:37 | |
*** Trixboxer has joined #openstack | 11:37 | |
*** freeflyi1g has joined #openstack | 11:38 | |
*** chasmo has quit IRC | 11:38 | |
*** jamespage_ has joined #openstack | 11:38 | |
*** toey has quit IRC | 11:39 | |
*** Pawan_ has quit IRC | 11:41 | |
*** littleidea has joined #openstack | 11:43 | |
*** zhuadl has joined #openstack | 11:43 | |
*** freeflying has quit IRC | 11:43 | |
*** ewindisch has joined #openstack | 11:44 | |
*** littleidea has quit IRC | 11:45 | |
*** yocum has joined #openstack | 11:46 | |
*** almaisan-away is now known as al-maisan | 11:47 | |
*** scalability-junk has joined #openstack | 11:51 | |
*** dcramer_ has joined #openstack | 11:53 | |
*** paulw_ has joined #openstack | 11:53 | |
*** Pawan_ has joined #openstack | 11:55 | |
*** Pawan_ has left #openstack | 11:57 | |
*** kevein has quit IRC | 11:57 | |
*** scotm has joined #openstack | 11:58 | |
*** sandywalsh_ has joined #openstack | 12:00 | |
*** mikal has quit IRC | 12:04 | |
*** mikal has joined #openstack | 12:06 | |
*** renier has joined #openstack | 12:06 | |
*** szaydel has joined #openstack | 12:08 | |
*** arBmind has joined #openstack | 12:08 | |
*** rustam has joined #openstack | 12:09 | |
*** jamespage_ has quit IRC | 12:10 | |
*** renier has quit IRC | 12:10 | |
*** alunduil has quit IRC | 12:13 | |
*** rustam has quit IRC | 12:13 | |
*** Guest12708 has quit IRC | 12:14 | |
*** Glace has joined #openstack | 12:14 | |
*** roge has joined #openstack | 12:15 | |
*** tryggvil has quit IRC | 12:16 | |
*** dcramer_ has quit IRC | 12:16 | |
*** dims has joined #openstack | 12:17 | |
*** sacharya has joined #openstack | 12:19 | |
uvirtbot | New bug: #1070319 in openstack-manuals "Quantum installation: installation commands are not submitted with "sudo"" [Undecided,New] https://launchpad.net/bugs/1070319 | 12:21 |
*** rackerjoe has joined #openstack | 12:25 | |
*** roaet has joined #openstack | 12:25 | |
*** acathrow has joined #openstack | 12:25 | |
*** simon_lucy has joined #openstack | 12:26 | |
*** vachon has quit IRC | 12:27 | |
*** vachon has joined #openstack | 12:27 | |
*** colinmcnamara has joined #openstack | 12:28 | |
*** joesavak has joined #openstack | 12:29 | |
*** blimus has quit IRC | 12:29 | |
*** deepakcs has quit IRC | 12:29 | |
*** colinmcnamara has quit IRC | 12:35 | |
uvirtbot | New bug: #1070322 in quantum "again creation of quantum db" [Undecided,New] https://launchpad.net/bugs/1070322 | 12:36 |
*** chincloud has joined #openstack | 12:36 | |
*** chincloud is now known as Guest55734 | 12:36 | |
*** ryanpetrello has joined #openstack | 12:39 | |
*** Guest55734 has quit IRC | 12:40 | |
*** desai has joined #openstack | 12:41 | |
*** tgall_foo has joined #openstack | 12:43 | |
*** Ursinha-afk is now known as Ursinha | 12:46 | |
*** marrusl has joined #openstack | 12:47 | |
*** dachary has joined #openstack | 12:48 | |
*** blimus has joined #openstack | 12:48 | |
*** chinclou1 has joined #openstack | 12:48 | |
*** tgall_foo has quit IRC | 12:52 | |
*** Breaking_Pitt has quit IRC | 12:54 | |
*** ondergetekende has joined #openstack | 12:55 | |
*** littleidea has joined #openstack | 12:55 | |
*** joesavak has quit IRC | 12:57 | |
*** aali83 has quit IRC | 12:59 | |
*** dachary has quit IRC | 12:59 | |
*** andrew_ has joined #openstack | 13:01 | |
*** andrew_ is now known as drewlander | 13:01 | |
*** markmcclain has joined #openstack | 13:02 | |
*** cmagina has joined #openstack | 13:05 | |
radish | how do I configure nova, if I only want to use flat mode and will host no instances on the controller system (physical system 1), but only on the compute node (physical system 2)? | 13:05 |
*** larsks has quit IRC | 13:05 | |
*** aliguori has joined #openstack | 13:06 | |
*** ywu has joined #openstack | 13:06 | |
*** cryptk is now known as cryptk|offline | 13:07 | |
dims | ttx, who can i ask for a review? https://review.openstack.org/#/c/14629/ | 13:07 |
ttx | dims: you'll need another nova-core review. They will get to it. If they don't after a few days, you can ping some of them | 13:07 |
koolhead17 | radish: i think the docs provide that multinode guide | 13:07 |
*** dneary has joined #openstack | 13:08 | |
dims | ttx, is there a list somewhere so i know who they are? | 13:09 |
ttx | https://launchpad.net/~nova-core/+members | 13:09 |
ttx | but no need to harass them now -- just harass them if the patch went ignored for a few days | 13:09 |
*** rustam has joined #openstack | 13:09 | |
radish | koolhead17: the docs don't provide any information on flat only, just flatDHCP | 13:09 |
*** maurosr has quit IRC | 13:10 | |
*** tryggvil has joined #openstack | 13:10 | |
*** ywu has quit IRC | 13:11 | |
uvirtbot | New bug: #1070332 in openstack-manuals "Changing the Ubuntu testing to cloud for Quantum install guide section" [Undecided,New] https://launchpad.net/bugs/1070332 | 13:11 |
*** dachary has joined #openstack | 13:12 | |
*** rustam has quit IRC | 13:14 | |
dims | ttx, yep will ping them next week if they haven't gotten around to it :) | 13:14 |
*** littleidea has quit IRC | 13:15 | |
zynzel | s/D// or s/d//i! | 13:16 |
zynzel | uh, wrong window. | 13:16 |
*** tgall_foo has joined #openstack | 13:17 | |
*** tgall_foo has quit IRC | 13:17 | |
*** tgall_foo has joined #openstack | 13:17 | |
*** desai has quit IRC | 13:18 | |
*** gmi has joined #openstack | 13:18 | |
*** pvankouteren_ has joined #openstack | 13:21 | |
*** maurosr has joined #openstack | 13:21 | |
*** nacx has quit IRC | 13:22 | |
*** lazyshot has joined #openstack | 13:22 | |
*** pvankouteren has quit IRC | 13:23 | |
*** pvankouteren_ is now known as pvankouteren | 13:23 | |
*** nacx has joined #openstack | 13:23 | |
*** guigui3 has left #openstack | 13:23 | |
*** UICTamale has joined #openstack | 13:24 | |
*** alunduil has joined #openstack | 13:24 | |
*** hpunk has joined #openstack | 13:24 | |
*** radez_g0n3 is now known as radez | 13:25 | |
*** hpunk has quit IRC | 13:25 | |
uvirtbot | New bug: #1015013 in quantum "A maybe bug when testing vlan function in Nova+Quantum+Openvswitch" [Undecided,Invalid] https://launchpad.net/bugs/1015013 | 13:26 |
*** mattux_ has joined #openstack | 13:27 | |
*** mattux has quit IRC | 13:27 | |
uvirtbot | New bug: #1070335 in quantum "l3 db operations failed in multiple transactions" [Undecided,New] https://launchpad.net/bugs/1070335 | 13:28 |
*** Math___ has joined #openstack | 13:28 | |
*** dachary has quit IRC | 13:30 | |
*** rkukura has joined #openstack | 13:30 | |
*** koolhead17 has quit IRC | 13:30 | |
*** colinmcnamara has joined #openstack | 13:31 | |
*** sayan has joined #openstack | 13:31 | |
*** Glace has quit IRC | 13:34 | |
*** Glace has joined #openstack | 13:34 | |
*** UICTamale has left #openstack | 13:34 | |
*** jackh has joined #openstack | 13:35 | |
*** paulw_ has quit IRC | 13:36 | |
*** renier has joined #openstack | 13:36 | |
*** Maledictus has quit IRC | 13:36 | |
*** l_a_m has quit IRC | 13:37 | |
*** cryptk|offline is now known as cryptk | 13:38 | |
*** sacharya has quit IRC | 13:38 | |
*** mindpixel has quit IRC | 13:38 | |
*** dspano has joined #openstack | 13:38 | |
*** sayan has quit IRC | 13:39 | |
*** sayan has joined #openstack | 13:39 | |
*** sayan has joined #openstack | 13:39 | |
*** cryptk is now known as cryptk|offline | 13:40 | |
*** dachary has joined #openstack | 13:40 | |
*** colinmcnamara has quit IRC | 13:40 | |
*** sayan has quit IRC | 13:41 | |
*** riskable has joined #openstack | 13:41 | |
*** dhubbard has quit IRC | 13:41 | |
*** larsks has joined #openstack | 13:42 | |
*** childsb has quit IRC | 13:43 | |
*** sayan has joined #openstack | 13:43 | |
*** sayan has joined #openstack | 13:43 | |
*** radez is now known as radez_g0n3 | 13:43 | |
larsks | Is it possible to modify the user-data for an instance once it's booted | 13:43 |
larsks | ? | 13:43 |
*** rackerjoe has quit IRC | 13:43 | |
*** KarinLevenstein has joined #openstack | 13:44 | |
*** eeeeeeeeee has joined #openstack | 13:44 | |
*** l_a_m has joined #openstack | 13:45 | |
*** drewlander has quit IRC | 13:46 | |
*** mtreinish has joined #openstack | 13:47 | |
*** drewlander has joined #openstack | 13:48 | |
*** maurosr has quit IRC | 13:49 | |
*** maurosr has joined #openstack | 13:49 | |
*** maurosmr has joined #openstack | 13:53 | |
gmi | larsks: no, you cannot modify the user-data after the instance is booted | 13:53 |
*** maurosr has quit IRC | 13:54 | |
*** maurosr has joined #openstack | 13:55 | |
uvirtbot | New bug: #1070349 in nova "xensm: copy image to volume not implemented" [Undecided,New] https://launchpad.net/bugs/1070349 | 13:55 |
uvirtbot | New bug: #1070351 in keystone "Cannot perform external Auth against SQL Backend" [Undecided,New] https://launchpad.net/bugs/1070351 | 13:55 |
uvirtbot | New bug: #1070353 in quantum "Database clean does not clean v2 database" [Low,New] https://launchpad.net/bugs/1070353 | 13:55 |
*** maurosmr has quit IRC | 13:55 | |
*** maurosr has quit IRC | 13:56 | |
*** maurosr has joined #openstack | 13:56 | |
*** Breaking_Pitt has joined #openstack | 13:57 | |
*** scotm has quit IRC | 13:57 | |
*** vila has quit IRC | 13:57 | |
*** acathrow has left #openstack | 13:58 | |
*** vila has joined #openstack | 13:58 | |
*** chinclou1 has quit IRC | 13:58 | |
*** rnorwood1 has joined #openstack | 13:58 | |
*** joesavak has joined #openstack | 13:59 | |
larsks | gmi: Is that by intent? I've just checked, and updating the database table directly works as expected (the new user-data is visible from inside the instance). | 13:59 |
*** Ruetobas has quit IRC | 13:59 | |
*** colinmcnamara has joined #openstack | 13:59 | |
larsks | ...so I've hacked togther a small tool to read nova.conf and use sqlalchemy directly, but an API would obviously be better. | 14:00 |
gmi | larsks: how did you update the user-data in the DB? | 14:00 |
*** dcramer_ has joined #openstack | 14:00 | |
*** maurosr has quit IRC | 14:00 | |
larsks | Like this: update instances set user_data="...base64 string..." where id=1234; | 14:00 |
gmi | larks: there was a discussion on ML about the user-data (EC2 equiv) and meta-data http://openstack.markmail.org/search/?q=user-data#query:user-data+page:2+mid:7jnqgabh6rfknwnj+state:results | 14:00 |
*** anniec has joined #openstack | 14:01 | |
*** sudorandom has joined #openstack | 14:01 | |
*** zhuadl has quit IRC | 14:01 | |
*** maurosr has joined #openstack | 14:01 | |
larsks | gmi: Thanks for the pointer. I'll go read through the discussion. | 14:02 |
*** s0mik has quit IRC | 14:03 | |
*** dcramer_ has quit IRC | 14:03 | |
gmi | larsks: I guess it works if you update the info directly in the DB, but you wouldn't want your users to do this themselves, and you still need a cron job to pull the updated info from the meta-data server every once in a while and use it | 14:03 |
*** sstent has joined #openstack | 14:03 | |
*** anniec has quit IRC | 14:04 | |
gmi | larsks: the nice part is that this is Openstack and you can change it anyway you want :) | 14:04 |
*** anniec has joined #openstack | 14:04 | |
*** dcramer_ has joined #openstack | 14:04 | |
sstent | How are ppl doing HA for the mysql server in nova etc these days? The code looks like it's forcing us to use innodb. Is there a recommended way to convert to NDB? | 14:04 |
*** maurosr has quit IRC | 14:05 | |
*** Ruetobas has joined #openstack | 14:06 | |
gmi | sstent: this is an interesting reading: http://www.mirantis.com/blog/ha-platform-components-mysql-rabbitmq/ | 14:06 |
*** maurosr has joined #openstack | 14:06 | |
*** maccam94 has joined #openstack | 14:06 | |
*** al-maisan is now known as almaisan-away | 14:07 | |
*** avtar has joined #openstack | 14:07 | |
*** cmagina has quit IRC | 14:08 | |
sstent | gmi: yeah it look like they decided to go with MMM. Would prefer ndb if possible | 14:08 |
*** l_a_m has quit IRC | 14:09 | |
*** rustam has joined #openstack | 14:10 | |
*** maurosr has quit IRC | 14:10 | |
*** crandquist has joined #openstack | 14:10 | |
gmi | sstent: ask them a question about NDB, I'm sure they considered all the options. Mirantis is probably one of the best positioned companies to try do things differently. | 14:11 |
*** chincloud has joined #openstack | 14:11 | |
*** chincloud is now known as Guest28496 | 14:11 | |
*** cmagina has joined #openstack | 14:12 | |
*** dcramer_ has quit IRC | 14:14 | |
*** rustam has quit IRC | 14:14 | |
*** acathrow has joined #openstack | 14:15 | |
uvirtbot | New bug: #1070360 in openstack-manuals "Quantum installation: invalid configuration sequence" [Undecided,New] https://launchpad.net/bugs/1070360 | 14:15 |
*** acathrow has quit IRC | 14:16 | |
*** childsb has joined #openstack | 14:16 | |
*** Doug__ has joined #openstack | 14:16 | |
*** acathrow has joined #openstack | 14:16 | |
*** ryanpetrello has quit IRC | 14:17 | |
*** freeflyi1g has quit IRC | 14:18 | |
*** ryanpetrello has joined #openstack | 14:18 | |
*** freeflying has joined #openstack | 14:19 | |
*** gmi has quit IRC | 14:20 | |
*** edgarstp has joined #openstack | 14:20 | |
*** jmh_ has joined #openstack | 14:20 | |
*** maurosr has joined #openstack | 14:21 | |
*** cp16net is now known as cp16net|away | 14:22 | |
*** cp16net|away is now known as cp16net | 14:22 | |
*** dhellmann-afk is now known as dhellmann | 14:22 | |
*** marrusl has quit IRC | 14:23 | |
*** sayan has quit IRC | 14:23 | |
*** marrusl has joined #openstack | 14:23 | |
*** Maledictus has joined #openstack | 14:24 | |
*** Maledictus has joined #openstack | 14:24 | |
*** gmi has joined #openstack | 14:24 | |
*** edygarcia has joined #openstack | 14:25 | |
*** judd7 has joined #openstack | 14:25 | |
*** cp16net is now known as cp16net|away | 14:25 | |
*** mrunge has quit IRC | 14:27 | |
*** sacharya has joined #openstack | 14:27 | |
Doug__ | I dont want to automate an upgrade of essex to folsom on ubuntu 12.04, does anyone know of any good documentation | 14:29 |
*** maccam94 has quit IRC | 14:31 | |
*** desai has joined #openstack | 14:32 | |
*** sunilthaha has quit IRC | 14:32 | |
*** estpierre has joined #openstack | 14:33 | |
*** dwcramer has joined #openstack | 14:34 | |
*** estpierre has quit IRC | 14:34 | |
*** livemoon has joined #openstack | 14:34 | |
*** simon_lucy has quit IRC | 14:35 | |
*** Gordonz has joined #openstack | 14:35 | |
gmi | Doug__: check this post http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-cake-and-eat-it/ | 14:36 |
*** zodiak has joined #openstack | 14:36 | |
*** estpierre has joined #openstack | 14:37 | |
*** estpierre has left #openstack | 14:37 | |
*** chasmo has joined #openstack | 14:39 | |
Doug__ | Thanks. I'll take a look. | 14:39 |
*** Gordonz has quit IRC | 14:39 | |
*** osier has quit IRC | 14:43 | |
*** Gordonz has joined #openstack | 14:45 | |
*** Hikhvar has quit IRC | 14:45 | |
*** livemoon has quit IRC | 14:45 | |
*** dwcramer has quit IRC | 14:46 | |
*** colinmcnamara has quit IRC | 14:48 | |
*** epim has quit IRC | 14:49 | |
*** simon_lucy has joined #openstack | 14:49 | |
*** KyleMacDonald has joined #openstack | 14:49 | |
*** jackh has quit IRC | 14:49 | |
*** KyleMacDonald has quit IRC | 14:52 | |
*** osier has joined #openstack | 14:52 | |
*** dyer has joined #openstack | 14:54 | |
*** KyleMacDonald has joined #openstack | 14:54 | |
*** radish has left #openstack | 14:55 | |
*** rnirmal has joined #openstack | 14:55 | |
*** edgar has joined #openstack | 14:55 | |
uvirtbot | New bug: #1070382 in ceilometer "add glossary of terms to documentation" [Medium,Triaged] https://launchpad.net/bugs/1070382 | 14:55 |
*** edgar is now known as estpierre | 14:56 | |
*** KyleMacDonald has quit IRC | 14:56 | |
*** cp16net|away is now known as cp16net | 14:56 | |
*** dwcramer has joined #openstack | 14:57 | |
*** garyk has quit IRC | 14:58 | |
*** KyleMacDonald has joined #openstack | 14:59 | |
*** datsun180b has joined #openstack | 14:59 | |
*** bmeshjason has joined #openstack | 15:00 | |
*** jodok has joined #openstack | 15:00 | |
*** mjfork has quit IRC | 15:01 | |
Doug__ | Anyone know of any sort of plugin that parses the nova-scheduler log and presents available resources of compute nodes | 15:01 |
*** joesavak has quit IRC | 15:01 | |
*** macjack has joined #openstack | 15:02 | |
*** estpierre has left #openstack | 15:02 | |
*** radez_g0n3 is now known as radez | 15:04 | |
*** ppradhan has joined #openstack | 15:04 | |
*** reidrac has quit IRC | 15:04 | |
*** dyer_ has joined #openstack | 15:05 | |
*** sstent has quit IRC | 15:05 | |
*** dyer has quit IRC | 15:06 | |
*** dyer_ is now known as dyer | 15:06 | |
uvirtbot | New bug: #1068181 in keystone "Valid column creation in token table fails with postgres" [Medium,Triaged] https://launchpad.net/bugs/1068181 | 15:06 |
*** sstent has joined #openstack | 15:06 | |
*** ywu has joined #openstack | 15:07 | |
*** comptona has quit IRC | 15:07 | |
*** bapa has quit IRC | 15:07 | |
RealNitro | I was wondering what kind of Jenkins setup the OpenStack project uses? | 15:08 |
*** otherwiseguy has joined #openstack | 15:08 | |
RealNitro | I suppose you use your own cloud to provide virtual machines | 15:09 |
RealNitro | what kind of plugin for jenkins is used? | 15:09 |
*** cryptographrix has quit IRC | 15:09 | |
clarkb | RealNitro http://ci.openstack.org documents the jenkins setup | 15:09 |
*** bapa has joined #openstack | 15:10 | |
clarkb | it is probably out of date though | 15:10 |
*** cryptographrix has joined #openstack | 15:10 | |
RealNitro | clarkb: thx for the link | 15:10 |
*** bapa has quit IRC | 15:10 | |
*** rustam has joined #openstack | 15:10 | |
*** sstent has quit IRC | 15:10 | |
*** aliguori has quit IRC | 15:11 | |
*** atrius_away is now known as atrius | 15:11 | |
*** bapa has joined #openstack | 15:11 | |
*** cabbage has quit IRC | 15:11 | |
*** sstent has joined #openstack | 15:11 | |
RealNitro | I've been digging through the puppet configs, but I can't find anything about a cloud plugin. I was guessing either the OpenStack plugin was used, or the EC2 plugin. But the first depends on an ancient .jar, and the second is incompatible. So I'm clueless now. :) | 15:11 |
*** ywu has quit IRC | 15:11 | |
clarkb | we dont use a cloud plugin yet. have been testing jclouds though | 15:12 |
*** barneybook has quit IRC | 15:12 | |
RealNitro | clarkb: ah, interesting, thx | 15:12 |
dims | ttx, for https://bugs.launchpad.net/nova/+bug/1018431 - can i submit a patch that just removes the LOG.debug()? | 15:12 |
*** dolphm has joined #openstack | 15:13 | |
*** azret has joined #openstack | 15:14 | |
*** rustam has quit IRC | 15:15 | |
*** tongli has joined #openstack | 15:16 | |
*** bapa has quit IRC | 15:17 | |
*** bapa has joined #openstack | 15:18 | |
RealNitro | clarkb: I didn't know about jclouds yet, looks promising, I'll give it a try. :) | 15:19 |
*** Razique has joined #openstack | 15:21 | |
*** MarkAtwood has joined #openstack | 15:21 | |
*** foexle has quit IRC | 15:24 | |
*** itarchitectkev has quit IRC | 15:24 | |
*** popux has quit IRC | 15:24 | |
*** jodok has quit IRC | 15:26 | |
*** desai has quit IRC | 15:27 | |
*** osier has quit IRC | 15:27 | |
*** bka has quit IRC | 15:28 | |
*** dyer has quit IRC | 15:29 | |
*** hggdh has quit IRC | 15:29 | |
*** bapa has quit IRC | 15:29 | |
*** hggdh has joined #openstack | 15:30 | |
*** cp16net is now known as cp16net|away | 15:30 | |
*** whenry has joined #openstack | 15:32 | |
larsks | Using the Python API, what's the recommended method of find an instance by name? Just calling servers.list() and iterating over the results? | 15:32 |
*** koolhead17 has joined #openstack | 15:32 | |
*** dyer has joined #openstack | 15:33 | |
*** dyer has joined #openstack | 15:33 | |
*** joesavak has joined #openstack | 15:33 | |
*** DavidLevin has joined #openstack | 15:33 | |
*** Free_maN_ has joined #openstack | 15:34 | |
uvirtbot | New bug: #1070404 in ceilometer "document steps for installing central agent manually" [High,Triaged] https://launchpad.net/bugs/1070404 | 15:35 |
*** Free_maN has quit IRC | 15:35 | |
*** acb__ has quit IRC | 15:35 | |
*** dwcramer has quit IRC | 15:36 | |
*** acb__ has joined #openstack | 15:36 | |
uvirtbot | New bug: #1067959 in quantum "When create subnet, you con set up the value as cidr (the value isn't cidr form)." [Medium,Fix committed] https://launchpad.net/bugs/1067959 | 15:36 |
*** bapa has joined #openstack | 15:37 | |
*** balboah has quit IRC | 15:38 | |
*** markmcclain has quit IRC | 15:39 | |
*** tryggvil has quit IRC | 15:40 | |
*** Guest28496 has quit IRC | 15:43 | |
*** tong|2 has joined #openstack | 15:44 | |
*** maoy has joined #openstack | 15:44 | |
*** hggdh has quit IRC | 15:44 | |
*** Xenith has quit IRC | 15:45 | |
*** hezekiah_ has joined #openstack | 15:45 | |
hezekiah_ | anyone seen a linux bridge only pass traffic one direction? | 15:46 |
*** robix has joined #openstack | 15:46 | |
hezekiah_ | packets from an instance are seen on br100 but the return packets never get back to the instance | 15:46 |
*** tongli has quit IRC | 15:47 | |
*** colinmcnamara has joined #openstack | 15:48 | |
*** aliguori has joined #openstack | 15:48 | |
*** KyleMacDonald has quit IRC | 15:49 | |
*** KyleMacDonald has joined #openstack | 15:50 | |
*** hggdh has joined #openstack | 15:51 | |
*** dwcramer has joined #openstack | 15:51 | |
*** chincloud has joined #openstack | 15:51 | |
*** shang has joined #openstack | 15:51 | |
*** chincloud is now known as Guest56929 | 15:51 | |
*** colinmcnamara has quit IRC | 15:52 | |
*** cp16net|away is now known as cp16net | 15:53 | |
*** acb__ has quit IRC | 15:55 | |
uvirtbot | New bug: #1070416 in openstack-manuals "incorrect options for glance image-create in verifying image service installation" [Undecided,New] https://launchpad.net/bugs/1070416 | 15:55 |
hezekiah_ | looks like the eth1 in the br100 bridge is state=disabled | 15:55 |
hezekiah_ | not sure how to correct | 15:56 |
*** Blackavar has quit IRC | 15:58 | |
*** Mops_ has joined #openstack | 16:00 | |
*** Xenith has joined #openstack | 16:02 | |
*** tong|2 has quit IRC | 16:03 | |
*** networkstatic has quit IRC | 16:03 | |
*** tgall_foo has quit IRC | 16:03 | |
*** tong|2 has joined #openstack | 16:03 | |
*** shang_ has joined #openstack | 16:03 | |
*** dyer has quit IRC | 16:03 | |
*** shang has quit IRC | 16:04 | |
*** shang__ has joined #openstack | 16:04 | |
*** tong|2 is now known as tongli | 16:04 | |
*** scotm has joined #openstack | 16:05 | |
*** dev_sa has quit IRC | 16:06 | |
*** ctracey__ has joined #openstack | 16:06 | |
*** gyee has joined #openstack | 16:06 | |
*** oubiwann has joined #openstack | 16:07 | |
*** shang_ has quit IRC | 16:07 | |
*** Razique has quit IRC | 16:08 | |
*** dyer has joined #openstack | 16:08 | |
*** danger_fo has joined #openstack | 16:09 | |
*** Mops_ is now known as Mops | 16:10 | |
*** udac has joined #openstack | 16:10 | |
*** krow has joined #openstack | 16:10 | |
*** rustam has joined #openstack | 16:11 | |
uvirtbot | New bug: #1070426 in openstack-ci "openstack infra should have a public cacti server" [Medium,Fix released] https://launchpad.net/bugs/1070426 | 16:11 |
*** marrusl has quit IRC | 16:11 | |
*** acb__ has joined #openstack | 16:13 | |
*** gatuus has joined #openstack | 16:14 | |
*** marrusl has joined #openstack | 16:15 | |
*** Triade has quit IRC | 16:15 | |
*** rustam has quit IRC | 16:15 | |
*** jsavak has joined #openstack | 16:16 | |
*** hemna has joined #openstack | 16:16 | |
*** marrusl has quit IRC | 16:16 | |
*** kbringard has joined #openstack | 16:18 | |
*** dneary has quit IRC | 16:18 | |
*** shang_ has joined #openstack | 16:19 | |
koolhead17 | annegentle, around? | 16:19 |
*** joesavak has quit IRC | 16:19 | |
*** notze has quit IRC | 16:20 | |
*** Glace has quit IRC | 16:20 | |
*** markmcclain has joined #openstack | 16:20 | |
*** EmilienM has joined #openstack | 16:20 | |
*** arBmind has quit IRC | 16:20 | |
*** marrusl has joined #openstack | 16:21 | |
*** shang__ has quit IRC | 16:21 | |
gatuus | join #openstack-metering | 16:22 |
gatuus | sorry.. missed '/' | 16:22 |
*** shang has joined #openstack | 16:22 | |
melmoth | anyone has an idea on how to 'connect' 2 different namespaces ? so packet can be routed from the one to the other ? | 16:22 |
*** shang_ has quit IRC | 16:23 | |
*** warik has joined #openstack | 16:24 | |
*** ryanpetr_ has joined #openstack | 16:25 | |
*** ryanpetrello has quit IRC | 16:28 | |
*** nmistry has joined #openstack | 16:28 | |
*** dcramer_ has joined #openstack | 16:28 | |
*** joesavak has joined #openstack | 16:28 | |
*** mnabil has quit IRC | 16:28 | |
*** jsavak has quit IRC | 16:29 | |
*** dendrobates is now known as dendro-afk | 16:30 | |
*** blamar has quit IRC | 16:30 | |
*** desai has joined #openstack | 16:31 | |
*** blamar has joined #openstack | 16:31 | |
*** dachary has quit IRC | 16:31 | |
*** dwcramer has quit IRC | 16:32 | |
*** ctracey__ has quit IRC | 16:32 | |
*** krtyyy has joined #openstack | 16:32 | |
*** krtyyy has left #openstack | 16:33 | |
*** marrusl has quit IRC | 16:33 | |
*** dachary has joined #openstack | 16:33 | |
*** lloydde has joined #openstack | 16:34 | |
*** littleidea has joined #openstack | 16:34 | |
*** KyleMacDonald has quit IRC | 16:35 | |
*** rosco has quit IRC | 16:36 | |
*** ondergetekende has quit IRC | 16:36 | |
*** rosco has joined #openstack | 16:36 | |
*** davidhadas has quit IRC | 16:36 | |
*** davidhadas has joined #openstack | 16:38 | |
*** KyleMacDonald has joined #openstack | 16:38 | |
*** primozf has quit IRC | 16:38 | |
*** guimaluf has quit IRC | 16:39 | |
*** aculich has quit IRC | 16:40 | |
*** bluenemo has quit IRC | 16:41 | |
*** scalability-junk has quit IRC | 16:42 | |
*** aculich has joined #openstack | 16:42 | |
*** Guest56929 has quit IRC | 16:43 | |
*** shang has quit IRC | 16:44 | |
*** Ursinha has quit IRC | 16:45 | |
*** DavidLevin has quit IRC | 16:46 | |
*** epim has joined #openstack | 16:46 | |
*** saschpe has joined #openstack | 16:47 | |
*** gatuus has quit IRC | 16:47 | |
*** marrusl has joined #openstack | 16:48 | |
*** colinmcnamara has joined #openstack | 16:48 | |
*** RealNitro has quit IRC | 16:49 | |
*** KyleMacDonald has quit IRC | 16:50 | |
*** MarkAtwood has quit IRC | 16:50 | |
*** Ursinha-afk has joined #openstack | 16:50 | |
*** Ursinha-afk is now known as Ursinha | 16:50 | |
*** Ursinha has joined #openstack | 16:50 | |
uvirtbot | New bug: #1070442 in nova "remove unused interfaces.template file " [Undecided,New] https://launchpad.net/bugs/1070442 | 16:51 |
*** Guest81571 has joined #openstack | 16:52 | |
*** gatuus has joined #openstack | 16:52 | |
*** KyleMacDonald has joined #openstack | 16:53 | |
*** comptona has joined #openstack | 16:53 | |
*** pvankouteren has quit IRC | 16:55 | |
*** colinmcnamara has quit IRC | 16:55 | |
*** KyleMacDonald has quit IRC | 16:55 | |
*** vipuls has joined #openstack | 16:58 | |
*** hezekiah_ has quit IRC | 16:58 | |
*** hezekiah_1 has joined #openstack | 16:58 | |
*** dev_sa has joined #openstack | 17:01 | |
*** dyer has quit IRC | 17:01 | |
*** Saddam has joined #openstack | 17:01 | |
*** macjack has quit IRC | 17:02 | |
*** saschpe has quit IRC | 17:02 | |
*** maurosr has quit IRC | 17:02 | |
*** maurosr has joined #openstack | 17:02 | |
*** simon_lucy has quit IRC | 17:02 | |
*** eglynn has quit IRC | 17:03 | |
*** mnewby has joined #openstack | 17:03 | |
*** dev_sa has quit IRC | 17:04 | |
*** dev_sa has joined #openstack | 17:05 | |
larsks | I'm using the Python API to talk to OpenStack. Is there anything like a callback or event-based API for responding to instance changes? | 17:05 |
*** shang has joined #openstack | 17:05 | |
*** aculich has left #openstack | 17:05 | |
*** s0mik has joined #openstack | 17:05 | |
*** nacx has quit IRC | 17:06 | |
*** KurtMartin has joined #openstack | 17:06 | |
*** epim has quit IRC | 17:06 | |
*** anniec has quit IRC | 17:06 | |
*** epim has joined #openstack | 17:07 | |
*** maurosr has quit IRC | 17:07 | |
*** nacx has joined #openstack | 17:07 | |
*** dhubbard has joined #openstack | 17:07 | |
*** tdc_ has joined #openstack | 17:07 | |
*** ywu has joined #openstack | 17:07 | |
*** maurosr has joined #openstack | 17:08 | |
*** aeperezt has joined #openstack | 17:09 | |
*** garyk has joined #openstack | 17:09 | |
*** DavidLevin has joined #openstack | 17:09 | |
*** jdurgin has joined #openstack | 17:10 | |
*** rustam has joined #openstack | 17:11 | |
*** ywu has quit IRC | 17:11 | |
*** n000 has joined #openstack | 17:12 | |
*** dyer has joined #openstack | 17:14 | |
*** eeeeeeeeee has quit IRC | 17:15 | |
*** nikG has quit IRC | 17:15 | |
*** rustam has quit IRC | 17:16 | |
*** ejat- has joined #openstack | 17:17 | |
*** ryanpetr_ has quit IRC | 17:17 | |
*** ryanpetrello has joined #openstack | 17:18 | |
*** II has joined #openstack | 17:19 | |
II | hi here! | 17:19 |
*** II is now known as Guest68980 | 17:19 | |
Guest68980 | ok ... now Guest.... ... hi here! | 17:20 |
*** adjohn has joined #openstack | 17:20 | |
*** ejat- is now known as ejat | 17:20 | |
*** ejat has joined #openstack | 17:20 | |
*** hemna has quit IRC | 17:21 | |
uvirtbot | New bug: #1070452 in nova ""leased not associated" error on instance delete" [Undecided,New] https://launchpad.net/bugs/1070452 | 17:21 |
*** dachary has quit IRC | 17:21 | |
*** jog0 has joined #openstack | 17:23 | |
*** roampune has joined #openstack | 17:25 | |
*** jog0 has left #openstack | 17:25 | |
*** cp16net is now known as cp16net|away | 17:27 | |
*** shang_ has joined #openstack | 17:27 | |
*** melwitt has quit IRC | 17:27 | |
*** otherwiseguy has quit IRC | 17:28 | |
*** heckj has joined #openstack | 17:29 | |
Guest68980 | nova-network expert, please? | 17:29 |
larsks | Guest68980: Probably just ask your question and see if someone can help. Although it's pretty quiet around here. | 17:29 |
*** cp16net|away is now known as cp16net | 17:30 | |
Guest68980 | three days working on nova network configurations, I can't find where is the problem. | 17:30 |
*** shang has quit IRC | 17:30 | |
Guest68980 | I'm now totally offusqued, sure it's a stupidity problem, I'm review all documentations a lot of times | 17:30 |
*** nacx has quit IRC | 17:31 | |
gmi | Guest68980: let's start by letting us know what version of Openstack you are using and what OS (Ubuntu/Fedora) | 17:31 |
*** dpippenger has joined #openstack | 17:31 | |
Guest68980 | I all data here: https://answers.launchpad.net/nova/+question/212025 | 17:31 |
*** dev_sa has quit IRC | 17:32 | |
Guest68980 | Essex + Centos 6.3: At the moment all in oneNode (controller+network+compute) in two network interfaces with FlatDHCP | 17:33 |
Guest68980 | I put all info about enviroment here: https://answers.launchpad.net/nova/+question/212025 | 17:34 |
*** Guest81571 has quit IRC | 17:34 | |
uvirtbot | New bug: #1070460 in quantum "Router create output needs better formatting" [Undecided,New] https://launchpad.net/bugs/1070460 | 17:35 |
*** anniec has joined #openstack | 17:36 | |
gmi | Guest68980: I'm not running flatDHCP, but is the instance running for sure? can you use vncdisplay and connect to its console, login and see how the network connectivity works? | 17:37 |
*** jplewi has joined #openstack | 17:37 | |
*** sstent_ has joined #openstack | 17:38 | |
*** ywu has joined #openstack | 17:38 | |
*** DavidLevin has quit IRC | 17:38 | |
*** dachary has joined #openstack | 17:38 | |
*** sstent_ has quit IRC | 17:39 | |
*** shang_ has quit IRC | 17:40 | |
Guest68980 | mgi: I can see instances working on "nova list" output or "virsh list" command | 17:41 |
gmi | Guest68980: that doesn't mean that your instance is actually running, it has an IP address and it's responding to ICMP requests or its listening on port 22 | 17:42 |
gmi | Guest68980: your instance might not have received an IP address from dnsmasq or sit at boot with a kernel panic | 17:43 |
gmi | Guest68980: use "virsh vncdisplay instance-000XX" and then use VNC Viewer client to connect to the console of your instance and see what's really doing | 17:44 |
*** scalability-junk has joined #openstack | 17:44 | |
*** zach_mtu has joined #openstack | 17:45 | |
*** notze has joined #openstack | 17:45 | |
*** zach_mtu has joined #openstack | 17:45 | |
Guest68980 | gmi: OK, I have not managed to connect but thought it was all the same nova network problem. A second reset VM instances. | 17:48 |
*** szaydel has quit IRC | 17:49 | |
*** Guest40224 has joined #openstack | 17:49 | |
*** melwitt has joined #openstack | 17:49 | |
Guest68980 | gmi: Ohh yes!! you're rigth | 17:50 |
*** notze has quit IRC | 17:50 | |
*** darraghb has quit IRC | 17:51 | |
*** hemna has joined #openstack | 17:51 | |
gmi | Guest68980: the instance has no IP, or the instance is not running? | 17:51 |
*** colinmcnamara has joined #openstack | 17:51 | |
Guest68980 | gmi: for cirros image test i can see on it's boot log | 17:51 |
Guest68980 | Sending discover... / No lease, failing / | 17:51 |
Guest68980 | can't obtain an ip | 17:52 |
*** sandywalsh has quit IRC | 17:52 | |
*** notze has joined #openstack | 17:52 | |
*** tuxninja has joined #openstack | 17:53 | |
*** arBmind has joined #openstack | 17:54 | |
*** szaydel has joined #openstack | 17:55 | |
*** DavidLevin has joined #openstack | 17:56 | |
gmi | Guest68980: type "brctl show br100" to see if there is a vnet0, you can also check "/var/lib/nova/networks/nova-br100.conf" to see if there is an entry for your instance | 17:56 |
*** Blackavar has joined #openstack | 17:57 | |
gmi | Guest68980: check /var/log/nova/nova-network.log for any errors | 17:57 |
*** colinmcnamara has quit IRC | 17:58 | |
*** blimus has quit IRC | 17:59 | |
*** otherwiseguy has joined #openstack | 18:00 | |
*** shang_ has joined #openstack | 18:00 | |
*** avtar has quit IRC | 18:01 | |
*** DavidLevin has joined #openstack | 18:01 | |
*** avtar has joined #openstack | 18:01 | |
*** rnorwood2 has joined #openstack | 18:02 | |
*** rnorwood1 has quit IRC | 18:02 | |
Guest68980 | gmi: I can't connect via vnc ... ... working on it | 18:02 |
*** notze has quit IRC | 18:03 | |
*** cwelle has joined #openstack | 18:04 | |
*** hezekiah_ has joined #openstack | 18:04 | |
*** hezekiah_1 has quit IRC | 18:04 | |
*** tscopp_ has quit IRC | 18:05 | |
*** hezekiah_ has quit IRC | 18:05 | |
*** hezekiah_1 has joined #openstack | 18:05 | |
*** DavidLevin has joined #openstack | 18:06 | |
Guest68980 | gmi: no errors on nova/ network.log | 18:06 |
*** afazekas has quit IRC | 18:06 | |
*** notze has joined #openstack | 18:06 | |
*** jmh_ has quit IRC | 18:08 | |
*** rnorwood1 has joined #openstack | 18:08 | |
*** rnorwood2 has quit IRC | 18:08 | |
*** alobbs1 has quit IRC | 18:08 | |
*** alobbs has joined #openstack | 18:09 | |
*** mjfork has joined #openstack | 18:10 | |
*** Ursinha has quit IRC | 18:10 | |
*** n000 has quit IRC | 18:11 | |
gmi | Guest68980: try to get the vncdisplay working (e.g. http://www.cyberciti.biz/faq/linux-kvm-vnc-for-guest-machine/) and then you can troubleshoot from inside the VM; another option would be to use devstack if just try to experiment with an all-in-one Openstack and that's a proven method of getting a working environment | 18:11 |
*** avtar has quit IRC | 18:12 | |
*** rustam has joined #openstack | 18:12 | |
*** avtar has joined #openstack | 18:12 | |
*** rnorwood1 has quit IRC | 18:12 | |
*** rnorwood1 has joined #openstack | 18:13 | |
hezekiah_1 | Guest68980 | 18:13 |
hezekiah_1 | also do brctl showstp br100 | 18:13 |
*** notze has quit IRC | 18:14 | |
hezekiah_1 | I'm currently debugging a system that shows my physical interface (eth1) as disabled in the STP | 18:14 |
hezekiah_1 | so the instances send DHCP DISCOVER, dnsmasq sees and responds, but the instance does not see the DHCP OFFERR | 18:14 |
*** notze has joined #openstack | 18:14 | |
*** Ursinha-afk has joined #openstack | 18:15 | |
*** Ursinha-afk is now known as Ursinha | 18:15 | |
*** Ursinha has joined #openstack | 18:15 | |
*** anniec has quit IRC | 18:16 | |
*** anniec has joined #openstack | 18:16 | |
*** mordred is now known as mtaylor | 18:17 | |
*** mtaylor is now known as mordred | 18:17 | |
*** jgruber has joined #openstack | 18:17 | |
*** jgruber has left #openstack | 18:18 | |
*** Glace has joined #openstack | 18:19 | |
*** rustam has quit IRC | 18:19 | |
*** notze has quit IRC | 18:20 | |
dims | ttx, gate-tempest-devstack-vm-cinder is failing (several runs, same spot as far as i can tell). https://jenkins.openstack.org/user/hudson-openstack/my-views/view/All/job/gate-tempest-devstack-vm-cinder/ - one of my runs for my review failed and i went looking - https://review.openstack.org/#/c/14629/ - Is there anyway to kick off jenkins again for that specific review? | 18:20 |
dims | looks like there's timeout waiting for volume deletion that is causing issues | 18:21 |
Guest68980 | gmi: I work around looking for the problem inside VM as you proposal. I review undred times the installation (and some variants) following openstack, fedora and rethat and some from devstack docs. | 18:22 |
*** rnorwood1 has quit IRC | 18:23 | |
Guest68980 | gmi: Can you see https://answers.launchpad.net/nova/+question/212025 | 18:23 |
*** warik has quit IRC | 18:23 | |
*** ryanpetr_ has joined #openstack | 18:24 | |
Guest68980 | there is all my conf and network info iptables, brctl, ip addr outputs ... Pelase, Can you see any error on configuration? | 18:24 |
*** hezekiah_1 has left #openstack | 18:24 | |
*** notze has joined #openstack | 18:25 | |
*** szaydel has quit IRC | 18:25 | |
*** szaydel has joined #openstack | 18:25 | |
*** szaydel has quit IRC | 18:25 | |
*** RichardRaseley has joined #openstack | 18:27 | |
*** littleidea has quit IRC | 18:27 | |
*** Breaking_Pitt has quit IRC | 18:27 | |
*** ryanpetrello has quit IRC | 18:27 | |
gmi | Guest68980: the config looks fine to me, but again I'm not using flatDHCP so I might be missing something; your dnsmasq seems to be listening on 10.0.1.3 so as I said, you have to login in the instance using its vnc console and capture traffic from inside; for this, you don't need to have networking connectivity or an IP address on the instance; I see you are testing using the Cirros image which has username "cirros" and cubswin:) as a passord | 18:29 |
Guest68980 | can't connect via vnc, blank screen :( | 18:30 |
uvirtbot | New bug: #1070489 in nova "SanISCSIDriver SSH bad cmd processing" [Undecided,In progress] https://launchpad.net/bugs/1070489 | 18:31 |
*** rnorwood1 has joined #openstack | 18:33 | |
gmi | Guest68980: I think blanck screen means that you connect, but nothing is displayed because the instance is not running; try to start a new instance or download a Ubuntu 12.04 image and load it into Glance and boot a new instance from it | 18:33 |
gmi | maybe people running flatDHCP in Essex can help more, I'm out of options :( | 18:34 |
*** macjack has joined #openstack | 18:34 | |
*** notze has quit IRC | 18:35 | |
*** dachary has quit IRC | 18:36 | |
*** miclorb has joined #openstack | 18:36 | |
*** dieterdemeyer has joined #openstack | 18:37 | |
*** mencken has joined #openstack | 18:38 | |
Guest68980 | gmi: In an ubuntu precise instance, I can see that as you said has no IPs. But in both cirros and ubuntu seem to be started and up. without ip. And in ubuntu can't connect via vnc, too blank screen. | 18:38 |
Guest68980 | gmi: Thx a lot friend! | 18:38 |
*** EmilienM has quit IRC | 18:39 | |
*** DavidLevin has left #openstack | 18:39 | |
gmi | Guest68980:welcome, I hope you get it working eventually | 18:40 |
uvirtbot | New bug: #1070493 in keystone "Unnecessary "Endpoint not found" logging with unscoped token" [Undecided,In progress] https://launchpad.net/bugs/1070493 | 18:41 |
*** kindaopsdevy has joined #openstack | 18:42 | |
*** bbcmicrocomputer has quit IRC | 18:43 | |
*** AlanClark has joined #openstack | 18:44 | |
*** notze has joined #openstack | 18:45 | |
*** sniperd has joined #openstack | 18:45 | |
*** dendro-afk is now known as dendrobates | 18:49 | |
*** DavidLevin has joined #openstack | 18:50 | |
*** rnorwood1 has quit IRC | 18:52 | |
uvirtbot | New bug: #1068026 in swift "utf-8 in metadata and http header names " [Undecided,In progress] https://launchpad.net/bugs/1068026 | 18:53 |
*** rnorwood1 has joined #openstack | 18:53 | |
*** blimus has joined #openstack | 18:54 | |
*** aliguori has quit IRC | 18:54 | |
*** aliguori has joined #openstack | 18:55 | |
*** EmilienM has joined #openstack | 18:55 | |
*** hemna has quit IRC | 18:55 | |
*** clopez has quit IRC | 18:56 | |
*** colinmcnamara has joined #openstack | 18:56 | |
*** dachary has joined #openstack | 18:57 | |
*** rackerjoe has joined #openstack | 18:57 | |
*** dyer has quit IRC | 18:59 | |
*** hemna has joined #openstack | 19:00 | |
*** afazekas has joined #openstack | 19:00 | |
*** edygarcia has quit IRC | 19:02 | |
*** edygarcia has joined #openstack | 19:02 | |
*** judd7 has quit IRC | 19:05 | |
*** jbvp has joined #openstack | 19:05 | |
jbvp | hi | 19:05 |
*** colinmcnamara has quit IRC | 19:05 | |
BLZbubba | hello | 19:06 |
*** anniec has quit IRC | 19:06 | |
*** blimus has quit IRC | 19:07 | |
*** ywu_ has joined #openstack | 19:08 | |
*** warik has joined #openstack | 19:09 | |
*** rnirmal has quit IRC | 19:11 | |
*** gatuus has quit IRC | 19:11 | |
*** blimus has joined #openstack | 19:11 | |
*** macjack has left #openstack | 19:11 | |
*** ywu_ has quit IRC | 19:12 | |
*** rustam has joined #openstack | 19:12 | |
*** s0mik has quit IRC | 19:13 | |
*** pvankouteren has joined #openstack | 19:14 | |
*** rustam has quit IRC | 19:17 | |
uvirtbot | New bug: #1070509 in nova "nova-api now requires quantumclient" [Critical,In progress] https://launchpad.net/bugs/1070509 | 19:20 |
*** jaypipes has quit IRC | 19:20 | |
*** Aaton has joined #openstack | 19:21 | |
*** Maledictus has quit IRC | 19:23 | |
*** Guest68980 has left #openstack | 19:23 | |
*** ninkotech has quit IRC | 19:23 | |
*** ninkotech has joined #openstack | 19:24 | |
*** networkstatic has joined #openstack | 19:24 | |
*** szaydel has joined #openstack | 19:24 | |
uvirtbot | New bug: #1070511 in openstack-common "move nova.common.deprecated to openstack-common" [Undecided,New] https://launchpad.net/bugs/1070511 | 19:26 |
*** sniperd has quit IRC | 19:28 | |
*** jaypipes has joined #openstack | 19:29 | |
*** alop has joined #openstack | 19:29 | |
*** blimus has quit IRC | 19:29 | |
*** gatuus has joined #openstack | 19:30 | |
*** afazekas has quit IRC | 19:33 | |
*** rkukura has quit IRC | 19:34 | |
*** vmlinuz has quit IRC | 19:34 | |
*** dyer has joined #openstack | 19:35 | |
*** dyer has joined #openstack | 19:35 | |
*** Glace has quit IRC | 19:36 | |
*** melmoth has quit IRC | 19:36 | |
*** bluenemo has joined #openstack | 19:36 | |
*** bluenemo has joined #openstack | 19:36 | |
*** japage has quit IRC | 19:39 | |
*** ttrifonov is now known as ttrifonov_zZzz | 19:42 | |
*** anniec has joined #openstack | 19:42 | |
*** notze has quit IRC | 19:47 | |
*** blimus has joined #openstack | 19:47 | |
*** mutex has joined #openstack | 19:47 | |
*** blimus has quit IRC | 19:47 | |
*** testing123 has joined #openstack | 19:48 | |
*** testing123 has left #openstack | 19:48 | |
*** afazekas has joined #openstack | 19:49 | |
*** anniec_ has joined #openstack | 19:50 | |
*** nmistry has quit IRC | 19:50 | |
*** gmi has quit IRC | 19:52 | |
*** ryanpetr_ has quit IRC | 19:52 | |
*** nmistry has joined #openstack | 19:52 | |
*** lionel has quit IRC | 19:52 | |
*** ryanpetrello has joined #openstack | 19:52 | |
*** anniec has quit IRC | 19:53 | |
*** anniec_ is now known as anniec | 19:53 | |
*** lionel has joined #openstack | 19:53 | |
*** colinmcnamara has joined #openstack | 19:55 | |
*** drewlander has quit IRC | 19:55 | |
*** rustam has joined #openstack | 19:56 | |
*** colinmcnamara1 has joined #openstack | 19:59 | |
*** rnorwood2 has joined #openstack | 20:00 | |
*** colinmcnamara has quit IRC | 20:00 | |
*** rnorwood1 has quit IRC | 20:01 | |
*** Guest40224 has quit IRC | 20:02 | |
*** colinmcnamara has joined #openstack | 20:03 | |
*** hemna has quit IRC | 20:03 | |
*** colinmcnamara1 has quit IRC | 20:04 | |
*** s0mik has joined #openstack | 20:05 | |
*** colinmcnamara1 has joined #openstack | 20:05 | |
*** Glace has joined #openstack | 20:05 | |
*** miclorb has quit IRC | 20:06 | |
*** chincloud has joined #openstack | 20:06 | |
*** chincloud is now known as Guest86998 | 20:07 | |
*** warik has quit IRC | 20:07 | |
*** colinmcnamara has quit IRC | 20:07 | |
*** colinmcnamara has joined #openstack | 20:08 | |
Trixboxer | Hi, what is the best OS to host openstack swift ? | 20:09 |
*** colinmcnamara2 has joined #openstack | 20:09 | |
notmyname | Trixboxer: best == "what you are running currently in production". that being said, it's best tested on ubuntu LTS releases (lucid and precise) | 20:09 |
*** colinmcnamara1 has quit IRC | 20:10 | |
*** DANO-MARC has quit IRC | 20:11 | |
*** avtar has quit IRC | 20:11 | |
Trixboxer | notmyname thanks, I know that it is more recommended on physical box but if one can live with lil low performance I hope this should also work in virtual environment | 20:11 |
*** avtar has joined #openstack | 20:11 | |
*** warik has joined #openstack | 20:11 | |
*** networkstatic has quit IRC | 20:11 | |
notmyname | Trixboxer: know that virtualized servers normally have a significant IO overhead and dealing with hardware failures in a virtualized environment is different. swift assumes it's running on and looking at the actual hardware | 20:12 |
*** colinmcnamara has quit IRC | 20:12 | |
*** rustam has quit IRC | 20:12 | |
*** colinmcnamara2 has quit IRC | 20:12 | |
notmyname | Trixboxer: for example, you don't want a hardware failure to be hidden by your virtualization that may put your data at risk | 20:13 |
*** miclorb has joined #openstack | 20:13 | |
notmyname | Trixboxer: but a virtual environment is perfectly fine for some testing and POC-style work | 20:13 |
*** boden has quit IRC | 20:13 | |
*** Ursinha is now known as Ursinha-afk | 20:14 | |
*** KyleMacDonald has joined #openstack | 20:14 | |
Trixboxer | notmyname, ok I understand it. Will POC it soon :) | 20:14 |
*** jsavak has joined #openstack | 20:15 | |
*** MarkAtwood has joined #openstack | 20:16 | |
MarkAtwood | openstack-meeting | 20:16 |
*** hemna has joined #openstack | 20:17 | |
*** joesavak has quit IRC | 20:19 | |
*** tongli has quit IRC | 20:21 | |
*** blimus has joined #openstack | 20:21 | |
*** woodspa has joined #openstack | 20:21 | |
*** simon-AS559 has joined #openstack | 20:27 | |
*** Breaking_Pitt has joined #openstack | 20:32 | |
*** dyer has quit IRC | 20:33 | |
*** sniperd has joined #openstack | 20:33 | |
*** KarinLevenstein has quit IRC | 20:35 | |
*** dyer has joined #openstack | 20:35 | |
*** DavidLevin has quit IRC | 20:39 | |
*** dhubbard has quit IRC | 20:39 | |
*** zeus has joined #openstack | 20:41 | |
*** mikal has quit IRC | 20:41 | |
*** miclorb has quit IRC | 20:42 | |
*** tongli has joined #openstack | 20:42 | |
*** rustam has joined #openstack | 20:43 | |
*** mikal has joined #openstack | 20:43 | |
*** Glace has quit IRC | 20:45 | |
*** dhellmann is now known as dhellmann-afk | 20:45 | |
*** colinmcnamara has joined #openstack | 20:46 | |
*** tgall_foo has joined #openstack | 20:47 | |
*** tgall_foo has quit IRC | 20:47 | |
*** tgall_foo has joined #openstack | 20:47 | |
*** sniperd has quit IRC | 20:47 | |
*** warik has quit IRC | 20:47 | |
*** rustam has quit IRC | 20:47 | |
*** colinmcnamara1 has joined #openstack | 20:48 | |
*** jsavak has quit IRC | 20:49 | |
*** colinmcnamara2 has joined #openstack | 20:50 | |
*** dhubbard has joined #openstack | 20:50 | |
*** colinmcnamara has quit IRC | 20:50 | |
*** Kyle__ has quit IRC | 20:51 | |
*** DavidLevin has joined #openstack | 20:51 | |
*** pwoods has joined #openstack | 20:51 | |
*** DavidLevin has quit IRC | 20:52 | |
*** pwoods has left #openstack | 20:52 | |
*** pwoods has joined #openstack | 20:52 | |
*** pwoods has left #openstack | 20:52 | |
*** pwoods has joined #openstack | 20:52 | |
*** pwoods has left #openstack | 20:52 | |
*** colinmcnamara1 has quit IRC | 20:53 | |
*** blimus has quit IRC | 20:53 | |
*** woodspa has quit IRC | 20:53 | |
*** rustam has joined #openstack | 20:53 | |
*** aliguori has quit IRC | 20:53 | |
*** colinmcnamara has joined #openstack | 20:53 | |
*** woodspa has joined #openstack | 20:54 | |
*** ameade has quit IRC | 20:54 | |
gatuus | what's the reason of nova-cert?? | 20:54 |
*** ameade has joined #openstack | 20:54 | |
*** colinmcnamara2 has quit IRC | 20:55 | |
*** dolphm has quit IRC | 20:56 | |
*** rnirmal has joined #openstack | 20:56 | |
*** koolhead17 has quit IRC | 20:56 | |
*** dolphm has joined #openstack | 20:56 | |
*** DavidLevin has joined #openstack | 20:57 | |
*** colinmcnamara1 has joined #openstack | 20:57 | |
*** jhvbhbjhb has joined #openstack | 20:57 | |
*** DavidLevin has quit IRC | 20:57 | |
*** woodspa has quit IRC | 20:58 | |
*** dyer has quit IRC | 20:58 | |
*** colinmcnamara has quit IRC | 20:58 | |
*** woodspa has joined #openstack | 20:58 | |
*** blimus has joined #openstack | 20:59 | |
*** woodspa has left #openstack | 20:59 | |
*** colinmcnamara has joined #openstack | 20:59 | |
*** woodspa has joined #openstack | 20:59 | |
*** jhvbhbjhb has quit IRC | 20:59 | |
*** rnorwood2 has quit IRC | 21:00 | |
*** dolphm has quit IRC | 21:00 | |
*** Math___ has quit IRC | 21:01 | |
*** colinmcnamara1 has quit IRC | 21:01 | |
*** Doro has joined #openstack | 21:01 | |
*** warik has joined #openstack | 21:01 | |
*** rnorwood1 has joined #openstack | 21:01 | |
*** Doro is now known as help | 21:02 | |
*** colinmcnamara1 has joined #openstack | 21:02 | |
*** help is now known as Guest49918 | 21:02 | |
*** radez is now known as radez_g0n3 | 21:02 | |
*** dhubbard has quit IRC | 21:03 | |
*** koolhead17 has joined #openstack | 21:03 | |
*** DavidLevin has joined #openstack | 21:03 | |
*** Guest49918 is now known as Dorogs | 21:03 | |
*** DavidLevin has quit IRC | 21:03 | |
*** dhubbard has joined #openstack | 21:04 | |
*** colinmcnamara has quit IRC | 21:04 | |
*** Dorogs has quit IRC | 21:04 | |
*** joesavak has joined #openstack | 21:04 | |
*** colinmcnamara has joined #openstack | 21:05 | |
uvirtbot | New bug: #1070544 in python-keystoneclient "Would like a single call to GET users having a role in a tenant" [Wishlist,New] https://launchpad.net/bugs/1070544 | 21:05 |
*** DavidLevin has joined #openstack | 21:05 | |
*** colinmcnamara1 has quit IRC | 21:06 | |
*** Dorogs has joined #openstack | 21:06 | |
*** h0cin has quit IRC | 21:07 | |
*** woodspa has quit IRC | 21:07 | |
*** KyleMacDonald has quit IRC | 21:07 | |
*** colinmcnamara1 has joined #openstack | 21:07 | |
*** ywu_ has joined #openstack | 21:08 | |
*** colinmcnamara has quit IRC | 21:09 | |
*** ywu_ has quit IRC | 21:09 | |
*** joesavak has quit IRC | 21:09 | |
*** jbvp has quit IRC | 21:10 | |
*** colinmcnamara has joined #openstack | 21:10 | |
*** Dorogs has quit IRC | 21:11 | |
*** colinmcnamara1 has quit IRC | 21:12 | |
*** Dorogs has joined #openstack | 21:12 | |
*** hemna has quit IRC | 21:12 | |
*** lborda has joined #openstack | 21:13 | |
*** rackerjoe has quit IRC | 21:13 | |
*** lborda has quit IRC | 21:14 | |
*** rnorwood1 has quit IRC | 21:14 | |
*** rnorwood1 has joined #openstack | 21:14 | |
*** lborda has joined #openstack | 21:14 | |
*** roampune has left #openstack | 21:14 | |
*** rnorwood1 has quit IRC | 21:16 | |
*** rnorwood1 has joined #openstack | 21:19 | |
*** Saddam has quit IRC | 21:19 | |
*** warik has quit IRC | 21:20 | |
*** mutex has left #openstack | 21:21 | |
*** cmagina has quit IRC | 21:21 | |
*** colinmcnamara has left #openstack | 21:21 | |
*** dyer has joined #openstack | 21:22 | |
*** dyer has joined #openstack | 21:22 | |
*** bmeshjason has quit IRC | 21:22 | |
*** cmagina has joined #openstack | 21:22 | |
*** dyer has quit IRC | 21:25 | |
*** hemna has joined #openstack | 21:25 | |
*** mtreinish has quit IRC | 21:26 | |
*** rkukura has joined #openstack | 21:26 | |
*** colinmcnamara has joined #openstack | 21:26 | |
*** caffeinatedBrad has joined #openstack | 21:26 | |
*** aliguori has joined #openstack | 21:28 | |
* caffeinatedBrad | 21:28 | |
*** desai has quit IRC | 21:29 | |
*** colinmcnamara1 has joined #openstack | 21:29 | |
*** rustam has quit IRC | 21:29 | |
*** lborda has quit IRC | 21:30 | |
caffeinatedBrad | WHOIS | 21:30 |
*** caffeinatedBrad has left #openstack | 21:30 | |
*** colinmcnamara has quit IRC | 21:30 | |
uvirtbot | New bug: #1070559 in nova "Migration 091 broken for SQLite" [High,New] https://launchpad.net/bugs/1070559 | 21:30 |
*** lborda has joined #openstack | 21:31 | |
*** dolphm has joined #openstack | 21:31 | |
*** tmichael has joined #openstack | 21:32 | |
*** colinmcnamara has joined #openstack | 21:33 | |
*** caffeinatedBrad has joined #openstack | 21:33 | |
coredump|br | Guys | 21:33 |
*** colinmcnamara1 has quit IRC | 21:33 | |
coredump|br | the LVM VG that swift/nova uses, will other LVs that I manually create there be destroyed | 21:34 |
coredump|br | or it only messes with the ones that it creates? | 21:34 |
*** colinmcnamara1 has joined #openstack | 21:35 | |
uvirtbot | New bug: #1070560 in nova "nova-manage network create gives kwargs errors for num_networks and vlan_start" [Undecided,New] https://launchpad.net/bugs/1070560 | 21:36 |
*** colinmcnamara has quit IRC | 21:37 | |
*** colinmcnamara has joined #openstack | 21:38 | |
*** littleidea has joined #openstack | 21:38 | |
*** colinmcnamara1 has quit IRC | 21:39 | |
*** sudorandom has quit IRC | 21:40 | |
*** melwitt has quit IRC | 21:40 | |
*** dendrobates is now known as dendro-afk | 21:40 | |
*** colinmcnamara1 has joined #openstack | 21:40 | |
*** dendro-afk is now known as dendrobates | 21:40 | |
*** colinmcnamara has quit IRC | 21:40 | |
*** sudorandom_ has joined #openstack | 21:41 | |
*** KyleMacDonald has joined #openstack | 21:41 | |
*** dyer has joined #openstack | 21:41 | |
*** littleidea has quit IRC | 21:42 | |
*** colinmcnamara has joined #openstack | 21:43 | |
*** colinmcnamara1 has quit IRC | 21:44 | |
*** colinmcnamara1 has joined #openstack | 21:46 | |
*** alobbs has quit IRC | 21:46 | |
*** lborda has quit IRC | 21:46 | |
alop | anyone here use the RCB cookbooks? | 21:47 |
*** lborda has joined #openstack | 21:47 | |
*** colinmcnamara has quit IRC | 21:48 | |
*** dhubbard has quit IRC | 21:48 | |
*** dhubbard has joined #openstack | 21:48 | |
*** littleidea has joined #openstack | 21:48 | |
*** KyleMacDonald has quit IRC | 21:49 | |
*** sudorandom has joined #openstack | 21:49 | |
*** melwitt has joined #openstack | 21:49 | |
*** dhubbard_ has joined #openstack | 21:50 | |
*** edgarstp has left #openstack | 21:50 | |
*** sudorandom_ has quit IRC | 21:51 | |
*** tdowg1 has quit IRC | 21:52 | |
*** colinmcnamara1 has quit IRC | 21:52 | |
*** Dorogs has quit IRC | 21:52 | |
*** sandywalsh_ has quit IRC | 21:52 | |
*** mnewby_ has joined #openstack | 21:53 | |
*** KyleMacDonald has joined #openstack | 21:53 | |
*** tdc_ has quit IRC | 21:53 | |
namidark | I have a floating point iP range defined, but when I assign an ip to a VM, it never requests it from my DHCP server (router) -- Where can I start to debug this? | 21:54 |
*** jcooley has joined #openstack | 21:55 | |
*** dyer has quit IRC | 21:55 | |
*** simon-AS559 has quit IRC | 21:56 | |
*** mnewby has quit IRC | 21:56 | |
*** mnewby_ is now known as mnewby | 21:56 | |
*** bluenemo has quit IRC | 21:56 | |
*** bluenemo has joined #openstack | 21:56 | |
*** bluenemo has joined #openstack | 21:56 | |
*** Guest86998 has quit IRC | 21:57 | |
*** kbringard has quit IRC | 21:58 | |
*** jaypipes has quit IRC | 21:58 | |
*** littleidea has quit IRC | 21:59 | |
*** rustam has joined #openstack | 22:00 | |
*** scotm has quit IRC | 22:01 | |
*** EmilienM has left #openstack | 22:01 | |
*** littleidea has joined #openstack | 22:02 | |
*** chincloud has joined #openstack | 22:02 | |
*** chincloud is now known as Guest99808 | 22:02 | |
*** littleidea has left #openstack | 22:02 | |
*** lborda has quit IRC | 22:03 | |
*** lborda has joined #openstack | 22:03 | |
*** rustam has quit IRC | 22:04 | |
*** pithagorians has joined #openstack | 22:05 | |
*** tgall_foo has quit IRC | 22:05 | |
*** lazyshot has quit IRC | 22:05 | |
*** markmcclain has quit IRC | 22:06 | |
*** gyee has quit IRC | 22:06 | |
*** heckj has quit IRC | 22:06 | |
*** dcramer_ has quit IRC | 22:07 | |
*** littleidea has joined #openstack | 22:07 | |
pithagorians | hi all. want to build a public cloud service on openstack. how ready is it for production? | 22:07 |
*** littleidea has left #openstack | 22:09 | |
*** colinmcnamara has joined #openstack | 22:10 | |
*** colinmcnamara has left #openstack | 22:10 | |
*** jcooley has quit IRC | 22:12 | |
*** littleidea has joined #openstack | 22:12 | |
*** zeus has quit IRC | 22:12 | |
*** KyleMacDonald has quit IRC | 22:13 | |
alop | define production | 22:15 |
*** kmartin has joined #openstack | 22:15 | |
*** KurtMartin has quit IRC | 22:16 | |
*** negronjl has quit IRC | 22:16 | |
*** Damianz has quit IRC | 22:16 | |
*** Damianz has joined #openstack | 22:17 | |
*** udac has quit IRC | 22:17 | |
*** scalability-junk has quit IRC | 22:17 | |
*** pithagorians has quit IRC | 22:20 | |
*** negronjl has joined #openstack | 22:20 | |
*** alop has left #openstack | 22:21 | |
*** alop has joined #openstack | 22:21 | |
*** dspano has quit IRC | 22:22 | |
*** amccabe is now known as amccabe-afk | 22:23 | |
*** eglynn has joined #openstack | 22:23 | |
*** sean_learning has joined #openstack | 22:24 | |
*** alobbs has joined #openstack | 22:25 | |
*** childsb has quit IRC | 22:27 | |
*** lloydde has quit IRC | 22:27 | |
*** ppradhan has left #openstack | 22:28 | |
*** lloydde has joined #openstack | 22:28 | |
*** ywu_ has joined #openstack | 22:28 | |
*** sacharya has quit IRC | 22:28 | |
*** alunduil has quit IRC | 22:29 | |
*** tryggvil has joined #openstack | 22:29 | |
*** acb__ has quit IRC | 22:30 | |
*** shang_ has quit IRC | 22:30 | |
*** dyer has joined #openstack | 22:30 | |
*** dyer has joined #openstack | 22:30 | |
*** Gordonz has quit IRC | 22:32 | |
*** vipuls has quit IRC | 22:32 | |
*** warik has joined #openstack | 22:33 | |
*** vipuls has joined #openstack | 22:35 | |
*** jcooley has joined #openstack | 22:36 | |
*** rustam has joined #openstack | 22:37 | |
*** eglynn has quit IRC | 22:39 | |
*** Guest99808 has quit IRC | 22:39 | |
*** giulivo has quit IRC | 22:40 | |
*** networkstatic has joined #openstack | 22:41 | |
*** cwelle has quit IRC | 22:42 | |
*** rnirmal has quit IRC | 22:42 | |
*** datsun180b has quit IRC | 22:42 | |
*** dachary has quit IRC | 22:45 | |
*** stewart has joined #openstack | 22:45 | |
*** dachary has joined #openstack | 22:46 | |
*** notze has joined #openstack | 22:46 | |
*** Q310 has quit IRC | 22:47 | |
namidark | anyone :\? | 22:47 |
*** Mops has quit IRC | 22:47 | |
*** cwelle has joined #openstack | 22:47 | |
namidark | here's my ifconfig + nova.conf as well: https://gist.github.com/3942276 | 22:48 |
*** rnorwood1 has quit IRC | 22:49 | |
*** dendrobates is now known as dendro-afk | 22:52 | |
*** dyer has quit IRC | 22:53 | |
*** chinclou1 has joined #openstack | 22:53 | |
*** warik has quit IRC | 22:53 | |
*** acathrow has left #openstack | 22:54 | |
*** sudorandom has quit IRC | 22:54 | |
*** danblack has joined #openstack | 22:55 | |
coredump|br | so | 22:55 |
coredump|br | nothing on using LVM as root for instances? | 22:55 |
*** sean_learning has quit IRC | 22:56 | |
*** warik has joined #openstack | 22:57 | |
*** lloydde has quit IRC | 22:57 | |
*** MarkAtwood has quit IRC | 22:58 | |
*** alobbs1 has joined #openstack | 23:00 | |
*** desai has joined #openstack | 23:01 | |
*** sean_learning has joined #openstack | 23:01 | |
*** anon12345 has joined #openstack | 23:02 | |
anon12345 | how do you access and look at entries in the database via command line in keystone? | 23:03 |
*** kindaopsdevy has quit IRC | 23:04 | |
*** alobbs has quit IRC | 23:04 | |
*** gatuus has quit IRC | 23:04 | |
*** notze has quit IRC | 23:05 | |
*** msavy has quit IRC | 23:05 | |
*** cwelle has quit IRC | 23:05 | |
*** cwelle has joined #openstack | 23:06 | |
*** azret has quit IRC | 23:07 | |
*** desai has quit IRC | 23:08 | |
*** darjeeling has quit IRC | 23:09 | |
*** jodok has joined #openstack | 23:10 | |
*** avtar has quit IRC | 23:10 | |
*** alop has quit IRC | 23:13 | |
*** epim has quit IRC | 23:13 | |
*** desai has joined #openstack | 23:17 | |
Dieterbe | hey guys. just deployed a swift cluster. pumping it full of files as we speak. i notice that all storage nodes have a comparable write load, but only node has a read load, caused by the object auditor. none of the other nodes has a read load. isn't the auditor supposed to run everywhere? | 23:17 |
*** scotm has joined #openstack | 23:17 | |
*** dcramer_ has joined #openstack | 23:18 | |
*** lloydde has joined #openstack | 23:18 | |
*** dolphm has quit IRC | 23:18 | |
notmyname | Dieterbe: yes, the auditor should be running on each object server | 23:18 |
Dieterbe | (the uploads are going on for more than 24h now, there's about 10TB distributed across 6 nodes) | 23:18 |
*** edygarcia has quit IRC | 23:22 | |
*** littleidea has quit IRC | 23:23 | |
*** jcooley has quit IRC | 23:23 | |
*** rnorwood1 has joined #openstack | 23:23 | |
*** Glace has joined #openstack | 23:24 | |
*** dolphm has joined #openstack | 23:24 | |
*** batlogg has joined #openstack | 23:24 | |
*** warik has quit IRC | 23:25 | |
*** II has joined #openstack | 23:25 | |
*** rnorwood1 has quit IRC | 23:25 | |
II | Hi here! | 23:25 |
*** II is now known as Guest20780 | 23:25 | |
*** rnorwood1 has joined #openstack | 23:25 | |
*** jodok has quit IRC | 23:26 | |
*** batlogg is now known as jodok | 23:26 | |
*** jodok has quit IRC | 23:27 | |
*** mattux_ is now known as mattux | 23:28 | |
*** tgall_foo has joined #openstack | 23:28 | |
*** tgall_foo has quit IRC | 23:28 | |
*** tgall_foo has joined #openstack | 23:28 | |
*** desai has quit IRC | 23:29 | |
*** Guest20780 has left #openstack | 23:29 | |
*** alunduil has joined #openstack | 23:29 | |
*** szaydel has quit IRC | 23:30 | |
*** dendro-afk is now known as dendrobates | 23:30 | |
*** dyer has joined #openstack | 23:30 | |
*** dyer has joined #openstack | 23:30 | |
*** tomoe_ has joined #openstack | 23:30 | |
*** desai has joined #openstack | 23:30 | |
dolphm | anon12345: (no reason to direct message, others can benefit from questions/answers in public) it sounds like you're looking for $ keystone endpoint-list or $ keystone service-list | 23:31 |
*** aliguori has quit IRC | 23:31 | |
*** DavidLevin has quit IRC | 23:31 | |
*** dyer has quit IRC | 23:32 | |
*** scotm has quit IRC | 23:33 | |
*** dolphm has quit IRC | 23:33 | |
*** Daniel_II has joined #openstack | 23:34 | |
Daniel_II | hi here! | 23:34 |
Daniel_II | I come from using traditional virtualization amost always on develop desktop enviroments and using vmware, virtualbox, kvm, and for some production infraestructures with kvm, a little with vmware esx and sphere. | 23:36 |
*** metral has quit IRC | 23:36 | |
*** blamar has quit IRC | 23:36 | |
*** metral has joined #openstack | 23:36 | |
Daniel_II | I would like to have a chat with some openstack cloud expert | 23:36 |
Daniel_II | about if I can do some thinks with openstack like with traditional Virtualization | 23:37 |
Daniel_II | But I think ... this its no good time ;) | 23:38 |
namidark | I have a floating point iP range defined, but when I assign an ip to a VM, it never requests it from my DHCP server (router) -- Where can I start to debug this? here's my ifconfig and nova.conf : https://gist.github.com/3942276 | 23:39 |
*** danger_fo is now known as danger_fo_away | 23:39 | |
*** blamar has joined #openstack | 23:39 | |
*** zodiak has quit IRC | 23:39 | |
Daniel_II | namidark: I've same problem, openstack assigns private and public ips, but vm instances can't locate discover dhcp | 23:40 |
*** Trixboxer has quit IRC | 23:40 | |
Daniel_II | Some one know if we can use openstack(over kvm) mix with kvm traditional virtulization instances?? | 23:42 |
*** afazekas has quit IRC | 23:43 | |
*** albert23 has left #openstack | 23:44 | |
Daniel_II | does anyone know if we can use penstack(ver kvm) mix wieht kvm traditional vitualization instance?? :) | 23:44 |
*** acb__ has joined #openstack | 23:44 | |
*** sean_learning has quit IRC | 23:45 | |
*** Daniel_II has left #openstack | 23:46 | |
*** clopez has joined #openstack | 23:47 | |
*** otherwiseguy has quit IRC | 23:48 | |
*** Tross has quit IRC | 23:48 | |
*** littleidea has joined #openstack | 23:49 | |
uvirtbot | New bug: #1070577 in openstack-ci "Add SecurityImpact tag for pull requests" [Undecided,New] https://launchpad.net/bugs/1070577 | 23:52 |
*** Tross has joined #openstack | 23:52 | |
*** mishin has joined #openstack | 23:53 | |
*** warik has joined #openstack | 23:54 | |
*** cwelle has quit IRC | 23:54 | |
*** dyer has joined #openstack | 23:54 | |
*** dyer has joined #openstack | 23:54 | |
*** blamar has quit IRC | 23:54 | |
*** ejat has quit IRC | 23:56 | |
*** lloydde has quit IRC | 23:57 | |
*** pixelbeat has quit IRC | 23:58 | |
*** dyer has quit IRC | 23:58 | |
cburgess | @namidark - floating IP addresses are brought up on the nova-network node and NATed to the fixed ip address assigned to the VM. They are not handed out via DHCP directrly to the VMs. | 23:58 |
*** dims has quit IRC | 23:59 | |
*** jcooley has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!