*** miclorb has quit IRC | 00:03 | |
*** HugoKuo_ has joined #openstack | 00:04 | |
*** posulliv has joined #openstack | 00:06 | |
*** HugoKuo has quit IRC | 00:06 | |
*** yamahata_lt has joined #openstack | 00:11 | |
*** joearnold has quit IRC | 00:14 | |
*** joearnold has joined #openstack | 00:18 | |
*** joearnold has quit IRC | 00:23 | |
*** tlehman has joined #openstack | 00:28 | |
*** tlehman has left #openstack | 00:29 | |
*** RobertLaptop has quit IRC | 00:32 | |
*** shentonfreude has quit IRC | 00:32 | |
*** Ryan_Lane has quit IRC | 00:33 | |
*** BK_man has quit IRC | 00:33 | |
*** mtaylor_ has quit IRC | 00:34 | |
*** blamar_ has joined #openstack | 00:35 | |
*** shentonfreude has joined #openstack | 00:38 | |
*** clauden_ has quit IRC | 00:45 | |
*** rchavik has quit IRC | 00:48 | |
*** blamar_ has quit IRC | 00:48 | |
winston-d | kpepple: hi | 00:50 |
---|---|---|
kpepple | winston-d: aloha | 00:50 |
winston-d | kpepple : :) i was wondering if you can shed me some light on vncproxy. | 00:51 |
*** MotoMilind has quit IRC | 00:52 | |
winston-d | kpepple : i followed the instructions here: http://wiki.openstack.org/OpenStackDashboard to setup OpenStack dashboard. I can use dashboard smoothly except the noVNC part. | 00:53 |
*** thickskin has joined #openstack | 00:54 | |
kpepple | winston-d: sadly, i haven't worked much with that ... are you using the novnc part through the dashboard or by cut and pasting into another browser | 00:55 |
winston-d | kpepple : nope, there's a show vnc console for each instance. i simply click that button, and then noVNC complained : failed to connect to server. | 00:56 |
*** gzapp_ has joined #openstack | 00:57 | |
kpepple | winston-d: can you client machine talk directly to the machine with nova-api and nova-vncproxy ? | 00:57 |
jeffjapan | my impression is that even after you set up the dashboard properly, there's additional configuration necessary to get noVnc working | 00:58 |
winston-d | kpepple : i actually was using the browser on NOVA-API/VNC-proxy machine. | 00:58 |
winston-d | jeffjapan : and which configuration is that? | 00:58 |
kpepple | winston-d: this is the config -- http://nova.openstack.org/runnova/vncconsole.html | 00:59 |
kpepple | winston-d: also make sure that nova-vncproxy is running ... it won't start without the configs | 00:59 |
winston-d | kpepple : i have them properly set in nova.conf. nova-vncproxy and nova-direct-api are also running | 01:00 |
kpepple | winston-d: firewall open on 6080 ? | 01:00 |
gzapp_ | Is there a way to verify weather or not an object has been replicated? | 01:00 |
winston-d | kpepple : let me check the firewall | 01:01 |
winston-d | kpepple : btw, the 'show console' also didn't work... | 01:01 |
*** miclorb_ has joined #openstack | 01:02 | |
kpepple | winston-d: just try and telnet to 6080 ... | 01:03 |
*** benbenhappy has joined #openstack | 01:04 | |
winston-d | kpepple : 'connected to Control (10.0.0.1). Escape character is '^]' ' i suppose firewall is not a problem | 01:05 |
kpepple | winston-d: yep, that's not it | 01:05 |
kpepple | winston-d: does the direct api work (i.e. stack get_vnc_console ...) | 01:07 |
winston-d | kpepple : i could actually use 'vncviewer' to connect to instance via compute_node:vnc_port. so i guess the problem is about noVNC | 01:07 |
winston-d | kpepple : how can i use direct api? never used that before. | 01:07 |
kpepple | winston-d: noVNC only works with some browsers ... you need websockets | 01:08 |
kpepple | winston-d: the direct api is just another way to get the console url | 01:08 |
winston-d | kpepple : i use google chrome | 01:08 |
kpepple | winston-d: i thought you needed to use this (https://github.com/openstack/noVNC) to make it work properly ... | 01:10 |
winston-d | kpepple : is there any document i can learn about direct api? | 01:11 |
* kpepple digs through the api looking for the direct stuff | 01:12 | |
winston-d | kpepple : i think i'm using the correct noVNC. it's built-in for GridDynamic's RHEL package. | 01:13 |
kpepple | winston-d: ah, then it's probably correct. | 01:13 |
*** woleium has quit IRC | 01:13 | |
kpepple | winston-d: didn't find anything about the direct api ... i haven't used it much | 01:13 |
winston-d | kpepple : which command can actually issue direct api to nova-direct-api service? | 01:14 |
kpepple | winston-d: i think that is the bin/stack command | 01:15 |
winston-d | kpepple : thanks. i'll have a try. | 01:15 |
*** rchavik has joined #openstack | 01:17 | |
*** MarcMorata has joined #openstack | 01:19 | |
*** jeffjapan has quit IRC | 01:21 | |
*** jeffjapan has joined #openstack | 01:24 | |
winston-d | hmm, direct api complained InstanceNotFound. how come? | 01:27 |
kpepple | winston-d: for what command ? | 01:29 |
winston-d | kpepple : 'stack --user=adim --project=test compute get_vnc_console instance_id=i-0000001f' | 01:30 |
winston-d | kpepple : the instance id is obtained from 'euca-describe-instance' output | 01:31 |
kpepple | winston-d: you need the openstack api instance id which is either the serverRef or serverId | 01:32 |
winston-d | kpepple : that's sth like 'Server 31'? | 01:33 |
*** BK_man has joined #openstack | 01:34 | |
winston-d | BK_man : morning~ | 01:34 |
kpepple | winston-d: in the examples, it is usually something like "serverId: 42" for openstack api 1.0 | 01:34 |
BK_man | winston-d: hi | 01:34 |
kpepple | winston-d: for openstack api 1.1, it's "serverRef: http://localhost/servers/42" ... if i remember correctly | 01:35 |
winston-d | BK_man : i haven encountered some compatibility issue with euca2ools and objectstore. | 01:35 |
winston-d | kpepple : so i should put 'serverRef: 42' as 'instance_id' ? | 01:36 |
BK_man | winston-d: which version of euca2ools are you using? | 01:37 |
winston-d | BK_man : vishy and i spent time last week root caused the 'euca-upload-bundle' not working issue to that. he believed that probably because your RHLE package used newer version of euca2ools or something. | 01:37 |
winston-d | BK_man : i'm using 'euca2ools-1.3.1-3gd.noarch' which was from your yum repository openstack-deps. | 01:38 |
BK_man | winston-d: ok. I tested it with glance | 01:38 |
kpepple | winston-d: no, i think something like "instance_id=42" | 01:39 |
winston-d | BK_man : did you test glance with file backend, using 'euca-bundle/upload-bundle' ? | 01:39 |
*** miclorb_ has quit IRC | 01:39 | |
BK_man | winston-d: yep. but if you firing euca-run-instances immediately after euca-register-* than it will fail | 01:40 |
winston-d | kpepple : ahha, that works! great! thanks! | 01:40 |
BK_man | winston-d: does not matter which backend is used - objectstore or glance with file backend | 01:40 |
BK_man | winston-d: but I think that's not a case with your bug | 01:40 |
winston-d | BK_man : then maybe you can look at my error here: this is when i try 'euca-upload-bundle' with glance as image service + file backend or even with Local image service. http://paste.openstack.org/show/1237/ | 01:42 |
*** gzapp_ has quit IRC | 01:42 | |
BK_man | winston-d: ok. we are going to fix our patch. It's here: https://github.com/griddynamics/openstack-rhel/blob/cactus/SOURCES/openstack-nova-s3server-quickfix.patch | 01:44 |
BK_man | winston-d: actually, fix of that patch could be 1-line | 01:45 |
BK_man | if 'action' in params: | 01:45 |
BK_man | del params['action'] | 01:45 |
winston-d | kpepple : using the VNC url obtained via direct API. noVNC still doesn't work. 'Failed to connect to server'. | 01:46 |
winston-d | BK_man : aaaaah, so this is actually a known bug. | 01:46 |
BK_man | could you please change it? Open /usr/lib/python2.6/site-packages/nova/objectstore/s3server.py and try to fix code near line #126 | 01:47 |
winston-d | BK_man : yes i can. | 01:47 |
BK_man | winston-d: our developer trying to understand what's going on with that bug - just add if and try to reproduce a bug | 01:48 |
BK_man | winston-d: I will be waiting you feedback (probably on Email) | 01:48 |
winston-d | BK_man : i'll try ASAP | 01:49 |
winston-d | BK_man : weird enough. the 'del params['action']' is already there. | 01:50 |
winston-d | BK_man : should i just remove it? | 01:51 |
BK_man | you should change that line and use two above | 01:51 |
BK_man | isntead | 01:51 |
*** edison has quit IRC | 01:54 | |
winston-d | BK_man : i don't get it. | 01:55 |
BK_man | winston-d: you should add space in existing line and add line with if just before | 01:55 |
winston-d | BK_man : it looks like this for now ( i didn't change anything) http://paste.openstack.org/show/1259/ | 01:56 |
winston-d | BK_man : it looks exactly the same as what ur 1-liner patch would generate | 01:57 |
BK_man | winston-d: http://paste.openstack.org/show/1261/ | 01:59 |
winston-d | BK_man : i have to run for a meeting for one hour. talk 2 u later. you can just leave message. | 01:59 |
BK_man | yep, I need to run also | 01:59 |
BK_man | let me know by mail | 01:59 |
*** BK_man has quit IRC | 02:00 | |
*** RobertLaptop has joined #openstack | 02:02 | |
*** blamar_ has joined #openstack | 02:02 | |
*** y4m4 has quit IRC | 02:11 | |
*** miclorb has joined #openstack | 02:21 | |
*** vvuksan has quit IRC | 02:23 | |
*** guynaor has joined #openstack | 02:24 | |
*** guynaor has left #openstack | 02:24 | |
*** blamar_ has quit IRC | 02:38 | |
*** sophiap has quit IRC | 02:40 | |
*** sophiap has joined #openstack | 02:40 | |
*** sophiap has quit IRC | 02:58 | |
*** sophiap has joined #openstack | 03:02 | |
*** sophiap has quit IRC | 03:11 | |
*** MotoMilind has joined #openstack | 03:22 | |
*** RobertLaptop has quit IRC | 03:29 | |
*** RobertLaptop has joined #openstack | 03:30 | |
*** Transformer has joined #openstack | 03:42 | |
*** shentonfreude has quit IRC | 03:42 | |
*** Transformer has quit IRC | 03:44 | |
*** shentonfreude has joined #openstack | 03:46 | |
*** Ryan_Lane has joined #openstack | 04:03 | |
*** dendro-afk is now known as dendrobates | 04:07 | |
*** shentonfreude has quit IRC | 04:15 | |
*** miclorb has quit IRC | 04:18 | |
openstackjenkins | Project nova build #859: SUCCESS in 2 min 33 sec: http://jenkins.openstack.org/job/nova/859/ | 04:30 |
openstackjenkins | Tarmac: Refactoring the usage of nova.exception.Duplicate | 04:30 |
*** hadrian has quit IRC | 04:32 | |
*** Ryan_Lane1 has joined #openstack | 04:35 | |
*** Ryan_Lane has quit IRC | 04:35 | |
*** clauden has joined #openstack | 04:36 | |
*** clauden has quit IRC | 04:37 | |
*** clauden_ has joined #openstack | 04:37 | |
*** f4m8_ is now known as f4m8 | 04:39 | |
*** MotoMilind has quit IRC | 04:47 | |
*** kashyap has joined #openstack | 04:50 | |
*** beez12345er has joined #openstack | 04:54 | |
*** beez12345er has left #openstack | 04:55 | |
*** throughnothing has quit IRC | 04:55 | |
*** Ryan_Lane has joined #openstack | 04:59 | |
*** Ryan_Lane1 has quit IRC | 04:59 | |
*** MotoMilind has joined #openstack | 05:02 | |
*** RobertLaptop has quit IRC | 05:02 | |
*** RobertLaptop has joined #openstack | 05:04 | |
*** clauden_ has left #openstack | 05:09 | |
*** koolhead11|afk is now known as koolhead11 | 05:16 | |
*** adjohn has joined #openstack | 05:19 | |
*** sandywalsh has joined #openstack | 05:19 | |
*** pquerna has joined #openstack | 05:27 | |
*** sandywalsh has quit IRC | 05:29 | |
pquerna | is the Load balancing source code available? | 05:30 |
pquerna | nm, doens't look like it is yet? | 05:31 |
* jeremyb sses minimal difference between those 2 questions :-] | 05:33 | |
* jeremyb runs away | 05:34 | |
pquerna | sorry, just was all excited to uh.. see the source kinda | 05:34 |
pquerna | but finding the actual mails on the lists.. its.. just announced. | 05:35 |
*** mgoldmann has joined #openstack | 05:58 | |
*** mzlittlle has quit IRC | 06:02 | |
pquerna | is there a document somewhere describing what incubation means in open stack terms? | 06:03 |
*** mihgen has joined #openstack | 06:04 | |
pquerna | http://wiki.openstack.org/Governance/Approved/NewProjectProcess | 06:04 |
*** nRy has quit IRC | 06:06 | |
*** konetzed has quit IRC | 06:06 | |
*** konetzed has joined #openstack | 06:06 | |
*** nRy has joined #openstack | 06:06 | |
HugoKuo_ | https://answers.launchpad.net/nova/+question/154272 | 06:14 |
HugoKuo_ | failed to run up instance with new user account | 06:15 |
HugoKuo_ | crazy about add users :\ | 06:24 |
*** MotoMilind has quit IRC | 06:26 | |
*** CloudChris has joined #openstack | 06:29 | |
*** CloudChris has left #openstack | 06:30 | |
HugoKuo_ | 2011-04-26 14:33:40,282 DEBUG nova.auth.manager [-] user: User('test2', 'test2', '921c52b2-f37b-4564-b8bc-8cefc31036a3', 'fca9c77c-fdd5-4c50-b48c-d8a9ea8055ad', False) from (pid=28622) authenticate /usr/lib/pymodules/python2.7/nova/auth/manager.py:270 | 06:40 |
HugoKuo_ | 2011-04-26 14:33:40,418 DEBUG nova.auth.manager [-] user: User('test2', 'test2', '921c52b2-f37b-4564-b8bc-8cefc31036a3', 'fca9c77c-fdd5-4c50-b48c-d8a9ea8055ad', False) from (pid=28622) authenticate /usr/lib/pymodules/python2.7/nova/auth/manager.py:270 | 06:40 |
HugoKuo_ | "False " | 06:40 |
*** zenmatt has quit IRC | 06:40 | |
*** zaitcev has quit IRC | 06:43 | |
*** tjikkun has quit IRC | 06:45 | |
*** rcc has joined #openstack | 06:48 | |
*** guigui1 has joined #openstack | 06:53 | |
Ryan_Lane | HugoKuo_: you need to be in the sysadmin role, or a project admin to create instances | 06:55 |
Ryan_Lane | when you create users that way they are in no roles | 06:55 |
Ryan_Lane | and are also not admins | 06:55 |
Ryan_Lane | your user can run a number of description queries, but can't really do any actions | 06:56 |
HugoKuo_ | I try to add account "test2" as a netadmin | 06:57 |
HugoKuo_ | in database table user_role_association 2011-04-26 06:21:29NULLNULL0test2netadmin | 06:57 |
HugoKuo_ | project_association 2011-04-25 10:31:53NULLNULL0test2hugopro | 06:58 |
HugoKuo_ | so what if I want the user test2 to run up instance . what should I do ? add which role for "test2" | 06:59 |
HugoKuo_ | I try to add sysadmin role :> | 07:00 |
*** Ryan_Lane has quit IRC | 07:00 | |
*** sandywalsh has joined #openstack | 07:10 | |
*** dirkx has quit IRC | 07:12 | |
*** lionel has quit IRC | 07:16 | |
*** tjikkun has joined #openstack | 07:17 | |
*** tjikkun has joined #openstack | 07:17 | |
*** lionel has joined #openstack | 07:17 | |
*** antenagora has joined #openstack | 07:17 | |
*** z0_ has joined #openstack | 07:22 | |
*** z0 has quit IRC | 07:24 | |
*** sandywalsh has quit IRC | 07:30 | |
*** nacx has joined #openstack | 07:40 | |
*** adjohn has quit IRC | 07:46 | |
*** mihgen has quit IRC | 07:48 | |
*** citral has joined #openstack | 07:52 | |
*** mihgen_ has joined #openstack | 07:57 | |
*** citral has quit IRC | 08:01 | |
*** anticw has quit IRC | 08:08 | |
*** sandywalsh has joined #openstack | 08:13 | |
*** z0__ has joined #openstack | 08:24 | |
*** z0_ has quit IRC | 08:26 | |
*** bkkrw has joined #openstack | 08:26 | |
*** jeffjapan has quit IRC | 08:32 | |
*** flopflip has quit IRC | 08:35 | |
*** maplebed has quit IRC | 08:37 | |
*** maplebed has joined #openstack | 08:40 | |
*** rsaidan has joined #openstack | 08:46 | |
*** miclorb_ has joined #openstack | 08:58 | |
*** sandywalsh has quit IRC | 09:03 | |
koolhead11 | kim0, | 09:06 |
uvirtbot | New bug: #770732 in openstack-dashboard "An error trace , shows on my tty" [Undecided,New] https://launchpad.net/bugs/770732 | 09:07 |
*** adiantum has joined #openstack | 09:07 | |
*** miclorb_ has quit IRC | 09:10 | |
*** allsystemsarego has joined #openstack | 09:20 | |
*** benbenhappy has left #openstack | 09:22 | |
*** shehjart has joined #openstack | 09:24 | |
*** erik-s has quit IRC | 09:33 | |
uvirtbot | New bug: #771132 in nova "VNC console doesn't work when 'vnc_debug' flag is true" [Undecided,New] https://launchpad.net/bugs/771132 | 09:41 |
*** miclorb_ has joined #openstack | 09:44 | |
*** rcc has quit IRC | 09:58 | |
*** adiantum has quit IRC | 10:03 | |
*** Daviey has quit IRC | 10:08 | |
*** mihgen_ has quit IRC | 10:14 | |
*** mihgen_ has joined #openstack | 10:15 | |
*** anticw has joined #openstack | 10:19 | |
*** Daviey has joined #openstack | 10:25 | |
*** z0__ has quit IRC | 11:05 | |
*** z0__ has joined #openstack | 11:06 | |
*** laserbled has joined #openstack | 11:13 | |
*** cdbs has quit IRC | 11:15 | |
*** cdbs has joined #openstack | 11:16 | |
*** shentonfreude has joined #openstack | 11:19 | |
*** bkkrw has quit IRC | 11:22 | |
*** kyzh has joined #openstack | 11:36 | |
*** kyzh has joined #openstack | 11:36 | |
*** antenagora has quit IRC | 11:37 | |
*** shentonfreude has quit IRC | 11:37 | |
*** rostik has joined #openstack | 11:39 | |
*** laserbled has left #openstack | 11:39 | |
HugoKuo_ | can I share network with different project | 11:39 |
HugoKuo_ | ? | 11:39 |
rostik | does an URL to swift's account ever change? | 11:40 |
rostik | the one which user receives upon successful authentication | 11:40 |
*** cdbs has quit IRC | 11:52 | |
*** antenagora has joined #openstack | 11:52 | |
*** antenagora has left #openstack | 11:53 | |
*** cdbs has joined #openstack | 11:54 | |
*** miclorb_ has quit IRC | 11:55 | |
*** ctennis has quit IRC | 12:03 | |
*** antenagora has joined #openstack | 12:21 | |
*** ctennis has joined #openstack | 12:21 | |
*** sophiap has joined #openstack | 12:24 | |
*** antenagora has quit IRC | 12:25 | |
*** antenagora has joined #openstack | 12:25 | |
*** hadrian has joined #openstack | 12:26 | |
*** shentonfreude has joined #openstack | 12:33 | |
*** sophiap has quit IRC | 12:33 | |
*** sophiap has joined #openstack | 12:35 | |
*** rcc has joined #openstack | 12:47 | |
*** shentonfreude has quit IRC | 12:47 | |
*** sophiap has quit IRC | 12:49 | |
*** soosfarm has quit IRC | 12:53 | |
*** sophiap has joined #openstack | 12:55 | |
notmyname | rostik: no. the URL should never change | 13:01 |
*** adiantum has joined #openstack | 13:01 | |
*** soosfarm has joined #openstack | 13:04 | |
*** aliguori has joined #openstack | 13:05 | |
*** sophiap has quit IRC | 13:06 | |
*** vvuksan has joined #openstack | 13:09 | |
*** alex-meade has joined #openstack | 13:21 | |
*** carlp has quit IRC | 13:23 | |
*** carlp has joined #openstack | 13:24 | |
*** shentonfreude has joined #openstack | 13:26 | |
*** gondoi has joined #openstack | 13:35 | |
*** mgoldmann has quit IRC | 13:35 | |
*** posulliv has quit IRC | 13:37 | |
*** Nick0la has quit IRC | 13:38 | |
*** lborda has joined #openstack | 13:40 | |
*** kakella has joined #openstack | 13:44 | |
*** kakella has left #openstack | 13:44 | |
adiantum | hello gents | 13:45 |
adiantum | may be some body know if there is stack utility packaged for ubuntu 10.04? | 13:47 |
*** f4m8 is now known as f4m8_ | 13:50 | |
*** robinbowes has joined #openstack | 13:56 | |
*** robinbowes has left #openstack | 13:58 | |
*** markvoelker has joined #openstack | 13:59 | |
*** zenmatt has joined #openstack | 14:01 | |
*** markvoelker has quit IRC | 14:07 | |
*** clayg_ has joined #openstack | 14:09 | |
*** markvoelker has joined #openstack | 14:09 | |
nhm_ | anyone have a link to the conference stream? | 14:14 |
*** posulliv has joined #openstack | 14:18 | |
*** fabiand__ has joined #openstack | 14:27 | |
*** jaypipes has joined #openstack | 14:31 | |
*** doude has quit IRC | 14:31 | |
*** elasticdog has quit IRC | 14:31 | |
*** Ryan_Lane has joined #openstack | 14:34 | |
*** maverick has joined #openstack | 14:34 | |
*** clayg_ has quit IRC | 14:35 | |
*** adjohn has joined #openstack | 14:36 | |
*** clayg_ has joined #openstack | 14:38 | |
*** holligan has joined #openstack | 14:43 | |
holligan | Hello. Is there anyway to use swift as a SAN? | 14:44 |
holligan | I need to be able to mount my storage. | 14:44 |
creiht | holligan: Not really, swift is object storage not block storage | 14:44 |
holligan | hrm. | 14:44 |
holligan | okay. | 14:44 |
holligan | thanks | 14:44 |
creiht | There are some tools that will make it look like a filesystem | 14:44 |
holligan | I have several servers that need to be able to share a filesystem. | 14:45 |
holligan | I have been using DRBD | 14:45 |
holligan | but now I want an active/active solution. | 14:45 |
holligan | and reduntant would be nice, too. | 14:45 |
creiht | yeah, swift isn't going to work for that | 14:45 |
alekibango | holligan: swift is usable for image storage.. not as virtual drive system | 14:45 |
holligan | Swift looked like the way to go. | 14:45 |
holligan | okay. thank you. | 14:46 |
alekibango | holligan: keep eye on sheepdog | 14:46 |
holligan | sheepdog? | 14:46 |
*** sandywalsh has joined #openstack | 14:46 | |
alekibango | holligan: join ##sheepdog | 14:46 |
alekibango | :) | 14:46 |
alekibango | the project is trying to become what you need. | 14:46 |
holligan | ha. Version 0.2.2 | 14:46 |
alekibango | going to be stable (production ready) in month | 14:47 |
holligan | I'm not sure I'll be able to put beta in production... | 14:47 |
holligan | oh. okay. | 14:47 |
alekibango | even sooner maybe | 14:47 |
holligan | that sounds good! | 14:47 |
alekibango | still, its missing few nice functions, but looks very nice | 14:47 |
alekibango | you need to try taht one out | 14:47 |
holligan | is it close to stable now? or iterating too fast to use for a proof-of-concept deployment? | 14:47 |
alekibango | close to stable | 14:48 |
holligan | honestly, the lack of decent SAN is the only obstacle I have now. | 14:48 |
*** elasticdog has joined #openstack | 14:48 | |
holligan | and they are too expensive for our "open-source, do it for free or not at all" upper management. | 14:48 |
holligan | Thank you for the advance gentl | 14:49 |
holligan | gah | 14:49 |
holligan | client fail | 14:50 |
holligan | Thank you for the advance gentlemen. I will look into sheepdog. | 14:50 |
*** holligan has left #openstack | 14:50 | |
*** abecc has joined #openstack | 14:51 | |
*** Ryan_Lane has quit IRC | 14:51 | |
*** robbiew has joined #openstack | 14:52 | |
*** Nick0la has joined #openstack | 14:55 | |
Nick0la | Hello again all. | 14:56 |
Nick0la | when I run a euca-run-instances command, to which process does euca pass off the launching of the VM? | 14:57 |
Nick0la | The instance is showing up in the database | 14:58 |
*** antenagora has quit IRC | 14:58 | |
Nick0la | It's listed as in "networking" in euca-describe-instances | 14:59 |
Nick0la | and it has been for several hours. | 14:59 |
Nick0la | I can't find any logs to give a clue about what is broken. | 14:59 |
nhm_ | nick0la: nothing in the nova-compute logs? | 15:02 |
Nick0la | only this: | 15:02 |
Nick0la | 2011-04-26 11:04:44,142 INFO nova.compute.manager [-] Found instance 'instance-00000016' in DB but no VM. State=0, so assuming spawn is in progress. | 15:02 |
nhm_ | nick0la: I had things stuck in the networking state for a while on my test cluster. Ultimately it was because _base needed to be cleaned out after I got glance working. | 15:03 |
Nick0la | _base ? | 15:03 |
nhm_ | Nick0la: /var/lib/nova/instances/_base | 15:03 |
Nick0la | (I'm not running glace yet. I plan on it. I have swift installed but I'm not using it yet, either. I just REALLY wanna see this working before I add complexity) | 15:04 |
nhm_ | Nick0la: also, have you been switching around your network settings/manager? You may want to delete everything in network and fixed_ips from the DB and recreate the network using nova-manage. | 15:04 |
Nick0la | my /var/lib/nova/instances directory is empty | 15:04 |
*** omidhdl has joined #openstack | 15:05 | |
nhm_ | Are you doing multi-node? | 15:05 |
*** TiEnGo has joined #openstack | 15:05 | |
Nick0la | I was trying for that at first. | 15:05 |
*** adc has joined #openstack | 15:05 | |
Nick0la | but now I'm just trying to get it to run on my cloud control. | 15:06 |
Nick0la | all on the same machine. | 15:06 |
Nick0la | problem is, this is all testing/POC, so my cloud control is actually a qemu running on my desktop. | 15:06 |
nhm_ | Nick0la: hrm... What network manager? | 15:07 |
Nick0la | flatdhcp | 15:08 |
Nick0la | my config if it will help: http://paste.openstack.org/show/1254/ | 15:09 |
*** fabiand__ has quit IRC | 15:10 | |
*** yamahata_lt has quit IRC | 15:10 | |
nhm_ | Nick0la: Does nova-schedule show it trying to cast the VM to the node and everything? | 15:10 |
nhm_ | sorry, the nova-schedule log | 15:11 |
*** jonkelly has joined #openstack | 15:11 | |
Nick0la | hm...let me look | 15:11 |
*** knorthcut has joined #openstack | 15:11 | |
*** fabiand__ has joined #openstack | 15:12 | |
Nick0la | nhm_: http://paste.openstack.org/show/1262/ | 15:13 |
Nick0la | that is the only line in the scheduler. | 15:13 |
*** adjohn has quit IRC | 15:13 | |
*** adjohn has joined #openstack | 15:14 | |
Nick0la | well...it's multiple lines...but it's the only entry. | 15:14 |
Nick0la | and it LOOKS like it tried to launch properly. | 15:14 |
nhm_ | yeah, but no problems in the compute log before that entry you posted earlier right? | 15:16 |
*** adc_ has joined #openstack | 15:16 | |
*** rchavik has quit IRC | 15:16 | |
Nick0la | I looked in the compute log for the corresponding time: | 15:17 |
Nick0la | http://paste.openstack.org/show/1263/ | 15:17 |
Nick0la | it shows it trying to start the VM. | 15:17 |
nhm_ | yeah, looks like the VM is starting, so that's good. Does nova-manage network list show your network segment? | 15:18 |
nhm_ | s/segment/setup? | 15:18 |
nhm_ | blah | 15:18 |
* nhm_ needs coffee | 15:18 | |
*** doude has joined #openstack | 15:19 | |
Nick0la | ugh | 15:19 |
Nick0la | it sorta shows it! It's wrong! | 15:19 |
nhm_ | well, that's good sort of. ;) | 15:19 |
Nick0la | haha its supposed to be a /28, but it's listing it as a /29 | 15:20 |
Nick0la | let me re-create it. | 15:20 |
Nick0la | one second | 15:20 |
nhm_ | just delete everything from networks and fixed_ips in the db and redo it with nova-manage. | 15:20 |
nhm_ | probably need to restart nova-network too. | 15:21 |
*** pcrews has joined #openstack | 15:21 | |
maverick | hey nhm_, hope the morning coffee is on its way. is this requirement correct for flatDHCP network manager - the flat/physical interface on the host should not have any IP assigned ? if so, why is it ? | 15:23 |
maverick | thanks ! | 15:24 |
*** sandywalsh has quit IRC | 15:25 | |
nhm_ | maverick: I asked Vish that question a little while back and basically as of a couple of weeks ago the original IP on the interface will be moved to the bridge. So the upshot is that it'll still be usable but might break things like servers you had only operating on that interface. | 15:28 |
nhm_ | maverick: IE I had dhcp3 running on eth0 and put the brige there, and had to move it to br100 (and do some gymnastics so it wouldn't interfere with dnsmasq). | 15:29 |
*** enigma has joined #openstack | 15:29 | |
*** zul has joined #openstack | 15:30 | |
*** maplebed has quit IRC | 15:31 | |
*** everett_ has joined #openstack | 15:33 | |
Nick0la | wow | 15:34 |
Nick0la | it simply won't create a /28 | 15:34 |
Nick0la | http://paste.openstack.org/show/1264/ | 15:34 |
*** dendrobates is now known as dendro-afk | 15:34 | |
maverick | nhm_ thanks for the reply. so i am guessing that eth0 needs to bind to br100 so if it has a previously assigned ip the behavior is flaky. but having said that, it'll stil try to assign br100, eth0's IP ? | 15:35 |
*** jaypipes has quit IRC | 15:35 | |
*** pcrews has quit IRC | 15:36 | |
maverick | Nick0la your network create command might have some range issues - probably the reason /28 is not getting created ? | 15:36 |
everett_ | #jaypipes hi jay, you around? | 15:36 |
nhm_ | Nick0la: yeah, now that you mention it I had a problem like that too. Maybe just try a /24 or something. | 15:37 |
*** adc has quit IRC | 15:37 | |
Nick0la | haha I can't. this IP range was given to me by networking. Do you know how HARD it is to get networking to hand out public IP addresses? | 15:37 |
Nick0la | i was lucky to get a /28 | 15:37 |
nhm_ | Nick0la: Ah, lovel. | 15:38 |
nhm_ | lovely | 15:38 |
Nick0la | so...it would have range issues? | 15:38 |
nhm_ | Nick0la: I know the drill. I ended up just creating a private range and then am going to try to assign public ips using the floating_ip stuff. | 15:38 |
nhm_ | Nick0la: though I haven't actually tried to do it yet. | 15:39 |
Nick0la | a /28 should have 14 ips right? | 15:39 |
Nick0la | or do I have to drop that down to 12 manually to take into account the gateway and the broadcast? | 15:40 |
maverick | you can use 13 ip's from /28 | 15:40 |
maverick | 1st, 2nd and last are reserved | 15:41 |
*** adc has joined #openstack | 15:42 | |
*** zaitcev has joined #openstack | 15:43 | |
nhm_ | Anyone played around with ceph? | 15:44 |
*** joshfng has joined #openstack | 15:45 | |
*** zul has quit IRC | 15:46 | |
*** joshfng has quit IRC | 15:46 | |
*** Ryan_Lane has joined #openstack | 15:47 | |
RichiH | maverick, Nick0la: while it's common to use the second IP in a given prefix and default gw, no one forces you to do it that way. you could even run with a def gw outside of your own subnet | 15:51 |
*** adjohn has quit IRC | 15:53 | |
*** kyzh has quit IRC | 15:53 | |
maverick | RichiH, Nick0la: oh i didnt know that. how would the new default gateway be supplied to nova ? also this will require making manual changes to the tables in the DB to allow the 2nd ip to be usable because the default behavior is mark them reserved. | 15:56 |
*** kashyap has quit IRC | 15:57 | |
*** mzlittlle has joined #openstack | 15:59 | |
*** zul has joined #openstack | 16:02 | |
*** vishy has left #openstack | 16:02 | |
*** mihgen_ has quit IRC | 16:06 | |
*** guigui1 has quit IRC | 16:07 | |
*** dendro-afk is now known as dendrobates | 16:07 | |
*** Ryan_Lane has quit IRC | 16:10 | |
*** adjohn has joined #openstack | 16:15 | |
*** adjohn has quit IRC | 16:17 | |
*** adjohn has joined #openstack | 16:18 | |
maverick | the developer lounge pics look really swanky at the conference ! cool stuff guys. | 16:18 |
*** adc_ has quit IRC | 16:18 | |
nhm_ | maverick: where did you see those? | 16:19 |
*** ambo has quit IRC | 16:20 | |
maverick | nhm_: follow #openstack on twitterverse | 16:20 |
*** everett_ has left #openstack | 16:20 | |
*** ambo has joined #openstack | 16:21 | |
*** sandywalsh has joined #openstack | 16:21 | |
*** joearnold has joined #openstack | 16:21 | |
*** maxamillion has quit IRC | 16:23 | |
*** alexbadass has joined #openstack | 16:26 | |
*** packetman has joined #openstack | 16:29 | |
*** nwl has joined #openstack | 16:30 | |
*** joearnold has quit IRC | 16:32 | |
*** adjohn has quit IRC | 16:33 | |
*** pdjan has joined #openstack | 16:33 | |
Nick0la | back. | 16:34 |
Nick0la | sorry. I got dragged out for lunch. | 16:34 |
Nick0la | scrolling to see what I missed.... | 16:34 |
Nick0la | maverick, RickiH: cool I can do that. Right now, I'm completely on the fence about it. | 16:35 |
Nick0la | I'm seriously thinking of giving each project a /32 | 16:36 |
Nick0la | a single IP address. | 16:36 |
Nick0la | because, frankly, when I give a customer an OS to play in, they will only get a single IP address anyways. | 16:38 |
Nick0la | <-- cheap and stingy with IPs :-) | 16:39 |
*** maplebed has joined #openstack | 16:39 | |
*** nacx has quit IRC | 16:44 | |
*** koolhead11 is now known as koolhead11|afk | 16:46 | |
*** adjohn has joined #openstack | 16:46 | |
*** ambo has left #openstack | 16:47 | |
*** obino has joined #openstack | 16:48 | |
*** rsaidan has quit IRC | 16:49 | |
*** Seth has joined #openstack | 16:49 | |
*** RickB17 has joined #openstack | 16:51 | |
*** paltman has quit IRC | 16:53 | |
*** dendrobates is now known as dendro-afk | 16:53 | |
*** paltman has joined #openstack | 16:53 | |
*** adjohn has quit IRC | 16:59 | |
*** romain_lenglet has joined #openstack | 17:02 | |
*** medberry is now known as med_away | 17:02 | |
*** med_away is now known as medberry | 17:03 | |
*** medberry is now known as med_out | 17:03 | |
*** med_out is now known as medberry | 17:03 | |
*** romain_lenglet has left #openstack | 17:04 | |
*** sdadh01 has joined #openstack | 17:04 | |
*** interrante has joined #openstack | 17:05 | |
*** cerb has joined #openstack | 17:07 | |
nhm_ | man, it's dead in here. Was hoping we might be getting live commentary from the conference. :) | 17:08 |
cerb | It's too early :-) | 17:08 |
maverick | i know, was hoping for the same | 17:08 |
medberry | ditto. | 17:08 |
medberry | or links to the etherpads/voice streaming/etc. | 17:08 |
medberry | (Etherpads probably not until the summit itself is going.) | 17:09 |
nhm_ | medberry: apparently they are going to be posted on twitter... | 17:09 |
kpepple | nhm_ , maverick, medberry: the NASA CIO is talking about the inception of the nova/nebula project ... it's not really technical :) | 17:09 |
cerb | Yeah it's all the keynote right now | 17:09 |
medberry | nod. tx. | 17:09 |
nhm_ | kpepple: Actually, that could be useful for my director to see. | 17:10 |
*** h0cin has joined #openstack | 17:10 | |
kpepple | nhm_: his slides are pretty detailed about the project justification and challeges ... hopefully they will be posted online | 17:11 |
nhm_ | kpepple: Anything about moving from Eucalyptus->Openstack? | 17:12 |
kpepple | nhm_: hasn't even mentioned Eucalyptus AFAIK | 17:12 |
nhm_ | It would be especially interesting if he talks about where openstack fits in with thier HPC systems. | 17:13 |
nhm_ | Since I work for a Supercomputing Institute. ;) | 17:14 |
maverick | NASA has 300 Openstack installations deployed in 9 of its centers - from his talk | 17:14 |
* kpepple heads to breaktime | 17:15 | |
*** obino has quit IRC | 17:15 | |
nhm_ | maverick: installations or users? I see users on twitter... | 17:15 |
maverick | nhm_: i'd seen both mentions. could be users... | 17:17 |
*** adjohn has joined #openstack | 17:18 | |
*** clayg_ has quit IRC | 17:18 | |
*** lionel has quit IRC | 17:18 | |
*** adjohn has quit IRC | 17:18 | |
*** sandywalsh has quit IRC | 17:19 | |
*** zul has quit IRC | 17:19 | |
*** nelson has quit IRC | 17:19 | |
*** lionel has joined #openstack | 17:19 | |
*** nelson has joined #openstack | 17:19 | |
*** cerb has quit IRC | 17:22 | |
*** interrante has quit IRC | 17:24 | |
*** sandywalsh has joined #openstack | 17:25 | |
pdjan | trying to install nova on centos 5.6 by reading through CentOSNotes, is it possible to apply installation for xen (not qemu)? | 17:25 |
*** jdurgin has joined #openstack | 17:26 | |
*** adjohn has joined #openstack | 17:27 | |
*** adjohn has quit IRC | 17:29 | |
*** lborda has quit IRC | 17:31 | |
*** alexbadass has quit IRC | 17:34 | |
*** lborda has joined #openstack | 17:34 | |
*** rsaidan has joined #openstack | 17:34 | |
*** adc has quit IRC | 17:34 | |
*** adc has joined #openstack | 17:35 | |
*** kashyap has joined #openstack | 17:36 | |
*** Zerthimon has quit IRC | 17:38 | |
*** clayg_ has joined #openstack | 17:38 | |
*** bcwaldon has joined #openstack | 17:38 | |
bcwaldon | anybody have any general information on migrations from existing non-nova cloud environments into nova? | 17:39 |
bcwaldon | I've got somebody that could use some help | 17:39 |
*** lborda has quit IRC | 17:40 | |
*** lborda has joined #openstack | 17:40 | |
*** sandywalsh has quit IRC | 17:41 | |
*** adc has quit IRC | 17:42 | |
*** maplebed has quit IRC | 17:42 | |
*** adc has joined #openstack | 17:42 | |
*** interrante has joined #openstack | 17:44 | |
*** adjohn has joined #openstack | 17:44 | |
*** adjohn has quit IRC | 17:44 | |
*** cerb has joined #openstack | 17:45 | |
*** zul has joined #openstack | 17:45 | |
*** kyzh has joined #openstack | 17:47 | |
*** koolhead17 has joined #openstack | 17:47 | |
Nick0la | WOW | 17:47 |
Nick0la | More progress! | 17:47 |
*** kyzh has quit IRC | 17:47 | |
*** kyzh has joined #openstack | 17:47 | |
Nick0la | I got the vm to launch! | 17:47 |
Nick0la | ....but then I get this error: DB/VM state mismatch. Changing state from '8' to '5' | 17:47 |
*** RickB17 has quit IRC | 17:49 | |
*** alex-meade has quit IRC | 17:49 | |
*** jitesh_shetty has joined #openstack | 17:50 | |
*** obino has joined #openstack | 17:51 | |
*** obino has quit IRC | 17:52 | |
*** jitesh_shetty has left #openstack | 17:52 | |
*** z0__ has quit IRC | 17:52 | |
*** aaadddccc has joined #openstack | 17:53 | |
*** obino has joined #openstack | 17:53 | |
*** RickB17 has joined #openstack | 17:54 | |
*** z0__ has joined #openstack | 17:56 | |
*** pcrews has joined #openstack | 17:56 | |
*** sandywalsh has joined #openstack | 17:57 | |
*** imsplitbit has joined #openstack | 17:59 | |
imsplitbit | I feel so uncool because I don't have an ipad | 17:59 |
imsplitbit | I mean... I am not cool for many reasons, but now I have another :-P | 18:00 |
*** kirshil has quit IRC | 18:01 | |
*** dprince has joined #openstack | 18:02 | |
koolhead17 | hi all | 18:02 |
*** hagarth_ has joined #openstack | 18:02 | |
*** clayg_ has quit IRC | 18:03 | |
*** obino has quit IRC | 18:05 | |
*** soosfarm has quit IRC | 18:05 | |
*** alekibango has quit IRC | 18:05 | |
*** TiEnGo has quit IRC | 18:05 | |
*** dendro-afk has quit IRC | 18:05 | |
*** deepy has quit IRC | 18:05 | |
*** jfluhmann has quit IRC | 18:05 | |
*** ironcamel2 has quit IRC | 18:05 | |
*** patri0t has quit IRC | 18:05 | |
*** deepy has joined #openstack | 18:05 | |
*** soosfarm has joined #openstack | 18:05 | |
*** alekibango has joined #openstack | 18:05 | |
*** dendro-afk has joined #openstack | 18:06 | |
*** ironcamel2 has joined #openstack | 18:06 | |
imsplitbit | hola | 18:06 |
*** patri0t has joined #openstack | 18:07 | |
*** dendro-afk is now known as dendrobates | 18:07 | |
*** dendrobates has joined #openstack | 18:07 | |
*** ChanServ sets mode: +v dendrobates | 18:07 | |
*** rcc has quit IRC | 18:07 | |
*** jfluhmann has joined #openstack | 18:08 | |
*** mihgen has joined #openstack | 18:08 | |
*** TiEnGo has joined #openstack | 18:09 | |
*** z0__ has quit IRC | 18:09 | |
*** adc has quit IRC | 18:10 | |
*** obino has joined #openstack | 18:10 | |
*** adc has joined #openstack | 18:10 | |
*** aaadddccc has quit IRC | 18:10 | |
*** adc has quit IRC | 18:10 | |
*** sandywalsh has quit IRC | 18:11 | |
*** sandywalsh has joined #openstack | 18:12 | |
*** packetman has left #openstack | 18:15 | |
imsplitbit | wow, I guess everyone is at the conf and paying attention | 18:16 |
*** sandywalsh has quit IRC | 18:16 | |
*** adjohn has joined #openstack | 18:17 | |
cerb | imsplitbit: right now it's the wikimedia presentation. I think almost everyone is in here watching | 18:17 |
imsplitbit | yeah I am watching too, interesting preso | 18:18 |
*** z0__ has joined #openstack | 18:20 | |
*** adjohn has quit IRC | 18:20 | |
*** cerb has quit IRC | 18:23 | |
*** jaypipes has joined #openstack | 18:24 | |
*** maplebed has joined #openstack | 18:25 | |
*** emlprime has joined #openstack | 18:26 | |
*** adjohn has joined #openstack | 18:27 | |
creiht | imsplitbit: poke him :) | 18:28 |
*** enigma has quit IRC | 18:29 | |
*** sandywalsh has joined #openstack | 18:29 | |
imsplitbit | done | 18:30 |
imsplitbit | I think I bruised him | 18:30 |
imsplitbit | :-D | 18:30 |
*** kashyap has quit IRC | 18:31 | |
*** kashyap has joined #openstack | 18:34 | |
*** adjohn has quit IRC | 18:34 | |
*** interrante has quit IRC | 18:35 | |
*** mdomsch has joined #openstack | 18:36 | |
*** bcwaldon has quit IRC | 18:36 | |
nhm_ | wow, ebay is using openstack too? | 18:37 |
imsplitbit | nhm_: cool huh? | 18:37 |
nhm_ | imsplitbit: indeed, and it helps me justify spending money to our director. ;) | 18:38 |
*** TiEnGo has quit IRC | 18:38 | |
*** TiEnGo has joined #openstack | 18:38 | |
*** emlprime has quit IRC | 18:38 | |
nhm_ | Anyone have any insider info on what is happening with the glusterfs folks? | 18:39 |
nhm_ | I'm trying to figure out what I want to deploy for block storage. | 18:39 |
*** sandywalsh has quit IRC | 18:43 | |
*** adiantum has quit IRC | 18:43 | |
*** obino has quit IRC | 18:45 | |
*** imsplitbit has quit IRC | 18:45 | |
*** zul has quit IRC | 18:47 | |
*** omidhdl has left #openstack | 18:49 | |
*** imsplitbit has joined #openstack | 18:50 | |
*** adjohn has joined #openstack | 18:53 | |
*** adjohn has quit IRC | 18:55 | |
*** interrante has joined #openstack | 18:57 | |
*** hagarth_ has quit IRC | 18:57 | |
pdjan | installing nova on centos5.6 by going through CentOSNotes, when i run 'python2.6 setup.py install' under /opt/nova I get, "To build nova you need https://launchpad.net/python-distutils-extra". Anyone has seen this before? | 18:58 |
*** brd_from_italy has joined #openstack | 19:00 | |
*** maplebed has quit IRC | 19:03 | |
kpepple | pdjan: yes, you get that on mac os x ... not sure how to get around it. it appears to be ubuntu specific ... and not available via PyPi. probably need to ping jaypipes ... he put that in | 19:05 |
*** dprince has quit IRC | 19:06 | |
*** tjikkun_ has joined #openstack | 19:06 | |
*** tjikkun has quit IRC | 19:06 | |
*** tjikkun_ has quit IRC | 19:07 | |
*** tjikkun has joined #openstack | 19:07 | |
*** tjikkun has joined #openstack | 19:07 | |
*** interrante has quit IRC | 19:08 | |
*** pcrews has quit IRC | 19:08 | |
imsplitbit | LUNCHTIME!!!! | 19:09 |
konetzed | imsplitbit: simmer down now | 19:09 |
kpepple | kpepple: looks like you might be able to just pull that down and build it ... i don't see anything ubuntu specific there. it appears to be just config items | 19:10 |
kpepple | pdjan: ^^^^^ | 19:10 |
pdjan | kpepple: thanks for responding...trying that now by commenting referenced lines | 19:12 |
*** imsplitbit has quit IRC | 19:12 | |
*** dendrobates is now known as dendro-afk | 19:13 | |
*** nid0 has joined #openstack | 19:14 | |
*** agarwalla has joined #openstack | 19:14 | |
pdjan | kpepple: i thought i didn't see anything there when i tried to download python-distutils-extra, let me look again | 19:15 |
*** agarwalla has left #openstack | 19:16 | |
*** agarwalla has joined #openstack | 19:18 | |
*** z0__ has quit IRC | 19:19 | |
*** toddz has joined #openstack | 19:20 | |
*** clayg_ has joined #openstack | 19:20 | |
*** agarwalla has left #openstack | 19:20 | |
*** kashyap has quit IRC | 19:21 | |
pdjan | kpepple: well that worked...now when i run setup.py install on /opt/nova comes with bunch of errors Python module nose not found and bunch of others | 19:26 |
*** jfluhmann has quit IRC | 19:27 | |
pdjan | particularly XenAPIPlugin not found | 19:27 |
kpepple | pdjan: did you install all the prereq modules? | 19:29 |
*** maverick has quit IRC | 19:32 | |
pdjan | kpepple: Yep, I believe so. BTW I wanted to try using xen instead of qemu on centos. I found someone else had similar issue (question# 146738), trying the suggestion given there | 19:33 |
*** brd_from_italy has quit IRC | 19:33 | |
*** jdurgin has quit IRC | 19:34 | |
*** enigma has joined #openstack | 19:34 | |
*** dscastro has joined #openstack | 19:39 | |
dscastro | is openstack boot instances from ebs ? | 19:40 |
dscastro | to get persistence on node crash | 19:41 |
*** toddz has left #openstack | 19:43 | |
*** posulliv has quit IRC | 19:44 | |
*** z0__ has joined #openstack | 19:44 | |
*** pcrews has joined #openstack | 19:47 | |
*** antenagora has joined #openstack | 19:48 | |
*** pcrews has quit IRC | 19:54 | |
*** fabiand__ has quit IRC | 19:55 | |
*** fabiand__ has joined #openstack | 20:00 | |
*** adc has joined #openstack | 20:01 | |
*** adc has left #openstack | 20:02 | |
*** enigma has quit IRC | 20:02 | |
*** adiantum has joined #openstack | 20:04 | |
*** enigma has joined #openstack | 20:05 | |
*** arun_ has quit IRC | 20:07 | |
*** MotoMilind has joined #openstack | 20:12 | |
*** bcwaldon has joined #openstack | 20:13 | |
*** larzy has joined #openstack | 20:14 | |
*** mihgen has quit IRC | 20:15 | |
*** clayg_ has quit IRC | 20:15 | |
*** koolhead17 has quit IRC | 20:15 | |
*** koolhead171 has joined #openstack | 20:15 | |
jaypipes | kpepple: heya, sorry was at lunch... what do you get on Mac OSX? | 20:16 |
jaypipes | pdjan: distutils.extra was needed for how we install translations... would you mind logging a bug with your issue? I'll assign it to myself. | 20:17 |
kpepple | jaypipes: it complains that we don't have python-distutils-extra when you run setup.py | 20:17 |
jaypipes | kpepple: yes.. gotcha. seems we'll need a workaround. | 20:18 |
*** clayg_ has joined #openstack | 20:18 | |
*** koolhead171 has quit IRC | 20:18 | |
*** kyzh has quit IRC | 20:18 | |
kpepple | jaypipes: is that package just a bunch of configs settings ? | 20:18 |
*** dprince has joined #openstack | 20:19 | |
*** sandywalsh has joined #openstack | 20:19 | |
jaypipes | kpepple: eh, it's more of glue code that enables Babel to work properly for installing compiled message catalogs, among other things. It's a bit of a hack :( | 20:19 |
ttx | sandywalsh: http://summit.openstack.org/ods-d/ | 20:19 |
kpepple | jaypipes: ahhh ... | 20:20 |
*** arun_ has joined #openstack | 20:21 | |
jaypipes | kpepple: I suppose an immediate "fix" would be to do a conditional import of distutils.extra and not bomb if it's missing (since it only enables the i18n commands anyway..) | 20:21 |
*** kyzh has joined #openstack | 20:21 | |
*** kyzh is now known as Guest48445 | 20:22 | |
pdjan | jaypipes: I ended up as you suggested in immediate "fix". Could someone plz suggest how to log a bug. i am new to this | 20:25 |
uvirtbot | New bug: #771464 in glance "Logging documentation needs clarity" [Undecided,New] https://launchpad.net/bugs/771464 | 20:27 |
kpepple | pdjan: you'll need a launchpad account. then proceed to https://bugs.launchpad.net/nova | 20:27 |
*** enigma has quit IRC | 20:27 | |
*** hvaldivia has joined #openstack | 20:28 | |
hvaldivia | hi | 20:28 |
hvaldivia | Does anyone know the roles in bexar? | 20:29 |
*** pcrews has joined #openstack | 20:29 | |
*** Seth has quit IRC | 20:29 | |
hvaldivia | This doesnt work: nova-manage role add dummy-user projectmanager dummy-user-project | 20:29 |
pdjan | kpepple: thx, got it | 20:31 |
uvirtbot | New bug: #771465 in glance "Unclear that you need the account in swift_store_user" [Undecided,New] https://launchpad.net/bugs/771465 | 20:31 |
*** Guest48445 has quit IRC | 20:31 | |
*** rlucio has joined #openstack | 20:31 | |
*** Guest48445 has joined #openstack | 20:31 | |
*** jdurgin has joined #openstack | 20:32 | |
*** enigma has joined #openstack | 20:36 | |
*** blamar_ has joined #openstack | 20:37 | |
*** allsystemsarego has quit IRC | 20:38 | |
*** zul has joined #openstack | 20:39 | |
*** Guest48445 has quit IRC | 20:39 | |
kpepple | pdjan: how did you get around the "DistUtilsExtra.auto.setup" call in setup.py:105 ... just change that to DistUtils ? | 20:39 |
*** enigma1 has joined #openstack | 20:39 | |
*** knorthcut has quit IRC | 20:39 | |
*** enigma2 has joined #openstack | 20:40 | |
*** enigma1 has quit IRC | 20:40 | |
*** enigma has quit IRC | 20:40 | |
*** posulliv has joined #openstack | 20:41 | |
*** drbrain has joined #openstack | 20:43 | |
*** nati has joined #openstack | 20:44 | |
hvaldivia | Does anyone know why projecmanager, admin, itsec do not work on bexar? | 20:44 |
drbrain | I've found reference to boto supporting openstack, but no information on how to configure the endpoint URL | 20:45 |
pdjan | kpepple: didn't change anything in setup.py, as you suggested earlier downloaded distutils and installed it first and then ran under /opt/nova dir, it didn't complain about distutils anymore. but received bunch of errors as reported earlier. Filing bug report on these errors | 20:45 |
drbrain | can someone lend me a clue? | 20:45 |
kpepple | drbrain: boto is used internally within most of our tools ... using the EC2 API. i think you just need to change the API endpoint ... | 20:46 |
*** imsplitbit has joined #openstack | 20:46 | |
drbrain | kpepple: yeah, but I'm not quite familiar enough with python to know what to grep for to find how to change that | 20:47 |
* kpepple looks at boto | 20:48 | |
*** zenmatt has quit IRC | 20:48 | |
*** zenmatt has joined #openstack | 20:49 | |
drbrain | I'm trying to run bees with machine guns on our internal openstack cloud | 20:51 |
*** blamar_ has quit IRC | 20:51 | |
*** bcwaldon has quit IRC | 20:51 | |
drbrain | so if there's a recommended alternative I'll take it | 20:51 |
drbrain | kpepple: maybe [Boto]\nec2_region_endpoint ? | 20:51 |
drbrain | https://github.com/boto/boto/blob/master/boto/ec2/connection.py#L60-61 | 20:52 |
kpepple | drbrain: can you give that a hostname and port ? | 20:52 |
*** blamar has quit IRC | 20:52 | |
*** ctennis has quit IRC | 20:53 | |
drbrain | it doesn't look like it | 20:54 |
drbrain | __init__ takes host and port as separate arguments | 20:54 |
drbrain | I'm trying it anyways | 20:54 |
*** Ryan_Lane has joined #openstack | 20:54 | |
hvaldivia | There is a mistake on the nova-manage user modify. The output is misleading | 20:55 |
hvaldivia | Output is: arguments: accesskey secretkey admin | 20:55 |
hvaldivia | it should be: username accesskey secretkey admin | 20:55 |
pdjan | kpepple: jaypipes: submitted Bug #771489. Please let me know if you need more info | 20:56 |
uvirtbot | Launchpad bug 771489 in nova "setup.py build error: command 'intltool-update' failed with exit status 1" [Undecided,New] https://launchpad.net/bugs/771489 | 20:56 |
*** jdurgin has quit IRC | 20:56 | |
*** sandywalsh has quit IRC | 20:56 | |
kpepple | drbrain: yeah ... it should be something like boto.connect_ec2(port=8773, host=localhost, ....) | 20:56 |
drbrain | I might need to do some hacking on bees then | 20:57 |
*** dirakx2 has quit IRC | 20:57 | |
*** dirakx3 has joined #openstack | 20:57 | |
*** zul has quit IRC | 20:57 | |
kpepple | drbrain: ok, i am going to be sorry i asked, but what is "bees with machine guns" ? | 20:57 |
jaypipes | pdjan: will do. cheers! | 20:57 |
hvaldivia | Does anyone know if cactus support admin, projectmanager, netadmin roles for simple users? | 20:58 |
*** rlucio has quit IRC | 20:58 | |
*** dscastro has left #openstack | 20:58 | |
*** maplebed has joined #openstack | 20:58 | |
*** rlucio has joined #openstack | 20:58 | |
*** dprince has quit IRC | 20:58 | |
drbrain | kpepple: it's a cloud-based distributed load-test tool https://github.com/newsapps/beeswithmachineguns | 20:58 |
*** rlucio has quit IRC | 20:58 | |
*** elasticdog has quit IRC | 20:59 | |
*** dprince has joined #openstack | 20:59 | |
*** imsplitbit has quit IRC | 21:00 | |
*** Ryan_Lane has quit IRC | 21:01 | |
*** zul has joined #openstack | 21:01 | |
*** h0cin has quit IRC | 21:01 | |
uvirtbot | New bug: #771489 in nova "setup.py build error: command 'intltool-update' failed with exit status 1" [Undecided,New] https://launchpad.net/bugs/771489 | 21:01 |
*** rlucio has joined #openstack | 21:03 | |
*** rlucio has joined #openstack | 21:05 | |
*** nati has quit IRC | 21:06 | |
*** matiu has joined #openstack | 21:06 | |
*** matiu has joined #openstack | 21:06 | |
*** zul has quit IRC | 21:06 | |
*** antenagora has quit IRC | 21:07 | |
*** obino has joined #openstack | 21:11 | |
*** sandywalsh has joined #openstack | 21:13 | |
*** hvaldivia has quit IRC | 21:14 | |
*** zul has joined #openstack | 21:14 | |
*** obino has quit IRC | 21:15 | |
*** hggdh has quit IRC | 21:16 | |
*** hggdh has joined #openstack | 21:17 | |
*** vernhart has joined #openstack | 21:19 | |
*** ctennis has joined #openstack | 21:19 | |
*** vvuksan has quit IRC | 21:19 | |
*** rlucio has quit IRC | 21:24 | |
*** matiu_ has joined #openstack | 21:24 | |
*** matiu_ has quit IRC | 21:24 | |
*** matiu_ has joined #openstack | 21:24 | |
*** matiu has quit IRC | 21:28 | |
*** matiu_ is now known as matiu | 21:28 | |
*** hagarth_ has joined #openstack | 21:29 | |
*** hvaldivia has joined #openstack | 21:31 | |
*** larzy has quit IRC | 21:33 | |
*** zul has quit IRC | 21:34 | |
*** agarwalla has joined #openstack | 21:35 | |
*** lvaughn has joined #openstack | 21:37 | |
*** lvaughn_ has quit IRC | 21:37 | |
*** shentonfreude has quit IRC | 21:37 | |
*** hvaldivia1 has joined #openstack | 21:40 | |
*** hvaldivia has quit IRC | 21:40 | |
*** elasticdog has joined #openstack | 21:43 | |
*** midodan has joined #openstack | 21:45 | |
*** lborda has quit IRC | 21:47 | |
*** hagarth_ has quit IRC | 21:48 | |
*** dprince has quit IRC | 21:49 | |
*** zul has joined #openstack | 21:53 | |
*** adjohn has joined #openstack | 21:54 | |
*** romain_lenglet has joined #openstack | 21:54 | |
*** romain_lenglet has left #openstack | 21:54 | |
*** joearnold has joined #openstack | 21:55 | |
uvirtbot | New bug: #771512 in nova "Timeout from API with 50 Simultaneous Builds" [Undecided,New] https://launchpad.net/bugs/771512 | 21:56 |
*** exlt has joined #openstack | 21:57 | |
*** hggdh has quit IRC | 22:00 | |
*** pdjan has quit IRC | 22:00 | |
*** dprince has joined #openstack | 22:01 | |
*** zul has quit IRC | 22:02 | |
*** fabiand__ has left #openstack | 22:02 | |
*** bfschott has joined #openstack | 22:02 | |
*** robbiew has quit IRC | 22:03 | |
*** Ryan_Lane has joined #openstack | 22:07 | |
*** hub_cap has joined #openstack | 22:10 | |
*** sandywalsh has quit IRC | 22:11 | |
*** imsplitbit has joined #openstack | 22:12 | |
*** miclorb_ has joined #openstack | 22:12 | |
*** sandywalsh has joined #openstack | 22:13 | |
*** hggdh has joined #openstack | 22:15 | |
*** gondoi has quit IRC | 22:17 | |
*** joearnold has quit IRC | 22:19 | |
*** joearnold has joined #openstack | 22:19 | |
*** joearnold has quit IRC | 22:25 | |
*** adjohn has quit IRC | 22:28 | |
*** sandywalsh has quit IRC | 22:28 | |
*** rlucio has joined #openstack | 22:29 | |
*** vernhart has quit IRC | 22:29 | |
*** rlucio has quit IRC | 22:29 | |
*** bfschott has quit IRC | 22:29 | |
*** jonkelly has left #openstack | 22:31 | |
*** dprince has quit IRC | 22:33 | |
*** kyzh has joined #openstack | 22:36 | |
*** kyzh has joined #openstack | 22:37 | |
*** vernhart has joined #openstack | 22:37 | |
*** sandywalsh has joined #openstack | 22:39 | |
*** adjohn has joined #openstack | 22:39 | |
*** greenisus has joined #openstack | 22:41 | |
*** adjohn has quit IRC | 22:43 | |
*** zul has joined #openstack | 22:46 | |
*** clayg_ has left #openstack | 22:46 | |
*** kbringard has joined #openstack | 22:47 | |
kbringard | quiet in here today, I wonder why :-p | 22:54 |
*** aliguori has quit IRC | 22:54 | |
*** bcwaldon has joined #openstack | 22:55 | |
*** greenisus has quit IRC | 22:55 | |
adiantum | kbringard: seems all busy on conference. | 22:56 |
kbringard | adiantum: yea, I figured, I was just joking | 22:56 |
*** imsplitbit has quit IRC | 22:56 | |
*** Ryan_Lane has quit IRC | 22:56 | |
adiantum | kbringard: =) | 22:56 |
*** Ryan_Lane has joined #openstack | 22:59 | |
*** adjohn has joined #openstack | 22:59 | |
*** greenisus has joined #openstack | 22:59 | |
*** adjohn has quit IRC | 23:00 | |
*** Ryan_Lane has quit IRC | 23:01 | |
*** medberry is now known as med_away | 23:01 | |
*** enigma2 has quit IRC | 23:01 | |
*** pcrews has quit IRC | 23:01 | |
*** dprince has joined #openstack | 23:03 | |
*** adjohn has joined #openstack | 23:03 | |
*** adjohn has quit IRC | 23:04 | |
*** elasticdog has quit IRC | 23:04 | |
*** Ryan_Lane has joined #openstack | 23:04 | |
*** Ryan_Lane has joined #openstack | 23:04 | |
*** rsaidan has quit IRC | 23:04 | |
openstackjenkins | Project nova build #860: SUCCESS in 2 min 45 sec: http://jenkins.openstack.org/job/nova/860/ | 23:04 |
openstackjenkins | Tarmac: Refactoring usage of nova.exception.NotFound | 23:04 |
*** abecc has quit IRC | 23:07 | |
kbringard | this is a fun one | 23:08 |
kbringard | Unknown column 'floating_ips_1.auto_assigned | 23:08 |
kbringard | I love it when migations dont apply :-) | 23:09 |
*** jitesh_shetty has joined #openstack | 23:11 | |
*** aliguori has joined #openstack | 23:12 | |
*** adjohn has joined #openstack | 23:14 | |
*** rlucio has joined #openstack | 23:16 | |
*** greenisus has quit IRC | 23:16 | |
*** leanMELI has joined #openstack | 23:17 | |
*** elasticdog has joined #openstack | 23:19 | |
*** dendro-afk is now known as dendrobates | 23:20 | |
*** joearnold has joined #openstack | 23:20 | |
*** jdurgin has joined #openstack | 23:21 | |
*** mzlittlle has left #openstack | 23:23 | |
*** kbringard has quit IRC | 23:23 | |
*** joearnold has quit IRC | 23:23 | |
*** dprince has quit IRC | 23:24 | |
*** Ryan_Lane has quit IRC | 23:25 | |
*** adjohn has quit IRC | 23:27 | |
*** rlucio has quit IRC | 23:27 | |
*** matiu_ has joined #openstack | 23:27 | |
*** matiu_ has joined #openstack | 23:27 | |
*** zul has quit IRC | 23:27 | |
*** vernhart has quit IRC | 23:28 | |
*** joearnold has joined #openstack | 23:28 | |
*** matiu has quit IRC | 23:30 | |
*** matiu_ is now known as matiu | 23:30 | |
*** sandywalsh has quit IRC | 23:32 | |
*** greenisus has joined #openstack | 23:33 | |
*** jero has joined #openstack | 23:35 | |
*** imsplitbit has joined #openstack | 23:36 | |
*** vernhart has joined #openstack | 23:37 | |
*** dprince has joined #openstack | 23:43 | |
*** dendrobates is now known as dendro-afk | 23:43 | |
*** rchavik has joined #openstack | 23:46 | |
*** imsplitbit has quit IRC | 23:48 | |
*** dprince has quit IRC | 23:48 | |
*** jdurgin has quit IRC | 23:54 | |
*** greenisus has quit IRC | 23:59 | |
*** hub_cap has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!