*** jahor has quit IRC | 00:00 | |
adambergstein | http://pastie.org/2311645 | 00:00 |
---|---|---|
adambergstein | thank you for the help vishy | 00:02 |
*** DrHouseMD has joined #openstack | 00:02 | |
*** AimanA has quit IRC | 00:02 | |
*** huslage has joined #openstack | 00:03 | |
vishy | they are all on one host? | 00:03 |
adambergstein | yes | 00:03 |
vishy | that is the entire log? | 00:03 |
adambergstein | no | 00:03 |
adambergstein | ill paste it in | 00:03 |
*** T0X|C has joined #openstack | 00:03 | |
T0X|C | I am confused about what openstack is. I have read the definition and watched a you tube videos about it. Is it an API technology or language that various other technologies can speak to? Like storage devices can speak to it? Xen? pieces of virtual hardware? | 00:05 |
vishy | are you familiar with eucalyptus? | 00:08 |
adambergstein | http://paste.openstack.org/show/2017/ | 00:08 |
adambergstein | vishy: sorry, i had to cut some of it back because it was long | 00:08 |
adambergstein | i just cut out stuff that was repetitive | 00:09 |
*** maplebed has quit IRC | 00:09 | |
*** tryggvil_ has joined #openstack | 00:10 | |
vishy | hmm | 00:11 |
vishy | lots of stuff from earlier | 00:11 |
vishy | doesn't look like you get an error when you launch | 00:11 |
adambergstein | no | 00:12 |
adambergstein | its quite odd | 00:12 |
vishy | check /var/log/libvirt/qemu/instance-xxxx.log | 00:12 |
adambergstein | ok | 00:12 |
vishy | and syslog to see if there are any error messages | 00:12 |
*** rchavik has joined #openstack | 00:12 | |
*** rchavik has joined #openstack | 00:12 | |
*** maplebed has joined #openstack | 00:12 | |
adambergstein | hang tight... | 00:12 |
*** jeffjapan has quit IRC | 00:12 | |
adambergstein | empty -- /var/log/libvirt/qemu | 00:13 |
T0X|C | only the history of eucalyptus. Is it a virtual technology such as xen or vmware? It's confusing because in the future, xen.org is ensuring their technology plays well with openstack which confuses me again | 00:14 |
*** jeffjapan has joined #openstack | 00:14 | |
adambergstein | http://paste.openstack.org/show/2018/ | 00:16 |
adambergstein | a while lot of the 'terminated with status…' and 'respawning' lines | 00:17 |
adambergstein | *whole | 00:17 |
vishy | basically it uses virtualization to give you a cloud | 00:18 |
vishy | so openstack compute will give you something similar to amazon ec2 | 00:18 |
*** slriv` has joined #openstack | 00:18 | |
vishy | storage will give you something similar to amazon s3 | 00:18 |
T0X|C | openstack provides storage as well? | 00:19 |
vishy | yeah | 00:19 |
vishy | openstack storage | 00:19 |
T0X|C | so how is this not taking the place of xen? | 00:20 |
heckj | T0X|C: It's an overlay that supports Xen as well as many other hypervisors - non Hypervisor specific | 00:20 |
nilsson | T0X|C, openstack doesn't include a hypervisor | 00:20 |
nilsson | you can use xen, or kvm | 00:20 |
heckj | (or lxc, or hyper-v, or vmware ...) | 00:21 |
T0X|C | yes yes | 00:21 |
T0X|C | I have always built my own cloud, vmware, open-e san storage.--- these are like hosted solutions of what I am doing? | 00:22 |
T0X|C | I would be able to run openstackcompute and openstack storage and kinda like offer what amazon does? | 00:22 |
*** ton_katsu has joined #openstack | 00:22 | |
vishy | T0X|C: it is that + APIs | 00:23 |
heckj | T0X|C: yep | 00:23 |
vishy | adambergstein: any errors in nova-network.log? | 00:23 |
adambergstein | ill check | 00:23 |
T0X|C | does openstack storage run as a san-software? | 00:23 |
heckj | T0X|C: The storage component (swift) provides S3 like API (or CloudFiles API). | 00:24 |
heckj | T0X|C: Internally, there's ongoing work right now for volume mechanisms like elastic block storage | 00:24 |
adambergstein | vishy: http://paste.openstack.org/show/2019/ | 00:25 |
heckj | T0X|C: the swift components are meant to use commodity storage (SATA drives, etc) on 5+ servers as a minimum install right now | 00:25 |
vishy | adambergstein: looks like your networks were created wrong | 00:25 |
vishy | they have no interface | 00:25 |
*** amccabe has quit IRC | 00:26 | |
T0X|C | So even with openstack swift, a developer would still need to write a gui for the guts to make it user friendly right? with swift there isn't a guy? just like openstack compute there isn't a manager for the machines within it right? | 00:26 |
adambergstein | ok, how would i go about setting this up? | 00:26 |
vishy | there are various ui's for interacting | 00:26 |
vishy | T0X|C: like cyberduck | 00:26 |
heckj | T0X|C: There's some GUI tools that have been recently added to the dashboard, and I just read about a javascript Swift client, but otherwise year | 00:26 |
heckj | er, "yeah", not "year" | 00:27 |
vishy | adambergstein: what was your network create command? | 00:27 |
*** aliguori has joined #openstack | 00:27 | |
heckj | T0X|C: Anything that can work against S3 can work against this | 00:27 |
adambergstein | sudo nova-manage network create public 10.0.0.0/8 1 32 | 00:27 |
adambergstein | i just need to set up private IPs for now. i am least comfortable setting up the networking aspects of this | 00:28 |
adambergstein | i apologize | 00:28 |
T0X|C | Ok. so as of right now OpenStack is a visionary Developer playground right? I am a virtual machine provider utilizing existing tools and managing vas so this shouldn't concern the hell out of me right? I am glad that it is awesome and I am glad that Xen is building their stuff to be friendly with it. I will keep my eye on it. | 00:29 |
*** medberry is now known as med_out | 00:29 | |
T0X|C | vas -> vm guests | 00:29 |
vishy | ok so you need to either specify vlan_interface in your flag file | 00:29 |
vishy | before creating networks, or specifically pass it in | 00:29 |
vishy | as --bridge_interface when you create networks | 00:30 |
adambergstein | interface found in ifconfig? | 00:30 |
adambergstein | vlan_interface default to 'eth0' correct? | 00:32 |
vishy | no it doesn't | 00:32 |
vishy | defaults to None | 00:32 |
adambergstein | oh | 00:32 |
adambergstein | ok | 00:32 |
vishy | it used to :) | 00:32 |
adambergstein | i see! i thought i had read that | 00:32 |
*** obino has joined #openstack | 00:32 | |
adambergstein | when i change the conf file, what all do i need to do? | 00:33 |
adambergstein | like, what services should i restart? | 00:33 |
*** heckj has quit IRC | 00:36 | |
adambergstein | vishy: was my network create command OK? | 00:41 |
vishy | you should probably delete and recreate the network | 00:42 |
*** ncode has joined #openstack | 00:42 | |
adambergstein | ok, what is the delete command? | 00:42 |
*** mrrk has joined #openstack | 00:45 | |
*** worstadmin has joined #openstack | 00:46 | |
vishy | easiest is just to delete the db and create it again | 00:47 |
*** jmckenty_ has joined #openstack | 00:49 | |
adambergstein | vishy: i ran the 'nova-manage network delete' command | 00:50 |
adambergstein | http://paste.openstack.org/show/2021/ | 00:50 |
adambergstein | would this do the trick? | 00:50 |
*** jmckenty_ has quit IRC | 00:54 | |
*** ccc11 has joined #openstack | 00:54 | |
*** ccc111 has joined #openstack | 00:54 | |
*** clauden_ has quit IRC | 00:55 | |
*** T0X|C has quit IRC | 00:55 | |
*** jakedahn has quit IRC | 00:56 | |
*** Then has joined #openstack | 00:58 | |
*** ccc11 has quit IRC | 00:58 | |
*** mgius has quit IRC | 00:58 | |
Then | Ping | 01:03 |
Then | Hello everyone... | 01:03 |
*** Then has quit IRC | 01:03 | |
*** mwhooker has quit IRC | 01:04 | |
*** maplebed has quit IRC | 01:05 | |
*** npmapn has joined #openstack | 01:05 | |
*** ccc111 has quit IRC | 01:08 | |
*** HugoKuo_ has joined #openstack | 01:09 | |
*** HugoKuo has quit IRC | 01:09 | |
adambergstein | vishy: it seems there is a separate issue now... | 01:17 |
vishy | k | 01:18 |
adambergstein | http://paste.openstack.org/show/2022/ | 01:19 |
adambergstein | i created a new network, new project | 01:19 |
adambergstein | assigned my admin user to the project | 01:19 |
*** negronjl has joined #openstack | 01:20 | |
*** huslage has quit IRC | 01:23 | |
*** littleidea has joined #openstack | 01:23 | |
adambergstein | vishy: i restarted nova-objectstore and it appears to be going | 01:24 |
adambergstein | :) | 01:24 |
vishy | cool | 01:24 |
*** jdurgin has quit IRC | 01:27 | |
adambergstein | vishy: i tried running instances again, same result http://paste.openstack.org/show/2023/ | 01:31 |
*** ccc11 has joined #openstack | 01:33 | |
*** dragondm has quit IRC | 01:33 | |
*** ccc111 has joined #openstack | 01:34 | |
*** ccc11 has quit IRC | 01:36 | |
vishy | restart all the workers | 01:37 |
vishy | gotta go | 01:37 |
vishy | gl | 01:37 |
adambergstein | ok, thanks for your help | 01:37 |
*** tryggvil_ has quit IRC | 01:38 | |
*** jameszhou has joined #openstack | 01:43 | |
*** jakedahn has joined #openstack | 01:47 | |
*** ccc111 has quit IRC | 01:52 | |
*** jtanner has joined #openstack | 01:55 | |
*** msivanes has joined #openstack | 02:04 | |
*** ccc11 has joined #openstack | 02:08 | |
*** worstadmin has quit IRC | 02:13 | |
*** cereal_bars has joined #openstack | 02:13 | |
*** gohko has quit IRC | 02:20 | |
*** ccc11 has quit IRC | 02:23 | |
*** gohko has joined #openstack | 02:23 | |
*** adambergstein has quit IRC | 02:29 | |
*** Cyns has joined #openstack | 02:31 | |
*** Cyns has quit IRC | 02:31 | |
*** worstadmin has joined #openstack | 02:32 | |
*** ewanmellor has quit IRC | 02:33 | |
*** worstadmin has quit IRC | 02:33 | |
*** mfer has joined #openstack | 02:33 | |
*** worstadmin has joined #openstack | 02:34 | |
winston-d | hi, guys. | 02:35 |
*** mfer has joined #openstack | 02:35 | |
winston-d | does anyone know if CloudFiles java binding is thread-safe? we have encountered some problem that indicates it is not. But i would like to confirm. | 02:36 |
*** hadrian has quit IRC | 02:37 | |
*** RickB17 has joined #openstack | 02:42 | |
*** cereal_bars has quit IRC | 02:46 | |
winston-d | lvaughn: hi, Lowell. Sorry to disturb, but is CloudFiles' java binding thread-safe? | 02:47 |
*** hadrian has joined #openstack | 02:50 | |
*** jtanner has quit IRC | 02:50 | |
*** kidrock has joined #openstack | 02:58 | |
*** osier has joined #openstack | 02:58 | |
*** worstadmin has quit IRC | 03:00 | |
*** worstadmin has joined #openstack | 03:01 | |
*** GeoDud has quit IRC | 03:04 | |
*** worstadmin has quit IRC | 03:05 | |
*** hadrian has quit IRC | 03:05 | |
*** mfer has quit IRC | 03:05 | |
*** mrrk has quit IRC | 03:06 | |
*** negronjl` has joined #openstack | 03:17 | |
*** negronjl` has quit IRC | 03:17 | |
*** kashyap has joined #openstack | 03:21 | |
*** HowardRoark has quit IRC | 03:23 | |
*** martine_ has joined #openstack | 03:29 | |
*** jameszhou has joined #openstack | 03:34 | |
*** npmapn has quit IRC | 03:35 | |
*** RickB17 has quit IRC | 03:39 | |
*** DrHouseMD is now known as HouseAway | 03:42 | |
*** martine_ has quit IRC | 03:43 | |
*** kidrock has quit IRC | 03:45 | |
*** negronjl` has joined #openstack | 03:46 | |
*** netmarkjp has joined #openstack | 03:47 | |
*** netmarkjp has left #openstack | 03:47 | |
*** negronjl has quit IRC | 03:48 | |
*** negronjl has joined #openstack | 03:48 | |
*** negronjl has quit IRC | 03:51 | |
*** negronjl` is now known as negronjl | 03:51 | |
*** negronjl has quit IRC | 03:54 | |
*** negronjl has joined #openstack | 03:54 | |
*** jsalisbury has joined #openstack | 03:57 | |
*** jsalisbury has quit IRC | 04:03 | |
*** msivanes has quit IRC | 04:04 | |
*** shang has quit IRC | 04:15 | |
*** shang has joined #openstack | 04:17 | |
*** ccc11 has joined #openstack | 04:18 | |
*** littleidea has quit IRC | 04:20 | |
*** kidrock86 has joined #openstack | 04:25 | |
*** negronjl has quit IRC | 04:25 | |
*** negronjl has joined #openstack | 04:33 | |
*** negronjl has quit IRC | 04:35 | |
*** f4m8_ is now known as f4m8 | 04:35 | |
*** negronjl has joined #openstack | 04:35 | |
*** negronjl has quit IRC | 04:36 | |
*** negronjl has joined #openstack | 04:36 | |
*** ccc11 has quit IRC | 04:37 | |
*** negronjl has quit IRC | 04:37 | |
*** ccc11 has joined #openstack | 04:37 | |
*** negronjl has joined #openstack | 04:37 | |
*** ccc11 has quit IRC | 04:37 | |
*** Juni has joined #openstack | 04:38 | |
*** ccc11 has joined #openstack | 04:39 | |
Juni | Hello to all | 04:39 |
Juni | did anyone know how to change the default hypervisor from KVM to XEN ?? | 04:40 |
*** miclorb_ has quit IRC | 04:41 | |
*** ccc11 has quit IRC | 04:48 | |
*** worstadmin has joined #openstack | 04:49 | |
*** MarkAtwood has left #openstack | 04:50 | |
*** miclorb_ has joined #openstack | 05:06 | |
*** reed has quit IRC | 05:13 | |
*** MarcMorata has joined #openstack | 05:16 | |
*** RobertLaptop has joined #openstack | 05:18 | |
*** koolhead17 has quit IRC | 05:36 | |
*** kashyap has quit IRC | 05:43 | |
*** miclorb_ has quit IRC | 05:50 | |
*** Alowishus_ has joined #openstack | 05:56 | |
*** Alowishus_ is now known as Alowishus | 05:56 | |
*** rocambol2 has joined #openstack | 05:59 | |
*** adjohn has joined #openstack | 06:01 | |
*** adjohn has quit IRC | 06:01 | |
*** zedas has quit IRC | 06:01 | |
*** termie has quit IRC | 06:01 | |
*** ke4qqq has quit IRC | 06:02 | |
*** zedas has joined #openstack | 06:02 | |
*** ke4qqq has joined #openstack | 06:02 | |
*** termie has joined #openstack | 06:02 | |
HugoKuo_ | Juni , --libvirt_type= | 06:03 |
*** miclorb_ has joined #openstack | 06:09 | |
*** Juni has quit IRC | 06:12 | |
*** stewart has joined #openstack | 06:16 | |
*** mgoldmann has joined #openstack | 06:19 | |
*** stewart has quit IRC | 06:27 | |
*** kidrock86 has quit IRC | 06:30 | |
*** kashyap has joined #openstack | 06:40 | |
*** Ryan_Lane has joined #openstack | 06:41 | |
*** Aaron-huang has joined #openstack | 06:44 | |
*** Aaron_huang has quit IRC | 06:46 | |
*** kernelfreak has quit IRC | 06:51 | |
*** ncode has quit IRC | 06:52 | |
*** dirkx has joined #openstack | 06:53 | |
*** kernelfreak has joined #openstack | 06:53 | |
*** guigui has joined #openstack | 06:53 | |
*** ncode has joined #openstack | 06:54 | |
*** Tribaal has joined #openstack | 06:55 | |
*** ewanmellor has joined #openstack | 07:07 | |
*** mrrk has joined #openstack | 07:07 | |
*** jedi4ever has joined #openstack | 07:07 | |
*** objectiveous has quit IRC | 07:10 | |
*** jameszhou has quit IRC | 07:11 | |
*** reidrac has joined #openstack | 07:11 | |
*** ejat has joined #openstack | 07:12 | |
*** ejat has joined #openstack | 07:12 | |
*** ewanmellor has quit IRC | 07:14 | |
*** MarcMorata has quit IRC | 07:16 | |
*** mnour has quit IRC | 07:18 | |
*** csgeek has quit IRC | 07:21 | |
*** npmapn has joined #openstack | 07:39 | |
*** Tribaal has quit IRC | 07:40 | |
*** deepest has joined #openstack | 07:48 | |
zykes- | any keystone devs here ? | 07:50 |
deepest | any people who know about swift, please help me | 07:50 |
reidrac | deepest, zykes- just ask | 07:51 |
reidrac | zykes-: dev channel is #openstack-dev | 07:51 |
deepest | sorry | 07:51 |
deepest | is there any channel for openstack -swift | 07:52 |
*** Tribaal has joined #openstack | 07:53 | |
alekibango | deepest: this channel is OK. just ask the real question | 07:53 |
reidrac | deepest: this channel it's OK, just ask your question and wait | 07:53 |
alekibango | :) | 07:53 |
reidrac | alekibango: mind reading! | 07:53 |
deepest | thanks | 07:53 |
alekibango | deepest: if you will have some time, read this... it will help you a lot: http://www.catb.org/~esr/faqs/smart-questions.html | 07:54 |
*** mrrk has quit IRC | 07:56 | |
*** nickon has joined #openstack | 07:56 | |
deepest | I installed and configured the Swift Proxy like this link http://swift.openstack.org/development_saio.html#optional-setting-up-rsyslog-for-individual-logging. Would you can check for me the result of running Swift Proxy? The result here : http://paste.openstack.org/show/1995/ - http://paste.openstack.org/show/1996/ - http://paste.openstack.org/show/1997/ - http://paste.openstack.org/show/1998/ - http://paste.openstack.org/show/ | 07:59 |
deepest | but all of these things, I installed in 1 Host | 07:59 |
reidrac | deepest: I'm not sure if I understand... the unit tests aren't supposed to validate your installation | 08:00 |
reidrac | do you have a full installation? all services running? | 08:01 |
*** CloudAche84 has joined #openstack | 08:01 | |
deepest | yes | 08:01 |
deepest | I ran all in the tutorial above | 08:01 |
reidrac | then create an account test the cluster with any of the available clients/API libs | 08:01 |
*** vernhart has quit IRC | 08:02 | |
deepest | I want to ask u about the test environment | 08:02 |
*** vernhart has joined #openstack | 08:02 | |
reidrac | a quick test can be running wget or curl on http://PROXY_IP:PORT/v1/unexistent_account and check logs | 08:02 |
*** jeffjapan has quit IRC | 08:03 | |
reidrac | Oh, I see... sorry, I checked your first paste only | 08:03 |
deepest | oh no problem | 08:04 |
deepest | I just want to know, my result correct or not correct. And how can I check them? | 08:04 |
deepest | and how can I transfer the data from any host to storage node | 08:05 |
reidrac | paste 1997 looks OK, you got an auth token | 08:05 |
*** zz_bonzay is now known as bonzay | 08:05 | |
*** daysmen has joined #openstack | 08:05 | |
deepest | right | 08:05 |
deepest | I got the auth_token | 08:06 |
deepest | and Url_token | 08:06 |
reidrac | paste 1998 looks OK I guess | 08:06 |
reidrac | have you tried any client? such as cyberduck, or any of the client libraries? | 08:07 |
deepest | do U know what is the meaning of all character like paste 1998 | 08:07 |
deepest | No I didn't | 08:07 |
deepest | I dont know how to tried with client | 08:07 |
deepest | that why I come here to ask | 08:08 |
reidrac | paste 1998 it's showing stuff you have in that account | 08:08 |
reidrac | you can try this: http://trac.cyberduck.ch/wiki/help/en/howto/cloudfiles | 08:08 |
reidrac | or with https://github.com/rackspace/python-cloudfiles | 08:08 |
reidrac | login, create a container, upload a file, etc | 08:09 |
*** mnour has joined #openstack | 08:09 | |
deepest | Would u describe more detail about that stuff for me | 08:10 |
deepest | I really dont understand much | 08:10 |
deepest | for another client here | 08:10 |
deepest | first of all | 08:10 |
deepest | I have openstack cloud | 08:11 |
deepest | with 3 host | 08:11 |
deepest | 1 for Cloud Controler | 08:11 |
deepest | 1 for Network Controler | 08:11 |
deepest | 1 for Computer Worker | 08:11 |
reidrac | that's not related to swift | 08:11 |
deepest | after that I run Swift Proxy in another Host | 08:12 |
reidrac | and you want to test swift | 08:12 |
deepest | so, Do U think one of any 3 host is Client here? | 08:12 |
deepest | yes, I want to test swift with my 3 host (CC, NC, CW) | 08:13 |
reidrac | you can use any other box as a swift client, so you can validate the swift installation | 08:13 |
*** npmapn has quit IRC | 08:13 | |
*** irahgel has joined #openstack | 08:13 | |
reidrac | it doesn't matter | 08:13 |
deepest | So, do U know anywhere have tutorial? | 08:14 |
deepest | because I dont have any experience | 08:14 |
deepest | how can I configure them? | 08:14 |
reidrac | http://swift.openstack.org/development_saio.html#setting-up-scripts-for-running-swift ; check points 10 and 11 I guess | 08:16 |
*** chemikadze has joined #openstack | 08:17 | |
deepest | what do U mean 10 and 11 here? | 08:19 |
reidrac | those two points in the list show two commands to test your swift installation | 08:23 |
deepest | Check that you can GET account: curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above> Check that swift works: swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat | 08:25 |
deepest | is that right your opinion? | 08:25 |
reidrac | it's a way of testing your installation, yes | 08:34 |
reidrac | once you know it's working, you can keep going | 08:35 |
deepest | ok, thank you Reidrac | 08:36 |
deepest | I will research continue | 08:36 |
*** npmapn has joined #openstack | 08:39 | |
*** deepest has quit IRC | 08:43 | |
alekibango | we should have some simple script which would examine the installation and check for common problems... giving hints to (novice) user. | 08:45 |
*** Tribaal has quit IRC | 08:48 | |
*** shang has quit IRC | 08:48 | |
*** miclorb_ has quit IRC | 08:50 | |
*** daysmen has quit IRC | 08:51 | |
*** daysmen has joined #openstack | 08:53 | |
*** darraghb has joined #openstack | 08:58 | |
*** miclorb_ has joined #openstack | 08:59 | |
*** Elliott has joined #openstack | 09:02 | |
Elliott | I have a quick question.. | 09:03 |
*** Elliott is now known as Guest56199 | 09:03 | |
Guest56199 | msg nickserv register | 09:04 |
*** Guest56199 has quit IRC | 09:04 | |
*** shang has joined #openstack | 09:05 | |
CloudAche84 | fire away Elliott | 09:05 |
*** mnour has quit IRC | 09:06 | |
*** mnour has joined #openstack | 09:06 | |
*** vernhart has quit IRC | 09:09 | |
*** vernhart has joined #openstack | 09:11 | |
*** vernhart has joined #openstack | 09:13 | |
*** MarcMorata has joined #openstack | 09:13 | |
*** mnour has quit IRC | 09:20 | |
*** mnour has joined #openstack | 09:20 | |
*** Tribaal has joined #openstack | 09:21 | |
*** ccc11 has joined #openstack | 09:22 | |
*** ahaldin has quit IRC | 09:23 | |
*** czajkowski has quit IRC | 09:27 | |
*** jj0hns0n has joined #openstack | 09:28 | |
*** miclorb_ has quit IRC | 09:29 | |
*** czajkowski has joined #openstack | 09:30 | |
*** ejat has quit IRC | 09:31 | |
*** mnour has quit IRC | 09:34 | |
*** mnour has joined #openstack | 09:35 | |
*** mnour has quit IRC | 09:35 | |
TREllis | Hi, I'm trying to get auto_assign_floating_ip to work in diablo, getting the error: http://paste.openstack.org/show/2026/ I have plenty of floating IP's left, any ideas? | 09:37 |
*** npmapn has quit IRC | 09:51 | |
*** czajkowski has quit IRC | 09:57 | |
*** czajkowski has joined #openstack | 09:57 | |
*** dirkx has quit IRC | 09:59 | |
*** ton_katsu has quit IRC | 10:00 | |
*** npmapn has joined #openstack | 10:00 | |
*** jedi4ever has quit IRC | 10:02 | |
*** miclorb_ has joined #openstack | 10:02 | |
*** jedi4ever has joined #openstack | 10:02 | |
*** ton_katsu has joined #openstack | 10:03 | |
*** taihen has quit IRC | 10:04 | |
*** miclorb_ has quit IRC | 10:04 | |
*** taihen has joined #openstack | 10:05 | |
*** tudamp has joined #openstack | 10:13 | |
*** ccc11 has quit IRC | 10:13 | |
*** Aaron-huang has quit IRC | 10:21 | |
*** l_a_m has joined #openstack | 10:28 | |
*** andyandy has joined #openstack | 10:32 | |
*** rods has joined #openstack | 10:41 | |
*** Kiall_ has joined #openstack | 10:43 | |
*** Kiall has quit IRC | 10:43 | |
*** Kiall_ is now known as Kiall | 10:43 | |
*** jonesy has quit IRC | 10:46 | |
*** skoude has joined #openstack | 10:48 | |
*** skoude has quit IRC | 10:49 | |
*** yamahata has joined #openstack | 10:49 | |
*** dirkx has joined #openstack | 10:55 | |
*** andyandy has quit IRC | 10:57 | |
*** andyandy has joined #openstack | 10:59 | |
*** ncode has quit IRC | 11:01 | |
*** kernelfreak has quit IRC | 11:01 | |
*** kidrock has joined #openstack | 11:03 | |
kidrock | does anyone successfully install OpenStack DashBoard GitHub version? | 11:04 |
kidrock | when i goto http://ccip:8000 | 11:05 |
kidrock | following error occurred | 11:05 |
kidrock | DatabaseError | 11:05 |
kidrock | no such table: django_session | 11:06 |
mattt | kidrock: that's a common issue | 11:07 |
mattt | kidrock: you may need to run syncdb ? | 11:07 |
mattt | but to answer your question, i had no luck w/ github dashboard | 11:07 |
*** vernhart has quit IRC | 11:08 | |
kidrock | run "nova-manage db sync" at nova-api host? | 11:09 |
mattt | kidrock: sec, let me pull it up for you | 11:09 |
*** kernelfreak has joined #openstack | 11:10 | |
mattt | kidrock: check out the older docs, it says to "tools/with_venv.sh dashboard/manage.py syncdb" | 11:11 |
mattt | (http://docs.openstack.org/bexar/openstack-compute/admin/content/ch06s02.html) | 11:11 |
*** nhm has quit IRC | 11:11 | |
mattt | not 100% sure if that's required for the github version, but i'd suspect so | 11:11 |
mattt | and if so, the documentation appears to be missing that step | 11:12 |
kidrock | yeah | 11:12 |
kidrock | thanks | 11:12 |
kidrock | i will try it | 11:12 |
mattt | coo | 11:13 |
*** BK_man_ has joined #openstack | 11:14 | |
*** ncode has joined #openstack | 11:15 | |
*** ncode has joined #openstack | 11:15 | |
*** BK_man has quit IRC | 11:15 | |
*** BK_man_ is now known as BK_man | 11:15 | |
*** chemikadze has quit IRC | 11:16 | |
*** markvoelker has joined #openstack | 11:18 | |
*** ctennis has quit IRC | 11:21 | |
*** mfer has joined #openstack | 11:21 | |
*** jonesy has joined #openstack | 11:27 | |
*** dirkx has quit IRC | 11:33 | |
*** ctennis has joined #openstack | 11:35 | |
*** ton_katsu has quit IRC | 11:35 | |
*** Ryan_Lane has quit IRC | 11:43 | |
*** ncode has quit IRC | 11:44 | |
*** survery has joined #openstack | 11:44 | |
*** survery has left #openstack | 11:45 | |
*** dirkx has joined #openstack | 11:45 | |
*** cbeck has quit IRC | 11:45 | |
*** cbeck has joined #openstack | 11:46 | |
*** shentonfreude has joined #openstack | 11:47 | |
*** marrusl has joined #openstack | 11:52 | |
*** bcwaldon has joined #openstack | 11:53 | |
*** Ryan_Lane has joined #openstack | 11:59 | |
*** chuck_ has joined #openstack | 12:05 | |
*** chuck_ has quit IRC | 12:06 | |
*** chuck_ has joined #openstack | 12:06 | |
*** zul has quit IRC | 12:07 | |
*** chuck_ is now known as zul | 12:07 | |
*** zul has joined #openstack | 12:07 | |
*** ccc11 has joined #openstack | 12:14 | |
*** ncode has joined #openstack | 12:24 | |
*** cereal_bars has joined #openstack | 12:27 | |
*** BuZZ-T has quit IRC | 12:30 | |
*** jkoelker has joined #openstack | 12:32 | |
*** BuZZ-T has joined #openstack | 12:33 | |
*** hadrian has joined #openstack | 12:35 | |
*** mirrorbox has joined #openstack | 12:36 | |
*** yamahata has quit IRC | 12:36 | |
mirrorbox | what's the correct way to import pipelib from nova/network/manage? pipelib imports AuthManager which imports NetworkManager which results in a loop :( | 12:38 |
*** AhmedSoliman has joined #openstack | 12:38 | |
*** huslage has joined #openstack | 12:39 | |
*** csgeek has joined #openstack | 12:40 | |
*** sandywalsh has joined #openstack | 12:40 | |
*** lborda has joined #openstack | 12:42 | |
*** dirkx has quit IRC | 12:46 | |
*** pmatulis has joined #openstack | 12:47 | |
*** pmatulis has left #openstack | 12:50 | |
*** bsza has joined #openstack | 12:50 | |
*** jtanner has joined #openstack | 12:50 | |
*** nmistry has joined #openstack | 12:55 | |
*** chemikadze has joined #openstack | 12:57 | |
*** stewart has joined #openstack | 12:58 | |
*** rchavik has quit IRC | 13:01 | |
chemikadze | Is there any method to get compute's host name where VM is running? Through API of course. | 13:03 |
*** nmistry has quit IRC | 13:06 | |
*** msivanes has joined #openstack | 13:12 | |
*** RMS-ict has joined #openstack | 13:15 | |
kidrock | ithao1024 | 13:16 |
mattt | kidrock: herpaderp? | 13:17 |
*** Ryan_Lane has quit IRC | 13:17 | |
*** javiF has joined #openstack | 13:23 | |
kidrock | thanks mattt, my problem is resolved | 13:24 |
kidrock | i can login into the dashboard now | 13:24 |
*** karppo has quit IRC | 13:24 | |
*** karppo has joined #openstack | 13:24 | |
*** pimpministerp has joined #openstack | 13:28 | |
*** FallenPegasus has joined #openstack | 13:29 | |
*** FallenPegasus is now known as MarkAtwood | 13:29 | |
*** primeministerp has quit IRC | 13:29 | |
*** kidrock has quit IRC | 13:33 | |
*** osier has quit IRC | 13:34 | |
*** kbringard has joined #openstack | 13:35 | |
*** MarkAtwood has quit IRC | 13:36 | |
*** worstadmin has quit IRC | 13:38 | |
*** vernhart has joined #openstack | 13:42 | |
*** Shentonfreude has joined #openstack | 13:43 | |
*** f4m8 is now known as f4m8_ | 13:47 | |
*** amccabe has joined #openstack | 13:50 | |
*** worstadmin has joined #openstack | 13:50 | |
*** toobulkeh has quit IRC | 13:54 | |
lvaughn | winston-d: It should be thread safe. I've not personally tested it a lot, but I've talked to folks who are and weren't having problems (and it was built to be thread safe and uses thread-safe libraries from Apache which are well tested) | 13:59 |
*** gcc has quit IRC | 14:00 | |
*** dragondm has joined #openstack | 14:04 | |
*** pimpministerp is now known as primeministerp | 14:06 | |
*** objectiveous has joined #openstack | 14:08 | |
*** jfluhmann has joined #openstack | 14:08 | |
*** hggdh has quit IRC | 14:09 | |
*** hggdh has joined #openstack | 14:10 | |
winston-d | lvaughn : thanks. that's good news. i will double check with our developer. | 14:12 |
*** gcc has joined #openstack | 14:15 | |
*** reed has joined #openstack | 14:16 | |
*** cereal_bars has quit IRC | 14:16 | |
*** jfluhmann has quit IRC | 14:18 | |
*** jfluhmann has joined #openstack | 14:18 | |
*** toobulkeh has joined #openstack | 14:20 | |
*** MarkAtwood has joined #openstack | 14:21 | |
*** zigo has joined #openstack | 14:22 | |
*** alfred_mancx has joined #openstack | 14:23 | |
*** cp16net has joined #openstack | 14:26 | |
*** objectiveous has quit IRC | 14:26 | |
zykes- | :w | 14:28 |
*** cereal_bars has joined #openstack | 14:29 | |
*** ldlework has joined #openstack | 14:31 | |
*** dprince has joined #openstack | 14:33 | |
*** CloudAche84 has quit IRC | 14:35 | |
*** mnour has joined #openstack | 14:38 | |
*** jfluhmann has quit IRC | 14:40 | |
*** lborda has quit IRC | 14:40 | |
*** andy-hk has joined #openstack | 14:43 | |
*** bpaluch has joined #openstack | 14:46 | |
*** ozzy_ has joined #openstack | 14:46 | |
*** lborda has joined #openstack | 14:47 | |
*** osier has joined #openstack | 14:48 | |
*** anticw has quit IRC | 14:49 | |
*** nickon has quit IRC | 14:51 | |
*** survery has joined #openstack | 14:55 | |
*** survery has left #openstack | 14:55 | |
*** Cyns has joined #openstack | 14:56 | |
*** rnirmal has joined #openstack | 14:57 | |
*** anticw has joined #openstack | 14:59 | |
creiht | winston-d: if you can make a code snippet that reproduces the issue, let us know | 15:01 |
*** mnour has quit IRC | 15:01 | |
*** andy-hk has quit IRC | 15:02 | |
*** lborda has quit IRC | 15:02 | |
*** msinhore has joined #openstack | 15:04 | |
*** clauden has joined #openstack | 15:04 | |
*** reidrac has quit IRC | 15:04 | |
*** rocambol2 has quit IRC | 15:04 | |
*** clauden has quit IRC | 15:07 | |
*** andy-hk has joined #openstack | 15:07 | |
*** clauden has joined #openstack | 15:07 | |
*** lborda has joined #openstack | 15:13 | |
*** Deva has joined #openstack | 15:14 | |
*** ozzy_ has quit IRC | 15:14 | |
*** ozzy_ has joined #openstack | 15:15 | |
*** l_a_m has quit IRC | 15:16 | |
primeministerp | hey guys, which rpms for rhel 6.1 on griddynamics should one be using these days | 15:18 |
primeministerp | i.e. which are the most stable | 15:18 |
primeministerp | i.e. well not stable | 15:19 |
primeministerp | but sort of | 15:19 |
primeministerp | ;) | 15:19 |
*** dgags has joined #openstack | 15:19 | |
primeministerp | i.e. would one use to deploy on rhel if one were to | 15:19 |
*** andyandy_ has joined #openstack | 15:19 | |
*** andyandy has quit IRC | 15:20 | |
*** clauden has quit IRC | 15:20 | |
*** lborda has quit IRC | 15:22 | |
*** HowardRoark has joined #openstack | 15:25 | |
*** kirkland has quit IRC | 15:30 | |
*** kirkland has joined #openstack | 15:31 | |
*** guigui has quit IRC | 15:31 | |
*** msinhore has quit IRC | 15:33 | |
*** huslage_ has joined #openstack | 15:34 | |
*** lborda has joined #openstack | 15:36 | |
*** ccc11 has quit IRC | 15:37 | |
*** huslage has quit IRC | 15:38 | |
*** huslage_ is now known as huslage | 15:38 | |
*** kirkland has quit IRC | 15:38 | |
*** kirkland has joined #openstack | 15:39 | |
*** ardi2 has joined #openstack | 15:41 | |
*** RickB17 has joined #openstack | 15:42 | |
*** kirkland has quit IRC | 15:43 | |
*** kirkland has joined #openstack | 15:43 | |
*** alfred_mancx has quit IRC | 15:45 | |
*** huslage has quit IRC | 15:46 | |
*** IRTermite has quit IRC | 15:47 | |
*** kirkland has quit IRC | 15:47 | |
*** kirkland has joined #openstack | 15:47 | |
ardi2 | I've been hoping to try out swift, and ran into an error with the swift-proxy-server, any ideas on how to address this http://pastebin.com/gnyXzSQD ? | 15:48 |
*** ewanmellor has joined #openstack | 15:48 | |
*** countspongebob has joined #openstack | 15:48 | |
ozzy_ | exit | 15:49 |
*** ozzy_ has quit IRC | 15:49 | |
*** heckj has joined #openstack | 15:49 | |
*** nati has joined #openstack | 15:51 | |
*** Cyns has quit IRC | 15:51 | |
*** NashTrash has left #openstack | 15:51 | |
*** HowardRo_ has joined #openstack | 15:51 | |
countspongebob | Given a (let's say) a 50 physical node nova cluster, what is a VM launch/teardown rate below which I should consider the system broken? | 15:52 |
*** HowardRoark has quit IRC | 15:52 | |
*** kirkland has quit IRC | 15:53 | |
*** kirkland has joined #openstack | 15:53 | |
*** andyandy__ has joined #openstack | 15:53 | |
kbringard | I don't really know the answer to that question, but I think it's amazing that someone named countspongebob is asking | 15:53 |
countspongebob | BA HA HA HA HA HA! | 15:53 |
countspongebob | <spongebob laugh> | 15:53 |
kbringard | lol, exactly | 15:54 |
countspongebob | I'm ready, I'm ready - to figure out when a nova cluster is busted. | 15:54 |
*** andyandy_ has quit IRC | 15:54 | |
*** kirkland has quit IRC | 15:54 | |
kbringard | I'm imagining spongebob in a graduation cap and gown asking academic questions | 15:54 |
*** kirkland has joined #openstack | 15:54 | |
kbringard | and it's making me laugh | 15:54 |
countspongebob | It's actually a Count Dooku/Spongebob mashup. Imaginge the little yellow guy with a beard, black cloak, and red light sabre | 15:56 |
countspongebob | ...asking about nova setup/teardown rates | 15:56 |
kbringard | haha | 15:56 |
kbringard | before or after his hands are cut off :-p | 15:56 |
countspongebob | He just pops out new ones, no prob. | 15:56 |
*** imsplitbit has joined #openstack | 15:57 | |
countspongebob | Ahem, how many crabby patties can a nova cluster fry up over time period X, generally? | 15:58 |
*** adambergstein has joined #openstack | 16:00 | |
*** kirkland has quit IRC | 16:01 | |
*** kirkland has joined #openstack | 16:01 | |
*** Deva has quit IRC | 16:06 | |
*** T0X|C has joined #openstack | 16:08 | |
T0X|C | Anyone here at the Xen Summit? They are going to be speaking of openstack in about 15 minutes | 16:08 |
winston-d | creiht: sure. :) | 16:08 |
*** jj0hns0n has quit IRC | 16:09 | |
*** mattt has quit IRC | 16:09 | |
*** mattt has joined #openstack | 16:10 | |
*** tudamp has left #openstack | 16:10 | |
*** TimR has joined #openstack | 16:10 | |
*** agoddard has quit IRC | 16:12 | |
*** bz has quit IRC | 16:13 | |
*** karppo has quit IRC | 16:13 | |
*** zigo has quit IRC | 16:16 | |
*** obino has quit IRC | 16:18 | |
*** jedi4ever has quit IRC | 16:19 | |
*** karppo has joined #openstack | 16:19 | |
*** ianloic has quit IRC | 16:19 | |
*** AhmedSoliman has quit IRC | 16:19 | |
*** Tribaal has quit IRC | 16:20 | |
*** daysmen has quit IRC | 16:27 | |
*** MarkAtwood has quit IRC | 16:27 | |
*** msinhore has joined #openstack | 16:29 | |
*** ianloic has joined #openstack | 16:29 | |
*** ewanmellor has quit IRC | 16:31 | |
*** mrjazzcat has quit IRC | 16:33 | |
*** koolhead17 has joined #openstack | 16:35 | |
*** dirkx has joined #openstack | 16:38 | |
*** MarkAtwood has joined #openstack | 16:43 | |
*** jdurgin has joined #openstack | 16:48 | |
*** maplebed_ has joined #openstack | 16:50 | |
*** maplebed_ is now known as Guest12975 | 16:51 | |
*** tudamp_ has joined #openstack | 16:51 | |
*** mnour has joined #openstack | 16:52 | |
*** BK_man has quit IRC | 16:54 | |
*** Eyk^off has quit IRC | 16:54 | |
*** ioso_ has quit IRC | 16:56 | |
*** mattt has quit IRC | 16:56 | |
*** obino has joined #openstack | 16:56 | |
*** ioso has joined #openstack | 16:57 | |
*** mattt has joined #openstack | 16:57 | |
adambergstein | i have a really stupid question i am hoping someone would answer. does openstack require installing a hypervisor or is there one included in the basic install? | 16:57 |
*** countspongebob has quit IRC | 16:58 | |
*** countspongebob has joined #openstack | 16:58 | |
*** HowardRo_ has quit IRC | 16:59 | |
*** HowardRoark has joined #openstack | 16:59 | |
*** countspongebob_ has joined #openstack | 17:03 | |
*** countspongebob has quit IRC | 17:03 | |
*** countspongebob_ is now known as countspongebob | 17:03 | |
*** bz has joined #openstack | 17:04 | |
*** mrrk has joined #openstack | 17:05 | |
*** msinhore has quit IRC | 17:06 | |
*** mattray has joined #openstack | 17:06 | |
*** RMS-ict has quit IRC | 17:06 | |
*** cereal_bars has quit IRC | 17:07 | |
*** Guest12975 has quit IRC | 17:09 | |
heckj | member:adambergstein: it expects you to install a hypervisor. The basic scripts tend to be around KVM, and there's instructions for installing XenServer as well | 17:09 |
adambergstein | heckj: thanks!!! i think that may resolve the issue I'm having at the moment | 17:10 |
heckj | adambergstein: np | 17:10 |
kbringard | if you're installing from packages I think the KVM stuff are deps so it gets installed "automatically" | 17:10 |
kbringard | at least the trunk ppa deb repos | 17:11 |
*** jakedahn has quit IRC | 17:11 | |
adambergstein | i was checking the running processes to see if KVM was running | 17:11 |
adambergstein | i didn't see it | 17:11 |
adambergstein | so, i think the package i used didn't have it | 17:11 |
kbringard | kvm will only start on the compute node when you launch an instance | 17:12 |
kbringard | assuming you're using KVM | 17:12 |
adambergstein | ah, i see | 17:12 |
kbringard | the quick and only sort of accurate flow is | 17:12 |
*** MarkAtwood has quit IRC | 17:12 | |
adambergstein | i tried running it… i got an error in nova-compute log | 17:12 |
adambergstein | libvirtError: Domain not found: no domain with matching name 'instance-00000009' | 17:12 |
kbringard | yea, that seems like you don't have all the dependencies installed | 17:13 |
adambergstein | i just installed KVM | 17:13 |
adambergstein | so, ill see if this does it | 17:13 |
adambergstein | thank you for the help | 17:14 |
kbringard | no problem | 17:14 |
*** maplebed__ has joined #openstack | 17:14 | |
*** dirkx has quit IRC | 17:15 | |
*** mgius has joined #openstack | 17:16 | |
*** maplebed__ is now known as maplebed | 17:18 | |
*** joearnold has joined #openstack | 17:19 | |
*** darraghb has quit IRC | 17:20 | |
*** dprince has quit IRC | 17:22 | |
*** heckj has quit IRC | 17:25 | |
*** marrusl has quit IRC | 17:29 | |
*** marrusl has joined #openstack | 17:30 | |
*** javiF has quit IRC | 17:34 | |
*** jedi4ever has joined #openstack | 17:36 | |
*** alfred_mancx has joined #openstack | 17:37 | |
*** jedi4ever has quit IRC | 17:39 | |
*** mnour has quit IRC | 17:43 | |
*** huslage has joined #openstack | 17:43 | |
*** cereal_bars has joined #openstack | 17:47 | |
*** iRTermite has joined #openstack | 17:50 | |
*** jakedahn has joined #openstack | 17:51 | |
*** cp16net_ has joined #openstack | 17:54 | |
*** cp16net_ has quit IRC | 17:54 | |
adambergstein | is there any documentation for creating fixed/floating IPs? i keep getting this error: FixedIpNotFoundForInstance: Instance 12 has zero fixed ips. | 17:54 |
*** alfred_mancx has quit IRC | 17:55 | |
adambergstein | kbringard: do you know of any documentation for this? | 17:56 |
kbringard | ermm… if it's not in docs.openstack.org or wiki.openstack.org | 17:56 |
*** cp16net has quit IRC | 17:56 | |
kbringard | did you create networks? | 17:56 |
kbringard | is the fixed_ips table in your DB populated? | 17:57 |
kbringard | and is the VM getting an IP? | 17:57 |
adambergstein | i ran create networks before i switched to flat networking | 17:57 |
*** alfred_mancx has joined #openstack | 17:58 | |
*** undertree has joined #openstack | 17:58 | |
adambergstein | do i need to wipe out the networking and start over? if so, the only thing i have found was this: http://docs.openstack.org/cactus/openstack-compute/admin/content/removing-network-from-project.html | 17:59 |
kbringard | when do you get that error ? | 17:59 |
kbringard | when trying to assign a floating IP? | 17:59 |
adambergstein | i get that error when running euca-run-instances w/ an image that shows up in euca-describe-images | 17:59 |
*** dendro-afk is now known as dendrobates | 17:59 | |
*** rnirmal has quit IRC | 18:00 | |
adambergstein | i also set up the br100 bridge in my networking, as i read that the networking required that | 18:00 |
kbringard | hmm, yea… that would indicate that the network controller isn't able to pull an IP from the fixed_ips table, for whatever reason | 18:00 |
*** vishnu has joined #openstack | 18:00 | |
kbringard | I'd consider deleting the network and re-adding it | 18:01 |
*** tudamp has joined #openstack | 18:01 | |
*** rnirmal_ has joined #openstack | 18:01 | |
kbringard | also, if you're using the same address space when you re-add it, make sure that the entries in the fixed_ips table get marked as deleted = 1, or just delete the rows manually | 18:01 |
adambergstein | what command should i run to do that? ill scrape the project | 18:01 |
adambergstein | ok | 18:01 |
kbringard | I think nova-manage network delete will do it | 18:01 |
adambergstein | ok | 18:01 |
kbringard | but there was an open bug about the fixed_ips not getting deleted | 18:01 |
kbringard | so yea, manually check the DB to make sure they get marked as deleted, or that the rows get removed | 18:02 |
adambergstein | ill take a look | 18:02 |
adambergstein | thanks!! | 18:02 |
kbringard | hehe, no problem | 18:02 |
*** mwhooker has joined #openstack | 18:02 | |
kbringard | hopefully it turns out to be helpful :-D | 18:02 |
*** kashyap has quit IRC | 18:02 | |
adambergstein | you know a heck of a lot more than i do! trust me | 18:02 |
adambergstein | how do you assign a project to a network then? | 18:03 |
adambergstein | or, does it just do it automatically? | 18:03 |
kbringard | yea | 18:03 |
kbringard | just picks an available network | 18:03 |
*** GeoDud has joined #openstack | 18:03 | |
adambergstein | ok | 18:03 |
adambergstein | excellent | 18:03 |
kbringard | the first time you launch an instance in that project | 18:04 |
adambergstein | cool, thanks | 18:04 |
kbringard | I have very limited experience with the flat* modes though | 18:04 |
kbringard | so I apologize in advance if I get confused :-) | 18:04 |
adambergstein | i tried to use the default, but i could not for the life of me get nova-network to not show XXX | 18:04 |
adambergstein | when i set up flat, it went to the smiley face | 18:05 |
kbringard | hah, default is vlan mode, so perhaps your switches aren't configured, or able, to pass tagged traffic | 18:05 |
kbringard | but, either way | 18:05 |
kbringard | FlatDHCP should work | 18:05 |
kbringard | I'm just a little sketchy on what parts need to be created | 18:05 |
adambergstein | i have it just as flat now | 18:06 |
adambergstein | do you think flat dhcp would be better? | 18:06 |
kbringard | well, probably.. flat assumes you have an external DHCP server that is assigning IPs | 18:06 |
kbringard | flatDHCP causes nova to fire up dnsmasq to doll out IPs | 18:06 |
adambergstein | makes sense | 18:06 |
adambergstein | i thought br100 handled that but i think your right | 18:07 |
*** aliguori has quit IRC | 18:07 | |
kbringard | br100 will, but only if there is a dnsmasq process listening on it :-D | 18:07 |
kbringard | also, one thing that bit me in the ass… make sure your flat interface and public interface are different | 18:07 |
adambergstein | cool, that makes sense | 18:07 |
kbringard | they can be the same "physical" interface, but they need to be the correct logical names | 18:08 |
adambergstein | eth0? | 18:08 |
kbringard | like, I think I have flat_interface as eth0 | 18:08 |
kbringard | but public_interface needs to be what interface is the default route in netstar -rn | 18:08 |
kbringard | err | 18:08 |
kbringard | netstat | 18:08 |
kbringard | which will likely be br100 | 18:08 |
kbringard | but, that's down the line | 18:08 |
kbringard | getting VMs to launch and get internal IPs is the first step :-) | 18:09 |
kbringard | I need to step out for a bit, bbl | 18:09 |
adambergstein | cool, thanks again for your help | 18:09 |
kbringard | no problem | 18:09 |
kbringard | I'll be back in a couple of hours | 18:09 |
*** jedi4ever has joined #openstack | 18:09 | |
kbringard | but there are a lot of people here who can help… just sometimes have to wait a while for someone to see your question and respond :-) | 18:09 |
adambergstein | i have found you all to be very helpful thus far | 18:10 |
adambergstein | which i am grateful! | 18:10 |
*** obino has quit IRC | 18:11 | |
*** T0X|C has quit IRC | 18:12 | |
*** T0X|C has joined #openstack | 18:12 | |
*** obino has joined #openstack | 18:13 | |
*** aliguori has joined #openstack | 18:14 | |
*** jakedahn_ has joined #openstack | 18:17 | |
*** mitchless has joined #openstack | 18:17 | |
*** po has joined #openstack | 18:18 | |
*** jakedahn has quit IRC | 18:19 | |
*** jakedahn_ is now known as jakedahn | 18:19 | |
*** mszilagyi has joined #openstack | 18:19 | |
*** FallenPegasus has joined #openstack | 18:20 | |
*** FallenPegasus is now known as MarkAtwood | 18:20 | |
*** T0X|C has quit IRC | 18:22 | |
*** whitt has quit IRC | 18:28 | |
*** msinhore has joined #openstack | 18:30 | |
*** MarkAtwood has quit IRC | 18:31 | |
*** jakedahn has quit IRC | 18:33 | |
*** T0X|C has joined #openstack | 18:33 | |
*** hadrian has left #openstack | 18:34 | |
WormMan | hmm, using raw disk for my instance store seems to be much faster for writes(over qcow2) on my tests, but there doesn't seem to be an obvious way to get that while still allowing images to be qcow2 | 18:35 |
*** KnuckleSangwich has joined #openstack | 18:36 | |
*** nelson____ has quit IRC | 18:38 | |
*** nelson____ has joined #openstack | 18:38 | |
*** fabiokung has joined #openstack | 18:38 | |
*** huslage has quit IRC | 18:39 | |
*** jakedahn has joined #openstack | 18:39 | |
*** tudamp has quit IRC | 18:40 | |
*** T0X|C has quit IRC | 18:41 | |
*** dgags has quit IRC | 18:42 | |
*** tudamp has joined #openstack | 18:44 | |
*** msinhore has quit IRC | 18:45 | |
*** andyandy_ has joined #openstack | 18:46 | |
*** jakedahn_ has joined #openstack | 18:47 | |
*** andyandy__ has quit IRC | 18:47 | |
*** jakedahn has quit IRC | 18:48 | |
*** jakedahn_ is now known as jakedahn | 18:48 | |
*** cp16net has joined #openstack | 18:49 | |
*** jedi4ever has quit IRC | 18:50 | |
*** alfred_mancx has quit IRC | 18:50 | |
*** jedi4ever has joined #openstack | 18:51 | |
*** brd_from_italy has joined #openstack | 18:52 | |
*** NashTrash has joined #openstack | 18:54 | |
*** nati has quit IRC | 18:55 | |
*** nati has joined #openstack | 18:56 | |
*** HouseAway is now known as DrHouseMD | 18:59 | |
*** alfred_mancx has joined #openstack | 19:00 | |
*** dgags has joined #openstack | 19:00 | |
*** rnirmal_ has quit IRC | 19:02 | |
*** rnirmal has joined #openstack | 19:02 | |
*** bsza has quit IRC | 19:03 | |
*** bsza has joined #openstack | 19:03 | |
*** vishnu has left #openstack | 19:04 | |
*** dendrobates is now known as dendro-afk | 19:06 | |
*** cp16net has quit IRC | 19:07 | |
*** mdomsch has joined #openstack | 19:11 | |
*** ctennis has quit IRC | 19:11 | |
*** RMS-ict has joined #openstack | 19:12 | |
*** TimR has quit IRC | 19:13 | |
*** nelson____ has quit IRC | 19:14 | |
*** TimR has joined #openstack | 19:14 | |
*** huslage has joined #openstack | 19:15 | |
*** msinhore has joined #openstack | 19:16 | |
*** undertree has quit IRC | 19:18 | |
*** undertree has joined #openstack | 19:18 | |
*** deshantm_laptop has joined #openstack | 19:21 | |
*** mnour has joined #openstack | 19:21 | |
*** localhost has joined #openstack | 19:21 | |
*** adambergstein has quit IRC | 19:22 | |
*** nati has quit IRC | 19:23 | |
*** RMS-ict has quit IRC | 19:24 | |
*** huslage has quit IRC | 19:24 | |
*** ctennis has joined #openstack | 19:24 | |
*** huslage has joined #openstack | 19:25 | |
*** nilsson has quit IRC | 19:28 | |
*** RMS-ict has joined #openstack | 19:29 | |
*** Cyns has joined #openstack | 19:31 | |
*** TimR has quit IRC | 19:32 | |
*** TimR has joined #openstack | 19:33 | |
*** adambergstein has joined #openstack | 19:36 | |
*** dgags has quit IRC | 19:41 | |
annegentle | adambergstein: a little late circling back on the floating ip question, but here's the link to the docs: http://docs.openstack.org/cactus/openstack-compute/admin/content/allocating-associating-ip-addresses.html | 19:42 |
adambergstein | annegentle: thank you! | 19:42 |
*** osier has quit IRC | 19:42 | |
adambergstein | annegentle: do you need to associate-address when using flat DHCP or will it do that automatically? | 19:43 |
*** tudamp has quit IRC | 19:45 | |
*** cp16net has joined #openstack | 19:46 | |
j05h | adambergstein: you'll get an internal ip. you need to manually associate external ones. | 19:47 |
adambergstein | ok cool thanks | 19:48 |
*** nati_ has joined #openstack | 19:50 | |
*** worstadmin has quit IRC | 19:53 | |
*** nid0 has quit IRC | 19:53 | |
*** nid0 has joined #openstack | 19:57 | |
*** countspongebob has quit IRC | 19:57 | |
*** Razique has joined #openstack | 19:59 | |
*** NashTrash has quit IRC | 20:02 | |
*** cereal_bars has quit IRC | 20:02 | |
*** maplebed_ has joined #openstack | 20:04 | |
*** bcwaldon has quit IRC | 20:04 | |
*** countspongebob has joined #openstack | 20:05 | |
*** bcwaldon has joined #openstack | 20:06 | |
*** localhost has quit IRC | 20:06 | |
*** maplebed has quit IRC | 20:08 | |
*** maplebed has joined #openstack | 20:15 | |
*** localhost has joined #openstack | 20:17 | |
*** huslage has quit IRC | 20:17 | |
*** jonesy has left #openstack | 20:19 | |
*** maplebed_ has quit IRC | 20:19 | |
*** cp16net has quit IRC | 20:22 | |
*** cp16net has joined #openstack | 20:23 | |
*** localhost has quit IRC | 20:23 | |
*** nhm has joined #openstack | 20:23 | |
*** localhost has joined #openstack | 20:25 | |
*** localhost has quit IRC | 20:30 | |
*** toobulkeh has quit IRC | 20:34 | |
*** MarcMorata has quit IRC | 20:35 | |
*** jedi4ever has quit IRC | 20:36 | |
*** sandywalsh has quit IRC | 20:38 | |
*** GeoDud has quit IRC | 20:39 | |
*** bcwaldon has quit IRC | 20:40 | |
*** sandywalsh has joined #openstack | 20:41 | |
annegentle | thanks j05h :) | 20:41 |
*** littleidea has joined #openstack | 20:42 | |
j05h | np ;) | 20:43 |
*** GeoDud has joined #openstack | 20:43 | |
kbringard | way to be on top of it j05h | 20:44 |
*** sandywalsh has quit IRC | 20:48 | |
*** mgoldmann has quit IRC | 20:48 | |
*** vishnu has joined #openstack | 20:51 | |
vishnu | I getting this error with yum install: Error: Package: openstack-nova-2011.2-10.el6.noarch Requires: python-nova = 2011.2-10.el6 | 20:52 |
vishnu | same error as this person: http://pastebin.com/p3qmQHvx | 20:53 |
*** localhost has joined #openstack | 20:54 | |
*** alfred_mancx has quit IRC | 20:57 | |
*** sandywalsh has joined #openstack | 21:00 | |
*** RickB17 has quit IRC | 21:02 | |
vishnu | ok. figured out the issue. I had some newer version of python-nova. yum remove took care it. Should have just read the error message carefully..:) | 21:03 |
*** vishnu has quit IRC | 21:04 | |
*** sandywalsh has quit IRC | 21:04 | |
*** ldlework has quit IRC | 21:06 | |
*** jjm has quit IRC | 21:06 | |
*** _cerberus_ has quit IRC | 21:07 | |
*** mnaser has quit IRC | 21:08 | |
*** mdomsch has quit IRC | 21:09 | |
*** ldlework has joined #openstack | 21:10 | |
*** _cerberus_ has joined #openstack | 21:10 | |
*** jaypipes has quit IRC | 21:11 | |
*** Cyns has quit IRC | 21:11 | |
*** nelson____ has joined #openstack | 21:11 | |
*** nphase has quit IRC | 21:11 | |
*** nphase has joined #openstack | 21:12 | |
*** nphase has joined #openstack | 21:12 | |
*** reed has quit IRC | 21:15 | |
*** stewart has quit IRC | 21:15 | |
*** mnaser has joined #openstack | 21:16 | |
*** jj0hns0n has joined #openstack | 21:18 | |
*** jjm has joined #openstack | 21:19 | |
*** fysa has quit IRC | 21:19 | |
*** jaypipes has joined #openstack | 21:20 | |
*** reed has joined #openstack | 21:21 | |
*** Lynelle has joined #openstack | 21:24 | |
*** dolphm has quit IRC | 21:25 | |
*** irahgel has quit IRC | 21:27 | |
*** daysmen has joined #openstack | 21:29 | |
*** markvoelker has quit IRC | 21:33 | |
*** conner has quit IRC | 21:34 | |
*** msivanes has quit IRC | 21:40 | |
*** jkoelker has quit IRC | 21:41 | |
*** johnmark has joined #openstack | 21:42 | |
*** stewart has joined #openstack | 21:45 | |
*** Hs45fd has joined #openstack | 21:46 | |
*** conner has joined #openstack | 21:46 | |
*** bsza has quit IRC | 21:46 | |
*** brd_from_italy has quit IRC | 21:47 | |
*** Hs45fd has quit IRC | 21:47 | |
*** sandywalsh has joined #openstack | 21:47 | |
*** cole has joined #openstack | 21:48 | |
*** cole has left #openstack | 21:49 | |
*** cole has joined #openstack | 21:50 | |
*** deshantm_laptop has quit IRC | 21:51 | |
*** joar has joined #openstack | 21:52 | |
joar | Does Swift fully support the python-cloudfiles bindings? | 21:52 |
*** imsplitbit has quit IRC | 21:58 | |
zedas | join #openstack-dev | 22:01 |
joar | Just did :) | 22:01 |
joar | Thank you zedas though | 22:01 |
*** Shentonfreude has quit IRC | 22:01 | |
*** dirkx has joined #openstack | 22:03 | |
*** nati_ has quit IRC | 22:12 | |
*** clauden_ has joined #openstack | 22:13 | |
*** TimR has quit IRC | 22:13 | |
*** TimR has joined #openstack | 22:14 | |
*** RobertLaptop has quit IRC | 22:17 | |
creiht | joar: yes, according to my comment in the other channel :) | 22:18 |
*** stewart has quit IRC | 22:18 | |
*** RobertLaptop has joined #openstack | 22:19 | |
*** jc_smith has joined #openstack | 22:19 | |
*** marrusl has quit IRC | 22:21 | |
*** marrusl has joined #openstack | 22:22 | |
*** gunther has joined #openstack | 22:22 | |
joar | Thanks again creiht :) | 22:23 |
*** jj0hns0n has quit IRC | 22:24 | |
*** ldlework has quit IRC | 22:26 | |
*** Razique has quit IRC | 22:28 | |
*** DavorC has joined #openstack | 22:31 | |
*** gunther has quit IRC | 22:32 | |
*** daysmen has quit IRC | 22:35 | |
*** stewart has joined #openstack | 22:36 | |
*** andyandy_ has quit IRC | 22:36 | |
*** mrjazzcat has joined #openstack | 22:37 | |
DavorC | Trying to start an instance with Cactus release on RedHat, I get "libvirtError: authentication failed" | 22:37 |
DavorC | Has anyone seen this? | 22:37 |
*** andyandy_ has joined #openstack | 22:38 | |
*** andy-hk has quit IRC | 22:40 | |
*** kbringard has quit IRC | 22:40 | |
*** primeministerp1 is now known as primeministerp|h | 22:41 | |
*** bonzay is now known as bonzay|away | 22:42 | |
*** mattray has quit IRC | 22:43 | |
*** marrusl has quit IRC | 22:43 | |
*** dirkx has quit IRC | 22:48 | |
*** HowardRoark has quit IRC | 22:50 | |
*** Kiall has quit IRC | 22:51 | |
*** amccabe has quit IRC | 22:51 | |
*** nilsson has joined #openstack | 22:51 | |
*** Kiall has joined #openstack | 22:53 | |
*** Cyns has joined #openstack | 22:58 | |
*** msinhore has quit IRC | 23:02 | |
cole | DavorC: assuming user != root? | 23:03 |
*** miclorb_ has joined #openstack | 23:10 | |
*** koolhead17 has quit IRC | 23:10 | |
DavorC | cole: I see it with both | 23:11 |
*** countspongebob has quit IRC | 23:12 | |
*** jeffjapan has joined #openstack | 23:16 | |
*** Cyns_ has joined #openstack | 23:17 | |
*** Cyns has quit IRC | 23:18 | |
*** Cyns_ is now known as Cyns | 23:18 | |
*** joearnold has quit IRC | 23:18 | |
*** jakedahn has quit IRC | 23:19 | |
*** catarrhine has joined #openstack | 23:23 | |
*** jc_smith has quit IRC | 23:24 | |
*** obino1 has joined #openstack | 23:26 | |
*** clauden_ has quit IRC | 23:26 | |
*** obino1 has quit IRC | 23:27 | |
*** obino2 has joined #openstack | 23:27 | |
*** npmapn has quit IRC | 23:27 | |
*** obino2 has quit IRC | 23:27 | |
*** obino1 has joined #openstack | 23:27 | |
*** bonzay|away is now known as zz_bonzay|away | 23:28 | |
*** konetzed has quit IRC | 23:28 | |
*** obino has quit IRC | 23:29 | |
*** RickB17 has joined #openstack | 23:30 | |
*** huslage has joined #openstack | 23:31 | |
*** Cyns has quit IRC | 23:31 | |
*** FallenPegasus has joined #openstack | 23:31 | |
RickB17 | does anyone have an example of a python script interacting with the SWIFT service? | 23:32 |
RickB17 | simple get puts and deletes? | 23:32 |
*** ncode has quit IRC | 23:35 | |
*** clauden has joined #openstack | 23:37 | |
*** konetzed has joined #openstack | 23:37 | |
*** msinhore has joined #openstack | 23:39 | |
*** jc_smith has joined #openstack | 23:40 | |
*** HowardRoark has joined #openstack | 23:41 | |
*** rnirmal has quit IRC | 23:42 | |
*** j05h has quit IRC | 23:46 | |
*** DavorC has quit IRC | 23:52 | |
*** littleidea has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!