*** Seoman has quit IRC | 00:14 | |
*** egant has joined #openstack | 00:20 | |
*** ejat has quit IRC | 00:24 | |
*** lvaughn has joined #openstack | 00:26 | |
*** lvaughn_ has quit IRC | 00:26 | |
*** egant has quit IRC | 00:40 | |
*** po has quit IRC | 00:54 | |
*** tokuzfunpi has joined #openstack | 00:59 | |
*** ccc1 has joined #openstack | 01:07 | |
*** rustam has quit IRC | 01:17 | |
*** rustam has joined #openstack | 01:18 | |
*** rustam has quit IRC | 01:22 | |
*** jog0 has quit IRC | 01:24 | |
*** jog0 has joined #openstack | 01:25 | |
*** longhudou has joined #openstack | 01:27 | |
longhudou | when I restart the computer,nova-network is down ,and I cannot find a clue from nova-network.log | 01:33 |
---|---|---|
longhudou | anyone who have run into that before | 01:33 |
*** rods has quit IRC | 01:35 | |
longhudou | in nova-network.log it shows" nova: Starting network node (version 2011.2-workspace:tarmac-20110415024701-a9bdb77vaatk99lh)" | 01:36 |
longhudou | but there is nothing more except this | 01:36 |
jog0 | is verbose logging on? | 01:37 |
longhudou | yes | 01:38 |
longhudou | --verbose=true | 01:38 |
jog0 | what happens when you manually try to restart nova-networking (service nova-networking start) | 01:39 |
longhudou | nova-network start/running, process 6402 | 01:40 |
jog0 | and what do the nova logfiles say | 01:41 |
jog0 | presumably nova-network started and failed right away | 01:41 |
jog0 | so if you run start again you will get the same result | 01:41 |
longhudou | nova: Starting network node (version 2011.2-workspace:tarmac-20110415024701-a9bdb77vaatk99lh) | 01:41 |
longhudou | only this | 01:41 |
jog0 | hmm it looks like you are still using cactus (2011.2) | 01:43 |
jog0 | latest stable is diablo | 01:43 |
longhudou | yes | 01:43 |
*** leifmadsen has joined #openstack | 01:43 | |
longhudou | but how can this happen"nova-network started and failed right away" | 01:44 |
sdake | longhudou it should say something about connecting to amqp | 01:44 |
sdake | is rabbitmq running? | 01:44 |
longhudou | http://paste.openstack.org/show/4042/ | 01:45 |
longhudou | I use ps -ef|grep rabbitmq | 01:46 |
sdake | which distro? | 01:47 |
longhudou | cactus | 01:47 |
sdake | did you compile the software yourself? | 01:47 |
sdake | distro = linux distro | 01:48 |
longhudou | yes | 01:48 |
jog0 | when I do a ps | grep for rabbitmq, I see rabbitmq-server running (Ubuntu 11.04) | 01:48 |
sdake | try: | 01:49 |
longhudou | "distro = linux distro" | 01:49 |
sdake | telnet localhost 5672 | 01:49 |
longhudou | Connected to 192.168.1.91. | 01:49 |
longhudou | when I use telnet localhost 5672 | 01:50 |
sdake | not sure then - in Diablo an amqp message should print out | 01:50 |
sdake | and it appears amqp is running on your system | 01:50 |
jog0 | perhaps try restartting rabbitmq? maybe it rabbitmq launched in a bad state? | 01:50 |
longhudou | how to restart rabbitmq, maybe restart the computer? | 01:51 |
jog0 | service rabbitmq-server restart on Ubuntu 11.04 | 01:51 |
sdake | i have only tried diablo on fedora 16 | 01:52 |
sdake | i'd recommend using the prepackaged software though | 01:52 |
sdake | figuring out how to build and install everything yourself is challenging for small packages - openstack is quite large | 01:52 |
longhudou | yes, | 01:53 |
longhudou | sdake | 01:53 |
longhudou | jog0,nova-network is still down | 01:53 |
longhudou | after I restart rabbitmq-server | 01:55 |
sdake | did you try installing the prebuilt deb packages? | 01:56 |
jog0 | so restarting nova-network still doesn't work with a restarted rabbitmq | 01:56 |
sdake | likely made an error during install ;) | 01:56 |
longhudou | no ,last day I can use it ,it mean it is correctly installed before | 01:57 |
jog0 | do any of the other nova services come up correctly and if so do any of those logs have useful information | 01:57 |
sdake | what does scheduler.log say? | 01:57 |
*** PiotrSikora has quit IRC | 01:58 | |
longhudou | 2012-01-03 09:53:00,586 nova.rpc: Failed to fetch message from queue: [Errno 32] Broken pipe | 01:59 |
*** PiotrSikora has joined #openstack | 01:59 | |
sdake | paste your nova.conf | 01:59 |
jog0 | what do you get when you type "euca-describe-availability-zones verbose" | 02:00 |
longhudou | http://paste.openstack.org/show/4043/ | 02:00 |
longhudou | jog0,,,,,http://paste.openstack.org/show/4044/ | 02:01 |
sdake | i see your using mysql - is there anything in the mysql log? | 02:04 |
sdake | run "nova-manage network list" | 02:05 |
longhudou | network netmask start address DNS 10.0.0.0/24 255.255.255.0 10.0.0.2 8.8.4.4 | 02:05 |
longhudou | there is nothing in mysql.log | 02:05 |
*** gasbakid has quit IRC | 02:07 | |
jog0 | hmm its hard for me to debug further since I am more familiar with running diablo and you are running cactus | 02:07 |
longhudou | jog0,thanks all the same | 02:08 |
sdake | im in same boat unfortunately | 02:08 |
sdake | and I have not tried out ubuntu's version | 02:08 |
sdake | I'd recommend as a first step start at the basics - ie: use packages built by packagers rather then your own install | 02:09 |
sdake | tune down your config file -> here is mine http://fpaste.org/oxGO/ | 02:09 |
sdake | use diablo - that seems to work well ;) | 02:10 |
longhudou | ok,thanks. I'll try it | 02:10 |
sdake | best wishes for success | 02:11 |
sdake | dinner time ;) | 02:11 |
*** GonZo2000 has joined #openstack | 02:15 | |
*** clopez has joined #openstack | 02:16 | |
*** fysa has quit IRC | 02:18 | |
*** gasbakid has joined #openstack | 02:22 | |
*** erkules|away has joined #openstack | 02:24 | |
*** leifmadsen has quit IRC | 02:26 | |
*** erkules has quit IRC | 02:26 | |
*** egant has joined #openstack | 02:27 | |
*** clopez has quit IRC | 02:27 | |
*** andrewbogott has quit IRC | 02:32 | |
*** leifmadsen has joined #openstack | 02:40 | |
*** Bryanste- is now known as Bryanstein | 02:42 | |
*** wariola has joined #openstack | 02:42 | |
*** Bryanstein has quit IRC | 02:42 | |
*** Bryanstein has joined #openstack | 02:42 | |
*** GonZo2000 has quit IRC | 02:47 | |
*** leifmadsen has quit IRC | 02:47 | |
*** hcchien has joined #openstack | 02:55 | |
*** davlap has quit IRC | 02:57 | |
*** nati2 has joined #openstack | 03:06 | |
*** devananda has quit IRC | 03:10 | |
*** egant has quit IRC | 03:10 | |
*** longhudou has quit IRC | 03:16 | |
*** ccc1 has quit IRC | 03:19 | |
*** supriya has joined #openstack | 03:24 | |
*** edolnx has quit IRC | 03:30 | |
*** wariola_ has joined #openstack | 03:33 | |
*** shang_ has quit IRC | 03:36 | |
*** shang_ has joined #openstack | 03:36 | |
*** wariola has quit IRC | 03:37 | |
*** jog0 has quit IRC | 03:41 | |
*** krow has quit IRC | 03:46 | |
*** shang_ has quit IRC | 03:52 | |
*** pquerna has quit IRC | 03:52 | |
*** pquerna has joined #openstack | 03:52 | |
*** nati2 has quit IRC | 03:53 | |
*** Hakon|mbp has quit IRC | 03:54 | |
*** krow has joined #openstack | 03:57 | |
*** shang_ has joined #openstack | 04:00 | |
*** cmagina has joined #openstack | 04:09 | |
*** byeager has quit IRC | 04:09 | |
*** cmagina_ has quit IRC | 04:10 | |
*** GonZo2000 has joined #openstack | 04:10 | |
*** dragondm has quit IRC | 04:10 | |
*** wariola_ has quit IRC | 04:12 | |
*** deshantm has joined #openstack | 04:12 | |
*** wariola has joined #openstack | 04:13 | |
*** shang_ has quit IRC | 04:16 | |
*** shang_ has joined #openstack | 04:16 | |
*** wariola has quit IRC | 04:19 | |
*** shang_ is now known as shang | 04:20 | |
*** fysa has joined #openstack | 04:21 | |
*** dragondm has joined #openstack | 04:31 | |
*** Rajaram has joined #openstack | 04:33 | |
*** supriya has quit IRC | 04:39 | |
*** wariola has joined #openstack | 04:40 | |
*** ldlework has quit IRC | 04:42 | |
*** pradeep has joined #openstack | 04:51 | |
*** mohits has joined #openstack | 04:59 | |
*** deshantm has quit IRC | 05:01 | |
*** nati2 has joined #openstack | 05:06 | |
*** mohits has quit IRC | 05:08 | |
*** nati2 has quit IRC | 05:10 | |
*** rajeshb has joined #openstack | 05:13 | |
*** deshantm has joined #openstack | 05:14 | |
*** ras_ has joined #openstack | 05:24 | |
ras_ | hi | 05:25 |
ras_ | I am having a issue configuring Openstack network .. | 05:25 |
ras_ | I am using two nodes with single network, with flatDHCP.. | 05:25 |
ras_ | I can't connect to VMs running on Compute node from other computers . | 05:26 |
ras_ | Appreciate your help | 05:26 |
*** mohits has joined #openstack | 05:28 | |
*** nRy_ has joined #openstack | 05:30 | |
*** nRy has quit IRC | 05:34 | |
ras_ | I can't connect to the VM running on Compute node from public network | 05:36 |
ras_ | However I can connect to the same vm using both private and public network from Nova-Network Host machine | 05:37 |
ras_ | It seems Nova-network host machine doesn't forward connection from outside world to the vm | 05:37 |
ras_ | Can someone help me on this | 05:37 |
*** daysmen_ has quit IRC | 05:42 | |
*** nati2 has joined #openstack | 05:48 | |
*** rajeshb has quit IRC | 05:50 | |
*** longhudou has joined #openstack | 05:57 | |
*** lzyeval has joined #openstack | 06:00 | |
*** shang has quit IRC | 06:05 | |
*** miclorb has quit IRC | 06:13 | |
*** miclorb has joined #openstack | 06:14 | |
*** jedi4ever has joined #openstack | 06:17 | |
*** jedi4ever has joined #openstack | 06:19 | |
*** shang has joined #openstack | 06:19 | |
*** pradeep has quit IRC | 06:26 | |
*** nRy__ has joined #openstack | 06:30 | |
*** lzyeval has quit IRC | 06:32 | |
*** nati2_ has joined #openstack | 06:33 | |
*** Ryan_Lane has joined #openstack | 06:33 | |
*** nRy_ has quit IRC | 06:35 | |
*** nati2 has quit IRC | 06:35 | |
*** wariola has quit IRC | 06:42 | |
*** pradeep1 has joined #openstack | 06:42 | |
*** krow has quit IRC | 06:44 | |
*** shang has quit IRC | 06:44 | |
*** krow has joined #openstack | 06:52 | |
mikal | Hi. Given that images fetched from glance have their formats converted (sometimes) and can be optionally resized, there is effectively no way to verify that images in instances/_base aren't corrupt, right? | 06:54 |
*** shang has joined #openstack | 06:58 | |
tightwork | mikal: This is my dilemma also, although I'm not sure how images are stored in glance. I know previous to working with openstack I thought of this as a huge problem with gluster but always had my eye on sheepdog. Come to find out openstack seems to be pushing for sheepdog support, I'm pretty sure this would give us the VM integrity we want. http://wiki.openstack.org/SheepdogSupport | 07:00 |
mikal | tightwork: yeah, I started wanting to verify glance checksums, but I am not 99% sure that's not possible | 07:01 |
mikal | Its not the apocalypse, it just makes it hard to detect corruption in base images | 07:02 |
*** tmichael has joined #openstack | 07:03 | |
*** nati2_ has quit IRC | 07:05 | |
*** nati2 has joined #openstack | 07:07 | |
tightwork | Is glance capable of becoming distributed? | 07:07 |
tightwork | or is it linking to a another backend like sheepdog? | 07:08 |
*** deshantm has quit IRC | 07:09 | |
tightwork | Does not look like it is OTB, looks like by arch glance/swift is a single giant array/das | 07:11 |
*** mindpixel has joined #openstack | 07:13 | |
*** chasmo has quit IRC | 07:13 | |
*** CrazyThinker has quit IRC | 07:15 | |
*** sword- has quit IRC | 07:16 | |
*** PaulM has left #openstack | 07:16 | |
*** nati2_ has joined #openstack | 07:17 | |
*** nati2 has quit IRC | 07:18 | |
*** shaon has joined #openstack | 07:18 | |
*** nati2 has joined #openstack | 07:19 | |
*** eglynn has joined #openstack | 07:20 | |
*** nati2_ has quit IRC | 07:21 | |
mikal | I'm not sure | 07:23 |
*** vidd_ has joined #openstack | 07:23 | |
*** vidd_ has joined #openstack | 07:23 | |
mikal | I've been playing inside nova compute more than glance | 07:24 |
*** tmichael has quit IRC | 07:26 | |
*** vidd-away has quit IRC | 07:26 | |
*** tmichael has joined #openstack | 07:27 | |
*** CrazyThinker has joined #openstack | 07:27 | |
*** nRy_ has joined #openstack | 07:30 | |
*** Ryan_Lane has quit IRC | 07:32 | |
*** koolhead17 has joined #openstack | 07:33 | |
*** nRy__ has quit IRC | 07:34 | |
*** shang has quit IRC | 07:39 | |
*** dragondm has quit IRC | 07:41 | |
*** ejat has joined #openstack | 07:46 | |
*** marcuz has joined #openstack | 07:47 | |
*** dnjaramba has quit IRC | 07:49 | |
*** longhudou has quit IRC | 07:52 | |
*** dnjaramba has joined #openstack | 07:53 | |
*** shang has joined #openstack | 07:53 | |
*** rocambole has joined #openstack | 08:07 | |
*** micadeyeye has joined #openstack | 08:09 | |
*** krow has quit IRC | 08:10 | |
*** micadeyeye has quit IRC | 08:12 | |
*** nacx has joined #openstack | 08:13 | |
*** dragondm has joined #openstack | 08:13 | |
*** nati2 has quit IRC | 08:15 | |
*** nati2 has joined #openstack | 08:17 | |
*** reidrac has joined #openstack | 08:18 | |
*** nacx has quit IRC | 08:20 | |
*** nati2 has quit IRC | 08:21 | |
*** eglynn has quit IRC | 08:22 | |
*** Ramonster has joined #openstack | 08:22 | |
*** nRy__ has joined #openstack | 08:31 | |
*** erkules|away has quit IRC | 08:32 | |
*** erkules|away has joined #openstack | 08:32 | |
*** gasbakid has quit IRC | 08:32 | |
*** erkules|away is now known as erkules | 08:32 | |
*** arBmind has joined #openstack | 08:32 | |
*** nacx has joined #openstack | 08:34 | |
*** nRy_ has quit IRC | 08:35 | |
*** bubble_gum has joined #openstack | 08:38 | |
*** longhudou has joined #openstack | 08:39 | |
*** Remco_ has joined #openstack | 08:39 | |
*** uksysadmin has joined #openstack | 08:41 | |
*** Remco__ has joined #openstack | 08:42 | |
longhudou | OperationalError: (OperationalError) (1142, "CREATE command denied to user 'nova'@'192.168.1.20' for table 'migrate_version'") '\nCREATE TABLE migrate_version (\n\trepository_id VARCHAR(250) NOT NULL, \n\trepository_path TEXT, \n\tversion INTEGER, \n\tPRIMARY KEY (repository_id)\n)\n\n' () | 08:43 |
*** Remco_ has quit IRC | 08:44 | |
longhudou | anyone run into this before? | 08:44 |
*** heyho has joined #openstack | 08:44 | |
*** micadeyeye has joined #openstack | 08:45 | |
*** gasbakid has joined #openstack | 08:46 | |
*** Remco__ has quit IRC | 08:49 | |
ttx | longhudou: what database are you using ? | 08:49 |
longhudou | mysql | 08:49 |
ttx | longhudou: when does that happen ? At install time ? at run time ? | 08:50 |
longhudou | when I use "nova-manage db sync" | 08:52 |
ttx | longhudou: so that's during initial database creation... that's pretty well tested. anything weird in your mysql setup ? | 08:53 |
longhudou | I have not seen anything weird, | 08:55 |
*** longhudou_ has joined #openstack | 08:57 | |
longhudou_ | ttx: | 08:57 |
ikkeT | any oz-install users here, can you please guide which external tool fails or is missing? http://pastebin.ca/2098337 | 08:57 |
ikkeT | fails with launching guest os | 08:58 |
ttx | longhudou: doesn't ring a bell, sorry. What version are you using ? | 08:58 |
longhudou_ | you mean version of mysql? | 08:58 |
*** bepernoot has joined #openstack | 08:59 | |
longhudou_ | ttx: | 08:59 |
*** longhudou has quit IRC | 08:59 | |
ttx | longhudou_: no, version of Nova | 09:00 |
longhudou_ | diablo | 09:00 |
ras_ | hi | 09:00 |
*** rustam has joined #openstack | 09:00 | |
ras_ | I need a help on configuring network, I am having a two node system with external DHCP which push dhcp addresses further my computers are having one network card on each | 09:02 |
*** koolhead17 has quit IRC | 09:02 | |
ras_ | I used flatDHCP mode where I bridge using br100, on both machines ... | 09:02 |
*** derekh has joined #openstack | 09:03 | |
ras_ | However when VM are deployed on to non nova-network machine, I can't connect from public ip , I could associate an IP but it doesn't connect from the other machines on the network | 09:03 |
ras_ | But when an VM is up on Nova-network machine I could connect from outside machine once the public IP is allocated. | 09:04 |
ras_ | What should I need to do to get other node vm's associated with external IP | 09:04 |
ras_ | Appreciate if someone could help ! | 09:04 |
longhudou_ | ttx; | 09:05 |
*** rustam has quit IRC | 09:05 | |
ttx | longhudou_: You could file a bug with details of your setup and logs to https://bugs.launchpad.net/nova/+filebug | 09:06 |
longhudou_ | ttx:ok | 09:07 |
ras_ | longhudou, are you suggesting me to open an bug | 09:07 |
longhudou_ | no | 09:08 |
*** bourke has joined #openstack | 09:10 | |
*** bourke has quit IRC | 09:10 | |
*** bourke has joined #openstack | 09:12 | |
*** daysmen has joined #openstack | 09:13 | |
*** daysmen_ has joined #openstack | 09:13 | |
ras_ | Can someoen please help me on the network issue | 09:15 |
*** gasbakid__ has joined #openstack | 09:15 | |
*** gasbakid has quit IRC | 09:18 | |
*** miclorb_ has joined #openstack | 09:20 | |
*** miclorb has quit IRC | 09:20 | |
uksysadmin | longhudou_, isn't that MySQL error just saying the host you're running nova db sync on doesn't have access from that IP address? ($0.02) | 09:26 |
*** zigo has joined #openstack | 09:26 | |
uksysadmin | happy new year all (hi ttx - hope all is well - here's to a great year eh?) | 09:27 |
ttx | eh yes. | 09:27 |
ttx | uksysadmin: a great year to you too. | 09:27 |
longhudou_ | uksysadmin: | 09:28 |
longhudou_ | ? | 09:28 |
uksysadmin | longhudou_, command denied to user 'nova'@'192.168.1.20' | 09:28 |
uksysadmin | is nova user allowed to connect to MySQL from 192.168.1.20 ? | 09:28 |
longhudou_ | I think so, | 09:29 |
longhudou_ | uksysadmin: but how to make sure of that? | 09:30 |
longhudou_ | mysql -uroot -popenstack -e“grant select,insert,update,delete,create,drop,index,alter on nova.* to nova@'192.168.1.%' identified by 'nova'” | 09:30 |
*** nRy_ has joined #openstack | 09:31 | |
longhudou_ | uksysadmin; | 09:32 |
uksysadmin | mysql -unova -p<password> nova -e"SHOW TABLES;" | 09:33 |
*** shang has quit IRC | 09:34 | |
uksysadmin | does the nova database exist? | 09:34 |
uksysadmin | (could be another reason for the error) | 09:34 |
longhudou_ | sorry, I got it | 09:34 |
longhudou_ | thanks | 09:34 |
longhudou_ | ;) | 09:34 |
longhudou_ | :) | 09:34 |
*** nRy__ has quit IRC | 09:34 | |
uksysadmin | longhudou_, what was the issue? | 09:36 |
longhudou_ | I enter the wrong command | 09:36 |
longhudou_ | sorry for that | 09:36 |
longhudou_ | also thanks for your help, | 09:38 |
uksysadmin | :) no need to apologise - at least you know what not put next time! | 09:38 |
*** ben_duyujie has joined #openstack | 09:38 | |
*** rustam has joined #openstack | 09:40 | |
*** Buzz__ has joined #openstack | 09:41 | |
*** Buzz__ has quit IRC | 09:42 | |
heyho | Hello, I'm experiencing issues in openstack dashboard..I can't create instances or view the status of the system..I'm guessing there are mysql problems.. can anyone help figure it out? | 09:42 |
uksysadmin | bloody mysql ;-) | 09:42 |
*** Oneiroi has joined #openstack | 09:42 | |
heyho | yeah, for example, in instances tab: Unable to get instance list: 'ExtrasServerController' object has no attribute '_items' | 09:43 |
*** Oneiroi has quit IRC | 09:44 | |
heyho | I switched from old nova auth to the keystone one | 09:44 |
uksysadmin | ttx, that strange "bug" I raised regarding not being able to spin up instances using essex milestone and precise - still not got to the bottom of it - I'm working my through it and I just can't see how its a bug when it only seeimingly affects me (given its just an install and launch - people are using it right!? ;-)) | 09:44 |
ttx | uksysadmin: I.. think so :) | 09:45 |
uksysadmin | my poor brain can't cope with repeating my steps and it not working - computers, who'd have them? | 09:45 |
uksysadmin | I'm 99.9% convinced its something to do with corrupt images - I had issues with my working diablo set up. | 09:46 |
*** javiF has joined #openstack | 09:46 | |
uksysadmin | give me a day or so and I'll then close it and just move along quietly | 09:46 |
*** pixelbeat has joined #openstack | 09:47 | |
*** MarkAtwood has joined #openstack | 09:48 | |
*** clopez has joined #openstack | 09:56 | |
*** shang has joined #openstack | 09:57 | |
*** katkee has joined #openstack | 09:59 | |
*** oonersch has joined #openstack | 10:00 | |
*** miclorb_ has quit IRC | 10:01 | |
*** eglynn has joined #openstack | 10:02 | |
*** ejat has quit IRC | 10:03 | |
*** po has joined #openstack | 10:04 | |
*** ejat has joined #openstack | 10:05 | |
*** koolhead11 has joined #openstack | 10:06 | |
*** javiF has quit IRC | 10:17 | |
*** MarkAtwood has quit IRC | 10:19 | |
*** javiF has joined #openstack | 10:19 | |
*** nacx has quit IRC | 10:20 | |
*** oneiroi has joined #openstack | 10:26 | |
oneiroi | happy new year everyone | 10:26 |
micadeyeye | how can I get the required package? | 10:27 |
*** pradeep1 has quit IRC | 10:28 | |
micadeyeye | Requires: python-nova = 2011.3-1526.4.d4.fc14 Installed: python-nova-2011.3-0.4.d4.fc14.noarch (@openstack-nova) | 10:28 |
*** krish has joined #openstack | 10:29 | |
oneiroi | micadeyeye: which linux distro are you using? | 10:30 |
oneiroi | ah ignore me | 10:31 |
oneiroi | fc14 | 10:31 |
*** nRy__ has joined #openstack | 10:31 | |
oneiroi | let me check if there is an fc14 build of python-nova | 10:31 |
micadeyeye | Fedora 16 | 10:33 |
*** ccorrigan has joined #openstack | 10:33 | |
*** nacx has joined #openstack | 10:33 | |
oneiroi | err that's very starnge then as what you pasted shows fc14 | 10:33 |
*** nRy_ has quit IRC | 10:34 | |
micadeyeye | oneiroi, i am trying to install a package. see http://www.fpaste.org/xQaZ/ | 10:35 |
oneiroi | micadeyeye: just checked koji there is no (recent) fc14 nova builds, I can't think why your yum is attempting to grab fc14 packages, can you fpaste your yum/repos.d/* please? | 10:37 |
*** gasbakid has joined #openstack | 10:37 | |
*** gasbakid__ has quit IRC | 10:38 | |
micadeyeye | oneiroi, what's the command? | 10:39 |
micadeyeye | i am thinking i need to delete something from the repos. | 10:39 |
heyho | Does anyone know how to fix the "Caught error: 'PrivilegedServerController' object has no attribute '_items'" error? | 10:40 |
oneiroi | micadeyeye: y | 10:41 |
oneiroi | wrong windwo >< | 10:41 |
oneiroi | sec | 10:41 |
oneiroi | micadeyeye: quick and dirty : grep '' -n /etc/yum.repos.d/*.repo | fpaste | 10:42 |
micadeyeye | http://fpaste.org/iC9c/ | 10:43 |
*** tryggvil has joined #openstack | 10:44 | |
*** nacx has quit IRC | 10:45 | |
oneiroi | micadeyeye: ok taking a look | 10:45 |
oneiroi | hmmmm your configs look the same as my fc15 box, | 10:47 |
*** gasbakid__ has joined #openstack | 10:47 | |
oneiroi | let me see what heppends on there | 10:47 |
oneiroi | s/hepp/happ/ | 10:48 |
oneiroi | No package openstack-nova available. :S | 10:48 |
oneiroi | pixelbeat: ping | 10:48 |
pixelbeat | hi, looking at paste | 10:49 |
oneiroi | thanks | 10:49 |
*** miclorb has joined #openstack | 10:49 | |
*** gasbakid has quit IRC | 10:49 | |
micadeyeye | oneiroi, i just downloaded an rpm for openstack-nova | 10:50 |
*** ehaselwanter has joined #openstack | 10:50 | |
oneiroi | micadeyeye: from where? | 10:50 |
micadeyeye | would it add the package? i got it from a random site | 10:51 |
micadeyeye | http://rpmfind.net/linux/rpm2html/search.php?query=openstack-nova | 10:51 |
oneiroi | in thoery it would _but_ I would adivse you get it via yum if we can resolve this, as 1) If could be larger issue we should get fixed for fedora and 2) I can not vouch for the rpms on that site (at the very least check the gpg signature!) | 10:52 |
oneiroi | s/thoery/theory/ | 10:53 |
micadeyeye | how can I fix the problem | 10:53 |
micadeyeye | ? | 10:53 |
oneiroi | also pixelbeat works on the feodra pavkages for openstack so he may have some insight for you soon. | 10:53 |
oneiroi | we are looking at it for you. | 10:54 |
*** miclorb has quit IRC | 10:54 | |
micadeyeye | i am following in the instructions here. | 10:54 |
micadeyeye | delete =>in | 10:54 |
micadeyeye | http://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova | 10:54 |
*** derekh has quit IRC | 10:54 | |
oneiroi | ok micadeyeye can you please file a bug at https://bugzilla.redhat.com/ ? incase we can't resolve this quickly | 10:55 |
*** gasbakid__ has quit IRC | 10:55 | |
micadeyeye | what would I report? | 10:55 |
pixelbeat | micadeyeye, hang on a bit until we find out :) | 10:55 |
pixelbeat | micadeyeye, It looks like you're getting packages from http://download.mirantis.com/repo/noarch/ | 10:59 |
oneiroi | /me goes and gets another coffee, caffeine level isn't high enough | 11:00 |
pixelbeat | It seems that there is a missing python-nova package there, for the latest version therein | 11:00 |
*** mohits has quit IRC | 11:00 | |
pixelbeat | You're on F15? | 11:01 |
micadeyeye | F16 | 11:01 |
*** koolhead11 is now known as koolhead17 | 11:02 | |
pixelbeat | OK, to get all the F16 packages, I suggest removing the mirantis repo | 11:02 |
micadeyeye | pixelbeat, how can I do that? | 11:03 |
oneiroi | micadeyeye: can we assume this is not a production machine? | 11:04 |
micadeyeye | no, it's not. | 11:04 |
*** derekh has joined #openstack | 11:04 | |
pixelbeat | either temporarily with yum --disablerepo=, or just rm the appropriate file in /etc/yum.repos.d/ | 11:04 |
oneiroi | ^^ | 11:05 |
uvirtbot | oneiroi: Error: "^" is not a valid command. | 11:05 |
* oneiroi shoos uvirtbot | 11:05 | |
*** ras_ has quit IRC | 11:07 | |
micadeyeye | what should i delete from here - http://www.fpaste.org/xepe/? | 11:08 |
micadeyeye | there is no mirantis repo there. | 11:08 |
*** krish has quit IRC | 11:10 | |
oneiroi | micadeyeye: try yum --disablerepo=mirantis intsall openstack-nova | 11:11 |
oneiroi | s/intsall/install/ | 11:11 |
*** bobi111 has joined #openstack | 11:12 | |
micadeyeye | oneiroi, Error getting repository data for mirantis, repository not found | 11:13 |
*** ahasenack has joined #openstack | 11:15 | |
*** ejat has quit IRC | 11:17 | |
oneiroi | micadeyeye: ahh I see | 11:17 |
oneiroi | it's your openstack.repo | 11:17 |
oneiroi | yum --disablerepo=openstack install member:openstack-nova | 11:17 |
oneiroi | sec | 11:17 |
*** katkee has quit IRC | 11:17 | |
oneiroi | irc client has gone nuts | 11:17 |
oneiroi | yum --disablerepo=openstack-nova install openstack-nova | 11:18 |
oneiroi | or just rm the openstack.repo file | 11:18 |
bobi111 | Hi,I'm having trouble starting instances on RH6.1. I use openstack-nova-compute-2011.3-b1278. It seems that the problem is in GuestFsInjector.__init__ line: self.__gfs.launch(). Any idea? | 11:18 |
heyho | Does anyone know what could be the cause of this error http://i43.tinypic.com/2wcmov8.png ? It's also reported in nova-api log | 11:20 |
*** katkee has joined #openstack | 11:21 | |
pixelbeat | bobi111, I'm guessing you might be using the griddynamics packages? | 11:22 |
micadeyeye | oneiroi, seemed to be installing now. thanks. | 11:22 |
oneiroi | micadeyeye: thanks to pixelbeat really he spotted the repo issue :) | 11:22 |
micadeyeye | oneiroi, yeah, I would like to use it with boxgrinder | 11:23 |
micadeyeye | thanks pixelbeat | 11:23 |
oneiroi | micadeyeye: I've found boxgrinder pushes to glance just fine, but being as I need this to work with other providers who do not (yet) support pushing of custom images to their glance api's I'm also using chef + vagrant | 11:23 |
*** Birk_ has joined #openstack | 11:26 | |
*** Birk_ has joined #openstack | 11:26 | |
pixelbeat | bobi111, Have you python-libguestfs installed? I would ensure that, and then try to get more logs on the issue | 11:27 |
*** lucio_ has joined #openstack | 11:27 | |
*** nRy_ has joined #openstack | 11:31 | |
*** nRy__ has quit IRC | 11:35 | |
*** helloWorld has joined #openstack | 11:38 | |
*** CloudChris has joined #openstack | 11:40 | |
*** CloudChris has left #openstack | 11:40 | |
lxu | i'm gettin an error with iscsi. logs says Login I/O error, failed to receive a PDU | 11:42 |
lxu | when trying to attach a volume. same error when executing it manually | 11:42 |
bobi111 | pixelbeat: I have python-libguestfs-1.7.17-17.el6.x86_64 | 11:42 |
pixelbeat | OK, you'll have to get more logs as to why the libguestfs launch is failing | 11:43 |
*** arBmind has quit IRC | 11:43 | |
*** Rajaram has quit IRC | 11:44 | |
pixelbeat | One could try a minimal python prog from the libguestfs site against one of your /var/lib/nova/instances images | 11:44 |
bobi111 | pixelbeat: Yes.I'm using the griddynamics packages | 11:44 |
pixelbeat | Note there is support in EPEL for openstack with libguestfs, however that's based on RH6.2 so probably not of use? | 11:45 |
bobi111 | pixelbeat: I'll try to check with 6.2 | 11:47 |
*** krish has joined #openstack | 11:49 | |
Birk_ | I'm trying to test XenAPI, but when i execute this command "x = nova.virt.xenapi_conn.XenAPIConnection("https://<XenServer IP>", "root", "password")" I'm getting error: [Errno 111] ECONNREFUSED. I just configured xen user and password in the nova.conf file. I'm forgeting something ? I'm using this tutorial: http://wiki.openstack.org/XenServerDevelopment?action=recall&rev=149#Prepare_Nova | 11:51 |
*** eglynn has quit IRC | 11:51 | |
*** GheRivero has quit IRC | 11:54 | |
*** zigo has quit IRC | 11:57 | |
*** Remco_ has joined #openstack | 11:57 | |
*** jedi4ever has quit IRC | 12:05 | |
*** rasyid7 has joined #openstack | 12:05 | |
*** dragondm has quit IRC | 12:06 | |
*** rasyid7 has left #openstack | 12:06 | |
*** rasyid7 has joined #openstack | 12:06 | |
*** vdo has joined #openstack | 12:07 | |
*** shaon has quit IRC | 12:07 | |
*** GheRivero has joined #openstack | 12:09 | |
*** eglynn has joined #openstack | 12:16 | |
*** micadeyeye has quit IRC | 12:22 | |
*** longhudou_ has quit IRC | 12:22 | |
*** mnour has joined #openstack | 12:24 | |
*** markvoelker has joined #openstack | 12:25 | |
*** galthaus has joined #openstack | 12:25 | |
*** bobi111 has quit IRC | 12:26 | |
uvirtbot | New bug: #911197 in keystone "Expires compare raise Exception in middleware.auth_token " [Undecided,New] https://launchpad.net/bugs/911197 | 12:26 |
*** galthaus1 has quit IRC | 12:27 | |
*** Remco_ has quit IRC | 12:28 | |
*** Remco_ has joined #openstack | 12:28 | |
*** oneiroi has quit IRC | 12:30 | |
*** nRy__ has joined #openstack | 12:31 | |
*** ben_duyujie has quit IRC | 12:32 | |
*** Remco_ has quit IRC | 12:32 | |
*** eglynn has quit IRC | 12:34 | |
*** nRy_ has quit IRC | 12:35 | |
*** eglynn has joined #openstack | 12:35 | |
*** tryggvil has quit IRC | 12:40 | |
*** krish has quit IRC | 12:46 | |
*** krish has joined #openstack | 12:46 | |
*** helloWorld has quit IRC | 12:47 | |
*** bsza has joined #openstack | 12:48 | |
*** tryggvil has joined #openstack | 12:53 | |
*** vdo has quit IRC | 12:54 | |
*** bourke has quit IRC | 12:55 | |
*** bourke has joined #openstack | 12:56 | |
*** reed has quit IRC | 12:57 | |
*** bourke has quit IRC | 12:57 | |
*** bourke has joined #openstack | 12:58 | |
*** vdo has joined #openstack | 12:58 | |
*** Rajaram has joined #openstack | 12:59 | |
*** bepernoot has quit IRC | 13:02 | |
*** bepernoot has joined #openstack | 13:02 | |
*** bobi111 has joined #openstack | 13:07 | |
*** bobi111 has left #openstack | 13:07 | |
*** bobi111 has joined #openstack | 13:07 | |
uksysadmin | hey all | 13:09 |
*** leifmadsen has joined #openstack | 13:09 | |
uksysadmin | I'm about to install keystone on Ubuntu 11.10 - what's the best repo to get keystone from - ubuntu repo or should I be looking at bleeding edge to make it work? | 13:09 |
*** praefect has joined #openstack | 13:10 | |
mjfork | uksysadmin: one of the openstack forum admins suggests: http://forums.openstack.org/viewtopic.php?f=15&t=510 | 13:11 |
*** MrHeat has joined #openstack | 13:12 | |
uvirtbot | New bug: #911217 in nova "Resizes should be automatically confirmed after 24 hours" [Undecided,New] https://launchpad.net/bugs/911217 | 13:13 |
*** dayou has joined #openstack | 13:13 | |
uksysadmin | thanks mjfork - I'll take a snapshot on a vm then I'll check out the cloudbuilders packages | 13:15 |
*** galthaus has left #openstack | 13:17 | |
*** oneiroi has joined #openstack | 13:17 | |
*** Seoman has joined #openstack | 13:18 | |
heyho | mjfork: hi, have you an idea how to fix this? http://i43.tinypic.com/2wcmov8.png I also have other errors in the other horizon tabs | 13:20 |
bobi111 | pixelbeat: compute is not starting. Error in log -> python: abrt: detected unhandled Python exception in /usr/bin/nova-compute | 13:25 |
*** egant has joined #openstack | 13:25 | |
*** lts has joined #openstack | 13:26 | |
*** dolphm has joined #openstack | 13:26 | |
*** crescendo has joined #openstack | 13:31 | |
*** crescendo has joined #openstack | 13:31 | |
*** nRy_ has joined #openstack | 13:31 | |
*** hggdh has quit IRC | 13:31 | |
*** dolphm has quit IRC | 13:32 | |
*** Rajaram_ has joined #openstack | 13:33 | |
*** Rajaram__ has joined #openstack | 13:35 | |
*** Rajaram_ has quit IRC | 13:35 | |
*** hggdh has joined #openstack | 13:35 | |
*** supriya has joined #openstack | 13:35 | |
*** Rajaram has quit IRC | 13:35 | |
*** Rajaram__ is now known as Rajaram | 13:35 | |
*** nRy__ has quit IRC | 13:35 | |
*** dolphm has joined #openstack | 13:37 | |
*** pradeep has joined #openstack | 13:51 | |
*** PotHix has joined #openstack | 13:52 | |
*** egant has quit IRC | 13:55 | |
*** supriya has quit IRC | 14:00 | |
*** abecc has joined #openstack | 14:00 | |
*** dprince has joined #openstack | 14:02 | |
*** Rajaram has quit IRC | 14:03 | |
*** deshantm has joined #openstack | 14:03 | |
*** bcwaldon has joined #openstack | 14:04 | |
*** PeteDaGuru has joined #openstack | 14:04 | |
*** shaon has joined #openstack | 14:05 | |
uvirtbot | New bug: #911242 in melange "IpBlocks and MacAddressRanges selection in mysql" [Medium,New] https://launchpad.net/bugs/911242 | 14:05 |
*** phschwartz has left #openstack | 14:06 | |
*** supriya has joined #openstack | 14:07 | |
*** Rajaram has joined #openstack | 14:10 | |
*** ben_duyujie has joined #openstack | 14:10 | |
koolhead17 | hi all | 14:11 |
*** tryggvil has quit IRC | 14:14 | |
*** dolphm has quit IRC | 14:14 | |
*** bubble_gum has quit IRC | 14:19 | |
*** arBmind has joined #openstack | 14:20 | |
uksysadmin | hi koolhead17 , I've been talking to your alter-ego koolhead11 (you should see a doctor ;-)) | 14:20 |
*** ayates83 has left #openstack | 14:22 | |
koolhead17 | uksysadmin: 11/12/17 all is me, its just matters which box am connected to. :P | 14:22 |
*** sandywalsh has joined #openstack | 14:22 | |
koolhead17 | uksysadmin: whats the news? | 14:22 |
* koolhead17 been out of openstack world for a while :P | 14:22 | |
*** dolphm has joined #openstack | 14:23 | |
mjfork | heyho: do you have a version mismatch by chance? | 14:24 |
uksysadmin | all good atm for me... working test nova set up, working swift set up.... about to look at keystone then taking the plunge with horizon and the fun with all of them together. | 14:24 |
koolhead17 | uksysadmin: Essex with Github ? | 14:25 |
uksysadmin | of course, a few oddities... but we're all cool with that? It's the year for OpenStack isn't it? | 14:25 |
uvirtbot | New bug: #911255 in melange "show on deallocated ip addresses fails" [Medium,New] https://launchpad.net/bugs/911255 | 14:25 |
uksysadmin | just setting up another nova environment in a vm to try some alternative snapshots to find out what is the best way to get it all going | 14:25 |
*** ehaselwanter has quit IRC | 14:27 | |
koolhead17 | uksysadmin: how about trying precious/essex | 14:27 |
uksysadmin | Tried that - ran into a strange "bug" which prevented me spinning up instances - showstopper - which suggested it wasn't a bug but my environment | 14:28 |
*** supriya has quit IRC | 14:28 | |
uksysadmin | had to do some work on a working set up so not revisited that set up yet | 14:29 |
koolhead17 | uksysadmin: will need your blog with reactions, i been busy with other stuff i have it in top priority | 14:30 |
koolhead17 | uksysadmin: and your yet to get me the preseed conf for manual partitioning :P | 14:30 |
*** Remco_ has joined #openstack | 14:31 | |
uksysadmin | my plan is to get add in keystone to my nova set up on ubuntu 11.10 - I know it works so adding in keystone will be a good test as to what is and isn't working for me | 14:31 |
uksysadmin | if I run into too many issues I'll try essex on it | 14:31 |
uksysadmin | and then I'll try precise again | 14:31 |
*** nRy__ has joined #openstack | 14:31 | |
uksysadmin | and yeah yeah yeah - partitions are overrated ;-) | 14:31 |
koolhead17 | uksysadmin: well keystone did not work for me <ubuntu pkg> in oneiric/diablo and i filed many bugs d\for the same and then simply left it | 14:32 |
koolhead17 | hoping to try it with essex/precious | 14:32 |
heyho | mjfork: I think so as I have openstack 2011.3 and I've followed your instruction to install diablo keystone and dashboard from github | 14:33 |
tightwork | I'm at a loss as to what versions of keystone are considered stable. | 14:33 |
uksysadmin | we live in a throw-away society - same should be for computers - gone of the days of 720 days uptime on stuff - should be able to do quick install after quick install - if partitioning is wrong, if disk space is too small - rebuild... rebuild and rebuild... trust your installs and reboots. | 14:33 |
mjfork | i never had luck with keystone from packages, but from source I have. | 14:33 |
heyho | mjfork: I *dont think so | 14:33 |
mjfork | i have not tried the RBC keystone packages yet | 14:33 |
shaon | uksysadmin: I tried you blog about 6/7 months ago to setup a openstack environment on virtualbox :) | 14:33 |
tightwork | uksysadmin: yeah I built a preseed of oneiric :) | 14:34 |
mjfork | tightwork: i have ahd success with source keystone from stable/diablo, and the one of the forum admins suggested their keystone packages (See http://forums.openstack.org/viewtopic.php?f=15&t=510) | 14:34 |
uksysadmin | awesome shaon - I need to update it... things have moved on and I need that to keep up | 14:34 |
*** Carmivore has quit IRC | 14:34 | |
*** nRy has joined #openstack | 14:35 | |
uksysadmin | tightwork, I'm going to try that package route from the forum suggestion over the next few days | 14:35 |
mjfork | heyho: run nova-manage db sync on the controller | 14:35 |
shaon | uksysadmin: yes, an update will be really helpfull, I want to try openstack on my laptop as I don't have too many machines :( | 14:35 |
*** nRy_ has quit IRC | 14:35 | |
heyho | already tried.. It seems that there are some missing colums in the db | 14:35 |
*** lborda has joined #openstack | 14:35 | |
uksysadmin | it is disappointing that keystone became mandatory for horizon yet I don't think I've found anyone that has said "hey - apt-get install keystone" and it works. | 14:36 |
mjfork | heyho: pastebin the log for nova-manage db sync | 14:36 |
uksysadmin | ok - fair enough - we have to start somewhere... best we can do is submit bugs and feedback appropriately | 14:36 |
tightwork | uksysadmin: well I actually got stackops single node working... | 14:36 |
tightwork | I'm pretty sure that pulls in a lot of packages from apt-get | 14:36 |
*** nRy__ has quit IRC | 14:37 | |
uksysadmin | tightwork, seems to be a number of different routes that get you to different places - but its whether or not you can go from that to where it matters - into a datacentre | 14:37 |
tightwork | I know, I wouldent want to consider it a production route | 14:37 |
*** MrHeat has quit IRC | 14:37 | |
uksysadmin | stackops distro isn't for prod use I don't believe - its great though - but I'd rather get to a stage where I can just take the steps to the next level rather than re-do something else. | 14:38 |
tightwork | I was just impatient :) | 14:38 |
uksysadmin | tightwork, think we all are - we know what the potential of OpenStack can do | 14:39 |
tightwork | overall how old is the project, just the past year? | 14:39 |
*** Carmivore has joined #openstack | 14:39 | |
tightwork | Should be more grateful the success this far | 14:40 |
uksysadmin | that frustration is echoed in the industry too - any shortcoming of OpenStack is quickly picked up in the same breath as the more established routes to a private cloud inEucalyptus and CloudStack | 14:40 |
* uksysadmin shares the love in the OpenStack room | 14:40 | |
tightwork | the frustration is just as any development model, where devs see a vision and docs don't reflect that fast enough | 14:41 |
tightwork | I do it | 14:41 |
tightwork | Y U no document? | 14:41 |
uksysadmin | I do my bit where I can.. | 14:42 |
koolhead17 | tightwork: hope your not ending up like few others after deploying it in production :P | 14:42 |
*** kbringard has joined #openstack | 14:42 | |
*** lborda has quit IRC | 14:42 | |
koolhead17 | kbringard: hola siir | 14:42 |
kbringard | howdy | 14:42 |
tightwork | koolhead17: No... but I can't say the same for the senior devs :-p | 14:42 |
tightwork | asshats | 14:42 |
uksysadmin | besides - if it was all easy - we'd all be out of a job and some pimply faced youth can do all this!? ;-) | 14:42 |
koolhead17 | am great and trying to recover from the new year hangover :P | 14:42 |
koolhead17 | uksysadmin: :P | 14:43 |
koolhead17 | tightwork: well get ready for some action then :D | 14:44 |
tightwork | Oh i'm the jester of cruft where I work | 14:47 |
tightwork | I put in my two weeks, place is a joke | 14:47 |
heyho | mjfork: nova-manage log http://paste.openstack.org/show/4049/ | 14:47 |
*** mrjazzcat has joined #openstack | 14:47 | |
tightwork | You guys think its cool to manage a /17 of IP address in a text file? | 14:48 |
uksysadmin | tightwork, flat files are underrated too ;-) | 14:48 |
tightwork | the sr dev will die by the sword, aka: perl | 14:48 |
koolhead17 | tightwork: hehe | 14:49 |
*** lborda has joined #openstack | 14:49 | |
tightwork | Has anyone used openstack on other hypervisors than xen or kvm? I read its possible with vmware, would it be able to work with the free esxi? I'm just thinking of an environment where esx is already deployed. | 14:50 |
mjfork | heyho: what does dashbaord do now? | 14:50 |
kbringard | mjfork: how do you mean? | 14:50 |
kbringard | what functionality does it have? | 14:50 |
mjfork | heyho: actually, i am almost sure your openstackx packageis out of date. | 14:50 |
mjfork | heyho: or i should say, the wrong build level | 14:50 |
kbringard | ooooo, lol, I misread | 14:50 |
uksysadmin | tightwork, we're all struggling to get it work on kvm - steady on ;-) | 14:50 |
kbringard | mjfork: I thought you were saying "Heyo, can someone tell me…" | 14:51 |
koolhead17 | kbringard: :P | 14:51 |
kbringard | <— dumb ass sr dev :-p | 14:51 |
uksysadmin | lol @ kbringard | 14:51 |
koolhead17 | haha | 14:51 |
heyho | mjfork: ok, so how can I install the proper version | 14:51 |
shaon | :P | 14:52 |
tightwork | uksysadmin: true.. I've been a long time kvm user even when kvm was the obscure thing to do. It has always seemed more flexible specifically no kernel deps. I'm just about to jump into a heavy vmware environment. | 14:52 |
*** javiF has quit IRC | 14:52 | |
koolhead17 | heyho: diablo/oneiric is tested without <keystone/dashbaord> | 14:53 |
kbringard | hrmm, @core in rhel doesn't seem to have dhclient or yum, wtf redhat? | 14:53 |
mjfork | heyho: what does apt-get install openstackx say? | 14:53 |
*** tryggvil_ has joined #openstack | 14:53 | |
heyho | It says openstack is the most recent version | 14:54 |
uksysadmin | we use vmware here - I've decided to keep the two apart - let vmware do what it does best (drain balance sheets) and slowly grow a private cloud based on new tech | 14:55 |
kbringard | lol uksysadmin | 14:55 |
*** ldlework has joined #openstack | 14:56 | |
mjfork | heyho: what package repository? | 14:56 |
Spirilis | uksysadmin: lol | 14:56 |
heyho | mjfork: are there openstackx repositories? using aptitude i read the openstackx version is 0.2.0 | 14:56 |
mjfork | heyho: what does apt-get search openstackx say? | 14:58 |
uksysadmin | in vmware's defence - its good. its interface is great. but its getting look like old technology wrapped up in a shiny interface and proprietary apis. | 14:58 |
*** samba35 has joined #openstack | 14:58 | |
uksysadmin | if you don't do half the fancy things you signed up for in vmware and see it as something that carves up cpus and networks - you're in the world where you can replace it easily. | 14:58 |
samba35 | hello Friends ! | 14:59 |
mjfork | heyho: oops, it is apt-cache search | 14:59 |
samba35 | i am new to openstack i have installed (>) | 14:59 |
heyho | mjfork: this is the answer: openstackx - Client library extenstions for Openstack API | 14:59 |
samba35 | i am new to openstack i have installed (??) open stack on ubuntu 10.04 but how do i check its working ,how do i get basic of openstack working | 15:00 |
mjfork | heyho: can you paste nova-api.log from controller | 15:00 |
kodapa | OKOK | 15:01 |
uksysadmin | samba35, there's a fair amount of configuring - have you managed to create a user? to check you've got all the required services (presuming you've got nova and controller all running as one host): sudo nova-manage services list | 15:02 |
uksysadmin | 10.04... did you install Diablo (2011.3) from ppa? | 15:02 |
heyho | mjfork: http://paste.openstack.org/show/sBTUUazyIjKuOnpmUMOf/ | 15:03 |
mjfork | heyho: what files are in /var/lib/nova/extensions, just admin.py and init.py (plus corresponding pyc and pyo)? | 15:05 |
samba35 | uksysadmin, i got some output with that command should i post output with pastbin | 15:05 |
*** rnirmal has joined #openstack | 15:05 | |
uksysadmin | can do - essentially you should see 3 services (at least) listed with :-) [network, compute and scheduler] | 15:06 |
mjfork | heyho: if so, try reanaming to .backup or something and use these versions: https://github.com/cloudbuilders/openstackx/tree/diablo/extensions | 15:06 |
samba35 | uksysadmin, i did to many things with some web pages how do i check wheter i have create use or not ,i think i have created user | 15:07 |
*** robbiew has joined #openstack | 15:08 | |
heyho | mjfork: I have just two files: admin.py and init.py (no corresponding pyc or pyo, and I dont know what they are) .. however I'll do as you suggested | 15:09 |
uksysadmin | sudo nova-manage user list | 15:09 |
*** stuntmachine has joined #openstack | 15:10 | |
uksysadmin | for that user, you need at least to ensure its a 'cloudadmin' account so you've got full access to your cloud environment | 15:11 |
uksysadmin | if your user is called 'openstack' then you can check: sudo nova-manage role has --user=openstack --role=cloudadmin | 15:11 |
*** mdomsch has joined #openstack | 15:14 | |
heyho | mjfork: ok I did it.. do I have to restart some services as nova-api? | 15:14 |
samba35 | there are some message with none | 15:15 |
samba35 | http://pastebin.com/a46XHdky | 15:16 |
mjfork | heyho: yes, restart nova-api and nova-comptue | 15:17 |
samba35 | can you please tell me what is best way to learn /read more about openstack on ubuntu | 15:17 |
mjfork | samba35: here is a good document http://cssoss.files.wordpress.com/2011/11/openstackbookv2-0_csscorp.pdf | 15:17 |
samba35 | ok | 15:18 |
samba35 | thanks | 15:18 |
heyho | mjfork: nova-api failed with this http://paste.openstack.org/show/z81y3VmlTqzBz9hnQp1k/ | 15:18 |
mjfork | looks like you downloaded HTML instead of the source | 15:18 |
samba35 | 1 quick question to setup a basic cloud /openstack server how many machines i should have | 15:19 |
*** ben_duyujie has quit IRC | 15:19 | |
*** ben_duyujie has joined #openstack | 15:20 | |
*** llang629 has joined #openstack | 15:21 | |
mjfork | samba35: you can do it with as little as 1 depending on your goal | 15:21 |
*** llang629 has left #openstack | 15:21 | |
Birk_ | Anyone know where i can find a good tutorial of how to install and configure Xen with openstack ? I'm looking this now: http://wiki.openstack.org/XenServerDevelopment?action=recall&rev=149#Prepare_Nova | 15:21 |
samba35 | ok | 15:21 |
*** bobi111 has quit IRC | 15:23 | |
*** mcclurmc has quit IRC | 15:25 | |
mjfork | samba35: if you just want to get openstack running to play with commands and understand, use http://devstack.org. note this is not for production or anything, just a dev install to play with. | 15:27 |
samba35 | sorry again 1 more stupid question ,we are doing a collage project on cloud ,do you think we will able to finesh project in 8 days if we have to learn all basic | 15:27 |
*** mcclurmc has joined #openstack | 15:27 | |
samba35 | ok | 15:27 |
heyho | mjfork: yeah sorry.. and you were right! Errors on the Dashboard disappeared! how can I add images via the dashboard? I was tryong to use nova-manage image_register but I'm getting a manifest check error.. | 15:29 |
*** jtanner has joined #openstack | 15:30 | |
uvirtbot | New bug: #911291 in glance "Missing man pages for executables" [Undecided,New] https://launchpad.net/bugs/911291 | 15:30 |
uksysadmin | samba35, what do you want to achieve with your college project - that you can spin machines up and connect to them? | 15:31 |
uksysadmin | put your mind to it and you can do that in under and hour | 15:31 |
mjfork | heyho, here are directions for an ubuntu image: http://paste.openstack.org/show/4052 | 15:31 |
*** nRy_ has joined #openstack | 15:31 | |
*** joerger has quit IRC | 15:32 | |
heyho | mjfork: thank you, I'll check em out | 15:34 |
*** nRy has quit IRC | 15:35 | |
*** troytoman-away is now known as troytoman | 15:37 | |
*** hugokuo has joined #openstack | 15:38 | |
*** ehaselwanter has joined #openstack | 15:38 | |
*** Rajaram has quit IRC | 15:39 | |
*** supriya has joined #openstack | 15:40 | |
*** supriya has joined #openstack | 15:40 | |
*** nid0 has quit IRC | 15:40 | |
*** dubsquared has joined #openstack | 15:41 | |
*** rnorwood has joined #openstack | 15:41 | |
*** ppradhan has joined #openstack | 15:42 | |
*** ppradhan has left #openstack | 15:43 | |
*** ppradhan has joined #openstack | 15:43 | |
*** ehebert has joined #openstack | 15:43 | |
lxu | anynone can help-me with iscsi? | 15:47 |
*** jeremy has quit IRC | 15:47 | |
jtanner | lxu: that depends on the problem. If it's just a generic iscsi issue, you should probably go to the channel for your distro .. like #rhel, #centos, #ubuntu | 15:48 |
*** ehebert has quit IRC | 15:48 | |
*** dayou is now known as help | 15:48 | |
*** help is now known as dayou | 15:48 | |
*** spiffxp has joined #openstack | 15:49 | |
mjfork | lxu: can you pastbin a stack trace or something? | 15:49 |
*** sandywalsh_ has joined #openstack | 15:49 | |
*** rnorwood has quit IRC | 15:50 | |
*** rods has joined #openstack | 15:50 | |
*** floehmann has quit IRC | 15:50 | |
*** hugo_kuo has joined #openstack | 15:50 | |
*** rnorwood has joined #openstack | 15:52 | |
*** floehmann has joined #openstack | 15:52 | |
*** hugokuo has quit IRC | 15:53 | |
mjfork | be right back | 15:53 |
*** mjfork has quit IRC | 15:53 | |
*** aliguori has quit IRC | 15:53 | |
*** samba35 has quit IRC | 15:54 | |
*** zzed has joined #openstack | 15:54 | |
*** micadeyeye has joined #openstack | 15:55 | |
*** micadeyeye_ has joined #openstack | 15:55 | |
*** dolphm has quit IRC | 15:56 | |
*** cp16net has joined #openstack | 15:56 | |
*** lborda has quit IRC | 15:56 | |
*** lborda has joined #openstack | 15:56 | |
*** mindpixel has quit IRC | 15:57 | |
*** mjfork has joined #openstack | 15:58 | |
*** AlanClark has joined #openstack | 16:00 | |
uvirtbot | New bug: #911311 in keystone "Un-pythonic methods in keystone/test/functional/common.py" [Undecided,In progress] https://launchpad.net/bugs/911311 | 16:01 |
*** MarkAtwood has joined #openstack | 16:01 | |
*** troytoman is now known as troytoman-away | 16:02 | |
lxu | jtanner: not sure how deep i need to go inside iscsi to configure it for nova. but it is giving-me a "Login I/O error, failed to receive a PDU" | 16:03 |
lxu | from nova-compute logs | 16:04 |
*** bcwaldon has quit IRC | 16:05 | |
heyho | mjfork: great tip again, I created a new image and then an instance..now the problem is that i can't see the console nor connect via vnc..I tried to translate the error message (part of which was in italian) and it's here http://paste.openstack.org/show/4055/ | 16:07 |
*** jdg has joined #openstack | 16:08 | |
*** ejat has joined #openstack | 16:11 | |
mjfork | lxu: i just replied to your forum post | 16:11 |
*** rocambole has quit IRC | 16:11 | |
mjfork | heyho: does this file exist /var/lib/nova/instances/instance-00000010/console.fifo.out | 16:11 |
heyho | mjfork: no, inside instances folder there's only a directory called _base | 16:13 |
*** freeflying has quit IRC | 16:13 | |
micadeyeye | can anyone help me with this - http://community.jboss.org/message/644287#644287? | 16:14 |
*** reidrac has quit IRC | 16:15 | |
*** shwetaap has joined #openstack | 16:15 | |
*** pradeep has quit IRC | 16:15 | |
*** freeflying has joined #openstack | 16:15 | |
uksysadmin | seems like wrong room micadeyeye | 16:16 |
micadeyeye_ | uksysadmin, trying me luck :) | 16:17 |
uksysadmin | did think that - worth a punt! ;-) | 16:17 |
*** cloudgeek has joined #openstack | 16:17 | |
koolhead17 | uksysadmin: hehe | 16:18 |
mjfork | heyho: who owns the instances directory? | 16:19 |
heyho | mjfork: Is there also an equivalent of euca-authorize? I added the tcp rule (port 22, 22) and icmp (port -1,-1) via the dashboard in security tools tabs.. is it right? I'm checking the directory right now | 16:19 |
heyho | mjfork: nova owns it | 16:20 |
*** Remco_ has quit IRC | 16:20 | |
*** aliguori has joined #openstack | 16:21 | |
heyho | mjfork: but extensions directory is owned by root.. should I change that to user nova? | 16:21 |
uksysadmin | hmm - I've seen people on here asking why they had to enable ip_forwarding to get access to their instances... I've just had to do this | 16:23 |
*** warik has joined #openstack | 16:23 | |
uksysadmin | anyone know why? is it something that *should* be on (makes sense imho) or a misconfigured network set up? (hard to explain probably over IRC too!) | 16:24 |
epsas | yeah, otherwise traffic will not be routed by the host | 16:24 |
uksysadmin | I've just done a fresh install of diablo from proposed and I needed to enable forwarding... I've not had to do that with another install. | 16:25 |
uksysadmin | was wondering if a step is running intermittently or not at all for some packages | 16:25 |
uksysadmin | one install I did was diablo on 11.10 *then* upgrade to the proposed package | 16:26 |
uksysadmin | that works | 16:26 |
mjfork | heyho: could try changing extensions directory owner, not sure it mattesr. | 16:26 |
uksysadmin | this was straight to proposed suggesting a possible step has been removed from a proposed package...? | 16:26 |
mjfork | heyho: use the nova command, nova help (look at secgroup commands) | 16:27 |
*** clauden has joined #openstack | 16:28 | |
mjfork | uksysadmin: i have noticed that i needed it as well. are you using vlan? | 16:30 |
heyho | mjfork: If I try to use nova commnds via cli, I always get "You must provide a username, eithervia --username or via env[NOVA_USERNAME]" | 16:31 |
*** nRy__ has joined #openstack | 16:32 | |
uksysadmin | yeah vlan | 16:32 |
mjfork | heyho: have keystone? | 16:32 |
uksysadmin | /etc/sysctl.conf doesn't have ip_forward set to 1 but this is set on my working host | 16:32 |
uksysadmin | (as in set in /proc) | 16:32 |
mjfork | uksysadmin: i think it is requierd, i would log a bug on it | 16:32 |
heyho | mjfork: yeah, I have keystone running | 16:32 |
mjfork | uksysadmin: a quick google search of openstack doesn't appear to call it out. | 16:32 |
*** dolphm has joined #openstack | 16:32 | |
mjfork | heyho: pastebin keystone-manage token list | 16:33 |
uksysadmin | I've dismissed people saying why they've needed to do it as assuming their network set up. :( my bad. | 16:33 |
uksysadmin | I'll raise a bug tomorrow after I've done some more testing | 16:33 |
uksysadmin | if its not set in sysctl.conf it must be nova-network setting it on start up | 16:34 |
heyho | mjfork: here you are http://paste.openstack.org/show/KxtA9aH4VuyoLF4jFfMH/ | 16:34 |
mjfork | uksysadmin: i don't see "ip_forward" anywhere in suorce code via grep | 16:35 |
uksysadmin | neither do I | 16:35 |
* uksysadmin is confused too | 16:35 | |
*** nRy_ has quit IRC | 16:35 | |
mjfork | nova --apikey=999888777666 | 16:35 |
epsas | it might be in your inittab | 16:36 |
epsas | or elsewhere in the boot level scripts | 16:36 |
mjfork | uksysadmin: i don't think openstack setss it up, ithink they except the admin too | 16:36 |
epsas | check to see the actual linux loader, as sysctls may be set there | 16:36 |
*** shwetaap has quit IRC | 16:37 | |
*** dolphm_ has joined #openstack | 16:37 | |
uksysadmin | ok - I'm missing something: my nova host didn't have ip_forward set, so I set this to 1 using proc. I then rebooted this, and it is still set to 1 | 16:38 |
heyho | mjfork: The response is that there are to few arguments.. Should I add --user=admin and --project=proj ? | 16:38 |
mjfork | heyho: yes, go ahead. | 16:38 |
epsas | uksysadmin - settings made to the proc filesystem are not persistent | 16:39 |
uksysadmin | that temporary set to 1 should've reset to 0 | 16:39 |
uksysadmin | exactly | 16:39 |
epsas | you will need to set that in your sysctl.conf | 16:39 |
uksysadmin | epsas, exactly | 16:39 |
uksysadmin | it isn't set | 16:39 |
epsas | hmm | 16:39 |
*** ehaselwanter has quit IRC | 16:39 | |
uksysadmin | none of my hosts have this persisted - never come across this issue before - openstack "just handled this" | 16:39 |
epsas | you might want to look in your kernel config to see if it has been compiled into your kernel | 16:40 |
*** dolphm has quit IRC | 16:40 | |
uksysadmin | can't be the case as it wasn't working a moment ago - it was set to 0 before I set in proc | 16:40 |
heyho | mjfork: It's still saying to few arguments.. what should I insert in [--url URL] [--version VERSION]? | 16:40 |
*** jeremy has joined #openstack | 16:40 | |
*** jeremy has quit IRC | 16:40 | |
*** jeremy has joined #openstack | 16:40 | |
uksysadmin | I reboot my hosts after I've set up openstack too to ensure consistency and no suprises at the next boot | 16:40 |
uksysadmin | I think to avoid ambiguities - I'll update my documentation to include the persistence in sysctl.conf | 16:41 |
*** Remco_ has joined #openstack | 16:41 | |
*** bourke has quit IRC | 16:42 | |
uksysadmin | just one of those strange issues - it works intermittently - first time in a lot of installs I've had this | 16:42 |
*** bourke has joined #openstack | 16:42 | |
uvirtbot | New bug: #911330 in nova "ResizeServer sample uses wrong Flavor ID" [Undecided,New] https://launchpad.net/bugs/911330 | 16:43 |
*** nati2 has joined #openstack | 16:44 | |
*** hugo_kuo has quit IRC | 16:45 | |
mjfork | heyho: pass "list" as the last arguoment | 16:45 |
*** Remco_ has quit IRC | 16:46 | |
*** marcuz has quit IRC | 16:46 | |
*** edeloso has joined #openstack | 16:46 | |
*** edeloso is now known as ehebert | 16:47 | |
heyho | mjfork: It reports invalid credentials... http://paste.openstack.org/show/C7gBZJ8Hy7RHfVMZwvKv/ | 16:47 |
*** ben_duyujie has quit IRC | 16:48 | |
mjfork | heyho: is keystone running on that box | 16:48 |
heyho | on the same machine? yes | 16:49 |
uksysadmin | right - with that piece of confusion bedded in a few people's heads I'm out of here... laters... | 16:50 |
*** uksysadmin has quit IRC | 16:51 | |
*** dprince has quit IRC | 16:51 | |
*** redconnection has joined #openstack | 16:52 | |
*** warik has quit IRC | 16:52 | |
*** shwetaap has joined #openstack | 16:53 | |
heyho | mjfork: should keystone files and folders be owned by user nova instead of my user (or root)? | 16:54 |
*** iRTermite has joined #openstack | 16:56 | |
*** donagh has joined #openstack | 16:57 | |
*** hggdh has quit IRC | 16:59 | |
*** bepernoot has quit IRC | 16:59 | |
*** nid0 has joined #openstack | 16:59 | |
shwetaap | Hi, i am trying to execute cloud-publish-tarball, but it seems to fail in the euca-register step .. with an unknown error .. In the nova-api.log it shows the error S3ResponseError: S3ResponseError: 502 Cannot Connect ... any ideas? | 17:01 |
*** heyho has quit IRC | 17:03 | |
*** derrick has quit IRC | 17:05 | |
mjfork | shwetaap: are you using keystone or? | 17:05 |
*** bcwaldon has joined #openstack | 17:05 | |
*** ehebert has quit IRC | 17:06 | |
shwetaap | no i am not using keystone | 17:07 |
*** Ramonster has quit IRC | 17:07 | |
shwetaap | i installed glance on the same machine | 17:07 |
*** dprince has joined #openstack | 17:08 | |
*** oubiwann has joined #openstack | 17:09 | |
*** vdo has quit IRC | 17:11 | |
mjfork | shwetaap: is nova-obejctstore running? | 17:12 |
shwetaap | yes nova-objectstore is running | 17:12 |
*** byeager has joined #openstack | 17:12 | |
*** zigo has joined #openstack | 17:13 | |
shwetaap | my machine is behind a proxy .. i have unset the proxy variables as well. | 17:13 |
*** cloudgeek has quit IRC | 17:13 | |
*** devananda has joined #openstack | 17:13 | |
mjfork | anything in nova-api or nova-object store lgos | 17:15 |
shwetaap | the nova-objectstore does ot have any errors, but the nova-api.log shows this error | 17:16 |
shwetaap | (nova.api): TRACE: File "/root/git_src/nova/.venv/local/lib/python2.7/site-packages/boto/s3/bucket.py", line 316, in _get_all | 17:16 |
shwetaap | (nova.api): TRACE: response.status, response.reason, body) | 17:16 |
shwetaap | (nova.api): TRACE: S3ResponseError: S3ResponseError: 502 Cannot Connect | 17:16 |
shwetaap | (nova.api): TRACE: None | 17:16 |
shwetaap | (nova.api): TRACE: | 17:16 |
Birk_ | mjfork: do you know where i can get a material about using openstack with xen ? i got a working instalation with kvm. I've tried some tutorials, but I was not successfull at installation. I'm totally new at xen. | 17:19 |
mjfork | Birk_: no, i do not. never used xen. | 17:21 |
*** derrick has joined #openstack | 17:21 | |
mjfork | shwetaap: what does glance index show? | 17:21 |
*** n0ano_ has joined #openstack | 17:22 | |
*** n0ano has quit IRC | 17:22 | |
*** n0ano_ is now known as n0ano | 17:23 | |
*** pradeep1 has joined #openstack | 17:23 | |
*** n0ano has quit IRC | 17:24 | |
*** n0ano has joined #openstack | 17:24 | |
shwetaap | i am not sure how to check that ..when i just type glance index .. it does not return anything | 17:24 |
mjfork | shwetaap: no error or anything? | 17:25 |
shwetaap | no error ... just does not return anything | 17:25 |
mjfork | shwetaap: my guess is no iamges are loaded | 17:26 |
mjfork | shwetaap: did you isntall from package | 17:26 |
*** warik has joined #openstack | 17:27 | |
shwetaap | i got the image from ubuntu1010-UEC-localuser-image.tar.gz | 17:27 |
shwetaap | ls -l openstack_image/ | 17:27 |
shwetaap | total 3256472 | 17:27 |
shwetaap | -rw-rw-r-- 1 administrator administrator 1480898560 2011-01-05 15:40 maverick-server-uec-amd64-floppy | 17:27 |
shwetaap | -rw-r--r-- 1 administrator administrator 1476395008 2010-12-25 01:56 maverick-server-uec-amd64.img | 17:27 |
shwetaap | -rw-rw-r-- 1 administrator administrator 91708 2010-12-25 01:56 maverick-server-uec-amd64-loader | 17:27 |
shwetaap | -rw-r--r-- 1 administrator administrator 4407632 2010-12-25 01:56 maverick-server-uec-amd64-vmlinuz-virtual | 17:27 |
shwetaap | -rw-r--r-- 1 root root 372810310 2011-01-06 17:43 ubuntu1010-UEC-localuser-image.tar.gz | 17:27 |
*** cloudgeek has joined #openstack | 17:28 | |
mjfork | shwetaap: load an image like this: http://paste.openstack.org/show/4052/ | 17:29 |
*** jakedahn has joined #openstack | 17:30 | |
*** andrewbogott has joined #openstack | 17:30 | |
*** shaon has quit IRC | 17:31 | |
*** dolphm has joined #openstack | 17:36 | |
*** DogWater has quit IRC | 17:37 | |
shwetaap | thanks..tried it .. the first glance command gives me a "Not authorised" error | 17:37 |
*** dolphm_ has quit IRC | 17:40 | |
*** nati2_ has joined #openstack | 17:40 | |
*** jog0 has joined #openstack | 17:41 | |
*** pradeep1 has quit IRC | 17:41 | |
*** supriya has quit IRC | 17:42 | |
*** nati2 has quit IRC | 17:43 | |
*** dolphm_ has joined #openstack | 17:43 | |
*** dotdevops has joined #openstack | 17:45 | |
*** dolphm has quit IRC | 17:46 | |
*** nyeates has joined #openstack | 17:47 | |
mjfork | shwetaap: yes, that is for Keystone | 17:48 |
mjfork | shwetaap: remove -A <> and replace with user/pass syntax | 17:49 |
*** derekh has quit IRC | 17:49 | |
*** fujin has quit IRC | 17:49 | |
*** agoddard has quit IRC | 17:49 | |
*** agoddard has joined #openstack | 17:49 | |
uvirtbot | New bug: #911366 in nova "Instances erroneously still running in XenServer" [Undecided,New] https://launchpad.net/bugs/911366 | 17:51 |
*** mnour has quit IRC | 17:52 | |
*** primeministerp has joined #openstack | 17:53 | |
*** fujin has joined #openstack | 17:55 | |
*** dolphm_ has quit IRC | 17:57 | |
*** jdurgin has joined #openstack | 17:57 | |
*** koolhead17 has quit IRC | 17:58 | |
*** stuntmachine has quit IRC | 18:01 | |
*** bcwaldon has quit IRC | 18:02 | |
*** stuntmachine has joined #openstack | 18:02 | |
*** oneiroi has quit IRC | 18:02 | |
*** rustam has quit IRC | 18:04 | |
*** rustam has joined #openstack | 18:04 | |
*** dolphm_ has joined #openstack | 18:07 | |
shwetaap | mjfork: i can see the images now .. thanks a ton! | 18:07 |
*** rustam has quit IRC | 18:08 | |
*** kbringard has quit IRC | 18:12 | |
*** bcwaldon has joined #openstack | 18:13 | |
*** katkee_ has joined #openstack | 18:16 | |
*** katkee has quit IRC | 18:18 | |
*** kbringard has joined #openstack | 18:20 | |
*** gyee has joined #openstack | 18:21 | |
*** katkee_ has quit IRC | 18:22 | |
*** koolhead17 has joined #openstack | 18:24 | |
*** krow has joined #openstack | 18:27 | |
*** judd7 has joined #openstack | 18:30 | |
*** ras__ has joined #openstack | 18:33 | |
*** dpippenger has joined #openstack | 18:34 | |
ras__ | I need to configure Openstack in two nodes with single interface where they are configured to already existing DHCP , and I need vms to pick dhcp ips from that external dhcp, Basically I need both Public and Private network of openstack to be same | 18:35 |
*** spackest has joined #openstack | 18:35 | |
ras__ | and Openstack distribute dhcp ips from external DHCP to the vm instances | 18:35 |
ras__ | Is this possible ? | 18:35 |
ras__ | I have asked my question on https://answers.launchpad.net/nova/+question/183632 appreciate your help as I am struggling with this for last two weeks | 18:36 |
*** Shentonfreude has joined #openstack | 18:36 | |
spackest | so I want to make an openstack cloud out of three boxes. what's the easiest way to get started? packages are fine | 18:37 |
spackest | I've gone through http://docs.openstack.org/ a bit but am not quite up | 18:37 |
spackest | for the new year I am pondering just wiping what I have and starting from scratch | 18:37 |
spackest | http://devstack.org/ says multinode instructions are coming soon | 18:38 |
spackest | crowbar looked a bit rough in my cursory check | 18:38 |
*** dotdevops1 has joined #openstack | 18:39 | |
*** dotdevops has quit IRC | 18:39 | |
ras__ | Appreciate if you could help me on https://answers.launchpad.net/nova/+question/183632 | 18:40 |
*** dolphm_ has quit IRC | 18:41 | |
*** arBmind has quit IRC | 18:42 | |
Kiall | spackest: devstack is great for a quick test environment, there was a thread of the mailing list recently on how to make it multi-node.. | 18:43 |
*** lionel has quit IRC | 18:43 | |
Kiall | But, If its for production, its far from ideal! Its creators highly discourage its use for production. | 18:43 |
*** lionel has joined #openstack | 18:43 | |
Kiall | spackest: the thread was here: https://lists.launchpad.net/openstack/msg06321.html | 18:46 |
Spirilis | Devstack made a great reference for me when I tried my hand at creating a diablo+keystone implementation by hand. I used the same GIT packages they use for the software too, no packages | 18:46 |
Kiall | Spirilis: installing from git for production is also discouraged ;) | 18:46 |
*** ugarit has joined #openstack | 18:47 | |
Kiall | I remember seeing one of the dev say something along the lines of "Its not like anyone should actually be installing production environments from git or pypy"" | 18:48 |
*** pandemicsyn has quit IRC | 18:48 | |
*** cloudgeek has quit IRC | 18:49 | |
*** notmyname has quit IRC | 18:50 | |
Kiall | spackest / Spirilis: I ended up packaging all the stable/diablo branches into .deb's for Ubuntu oneiric myself.. As well as scripting the install ala devstack, If they are of any use.. details here: https://lists.launchpad.net/openstack/msg06333.html | 18:50 |
*** notmyname has joined #openstack | 18:50 | |
*** ChanServ sets mode: +v notmyname | 18:50 | |
ras__ | Can someone please help me on _https://answers.launchpad.net/nova/+question/183632 | 18:50 |
ras__ | https://answers.launchpad.net/nova/+question/183632 | 18:50 |
*** zigo has quit IRC | 18:51 | |
*** zigo has joined #openstack | 18:51 | |
*** pandemicsyn has joined #openstack | 18:51 | |
*** ChanServ sets mode: +v pandemicsyn | 18:51 | |
Kiall | ras__: I'm not sure nova supports that. | 18:52 |
Kiall | If nova is not managing the allocation of IPs, then lots of things break (like returning the IP address in API calls etc) | 18:52 |
ras__ | But I managed to bridge and run bridge network with dhcp range where nova allocates bridge IPs for each new node .. | 18:54 |
ras__ | and from my external dhcp I allocate floating IPs to the Openstack . | 18:54 |
Kiall | Yea, So nova is managing a DHCP server that only listens on the bridge interface that connects to VMs, rather than a bridge to the normal network | 18:55 |
ras__ | I kept my conductor node as the Network_host | 18:55 |
Kiall | But - I think you will run into issues with a second node, as the two nodes needs to be able to talk + share the DHCP | 18:55 |
*** mattray has joined #openstack | 18:55 | |
Kiall | ie the VM bridge needs to be available on both nodes, if you only have 1 network and it already has DHCP.. you'll end up with 2x DHCP servers | 18:56 |
ras__ | Yes that is exactly what happened ..when the second node is there .. I can't communicate with VM on second node . | 18:56 |
*** dprince has quit IRC | 18:56 | |
Kiall | Is there a reason you cant have the external DHCP server disabled? | 18:56 |
*** sdake has quit IRC | 18:57 | |
Kiall | (for your VLAN) | 18:57 |
*** sdake has joined #openstack | 18:57 | |
*** ugarit has quit IRC | 18:57 | |
ras__ | I need my collegues to access VMs using external DHCP and they do their work on external dhcp .. | 18:57 |
*** koolhead17 is now known as koolhead17|afk | 18:57 | |
*** dragondm has joined #openstack | 18:58 | |
Kiall | Sure - I'm not saying use a different subnet that inaccessible from outside openstack, I'm simply saying if you let nova manage that subnet rather than the external DHCP server, things will work correctly.. | 18:58 |
Kiall | (BTW - There may be a way I'm unware of to get what you want working, but I don't believe there is) | 18:59 |
*** davlap has joined #openstack | 19:01 | |
*** hggdh has joined #openstack | 19:01 | |
*** krow has quit IRC | 19:02 | |
*** fujin has quit IRC | 19:04 | |
*** pharkmillups_ has quit IRC | 19:04 | |
*** jingizu_ has quit IRC | 19:04 | |
*** agoddard has quit IRC | 19:04 | |
*** scottsanchez has quit IRC | 19:04 | |
*** Simon has joined #openstack | 19:05 | |
*** krow has joined #openstack | 19:05 | |
*** bcwaldon has quit IRC | 19:05 | |
*** nati2_ has quit IRC | 19:05 | |
*** fujin has joined #openstack | 19:08 | |
praefect | hi guys | 19:14 |
*** dendrobates has joined #openstack | 19:14 | |
*** ChanServ sets mode: +v dendrobates | 19:14 | |
praefect | anyone know how I should deal with the ARP poisoning that happens when I reuse floating IPs on different nodes with multi_node networking ? | 19:15 |
praefect | when a floating move from an IP to another one the network (switched I guess) still think this IP is at MAC xxx:yyy for a long while after it actually moved... | 19:15 |
*** swill has joined #openstack | 19:15 | |
*** bepernoot has joined #openstack | 19:16 | |
praefect | (I meant when a floating IP moved from a node to another) | 19:16 |
swill | notmyname: for 'slogging', do I need to create the directory (specified in log-processor.conf) /var/log/swift/stats/ or will it be created by the cron job? | 19:17 |
*** scottsanchez has joined #openstack | 19:17 | |
notmyname | swill: the working directory? I /think/ it will be created automatically | 19:17 |
*** Gordonz has joined #openstack | 19:18 | |
*** pharkmillups_ has joined #openstack | 19:18 | |
swill | notmyname: ok, the hourly logs are working, but I have not been able to get the processor to work yet. i have only had it going for about 3 hours, but i was expecting ot see stuff already. | 19:18 |
*** yossarian has joined #openstack | 19:19 | |
yossarian | is there a way to make nova-network setup bridge interfaces without starting any VM instances? | 19:20 |
yossarian | it seems to like to wait until the first instance is created before it sets up the network | 19:20 |
*** agoddard has joined #openstack | 19:20 | |
notmyname | swill: it depends on your settings. the default is 2 hours, I think | 19:21 |
*** koolhead17|afk has quit IRC | 19:21 | |
WormMan | yossarian: I cheat, I have my system set them all up before nova even starts | 19:21 |
Spirilis | is it nova-network that does that? kinda thought it would be nova-compute since it has to happen on each node | 19:21 |
yossarian | you mean you define your bridge interfaces in /etc/network/interfaces? | 19:21 |
Spirilis | but regardless I set up my br100's in /etc/network/interfaces | 19:21 |
notmyname | swill: on swift-log-stats-collector, I think you can pass -c to set the lookback time (in seconds). set it to something low (like 5) and see if you get anything | 19:21 |
WormMan | yossarian: yes | 19:21 |
notmyname | swill: but first, make sure you are getting data in the proper containers | 19:22 |
swill | notmyname: ya, i have been testing and I am not getting data in the containers yet. | 19:22 |
notmyname | swill: that is, that the logs are being delivered (and generated) to the proper place | 19:22 |
notmyname | ah ok | 19:22 |
notmyname | swill: which logs? all of them, or are you missing one kind? | 19:22 |
swill | notmyname: so far I do not have anything in any of the containers: log_data, access_stats, container_stats | 19:24 |
*** pandemicsyn has quit IRC | 19:24 | |
swill | sorry account_stats (not access_stats) | 19:24 |
*** redconnection has quit IRC | 19:24 | |
notmyname | swill: ok, so that's why the log-stats-collector is producing anything yet | 19:24 |
swill | notmyname: my setup is the same as described here: http://swift.openstack.org/1.4.1/overview_stats.html | 19:25 |
*** pandemicsyn has joined #openstack | 19:25 | |
*** ChanServ sets mode: +v pandemicsyn | 19:25 | |
*** jingizu_ has joined #openstack | 19:25 | |
notmyname | swill: now the question is why aren't you getting the raw logs uploaded | 19:25 |
*** redconnection has joined #openstack | 19:25 | |
swill | notmyname: ok. so that would be the /etc/cron.d/swift-stats-log-uploader file right? | 19:25 |
notmyname | swill: let's take one log type at a time | 19:26 |
notmyname | swill: log_data is the default container for the proxy logs (ie access logs). let's start there | 19:26 |
*** mattray has quit IRC | 19:26 | |
swill | right. ok | 19:26 |
*** mattray has joined #openstack | 19:26 | |
*** mattray has quit IRC | 19:26 | |
*** mattray has joined #openstack | 19:26 | |
notmyname | swill: and the log uploader should be scanning the local log files and uploading the log files. it's running on your proxy box, right? | 19:27 |
swill | yes. in my directory: /var/log/swift/hourly, i have 4 hours worth of logs. | 19:27 |
notmyname | ok | 19:27 |
notmyname | so run swift-log-stats-uploader -vo <config-file> on that box (the "-vo" should produce output to the console and only run once) | 19:28 |
*** redconnection has quit IRC | 19:29 | |
*** bepernoot has quit IRC | 19:30 | |
*** bepernoot has joined #openstack | 19:30 | |
*** bepernoot has quit IRC | 19:31 | |
swill | swift-log-stats-uploader: command not found | 19:31 |
swill | looking in /usr/local/bin, it is not there | 19:31 |
*** clopez has quit IRC | 19:32 | |
swill | there is swift-log-stats-collector and swift-log-uploader | 19:32 |
swill | but no swift-log-stats-uploader | 19:33 |
notmyname | swill: hmm | 19:33 |
notmyname | swill: ah. the swift-log-uploader | 19:33 |
notmyname | sorry | 19:33 |
notmyname | (should be the same that is in your cron) | 19:33 |
swill | yep, i was just checking that. it is. | 19:33 |
swill | this: swift-log-uploader -vo /etc/swift/log-processor.conf | 19:34 |
swill | returns: | 19:34 |
swill | Usage: swift-log-uploader CONFIG_FILE PLUGIN | 19:34 |
swill | swift-log-uploader: error: no such option: -o | 19:34 |
swill | im missing a parameter (plugin) | 19:35 |
notmyname | sorry, going a lot from memory here. -o is used in most of the swift binaries to do only one run, then exit | 19:35 |
*** oonersch has quit IRC | 19:35 | |
Kiall | hah - this is one of the pylon's providing power to the DC we are in last night .. http://www.youtube.com/watch?v=Sm1Dh1U9Pnk&feature=youtu.be .. backup generators FTW ;) | 19:35 |
notmyname | use "access" for the plugin (assuming that's how your config file is set up) | 19:35 |
*** krow has quit IRC | 19:35 | |
swill | ok, that worked. i now have something in the log_data container | 19:37 |
swill | notmyname: i think i am having a permission issue. i had to do a sudo to do that. | 19:37 |
swill | otherwise I got permission denied | 19:38 |
notmyname | check the permissions of the log files | 19:38 |
swill | notmyname: if the cron is failing, is there a place it would log the errors? | 19:38 |
swill | notmyname: i should just google that. | 19:38 |
notmyname | swill: :-) cron errors are in syslog | 19:38 |
swill | notmyname: ok, checking that. i am sure its something simple like that. | 19:39 |
swill | notmyname: because that worked when i ran it with sudo. | 19:39 |
swill | notmyname: found my problem: (*system*swift-stats-log-creator) WRONG FILE OWNER (/etc/cron.d/swift-stats-log-creator) | 19:40 |
swill | notmyname: sorry to bother you. thank for your help. | 19:40 |
notmyname | np. glad it's working now :-) | 19:40 |
swill | or 'soon to be working'. ;) | 19:41 |
*** ras__ has quit IRC | 19:42 | |
*** tmichael has quit IRC | 19:43 | |
*** newopen has joined #openstack | 19:43 | |
*** amatk has quit IRC | 19:44 | |
newopen | hi, i want to know about billing in openstack | 19:46 |
*** ecarlin has joined #openstack | 19:47 | |
dabo | newopen: OpenStack doesn't do billing. It creates notifications for events to which an external billing system can subscribe | 19:47 |
*** katkee has joined #openstack | 19:48 | |
Spirilis | where do those events go/how can you extract them? | 19:52 |
Spirilis | or notifications rather | 19:52 |
*** dendrobates is now known as dendro-afk | 19:54 | |
newopen | ok if i have openstack deployed and i want to facturate use of vms which system can i use? | 19:54 |
mjfork | Spirilis: look at https://lists.launchpad.net/openstack/msg05272.html and http://wiki.openstack.org/SystemUsageData | 19:55 |
Spirilis | sweet thx | 19:55 |
*** ecarlin has quit IRC | 19:55 | |
*** dnjaramba has quit IRC | 19:56 | |
*** troytoman-away is now known as troytoman | 19:56 | |
*** dnjaramba has joined #openstack | 19:57 | |
*** dendro-afk is now known as dendrobates | 19:58 | |
*** dolphm has joined #openstack | 20:01 | |
*** krow has joined #openstack | 20:02 | |
*** warik_ has joined #openstack | 20:04 | |
*** sandywalsh_ has quit IRC | 20:05 | |
*** warik_ has quit IRC | 20:06 | |
*** warik_ has joined #openstack | 20:06 | |
*** ecarlin has joined #openstack | 20:06 | |
*** warik has quit IRC | 20:06 | |
*** warik_ is now known as warik | 20:06 | |
swill | currently on my swift dev machine i can not get it back into a working state after a restart. is there more that I need to do beyond: swift-init start all of proxy-server, account-server, container-server, object-server? | 20:07 |
newopen | which system can openstack for billing? | 20:07 |
*** ecarlin_ has joined #openstack | 20:07 | |
*** ecarlin_ has quit IRC | 20:08 | |
swill | right now i have a chef script that allows me to reinstall to get everything up and running again, but this only works on my dev machine. | 20:08 |
swill | trying to figure out what i am missing on system startup. | 20:09 |
*** mchenetz has joined #openstack | 20:09 | |
*** ecarlin_ has joined #openstack | 20:09 | |
*** jmckenty has joined #openstack | 20:09 | |
*** ecarlin has quit IRC | 20:10 | |
*** ecarlin_ is now known as ecarlin | 20:10 | |
notmyname | swill: you are starting the consistency servers, too right? auditors, replication, etc | 20:11 |
swill | notmyname: not at startup, maybe that is why? | 20:11 |
*** Simon has quit IRC | 20:12 | |
notmyname | it shouldn't prevent the system from working (I run my dev VM without all those running...) | 20:12 |
swill | notmyname: should i just do a 'swift-init all start' command instead of specifying specific ones? | 20:12 |
*** andrewbogott has quit IRC | 20:12 | |
swill | notmyname: ok | 20:12 |
notmyname | ya, swift-init all will handle all of the processes for which a config file exists | 20:12 |
*** andrewbogott has joined #openstack | 20:13 | |
swill | notmyname: ok, i will do a bunch of testing to figure out what is going on once i am confident the slogging is working. | 20:13 |
newopen | what about high availibility please? | 20:13 |
swill | notmyname: looking at syslog it looks like it is working. | 20:13 |
notmyname | newopen: what about high availibility? | 20:14 |
*** nyeates has quit IRC | 20:14 | |
*** blamar has quit IRC | 20:18 | |
newopen | does openstack support high abailibility and how? | 20:18 |
*** jmckenty has quit IRC | 20:18 | |
*** jmckenty has joined #openstack | 20:19 | |
*** primeministerp has quit IRC | 20:19 | |
*** micadeyeye_ has quit IRC | 20:19 | |
*** micadeyeye has quit IRC | 20:20 | |
*** tmichael has joined #openstack | 20:20 | |
newopen | which api openstack is using? | 20:25 |
newopen | native one? | 20:25 |
swill | newopen: your questions are not very clear. | 20:25 |
swill | newopen: which makes it hard for us to give you good answers. | 20:25 |
*** leifmadsen has quit IRC | 20:26 | |
newopen | ok | 20:26 |
*** dnjaramba has quit IRC | 20:26 | |
swill | newopen: are you researching what features openstack offers to see if it fits your usecase? | 20:27 |
*** micadeyeye has joined #openstack | 20:27 | |
*** micadeyeye_ has joined #openstack | 20:27 | |
newopen | i want to know if EC2 is the native api of openstack | 20:27 |
Spirilis | EC2 is not the "native" API, but currently supported even with the new keystone auth backend, however I read there are plans to deprecate it? | 20:28 |
Spirilis | i.e. in future versions of the project | 20:28 |
*** dprince has joined #openstack | 20:29 | |
newopen | so what is the native api of openstack | 20:29 |
Spirilis | I guess you could call it the "openstack api"? | 20:29 |
swill | newopen: maybe this will help... http://nova.openstack.org/devref/api.html | 20:29 |
Spirilis | yeah | 20:29 |
dolphm | Spirilis: http://docs.openstack.org/api/ | 20:29 |
Spirilis | fwiw the "python-novaclient" project provides a "nova" CLI cmd that speaks that api | 20:29 |
dolphm | newopen: ^^ | 20:30 |
swill | newopen: nova is the equivalent to ec2. swift is equivalent to s3. | 20:30 |
newopen | yes | 20:30 |
swill | dolphm: just linked a good reference for the different api's. | 20:31 |
newopen | about high availibility i want to know if openstack offer the migration to another vm if the first is down | 20:32 |
*** micadeyeye has quit IRC | 20:33 | |
*** micadeyeye_ has quit IRC | 20:33 | |
*** whenry has quit IRC | 20:35 | |
Spirilis | my understanding is it can use kvm's live migration feature if the various nova-compute nodes use NFS for the instance backing store, but for a crashed/powered down nova-compute node I'm guessing it's possible to light up the VM's on another box though I'm not sure what the command is to force that | 20:37 |
Spirilis | and I also don't know if it just does that automatically... | 20:37 |
*** micadeyeye_ has joined #openstack | 20:41 | |
uvirtbot | New bug: #911438 in keystone "run_tests should run pep8 by default" [Undecided,In progress] https://launchpad.net/bugs/911438 | 20:41 |
swill | notmyname: so things seem to be working up to the point when it runs 'swift-log-stats-collector'. Cron errors with the that command id and the prints the info: (CRON) info (No MTA installed, discarding output). If I run the command manually, I get the error: ImportError: No module named stats.access_processor | 20:45 |
*** micadeyeye_ has quit IRC | 20:45 | |
swill | have you seen this before? | 20:45 |
notmyname | swill: if you used the config from the swift docs, it may not be working. can you paste the access section of your config? | 20:46 |
swill | notmyname: this is when running: /usr/local/bin/swift-log-stats-collector /etc/swift/log-processor.conf | 20:46 |
swill | one sec | 20:46 |
*** ahasenack has quit IRC | 20:48 | |
swill | notmyname: http://pastebin.com/hNKkc11n | 20:49 |
notmyname | swill: ya, the class_path references are wrong | 20:50 |
*** ecarlin_ has joined #openstack | 20:50 | |
*** tylesmit has joined #openstack | 20:50 | |
*** vladimir3p has joined #openstack | 20:50 | |
notmyname | swill: when slogging was removed from swift, those changed | 20:50 |
swill | notmyname: right, i was guessing that. | 20:50 |
notmyname | swill: change "swift.stats" to "slogging" and it should work | 20:50 |
*** ecarlin has quit IRC | 20:51 | |
*** ecarlin_ is now known as ecarlin | 20:51 | |
swill | ty | 20:51 |
notmyname | swill: https://github.com/notmyname/slogging/blob/master/etc/log-processor.conf-sample | 20:51 |
swill | nice. thats a good round up of the options. thanks... | 20:52 |
*** vish1 is now known as vishy | 20:55 | |
*** rnorwood1 has joined #openstack | 20:57 | |
*** Gordonz has quit IRC | 20:57 | |
*** hadrian has joined #openstack | 20:58 | |
*** rnorwood has quit IRC | 20:59 | |
*** mchenetz has quit IRC | 20:59 | |
swill | notmyname: is this a problem at all? "I found a bunch of bad lines in ..." | 21:00 |
swill | notmyname: probably because log_level is DEBUG and there is lots of extra output right now? | 21:00 |
notmyname | swill: depends. were these supposed to be pure access logs or was it raw syslog? | 21:00 |
notmyname | oh. that too | 21:00 |
swill | notmyname: ok. its not failing, its just letting us know there are lines it cant process. right? | 21:01 |
notmyname | exactly. the number of unprocessable lines was above the threshold (from the config), so you should probably look in to it to see if it's expected | 21:01 |
tightwork | Private IP address networks are only accessible per tenant and are segregated by layer 2 ebtables rules? | 21:01 |
*** nyeates has joined #openstack | 21:02 | |
*** leifmadsen has joined #openstack | 21:02 | |
mjfork | tightwork: in a VLAN? | 21:02 |
swill | notmyname: ok, that is what i was expecting, i will look into it more. thanks. | 21:02 |
tightwork | mjfork: Im just asking asking how private works... I guess vlan would come into play if the VMs are separated across compute nodes? | 21:03 |
*** Gordonz has joined #openstack | 21:04 | |
tightwork | combination of ebtables and vlan ids in libvirt? | 21:04 |
*** Carmivore has quit IRC | 21:04 | |
swill | notmyname: the threshold is set with this right? warn_percent = 0.8 | 21:04 |
swill | notmyname: and is that 80% or < 1%? | 21:05 |
notmyname | 80% | 21:05 |
swill | k | 21:05 |
*** Carmivore has joined #openstack | 21:09 | |
*** Gordonz has quit IRC | 21:10 | |
*** Gordonz has joined #openstack | 21:10 | |
*** ecarlin has quit IRC | 21:12 | |
*** lvaughn has quit IRC | 21:13 | |
*** lvaughn has joined #openstack | 21:13 | |
*** spackest1 has joined #openstack | 21:13 | |
Spirilis | lol, I never even knew about "ebtables" | 21:14 |
Spirilis | that is funny, learn something new every day! | 21:14 |
*** spackest has quit IRC | 21:15 | |
*** markwash has joined #openstack | 21:16 | |
*** krish has quit IRC | 21:21 | |
*** freeflying has quit IRC | 21:22 | |
mjfork | tightwork: sorry, distracted, what do you mean by "private"? | 21:23 |
*** freeflying has joined #openstack | 21:23 | |
tightwork | mjfork: fixed range IPs | 21:24 |
*** robbiew has quit IRC | 21:24 | |
*** shwetaap has quit IRC | 21:25 | |
mjfork | tightwork: with fixedrange IPs, my understanding is that all IPs are accessible from within the cloud | 21:25 |
mjfork | there is not segregation | 21:25 |
tightwork | eeek | 21:25 |
uvirtbot | New bug: #911456 in horizon "Float form checkboxes left" [Undecided,New] https://launchpad.net/bugs/911456 | 21:26 |
mjfork | tightwork: thats what VLAN isf or | 21:26 |
*** Hakon|mbp has joined #openstack | 21:26 | |
mjfork | or Quantum | 21:27 |
*** robbiew has joined #openstack | 21:28 | |
*** eglynn has quit IRC | 21:28 | |
*** gasbakid has joined #openstack | 21:28 | |
*** robbiew has quit IRC | 21:32 | |
*** Hakon|mbp has quit IRC | 21:33 | |
*** robbiew has joined #openstack | 21:36 | |
*** rnorwood1 has quit IRC | 21:39 | |
uvirtbot | New bug: #911464 in keystone "ImportError('No module named UserRoleAssociation',) on startup" [Undecided,In progress] https://launchpad.net/bugs/911464 | 21:41 |
*** amatk has joined #openstack | 21:44 | |
*** gasbakid__ has joined #openstack | 21:44 | |
*** gasbakid has quit IRC | 21:45 | |
*** jog0 has left #openstack | 21:45 | |
*** gasbakid__ has quit IRC | 21:48 | |
*** jdg has quit IRC | 21:52 | |
*** swill has left #openstack | 21:56 | |
*** zigo has quit IRC | 21:56 | |
pabelanger | any maintainers of https://launchpad.net/~openstack-release/+archive/2011.3 around? Wanted to see what was needed to backport some packages into lucid | 21:57 |
*** dprince has quit IRC | 21:59 | |
*** eglynn has joined #openstack | 21:59 | |
uvirtbot | New bug: #911478 in keystone "extension loader fails to load extensions classes correctly" [Undecided,In progress] https://launchpad.net/bugs/911478 | 22:01 |
uvirtbot | New bug: #911481 in openstack-ci "Allow stale gerrit reviews to be abandonded" [Undecided,New] https://launchpad.net/bugs/911481 | 22:01 |
*** gasbakid__ has joined #openstack | 22:01 | |
*** stuntmachine has quit IRC | 22:01 | |
*** sdake has quit IRC | 22:07 | |
*** tryggvil_ has quit IRC | 22:07 | |
russellb | pabelanger: you may want to try #openstack-dev | 22:07 |
*** mchenetz has joined #openstack | 22:07 | |
tightwork | mjfork: so with vlans or quantum fixed ranges should be segregated networks? Is this something available in diablo? | 22:09 |
tightwork | ..per tenant | 22:10 |
*** bsza-I has joined #openstack | 22:11 | |
*** spiffxp has quit IRC | 22:11 | |
*** lts has quit IRC | 22:13 | |
*** iRTermite has quit IRC | 22:13 | |
*** bsza has quit IRC | 22:14 | |
*** lionel has quit IRC | 22:15 | |
*** ninkotech has quit IRC | 22:15 | |
*** pringles has quit IRC | 22:15 | |
mjfork | tightwork: in diablo, use vlans | 22:16 |
mjfork | tightwork: to segregate L2 connectivity | 22:16 |
*** leifmadsen has quit IRC | 22:16 | |
*** lionel has joined #openstack | 22:16 | |
*** iRTermite has joined #openstack | 22:17 | |
*** Ryan_Lane has joined #openstack | 22:18 | |
*** dubsquared1 has joined #openstack | 22:19 | |
*** yossarian has left #openstack | 22:19 | |
*** dubsquared has quit IRC | 22:19 | |
*** PeteDaGuru has quit IRC | 22:20 | |
*** willaerk has joined #openstack | 22:21 | |
*** jmckenty has quit IRC | 22:22 | |
*** tylesmit has quit IRC | 22:24 | |
*** Shentonfreude has quit IRC | 22:25 | |
*** troytoman is now known as troytoman-away | 22:28 | |
*** leifmadsen has joined #openstack | 22:31 | |
*** pringles has joined #openstack | 22:32 | |
*** markvoelker has quit IRC | 22:32 | |
uvirtbot | New bug: #911490 in nova "nova migrate not working" [Undecided,New] https://launchpad.net/bugs/911490 | 22:33 |
*** spackest1 has quit IRC | 22:35 | |
*** bsza-II has joined #openstack | 22:41 | |
*** rnorwood has joined #openstack | 22:42 | |
*** spiffxp has joined #openstack | 22:42 | |
*** dubsquared1 has quit IRC | 22:42 | |
*** vladimir3p has quit IRC | 22:43 | |
*** warik_ has joined #openstack | 22:43 | |
*** dolphm has quit IRC | 22:43 | |
*** aculich has joined #openstack | 22:44 | |
*** bsza-I has quit IRC | 22:44 | |
*** warik_ has quit IRC | 22:44 | |
*** katkee has quit IRC | 22:44 | |
*** warik_ has joined #openstack | 22:45 | |
*** warik has quit IRC | 22:45 | |
*** warik_ is now known as warik | 22:45 | |
*** aliguori has quit IRC | 22:59 | |
*** kbringard has quit IRC | 23:02 | |
*** Ryan_Lane has quit IRC | 23:03 | |
*** gasbakid__ has quit IRC | 23:03 | |
*** lborda has quit IRC | 23:08 | |
*** rnirmal has quit IRC | 23:09 | |
*** HowardRoark has joined #openstack | 23:09 | |
*** newopen has quit IRC | 23:12 | |
uvirtbot | New bug: #911508 in devstack "consider to remove lock files in stack.sh" [Undecided,New] https://launchpad.net/bugs/911508 | 23:16 |
*** Seoman has quit IRC | 23:16 | |
*** mdomsch has quit IRC | 23:16 | |
*** spackest has joined #openstack | 23:17 | |
*** mchenetz has quit IRC | 23:17 | |
*** gasbakid__ has joined #openstack | 23:18 | |
*** clauden has quit IRC | 23:18 | |
*** clauden_ has joined #openstack | 23:19 | |
*** spackest has quit IRC | 23:20 | |
*** zzed has quit IRC | 23:22 | |
*** Gordonz has quit IRC | 23:22 | |
*** GonZoPT has joined #openstack | 23:23 | |
*** nati2 has joined #openstack | 23:25 | |
*** GonZo2000 has quit IRC | 23:25 | |
uvirtbot | New bug: #911506 in devstack "stack.sh fails when there are running instances" [Undecided,New] https://launchpad.net/bugs/911506 | 23:28 |
*** gasbakid has joined #openstack | 23:34 | |
*** gasbakid__ has quit IRC | 23:36 | |
*** PotHix has quit IRC | 23:42 | |
*** dolphm has joined #openstack | 23:43 | |
*** krow has quit IRC | 23:47 | |
*** dolphm has quit IRC | 23:47 | |
*** vladimir3p has joined #openstack | 23:47 | |
*** robbiew has quit IRC | 23:47 | |
*** spackest has joined #openstack | 23:48 | |
*** pixelbeat has quit IRC | 23:49 | |
*** mattray has quit IRC | 23:50 | |
*** lvaughn has quit IRC | 23:52 | |
*** AlanClark has quit IRC | 23:56 | |
*** deshantm_ has joined #openstack | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!