*** Zack_Deee has joined #openstack | 00:00 | |
*** jabze_4016 has joined #openstack | 00:00 | |
*** rbowen has joined #openstack | 00:00 | |
*** byeager has quit IRC | 00:00 | |
orzel | notmyname: i got this when i try to create a container : http://pastebin.com/dHnYZVV2 | 00:00 |
---|---|---|
orzel | notmyname: seems like the "automatic user creation" stuff is failing.. ? | 00:01 |
*** tomoe_ has quit IRC | 00:01 | |
notmyname | orzel: I think it's the invalid user token | 00:01 |
*** Lingo___ has quit IRC | 00:01 | |
notmyname | orzel: first, I'd make sure you can do whatever you want as the keystone user. at that point, you know that swift is working and properly configured, at least from the perspective of storing your stuff | 00:02 |
notmyname | orzel: then, use that admin user to give permissions to another user and make sure that other user can do stuff | 00:02 |
*** Penick has joined #openstack | 00:03 | |
orzel | your remark on token made me try this | 00:03 |
notmyname | orzel: and finally, figure out the keystone roles to know how you can have a non-keystone-admin user doing stuff in swift | 00:03 |
orzel | logout of horizon, and log again. And now it works :/ | 00:03 |
orzel | this is just.... weird | 00:03 |
*** systadmni has joined #openstack | 00:04 | |
*** rellik28 has joined #openstack | 00:04 | |
*** mark3 has quit IRC | 00:04 | |
*** jp_at_hp has quit IRC | 00:04 | |
*** jp_at_hp1 has joined #openstack | 00:04 | |
*** jp_at_hp1 has quit IRC | 00:05 | |
orzel | notmyname: (thx a lot for your time) | 00:05 |
*** jcook has quit IRC | 00:05 | |
*** IlyaE has joined #openstack | 00:05 | |
*** jp_at_hp has joined #openstack | 00:06 | |
notmyname | orzel: I'm glad it works (although I too don't know why the horizon cycle did anything--session cookies maybe?) | 00:06 |
*** leeantho has quit IRC | 00:08 | |
*** sushils has quit IRC | 00:08 | |
*** meylor has joined #openstack | 00:09 | |
*** julim has quit IRC | 00:09 | |
*** meylor has quit IRC | 00:09 | |
*** as has quit IRC | 00:12 | |
*** fnaval has joined #openstack | 00:12 | |
*** mark3 has joined #openstack | 00:13 | |
*** avd has quit IRC | 00:13 | |
*** daMaestro has quit IRC | 00:15 | |
*** arunkant has quit IRC | 00:16 | |
*** aimon has joined #openstack | 00:16 | |
*** aimon has quit IRC | 00:16 | |
*** geekinutah has joined #openstack | 00:17 | |
*** aimon has joined #openstack | 00:18 | |
*** ryou-soda has joined #openstack | 00:19 | |
orzel | notmyname: my guess is that it ask for a token only when the user connect and use it for the whole session | 00:19 |
*** tomoe__ has quit IRC | 00:20 | |
*** ircuser-1 has quit IRC | 00:20 | |
*** thansen has quit IRC | 00:20 | |
notmyname | orzel: which makes sense. sorta | 00:20 |
orzel | dango-storage-swift uses some very old version of keystone/swift clients. I guess that the reason why if fails so badly | 00:20 |
*** ozialien has quit IRC | 00:20 | |
*** tomoe_ has joined #openstack | 00:20 | |
notmyname | orzel: hmm..that's unfortunate. the swift api hasn't changed that much. maybe it's still using keystone's v1 auth protocol? | 00:20 |
orzel | debugging, i can find that the problem is that keystone returns 200 /auth ok and all BUT there's no header "x-storage-url" and that breaks it all | 00:21 |
*** gdubreui has joined #openstack | 00:21 | |
orzel | it's using keystone v2.0 | 00:21 |
notmyname | orzel: ah. yes. that's the v1 protocol | 00:21 |
notmyname | the headers is v1 | 00:21 |
orzel | ah ? dang | 00:21 |
*** gdubreui has quit IRC | 00:21 | |
*** thansen has joined #openstack | 00:21 | |
notmyname | so either you have to tell django storages to speak v2+ or you need to configure keystone to accept v1 | 00:21 |
*** gdubreui has joined #openstack | 00:21 | |
orzel | their example conf says to use v2.0/ It seems my keystone doesn't speak v1.0 | 00:21 |
*** ircuser-1 has joined #openstack | 00:21 | |
*** sushils has joined #openstack | 00:22 | |
*** matsuhashi has joined #openstack | 00:22 | |
*** avd has joined #openstack | 00:22 | |
notmyname | orzel: their? the django storages? | 00:22 |
*** rpwwpr has joined #openstack | 00:22 | |
*** bkopilov has joined #openstack | 00:23 | |
notmyname | orzel: also, you've mentioned both keystone and horizon, but only in the context of swift. are you using nova/cinder/neutron or anything else? | 00:23 |
notmyname | orzel: if you are just using swift, then I can walk you through using a different auth system that will work with django storages (assuming that django storages only supports the v1 auth protocol) | 00:25 |
*** mark3 has quit IRC | 00:26 | |
*** dvorak_ has joined #openstack | 00:26 | |
*** dvorak has quit IRC | 00:28 | |
*** dvorak_ is now known as dvorak | 00:28 | |
*** eguz has joined #openstack | 00:28 | |
*** eguz has quit IRC | 00:28 | |
*** jdonalds has quit IRC | 00:29 | |
orzel | notmyname: i'm using nova/cinder/glance already. I want keystone i think. not the tempauth stuff | 00:29 |
orzel | whici is swift only, iiuc | 00:30 |
*** sunrenjie6 has joined #openstack | 00:30 | |
*** mikeoutland has joined #openstack | 00:30 | |
notmyname | orzel: right. there's also swauth and maybe a few others. but those are generally swift-only or swift-with-something-else | 00:30 |
notmyname | orzel: just checking on the scope of what's needed :-) | 00:30 |
*** sputnik13 has quit IRC | 00:30 | |
*** KyleMacDonald has joined #openstack | 00:30 | |
*** rpwwpr has quit IRC | 00:30 | |
orzel | notmyname: it's ok, you helped me enough anyway. I'll find out this one alone :) | 00:31 |
*** Penick has quit IRC | 00:31 | |
notmyname | orzel: it's dangerous to go alone. take this: http://swift.openstack.org | 00:32 |
notmyname | (I'm sure you've already spent time there. just looking for something to fill in the blank ;-) ) | 00:32 |
*** ovoraptor has joined #openstack | 00:32 | |
*** sputnik13 has joined #openstack | 00:32 | |
*** michaelneale has quit IRC | 00:33 | |
*** eghobo has quit IRC | 00:33 | |
*** sputnik13 has quit IRC | 00:33 | |
*** tomoe__ has joined #openstack | 00:34 | |
*** mikeoutland has quit IRC | 00:34 | |
*** melwitt has quit IRC | 00:34 | |
*** michaelneale has joined #openstack | 00:34 | |
*** mrjazzcat has quit IRC | 00:35 | |
*** colinmcnamara has quit IRC | 00:35 | |
*** zzelle has quit IRC | 00:35 | |
*** Penick has joined #openstack | 00:35 | |
*** zzelle has joined #openstack | 00:35 | |
*** Penick has quit IRC | 00:36 | |
*** jcook has joined #openstack | 00:36 | |
*** zzelle has quit IRC | 00:36 | |
*** warik has quit IRC | 00:36 | |
*** r0j4z0 has joined #openstack | 00:36 | |
*** tomoe_ has quit IRC | 00:37 | |
*** jtomasek has quit IRC | 00:38 | |
*** mgiampapa has quit IRC | 00:38 | |
*** chuckC has quit IRC | 00:38 | |
*** byeager has joined #openstack | 00:40 | |
*** jcook has quit IRC | 00:41 | |
*** yamahata has joined #openstack | 00:41 | |
*** chuckC has joined #openstack | 00:42 | |
r0j4z0 | hi! | 00:42 |
r0j4z0 | someone here for a ceilometer question? | 00:42 |
longguang | what is the difference between epel-openstack-havana.repo and rdo-release-havana-8? thanks | 00:43 |
*** s00pcan has joined #openstack | 00:43 | |
*** ozialien has joined #openstack | 00:43 | |
longguang | what is rdo? | 00:43 |
*** foexle has quit IRC | 00:43 | |
r0j4z0 | RDO is the openstack from redhat | 00:43 |
r0j4z0 | RDO are a set of scripts to install and manage an openstack cloud | 00:44 |
*** galstrom_zzz is now known as galstrom | 00:44 | |
*** jidar has joined #openstack | 00:44 | |
longguang | what is the diffference? | 00:45 |
longguang | epel and rdo | 00:45 |
*** ramishra has joined #openstack | 00:45 | |
r0j4z0 | they are different package repositories, with RDO repo you will be install OpenStack from redhat with their utilities and things like that | 00:46 |
*** baoli has quit IRC | 00:46 | |
r0j4z0 | from epel you get a usual copy of openstack | 00:46 |
*** baoli has joined #openstack | 00:46 | |
*** thehybridtech has joined #openstack | 00:47 | |
*** chuckC has quit IRC | 00:47 | |
*** bdpayne has quit IRC | 00:47 | |
*** rbowen has quit IRC | 00:48 | |
*** _cjones_ has quit IRC | 00:48 | |
*** _cjones_ has joined #openstack | 00:48 | |
longguang | you mean each version of openstack corresponding to two packages both are from redhat , because of different repo? | 00:49 |
longguang | openstack rpm version | 00:49 |
r0j4z0 | yes, i know RDO have different packages than for example epel o centos repo | 00:50 |
*** byeager has quit IRC | 00:50 | |
*** nati_ueno has quit IRC | 00:50 | |
r0j4z0 | RDO have his own tools to install/manage openstack | 00:51 |
longguang | which one is better , even both repo can be used | 00:51 |
r0j4z0 | normally both are at the same code level, try both and select what you like more | 00:52 |
*** dtx00ff has quit IRC | 00:52 | |
longguang | haha | 00:52 |
*** andys has joined #openstack | 00:52 | |
*** tomoe__ has quit IRC | 00:52 | |
*** andys is now known as Guest51991 | 00:53 | |
*** _cjones_ has quit IRC | 00:53 | |
*** Guest51991 has quit IRC | 00:53 | |
*** tomoe_ has joined #openstack | 00:53 | |
*** suresh12 has quit IRC | 00:54 | |
longguang | epel is mostly like offical release, and rdo has more changes and tools? | 00:54 |
*** s00pcan has quit IRC | 00:55 | |
*** vikasd has quit IRC | 00:55 | |
*** rmoe has quit IRC | 00:56 | |
*** ovoraptor has quit IRC | 00:56 | |
*** Barker has joined #openstack | 00:57 | |
*** saurabhs has quit IRC | 00:58 | |
*** saurabhs has joined #openstack | 00:58 | |
orzel | notmyname: i got a full list of url, this one among them, do not worry :) | 00:58 |
*** Networkn3rd has joined #openstack | 00:58 | |
*** devlaps has quit IRC | 00:59 | |
orzel | notmyname: it works now btw. I can "collectstatic" on swift from django (if you know what collecstatic is) | 01:00 |
orzel | it's _slow_, really amazing | 01:00 |
*** CASP3R has quit IRC | 01:00 | |
*** yano has quit IRC | 01:00 | |
orzel | keystone and mysql are on their knee on a quite powerful server | 01:00 |
*** fifieldt has joined #openstack | 01:00 | |
orzel | i guess it's kinda optimized for the "get" rather than the put... | 01:03 |
*** igordcard has quit IRC | 01:04 | |
*** vfiduccia has quit IRC | 01:04 | |
*** rellik28 has quit IRC | 01:04 | |
*** andreaturli has quit IRC | 01:04 | |
*** fnaval has quit IRC | 01:05 | |
*** gdubreui has quit IRC | 01:05 | |
*** Kupo24z has quit IRC | 01:05 | |
*** fnaval has joined #openstack | 01:05 | |
*** mikeoutland has joined #openstack | 01:05 | |
*** avd has quit IRC | 01:05 | |
*** med has joined #openstack | 01:06 | |
*** geekinutah has quit IRC | 01:06 | |
*** Celm has quit IRC | 01:07 | |
*** avd has joined #openstack | 01:07 | |
*** medberry has joined #openstack | 01:07 | |
*** medberry is now known as Guest40010 | 01:07 | |
*** nelsnelson has quit IRC | 01:08 | |
*** nelsnelson has joined #openstack | 01:08 | |
*** baoli has quit IRC | 01:09 | |
*** doug-fish has left #openstack | 01:09 | |
*** med has quit IRC | 01:10 | |
*** yano has joined #openstack | 01:10 | |
*** ericgoncz has joined #openstack | 01:11 | |
*** doug-fish1 has joined #openstack | 01:14 | |
*** doug-fish1 has left #openstack | 01:14 | |
*** shakamunyi has quit IRC | 01:16 | |
*** rods1 has quit IRC | 01:16 | |
*** otter768 has quit IRC | 01:18 | |
*** vpanizo has quit IRC | 01:18 | |
*** mhanif has joined #openstack | 01:18 | |
*** tmclaugh[work] has quit IRC | 01:19 | |
*** otter768 has joined #openstack | 01:19 | |
*** otter768 has quit IRC | 01:20 | |
*** davidbowlby has joined #openstack | 01:20 | |
*** otter768 has joined #openstack | 01:20 | |
*** rmoe has joined #openstack | 01:21 | |
*** jhesketh has quit IRC | 01:21 | |
*** nati_ueno has joined #openstack | 01:21 | |
*** mhanif has quit IRC | 01:21 | |
*** signed8bit has quit IRC | 01:22 | |
*** saschpe has quit IRC | 01:22 | |
*** saschpe has joined #openstack | 01:23 | |
*** jp_at_hp has quit IRC | 01:24 | |
*** gdubreui has joined #openstack | 01:24 | |
*** suresh12 has joined #openstack | 01:25 | |
*** aldavud has quit IRC | 01:25 | |
*** yano has quit IRC | 01:25 | |
*** ozialien has quit IRC | 01:26 | |
*** a_le_ has joined #openstack | 01:26 | |
*** otter768 has quit IRC | 01:27 | |
*** yano has joined #openstack | 01:27 | |
*** sz0_ has joined #openstack | 01:27 | |
*** signed8bit has joined #openstack | 01:27 | |
davidbowlby | has anyone on here migrated a ubuntu server from vmware to openstack using backup/restore rather than vmdk transfer? | 01:28 |
*** jareddlc has quit IRC | 01:28 | |
*** ramishra has quit IRC | 01:28 | |
*** spandhe_ has joined #openstack | 01:29 | |
*** otter768 has joined #openstack | 01:29 | |
*** rsmitty has joined #openstack | 01:29 | |
*** sz0 has quit IRC | 01:30 | |
*** a_le has quit IRC | 01:30 | |
*** mikeoutland has quit IRC | 01:31 | |
*** vkmc has joined #openstack | 01:31 | |
*** nati_ueno has quit IRC | 01:32 | |
*** suresh12 has quit IRC | 01:34 | |
*** crandquist has quit IRC | 01:34 | |
*** chuckC has joined #openstack | 01:34 | |
*** michaelneale has quit IRC | 01:35 | |
*** vnguyen has quit IRC | 01:36 | |
*** mikeoutland has joined #openstack | 01:36 | |
*** jhesketh has joined #openstack | 01:37 | |
*** mikeoutland has quit IRC | 01:38 | |
*** vpanizo has joined #openstack | 01:41 | |
*** gyee has quit IRC | 01:41 | |
*** nati_ueno has joined #openstack | 01:42 | |
*** nati_ueno has quit IRC | 01:42 | |
*** coreywright_ is now known as coreywright | 01:42 | |
*** yamahata has quit IRC | 01:43 | |
*** yamahata has joined #openstack | 01:43 | |
*** nosnos has joined #openstack | 01:45 | |
*** zz_gondoi is now known as gondoi | 01:45 | |
*** gigawhat has joined #openstack | 01:45 | |
*** vkmc has quit IRC | 01:46 | |
*** byeager has joined #openstack | 01:46 | |
*** michaelneale has joined #openstack | 01:47 | |
*** ramishra has joined #openstack | 01:48 | |
*** crandquist has joined #openstack | 01:49 | |
*** byeager has quit IRC | 01:51 | |
*** tmclaugh[work] has joined #openstack | 01:51 | |
*** angdraug has quit IRC | 01:52 | |
*** gyee has joined #openstack | 01:54 | |
*** saurabhs has left #openstack | 01:55 | |
*** weshay has joined #openstack | 01:58 | |
*** libsysguy has quit IRC | 01:58 | |
*** erkules_ has joined #openstack | 01:58 | |
*** yaguang has joined #openstack | 02:00 | |
*** suresh12 has joined #openstack | 02:00 | |
*** suresh12 has joined #openstack | 02:00 | |
*** weshay has quit IRC | 02:00 | |
*** erkules has quit IRC | 02:01 | |
*** sushils has quit IRC | 02:02 | |
*** sushils has joined #openstack | 02:04 | |
*** Ruetobas has quit IRC | 02:06 | |
*** tomoe__ has joined #openstack | 02:09 | |
*** abhirc has quit IRC | 02:09 | |
*** Ruetobas has joined #openstack | 02:12 | |
*** tomoe_ has quit IRC | 02:12 | |
*** mhli has joined #openstack | 02:12 | |
*** signed8bit has quit IRC | 02:12 | |
*** sushils has quit IRC | 02:13 | |
*** noslzzp has quit IRC | 02:13 | |
*** tmclaugh[work] has quit IRC | 02:13 | |
*** jdonalds has joined #openstack | 02:14 | |
*** sushils has joined #openstack | 02:14 | |
*** Xelenonz has joined #openstack | 02:16 | |
*** arnaud has quit IRC | 02:16 | |
*** arnaud has joined #openstack | 02:16 | |
*** Ruetobas has quit IRC | 02:16 | |
*** jckasper has joined #openstack | 02:18 | |
*** gigawhat has quit IRC | 02:18 | |
*** libsysguy has joined #openstack | 02:21 | |
*** sushils has quit IRC | 02:21 | |
*** signed8bit has joined #openstack | 02:22 | |
*** Ruetobas has joined #openstack | 02:23 | |
*** rossk_ has quit IRC | 02:24 | |
*** xianghui has joined #openstack | 02:24 | |
*** signed8bit has quit IRC | 02:26 | |
*** arnaud has quit IRC | 02:28 | |
*** dims has quit IRC | 02:29 | |
*** ArcTanSusan has quit IRC | 02:29 | |
*** razec is now known as Razec | 02:30 | |
*** davidbowlby has quit IRC | 02:34 | |
*** imperfect- has joined #openstack | 02:34 | |
imperfect- | Anyone know if ESXi can be used at compute? I saw something about a plugin to make it happen | 02:35 |
*** baoli has joined #openstack | 02:35 | |
*** Ryan_Lane has joined #openstack | 02:36 | |
*** essessv has joined #openstack | 02:37 | |
*** yocum_ has quit IRC | 02:37 | |
*** Wicaeed has quit IRC | 02:37 | |
*** rodrigods_ has quit IRC | 02:38 | |
*** sld has joined #openstack | 02:38 | |
*** jdonalds has quit IRC | 02:39 | |
*** bmurt has quit IRC | 02:41 | |
*** gondoi is now known as zz_gondoi | 02:41 | |
*** ericgoncz has quit IRC | 02:43 | |
*** rellik28 has joined #openstack | 02:46 | |
*** byeager has joined #openstack | 02:47 | |
*** penguinRaider has joined #openstack | 02:48 | |
*** IlyaE has quit IRC | 02:48 | |
*** edmund has joined #openstack | 02:51 | |
*** byeager has quit IRC | 02:51 | |
*** matiu has joined #openstack | 02:53 | |
*** matiu has quit IRC | 02:53 | |
*** matiu has joined #openstack | 02:53 | |
*** Barker has quit IRC | 02:54 | |
*** suresh12 has quit IRC | 02:54 | |
*** r3pl4y has joined #openstack | 02:55 | |
*** sumanth has joined #openstack | 02:56 | |
*** caleb_` has quit IRC | 02:58 | |
*** mberlin1 has joined #openstack | 02:59 | |
*** bdpayne has joined #openstack | 02:59 | |
*** bdpayne has joined #openstack | 02:59 | |
*** bdpayne has quit IRC | 02:59 | |
*** bdpayne has joined #openstack | 03:00 | |
*** mikeoutland has joined #openstack | 03:00 | |
*** libsysguy has quit IRC | 03:00 | |
*** matsuhashi has quit IRC | 03:00 | |
*** gdubreui has quit IRC | 03:01 | |
*** bdpayne_ has joined #openstack | 03:01 | |
*** mberlin has quit IRC | 03:02 | |
*** nelsnelson has quit IRC | 03:02 | |
*** mixomathoze has quit IRC | 03:03 | |
*** nelsnelson has joined #openstack | 03:03 | |
*** bdpayne has quit IRC | 03:04 | |
*** kbrierly has quit IRC | 03:04 | |
*** matsuhashi has joined #openstack | 03:04 | |
*** IlyaE has joined #openstack | 03:05 | |
*** kbrierly has joined #openstack | 03:05 | |
*** mattgriffin has quit IRC | 03:05 | |
*** Celm has joined #openstack | 03:08 | |
*** mixomathoze has joined #openstack | 03:09 | |
*** paragan has joined #openstack | 03:10 | |
*** paragan has quit IRC | 03:10 | |
*** paragan has joined #openstack | 03:10 | |
*** KyleMacDonald has quit IRC | 03:10 | |
*** ramishra has quit IRC | 03:12 | |
*** Celm has quit IRC | 03:12 | |
*** Xelenonz has quit IRC | 03:13 | |
*** theRealGent has joined #openstack | 03:14 | |
*** talluri has joined #openstack | 03:14 | |
*** esker has quit IRC | 03:15 | |
*** Xelenonz has joined #openstack | 03:15 | |
*** esker has joined #openstack | 03:15 | |
*** gigawhat has joined #openstack | 03:15 | |
*** theRealGent has quit IRC | 03:16 | |
*** meeprat2 has quit IRC | 03:25 | |
*** greer has quit IRC | 03:25 | |
*** Ryan_Lane has quit IRC | 03:25 | |
*** byeager has joined #openstack | 03:25 | |
*** bdpayne_ has quit IRC | 03:26 | |
*** jimbaker has quit IRC | 03:26 | |
*** bkopilov has quit IRC | 03:28 | |
*** rmoe has quit IRC | 03:30 | |
*** ejat has joined #openstack | 03:31 | |
*** ejat has joined #openstack | 03:31 | |
*** k_stev1 has quit IRC | 03:31 | |
*** nosnos has quit IRC | 03:33 | |
*** medieval1 has quit IRC | 03:33 | |
*** bmurt has joined #openstack | 03:34 | |
*** greer has joined #openstack | 03:34 | |
*** matsuhashi has quit IRC | 03:34 | |
*** gigawhat has quit IRC | 03:35 | |
*** matsuhashi has joined #openstack | 03:35 | |
*** daneyon has joined #openstack | 03:36 | |
*** wpf has joined #openstack | 03:38 | |
*** rsmitty has quit IRC | 03:38 | |
*** datajerk has joined #openstack | 03:39 | |
*** sn6i23a has joined #openstack | 03:39 | |
*** gigawhat has joined #openstack | 03:39 | |
*** matsuhashi has quit IRC | 03:39 | |
*** xavpaice has left #openstack | 03:40 | |
*** bdpayne has joined #openstack | 03:41 | |
*** daneyon has quit IRC | 03:41 | |
*** bkopilov has joined #openstack | 03:41 | |
*** sgviking has joined #openstack | 03:43 | |
*** baoli has quit IRC | 03:44 | |
*** aveek has joined #openstack | 03:45 | |
*** agangil has joined #openstack | 03:45 | |
*** eghobo has joined #openstack | 03:46 | |
*** sn6i23a has quit IRC | 03:47 | |
*** gigawhat has quit IRC | 03:48 | |
*** shakamunyi has joined #openstack | 03:49 | |
*** k_stev has joined #openstack | 03:49 | |
*** bmurt has quit IRC | 03:50 | |
*** dtx00ff has joined #openstack | 03:51 | |
*** k_stev has quit IRC | 03:54 | |
*** edmund has quit IRC | 03:55 | |
*** matsuhashi has joined #openstack | 03:56 | |
*** daneyon has joined #openstack | 03:56 | |
*** sumanth has quit IRC | 03:57 | |
*** xianghui has quit IRC | 03:57 | |
*** dtx00ff has quit IRC | 04:02 | |
*** daneyon has quit IRC | 04:02 | |
*** dtx00ff has joined #openstack | 04:02 | |
*** medieval1 has joined #openstack | 04:03 | |
*** mkolesni has joined #openstack | 04:04 | |
*** MrJoshua has quit IRC | 04:05 | |
*** shakamunyi has quit IRC | 04:05 | |
*** suresh12 has joined #openstack | 04:05 | |
*** yixuan has joined #openstack | 04:05 | |
*** dtx00ff has quit IRC | 04:07 | |
*** agangil has quit IRC | 04:08 | |
*** sumanth has joined #openstack | 04:08 | |
*** xianghui has joined #openstack | 04:09 | |
*** suresh12 has quit IRC | 04:10 | |
*** k4n0 has joined #openstack | 04:11 | |
*** rdas has joined #openstack | 04:11 | |
*** coreywright is now known as coreywright_ | 04:14 | |
*** ejat has quit IRC | 04:14 | |
*** xianghui has quit IRC | 04:14 | |
*** gigawhat has joined #openstack | 04:15 | |
*** sputnik13 has joined #openstack | 04:15 | |
*** galstrom is now known as galstrom_zzz | 04:15 | |
*** renlt has joined #openstack | 04:18 | |
*** psharma has joined #openstack | 04:18 | |
*** r3pl4y has quit IRC | 04:18 | |
*** alexlindenlevy has joined #openstack | 04:21 | |
*** bdpayne has quit IRC | 04:21 | |
*** Sir_Designer__ has joined #openstack | 04:23 | |
*** Guest40010 has quit IRC | 04:23 | |
*** pravins has joined #openstack | 04:23 | |
*** Sir_Designer__ is now known as Sri_Designer | 04:23 | |
*** starmer has joined #openstack | 04:23 | |
*** byeager has quit IRC | 04:23 | |
*** nihilistic has quit IRC | 04:24 | |
*** ericReeves has quit IRC | 04:26 | |
*** xianghui has joined #openstack | 04:26 | |
*** gdubreui has joined #openstack | 04:30 | |
*** jdonalds has joined #openstack | 04:31 | |
*** cagrev has joined #openstack | 04:31 | |
*** agangil has joined #openstack | 04:31 | |
*** bbart has quit IRC | 04:34 | |
*** jeflui has joined #openstack | 04:34 | |
*** jeflui has joined #openstack | 04:35 | |
*** bbart has joined #openstack | 04:35 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 04:36 | |
*** Ryan_Lane has joined #openstack | 04:36 | |
*** ramishra has joined #openstack | 04:36 | |
*** slewis has quit IRC | 04:38 | |
*** kushal has joined #openstack | 04:38 | |
*** slewis has joined #openstack | 04:38 | |
*** harlowja_ is now known as harlowja_away | 04:38 | |
*** bkopilov has quit IRC | 04:40 | |
*** Ryan_Lane has quit IRC | 04:40 | |
*** jdonalds has quit IRC | 04:40 | |
*** michaelneale has quit IRC | 04:41 | |
*** bkopilov has joined #openstack | 04:41 | |
*** peret has joined #openstack | 04:41 | |
*** Penick has joined #openstack | 04:43 | |
*** Penick has quit IRC | 04:43 | |
*** essessv has quit IRC | 04:44 | |
*** bdpayne has joined #openstack | 04:45 | |
*** nosnos has joined #openstack | 04:45 | |
*** tomoe_ has joined #openstack | 04:46 | |
*** tomoe_ has quit IRC | 04:47 | |
*** mikeoutland has quit IRC | 04:48 | |
*** dangers is now known as dangers_away | 04:49 | |
*** tomoe__ has quit IRC | 04:49 | |
*** cagrev has quit IRC | 04:52 | |
*** jdonalds has joined #openstack | 04:53 | |
*** kype has joined #openstack | 04:53 | |
*** aeperezt has quit IRC | 04:53 | |
kype | Hi, is it possible to get Swift installed when install rdo Packstack? | 04:53 |
*** arnaud has joined #openstack | 04:53 | |
*** xiej has joined #openstack | 04:54 | |
*** hemna_ has joined #openstack | 04:55 | |
*** dtx00ff has joined #openstack | 04:55 | |
*** michaelneale has joined #openstack | 04:55 | |
*** bdpayne has quit IRC | 04:57 | |
*** nkhare has joined #openstack | 04:57 | |
*** eghobo has quit IRC | 04:57 | |
*** eghobo has joined #openstack | 04:57 | |
*** nkhare_ has joined #openstack | 04:58 | |
*** xiej has quit IRC | 04:58 | |
*** gigawhat has quit IRC | 04:59 | |
*** jdonalds has quit IRC | 04:59 | |
*** eguz has joined #openstack | 04:59 | |
*** jcromer has quit IRC | 05:01 | |
*** suresh12 has joined #openstack | 05:02 | |
*** jdonalds has joined #openstack | 05:02 | |
*** pheadron has joined #openstack | 05:02 | |
*** tomoe_ has joined #openstack | 05:02 | |
*** eghobo has quit IRC | 05:03 | |
*** shakamunyi has joined #openstack | 05:03 | |
*** dtx00ff_ has joined #openstack | 05:03 | |
*** nkhare_ has quit IRC | 05:04 | |
*** bkopilov has quit IRC | 05:04 | |
*** bocaneri has joined #openstack | 05:04 | |
*** bocaneri has quit IRC | 05:05 | |
*** bocaneri has joined #openstack | 05:05 | |
*** bkopilov has joined #openstack | 05:05 | |
*** xiej has joined #openstack | 05:05 | |
*** jdonalds has quit IRC | 05:06 | |
*** dtx00ff has quit IRC | 05:06 | |
*** jeflui has quit IRC | 05:07 | |
*** xiej has quit IRC | 05:08 | |
*** Celm has joined #openstack | 05:08 | |
*** sumanth has quit IRC | 05:09 | |
*** mgiampapa has joined #openstack | 05:09 | |
*** fester05 has quit IRC | 05:09 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 05:10 | |
*** ramishra has quit IRC | 05:10 | |
*** sumanth has joined #openstack | 05:10 | |
*** ramishra has joined #openstack | 05:12 | |
*** ricardorocha has quit IRC | 05:12 | |
*** Celm has quit IRC | 05:13 | |
*** shakamunyi has quit IRC | 05:14 | |
*** spandhe_ has quit IRC | 05:14 | |
*** tomoe_ has quit IRC | 05:16 | |
kype | Anyone used rdo here? Got this error during installation ERROR : Failed to run remote script, stdout: no package provides puppet | 05:16 |
*** ramishra has quit IRC | 05:16 | |
*** michaelneale has quit IRC | 05:17 | |
*** Networkn3rd has quit IRC | 05:17 | |
*** IlyaE has quit IRC | 05:20 | |
*** jeflui has joined #openstack | 05:20 | |
*** ricardorocha has joined #openstack | 05:20 | |
*** ejat has joined #openstack | 05:21 | |
*** ejat has joined #openstack | 05:21 | |
*** mgiampapa has quit IRC | 05:22 | |
*** xianghui has quit IRC | 05:23 | |
*** IlyaE has joined #openstack | 05:27 | |
*** pmathews has joined #openstack | 05:29 | |
rellik28 | \quit | 05:29 |
rellik28 | \part | 05:29 |
rellik28 | \leave | 05:29 |
rellik28 | hmmm | 05:29 |
*** rellik28 has quit IRC | 05:29 | |
*** michaelneale has joined #openstack | 05:30 | |
*** esker has quit IRC | 05:31 | |
*** alexlindenlevy has quit IRC | 05:31 | |
*** esker has joined #openstack | 05:32 | |
*** alexlindenlevy has joined #openstack | 05:32 | |
*** flanders has joined #openstack | 05:33 | |
*** ttrifonov_zZzz is now known as ttrifonov | 05:33 | |
*** ttrifonov is now known as ttrifonov_zZzz | 05:34 | |
flanders | How do I load a website API with basic http? | 05:34 |
*** fnaval_ has joined #openstack | 05:34 | |
*** Longgeek has joined #openstack | 05:35 | |
*** esker has quit IRC | 05:36 | |
*** fnaval has quit IRC | 05:36 | |
*** alexlindenlevy has quit IRC | 05:36 | |
*** thehybridtech has quit IRC | 05:37 | |
*** nelsnelson has quit IRC | 05:40 | |
*** fester05 has joined #openstack | 05:40 | |
*** shakamunyi has joined #openstack | 05:40 | |
*** xianghui has joined #openstack | 05:41 | |
*** mgiampapa has joined #openstack | 05:41 | |
*** lori|away is now known as lori | 05:42 | |
*** pmathews has quit IRC | 05:43 | |
*** nlevinki has joined #openstack | 05:44 | |
*** hemna_ has quit IRC | 05:44 | |
*** fester05 has quit IRC | 05:45 | |
*** TheOsprey has joined #openstack | 05:46 | |
*** Romik has joined #openstack | 05:46 | |
*** wpf has quit IRC | 05:48 | |
*** nshaikh has joined #openstack | 05:48 | |
*** wpf has joined #openstack | 05:49 | |
*** shakamunyi has quit IRC | 05:50 | |
*** clayb has quit IRC | 05:52 | |
*** fam has quit IRC | 05:53 | |
*** fam has joined #openstack | 05:54 | |
*** michaelneale has quit IRC | 05:56 | |
*** flanders has quit IRC | 06:00 | |
*** naveen_ has joined #openstack | 06:01 | |
*** flanders has joined #openstack | 06:02 | |
*** OutBackDingo has quit IRC | 06:02 | |
*** jeflui has quit IRC | 06:02 | |
*** mgiampapa has quit IRC | 06:03 | |
*** OutBackDingo has joined #openstack | 06:04 | |
*** fnaval_ has quit IRC | 06:07 | |
*** arnaud has quit IRC | 06:07 | |
*** iscsi has quit IRC | 06:07 | |
*** msgodf has joined #openstack | 06:08 | |
*** a_le_ has quit IRC | 06:09 | |
*** morganfainberg is now known as stevemar2 | 06:09 | |
*** iscsi has joined #openstack | 06:10 | |
*** stevemar2 is now known as morganfainberg | 06:10 | |
*** jeflui has joined #openstack | 06:11 | |
*** jeflui has joined #openstack | 06:11 | |
*** flanders has quit IRC | 06:12 | |
*** vnguyen has joined #openstack | 06:14 | |
*** tnovacik|gone has joined #openstack | 06:15 | |
*** Akshik has joined #openstack | 06:15 | |
Akshik | is there a command to know the overall capacity of my cinder | 06:16 |
*** tshefi has joined #openstack | 06:19 | |
*** ricardorocha has quit IRC | 06:20 | |
*** afazekas has quit IRC | 06:22 | |
*** peret has quit IRC | 06:22 | |
*** afazekas has joined #openstack | 06:22 | |
*** jprovazn has joined #openstack | 06:22 | |
*** fnaval has joined #openstack | 06:23 | |
*** dtx00ff has joined #openstack | 06:24 | |
*** vaidyanath has joined #openstack | 06:24 | |
vaidyanath | i am unable to login to trystack with my facebook | 06:25 |
vaidyanath | is anyone facing the same issue? | 06:25 |
*** anand_ts has joined #openstack | 06:26 | |
*** flanders has joined #openstack | 06:27 | |
*** dtx00ff_ has quit IRC | 06:27 | |
*** inc0 has joined #openstack | 06:27 | |
*** HenryG has quit IRC | 06:27 | |
*** giorgiodinapoli has joined #openstack | 06:28 | |
*** vaidyanath has quit IRC | 06:31 | |
*** jtomasek has joined #openstack | 06:33 | |
*** neha_ has joined #openstack | 06:33 | |
*** HenryG has joined #openstack | 06:33 | |
*** divya has joined #openstack | 06:33 | |
*** divya is now known as Guest55370 | 06:34 | |
*** andreaturli has joined #openstack | 06:35 | |
*** suresh12 has quit IRC | 06:35 | |
*** Guest55370 has quit IRC | 06:35 | |
*** NuclearW0rm has joined #openstack | 06:35 | |
*** yrabl has joined #openstack | 06:37 | |
*** bappa has joined #openstack | 06:37 | |
*** OffTheRails has joined #openstack | 06:38 | |
*** dtx00ff has quit IRC | 06:38 | |
*** OffTheRails has quit IRC | 06:38 | |
*** rickerc has quit IRC | 06:39 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:40 | |
*** r3pl4y has joined #openstack | 06:41 | |
*** flanders has quit IRC | 06:41 | |
*** fester05 has joined #openstack | 06:42 | |
*** fnaval has quit IRC | 06:42 | |
*** ajaymdu has joined #openstack | 06:42 | |
*** ajaymdu has quit IRC | 06:44 | |
*** hbendali has joined #openstack | 06:45 | |
*** sigurding has joined #openstack | 06:45 | |
kype | How do i know if my packstack installation is using glance or swift? | 06:46 |
*** comay has quit IRC | 06:47 | |
*** shakamunyi has joined #openstack | 06:47 | |
*** fam has quit IRC | 06:48 | |
*** agangil has quit IRC | 06:49 | |
*** fam has joined #openstack | 06:50 | |
*** fester05 has quit IRC | 06:50 | |
*** ttrifonov is now known as ttrifonov_zZzz | 06:50 | |
*** omachace has joined #openstack | 06:51 | |
*** reidrac has joined #openstack | 06:51 | |
*** wpf has quit IRC | 06:52 | |
*** pantea has joined #openstack | 06:53 | |
*** Romik has quit IRC | 06:53 | |
*** dtx00ff has joined #openstack | 06:54 | |
*** shakamunyi has quit IRC | 06:59 | |
*** gszasz has joined #openstack | 07:00 | |
*** gszasz is now known as gszasz_afk | 07:00 | |
*** gszasz_afk is now known as gszasz | 07:00 | |
*** fnaval has joined #openstack | 07:00 | |
*** karimb has joined #openstack | 07:01 | |
*** achampion has quit IRC | 07:02 | |
*** rickerc has joined #openstack | 07:03 | |
*** artem_panchenko has joined #openstack | 07:03 | |
*** jdonalds has joined #openstack | 07:03 | |
*** Ursinha-afk is now known as Ursinha | 07:04 | |
*** fnaval has quit IRC | 07:05 | |
*** flaper87|afk is now known as flaper87 | 07:06 | |
*** hbendali has quit IRC | 07:06 | |
*** hbendali has joined #openstack | 07:06 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:07 | |
*** bappa has quit IRC | 07:07 | |
*** mikedawson has quit IRC | 07:07 | |
*** OutBackDingo has quit IRC | 07:07 | |
*** jeflui has quit IRC | 07:08 | |
*** nlevinki has quit IRC | 07:08 | |
*** nlevinki has joined #openstack | 07:09 | |
*** Zack_Deee has quit IRC | 07:09 | |
*** vnguyen has quit IRC | 07:10 | |
*** gyee has quit IRC | 07:10 | |
*** IlyaE has quit IRC | 07:10 | |
*** gusmaskowitz has joined #openstack | 07:10 | |
*** dtx00ff has quit IRC | 07:11 | |
*** vpanizo has quit IRC | 07:11 | |
*** yaguang has quit IRC | 07:11 | |
*** tris has quit IRC | 07:11 | |
*** roby_ has joined #openstack | 07:12 | |
*** ejat has quit IRC | 07:12 | |
*** sigurding has quit IRC | 07:14 | |
*** jlibosva has joined #openstack | 07:14 | |
*** nlevinki has quit IRC | 07:15 | |
*** vpanizo has joined #openstack | 07:15 | |
*** lori is now known as lori|away | 07:17 | |
*** yaguang has joined #openstack | 07:19 | |
*** eguz has quit IRC | 07:22 | |
*** xianghui has quit IRC | 07:24 | |
*** zzelle has joined #openstack | 07:25 | |
*** dtx00ff has joined #openstack | 07:25 | |
*** bogdando has quit IRC | 07:26 | |
*** gusmaskowitz has quit IRC | 07:26 | |
*** shakamunyi has joined #openstack | 07:26 | |
*** bogdando has joined #openstack | 07:26 | |
*** aniket has joined #openstack | 07:27 | |
aniket | hi | 07:28 |
*** tvvcox has joined #openstack | 07:29 | |
*** melmoth has quit IRC | 07:29 | |
*** ashishsnigam has joined #openstack | 07:29 | |
*** nlevinki has joined #openstack | 07:30 | |
kype | Anyone know if the openstack cirros image is capable of doing anything? | 07:30 |
*** zzelle has quit IRC | 07:31 | |
giorgiodinapoli | booting | 07:31 |
giorgiodinapoli | pinging | 07:31 |
*** jp_at_hp has joined #openstack | 07:31 | |
*** zzelle has joined #openstack | 07:31 | |
*** devnull1 has joined #openstack | 07:31 | |
*** ifarkas has joined #openstack | 07:31 | |
kype | giorgiodinapoli It doesnt accept my keyboard input? Does the login work? As i whatever i type does not get shown in console | 07:32 |
*** zzelle has quit IRC | 07:32 | |
aniket | i am gettiing error while running stack.sh as -ERROR] /home/ubuntu/devstack/lib/rpc_backend:152 Failed to set rabbitmq password | 07:32 |
*** zzelle has joined #openstack | 07:32 | |
*** zzelle has quit IRC | 07:34 | |
*** jistr has joined #openstack | 07:34 | |
*** zzelle has joined #openstack | 07:34 | |
kype | Dont worry about it, it was just lag | 07:35 |
*** zzelle has quit IRC | 07:36 | |
aniket | <kype>i am gettiing error while running stack.sh as -ERROR] /home/ubuntu/devstack/lib/rpc_backend:152 Failed to set rabbitmq password | 07:36 |
*** zzelle has joined #openstack | 07:36 | |
*** shakamunyi has quit IRC | 07:36 | |
*** r0j4z0 has quit IRC | 07:37 | |
*** nstrug has joined #openstack | 07:38 | |
*** dtx00ff has quit IRC | 07:39 | |
*** aniket has quit IRC | 07:40 | |
*** MrCurious has quit IRC | 07:41 | |
*** pelix has joined #openstack | 07:41 | |
*** xianghui has joined #openstack | 07:42 | |
*** sushils has joined #openstack | 07:42 | |
*** bilco105_ is now known as bilco105 | 07:43 | |
*** starmer has quit IRC | 07:43 | |
*** a_le has joined #openstack | 07:43 | |
*** lcavassa has joined #openstack | 07:45 | |
*** suresh12 has joined #openstack | 07:45 | |
*** sushils has quit IRC | 07:47 | |
*** fester05 has joined #openstack | 07:47 | |
*** fsimonce has joined #openstack | 07:48 | |
*** ProT-0-TypE has joined #openstack | 07:48 | |
*** starmer has joined #openstack | 07:48 | |
*** sushils has joined #openstack | 07:49 | |
*** a_le has quit IRC | 07:49 | |
*** michaelneale has joined #openstack | 07:50 | |
*** suresh12 has quit IRC | 07:50 | |
*** xianghui has quit IRC | 07:50 | |
*** longguang has quit IRC | 07:51 | |
*** longguang has joined #openstack | 07:51 | |
*** MarcMorata has joined #openstack | 07:53 | |
*** dfarrell-41678 has quit IRC | 07:53 | |
*** morganfainberg is now known as morganfainberg_Z | 07:54 | |
*** dtx00ff has joined #openstack | 07:55 | |
*** sushils has quit IRC | 07:55 | |
*** hbendali has quit IRC | 07:55 | |
*** fester05 has quit IRC | 07:57 | |
*** matsuhashi has quit IRC | 07:58 | |
*** lintan has quit IRC | 07:58 | |
*** matsuhashi has joined #openstack | 07:59 | |
*** evanz has quit IRC | 07:59 | |
*** paraa has joined #openstack | 08:00 | |
*** mkollaro has joined #openstack | 08:00 | |
*** gdubreui has quit IRC | 08:01 | |
*** matsuhas_ has joined #openstack | 08:02 | |
*** mrmartin has joined #openstack | 08:02 | |
*** xianghui has joined #openstack | 08:02 | |
*** bilco105 is now known as bilco105_ | 08:02 | |
*** nlevinki has quit IRC | 08:03 | |
*** shakamunyi has joined #openstack | 08:03 | |
*** matsuhashi has quit IRC | 08:04 | |
*** Zack_Deee has joined #openstack | 08:05 | |
*** mindpixel has joined #openstack | 08:05 | |
*** pixelb has joined #openstack | 08:06 | |
*** dtx00ff_ has joined #openstack | 08:10 | |
*** nstrug has quit IRC | 08:11 | |
*** cdent has joined #openstack | 08:12 | |
*** morganfainberg_Z is now known as morganfainberg | 08:12 | |
*** shakamunyi has quit IRC | 08:14 | |
*** dtx00ff has quit IRC | 08:14 | |
*** guest777 has joined #openstack | 08:14 | |
*** ashishsnigam has quit IRC | 08:14 | |
*** rods1 has joined #openstack | 08:16 | |
*** cdent has quit IRC | 08:16 | |
guest777 | Hi, I have a doubt about how the netron works, I'm using ml2 plugin with gre, and I would like to know if for each virtual network the neutron will create a new gre tunnel? Or if it use just one tunnel for all virtual networks. | 08:16 |
*** rdas_ has joined #openstack | 08:17 | |
*** rdas has quit IRC | 08:19 | |
*** nlevinki has joined #openstack | 08:19 | |
*** jpich has joined #openstack | 08:21 | |
*** amuller has joined #openstack | 08:22 | |
*** eglynn has joined #openstack | 08:23 | |
*** cdent has joined #openstack | 08:23 | |
*** derekh_ has joined #openstack | 08:25 | |
*** m1crofarmer has quit IRC | 08:26 | |
*** karimb has quit IRC | 08:28 | |
*** sushils has joined #openstack | 08:28 | |
*** dizquierdo has joined #openstack | 08:29 | |
*** kushal has quit IRC | 08:30 | |
*** cammann has joined #openstack | 08:31 | |
*** Dharmit has joined #openstack | 08:31 | |
*** xianghui has quit IRC | 08:32 | |
*** qlaureij has joined #openstack | 08:32 | |
*** dtx00ff_ has quit IRC | 08:33 | |
*** Zack_Deee has quit IRC | 08:35 | |
*** egallen has joined #openstack | 08:35 | |
*** igordcard has joined #openstack | 08:35 | |
*** belmoreira has joined #openstack | 08:36 | |
*** belmoreira has left #openstack | 08:36 | |
*** mmagr has joined #openstack | 08:36 | |
*** belmoreira has joined #openstack | 08:36 | |
*** ProT-0-TypE has quit IRC | 08:37 | |
*** Zack_Deee has joined #openstack | 08:39 | |
*** r0j4z0 has joined #openstack | 08:40 | |
*** shakamunyi has joined #openstack | 08:41 | |
*** dfarrell-41678 has joined #openstack | 08:41 | |
*** ricardorocha has joined #openstack | 08:42 | |
*** mrmartin has quit IRC | 08:42 | |
*** karimb has joined #openstack | 08:42 | |
*** egallen has quit IRC | 08:42 | |
*** xianghui has joined #openstack | 08:44 | |
*** michaelneale_ has joined #openstack | 08:45 | |
*** egallen has joined #openstack | 08:45 | |
*** jcoufal has joined #openstack | 08:46 | |
*** tomoe_ has joined #openstack | 08:47 | |
*** tomoe_ has quit IRC | 08:47 | |
*** michaelneale has quit IRC | 08:47 | |
*** Akshik has quit IRC | 08:50 | |
*** rdas_ has quit IRC | 08:50 | |
*** cedrics has joined #openstack | 08:50 | |
*** sunrenjie6 has quit IRC | 08:52 | |
*** sunrenjie6 has joined #openstack | 08:52 | |
*** shakamunyi has quit IRC | 08:52 | |
*** devnull1 has quit IRC | 08:53 | |
*** matsuhas_ has quit IRC | 08:53 | |
*** msgodf has quit IRC | 08:54 | |
*** msgodf has joined #openstack | 08:54 | |
*** fester05 has joined #openstack | 08:54 | |
*** devnull1 has joined #openstack | 08:55 | |
guest777 | Hi, I have a doubt about how the netron works, I'm using ml2 plugin with gre, and I would like to know if for each virtual network the neutron will create a new gre tunnel? Or if it use just one tunnel for all virtual networks. | 08:55 |
*** devnull1 has quit IRC | 08:55 | |
*** mrmartin has joined #openstack | 08:56 | |
*** devnull1 has joined #openstack | 08:56 | |
*** sunrenjie6 has quit IRC | 08:57 | |
*** cedrics has quit IRC | 08:57 | |
*** matsuhashi has joined #openstack | 08:58 | |
*** inc0_ has joined #openstack | 09:00 | |
*** inc0 has quit IRC | 09:02 | |
*** bilco105_ is now known as bilco105 | 09:02 | |
*** bbcmicrocomputer has joined #openstack | 09:03 | |
*** Zack_Deee has quit IRC | 09:04 | |
*** tnovacik|gone is now known as tnovacik | 09:05 | |
*** fester05 has quit IRC | 09:05 | |
*** Zack_Deee has joined #openstack | 09:06 | |
*** Deltachaos has quit IRC | 09:09 | |
kype | Is this the auth_url for rally -> "http://localhost:5000/v2.0/" or isit this "http://localhost:35357/v2.0/" | 09:09 |
*** foexle has joined #openstack | 09:09 | |
*** nlevinki has quit IRC | 09:09 | |
*** aniket has joined #openstack | 09:10 | |
*** renlt has quit IRC | 09:12 | |
*** naveen_ has quit IRC | 09:12 | |
*** nlevinki has joined #openstack | 09:12 | |
*** Akshik has joined #openstack | 09:15 | |
aniket | hi all | 09:17 |
aniket | can anybody tell me what changes should i do to connect my instance to internet?? i am using 1 NIC | 09:17 |
*** fnaval has joined #openstack | 09:18 | |
*** pnascimento has joined #openstack | 09:19 | |
*** shakamunyi has joined #openstack | 09:19 | |
*** foexle has quit IRC | 09:21 | |
*** dguerri is now known as _dguerri | 09:22 | |
*** naveen_ has joined #openstack | 09:25 | |
*** _dguerri is now known as dguerri | 09:26 | |
*** sergmelikyan has quit IRC | 09:31 | |
*** sergmelikyan has joined #openstack | 09:31 | |
*** shakamunyi has quit IRC | 09:31 | |
*** matsuhashi has quit IRC | 09:33 | |
*** matsuhashi has joined #openstack | 09:33 | |
*** jroovers has joined #openstack | 09:35 | |
*** matsuhashi has quit IRC | 09:35 | |
*** matsuhashi has joined #openstack | 09:36 | |
*** lynxman has quit IRC | 09:36 | |
*** ccorrigan has joined #openstack | 09:37 | |
*** lynxman has joined #openstack | 09:37 | |
*** fnaval has quit IRC | 09:38 | |
*** rdas has joined #openstack | 09:40 | |
*** aldavud has joined #openstack | 09:40 | |
*** Zack_Deee has quit IRC | 09:41 | |
*** jodok has joined #openstack | 09:42 | |
*** aldavud has quit IRC | 09:48 | |
*** aldavud has joined #openstack | 09:48 | |
aniket | can anybody tell me what changes should i do to connect my instance to internet?? i am using 1 NIC | 09:48 |
aniket | ?? | 09:48 |
*** belmoreira has quit IRC | 09:48 | |
*** kype has quit IRC | 09:49 | |
*** yixuan has quit IRC | 09:51 | |
*** yixuan has joined #openstack | 09:51 | |
*** aldavud has joined #openstack | 09:51 | |
*** belmoreira has joined #openstack | 09:51 | |
*** devnull1 has quit IRC | 09:52 | |
*** jodok has quit IRC | 09:54 | |
*** yixuan has quit IRC | 09:55 | |
*** devnull1 has joined #openstack | 09:56 | |
*** shakamunyi has joined #openstack | 09:59 | |
*** otter768_ has joined #openstack | 10:00 | |
*** go_chiba has joined #openstack | 10:02 | |
*** otter768 has quit IRC | 10:02 | |
*** nosnos has quit IRC | 10:02 | |
*** jtomasek has quit IRC | 10:03 | |
*** michaelneale_ has quit IRC | 10:04 | |
*** berendt has joined #openstack | 10:04 | |
*** nosnos has joined #openstack | 10:05 | |
*** shakamunyi has quit IRC | 10:05 | |
*** fam has quit IRC | 10:05 | |
*** jtomasek has joined #openstack | 10:05 | |
*** moha_hunt has joined #openstack | 10:07 | |
*** ongolaBoy has joined #openstack | 10:09 | |
*** avd has quit IRC | 10:10 | |
*** scuttlemonkey has quit IRC | 10:10 | |
*** Dominic_ has quit IRC | 10:10 | |
*** morazi has quit IRC | 10:10 | |
*** jbeimler has quit IRC | 10:10 | |
*** Lumiere has quit IRC | 10:10 | |
*** vchernomor has quit IRC | 10:10 | |
*** mbeierl has quit IRC | 10:10 | |
*** bdperkin has quit IRC | 10:10 | |
*** jbeimler has joined #openstack | 10:10 | |
*** Lumiere has joined #openstack | 10:10 | |
*** Lumiere has quit IRC | 10:10 | |
*** Lumiere has joined #openstack | 10:10 | |
*** Dominic_ has joined #openstack | 10:10 | |
*** bdperkin has joined #openstack | 10:10 | |
*** jkienitz has quit IRC | 10:10 | |
*** morazi has joined #openstack | 10:10 | |
*** mbeierl has joined #openstack | 10:10 | |
*** qlaureij has quit IRC | 10:11 | |
*** scuttlemonkey has joined #openstack | 10:11 | |
*** belmoreira has quit IRC | 10:13 | |
*** ahale has joined #openstack | 10:15 | |
*** foexle has joined #openstack | 10:16 | |
*** tomoe_ has joined #openstack | 10:16 | |
*** avd has joined #openstack | 10:17 | |
*** vchernomor has joined #openstack | 10:20 | |
*** aniket has quit IRC | 10:21 | |
*** Akshik has quit IRC | 10:22 | |
*** aniket has joined #openstack | 10:22 | |
*** michaelneale has joined #openstack | 10:23 | |
*** vkmc has joined #openstack | 10:24 | |
*** vkmc has quit IRC | 10:24 | |
*** vkmc has joined #openstack | 10:24 | |
*** xianghui has quit IRC | 10:25 | |
*** Wayn3_ has joined #openstack | 10:27 | |
*** foexle has quit IRC | 10:30 | |
Wayn3_ | is the nova.conf file format different for different formats? | 10:32 |
*** kolesovdv has joined #openstack | 10:32 | |
Wayn3_ | i mean differennt OS | 10:33 |
*** paragan has quit IRC | 10:33 | |
*** RobH_ has joined #openstack | 10:34 | |
*** michaelneale has quit IRC | 10:35 | |
*** ktaube has joined #openstack | 10:36 | |
*** ktaube has quit IRC | 10:38 | |
*** belmoreira has joined #openstack | 10:39 | |
*** sputnik13 has quit IRC | 10:40 | |
*** matsuhashi has quit IRC | 10:41 | |
*** HenryG has quit IRC | 10:41 | |
*** nosnos has quit IRC | 10:41 | |
*** afazekas is now known as afazekas_sick_do | 10:43 | |
*** Marek1211 has joined #openstack | 10:45 | |
*** Marek1211 has left #openstack | 10:45 | |
*** vpanizo has quit IRC | 10:45 | |
*** nosnos has joined #openstack | 10:45 | |
*** bilco105 is now known as bilco105_ | 10:46 | |
*** jamie_h has joined #openstack | 10:46 | |
*** nosnos has quit IRC | 10:46 | |
*** nosnos has joined #openstack | 10:47 | |
*** nosnos has quit IRC | 10:48 | |
*** andreas__ has quit IRC | 10:48 | |
*** andreas__ has joined #openstack | 10:49 | |
*** aniket has quit IRC | 10:49 | |
*** cdent_ has joined #openstack | 10:50 | |
*** cdent has quit IRC | 10:50 | |
*** cdent_ is now known as cdent | 10:50 | |
*** ahasenack has joined #openstack | 10:50 | |
*** Longgeek has quit IRC | 10:51 | |
*** nkhare has quit IRC | 10:52 | |
*** Wayn3_ has quit IRC | 10:52 | |
*** afazekas_sick_do has quit IRC | 10:53 | |
*** Ursinha is now known as Ursinha-afk | 10:53 | |
*** andreas__ has quit IRC | 10:54 | |
*** sergmelikyan has quit IRC | 10:55 | |
*** Longgeek has joined #openstack | 10:55 | |
*** mikedawson has joined #openstack | 10:55 | |
*** HenryG has joined #openstack | 10:56 | |
*** sergmelikyan has joined #openstack | 10:56 | |
*** maxdml has joined #openstack | 10:58 | |
*** LurkingFrog has quit IRC | 10:58 | |
*** fester05 has joined #openstack | 11:00 | |
*** Xelenonz has quit IRC | 11:00 | |
*** hewbrocca has joined #openstack | 11:04 | |
*** ahasenack has quit IRC | 11:06 | |
*** yaguang has quit IRC | 11:06 | |
*** ahasenack has joined #openstack | 11:06 | |
*** yaguang has joined #openstack | 11:07 | |
*** belmoreira1 has joined #openstack | 11:07 | |
*** yaguang has quit IRC | 11:07 | |
*** belmoreira has quit IRC | 11:09 | |
*** Harry51S has joined #openstack | 11:12 | |
*** belmoreira1 has quit IRC | 11:13 | |
*** belmoreira has joined #openstack | 11:13 | |
*** belmoreira1 has joined #openstack | 11:14 | |
*** belmoreira has quit IRC | 11:14 | |
*** pradipta_away is now known as pradipta | 11:14 | |
*** pnascimento has quit IRC | 11:14 | |
*** dims has joined #openstack | 11:16 | |
*** prad_ has joined #openstack | 11:17 | |
*** morazi has quit IRC | 11:17 | |
*** epcim has quit IRC | 11:19 | |
*** dguerri is now known as _dguerri | 11:20 | |
*** rtheis has joined #openstack | 11:20 | |
*** RobH_ has quit IRC | 11:20 | |
*** deepakcs has joined #openstack | 11:20 | |
*** Ursinha-afk is now known as Ursinha | 11:21 | |
*** s00pcan has joined #openstack | 11:21 | |
*** prad__ has joined #openstack | 11:22 | |
*** prad_ has quit IRC | 11:22 | |
*** baoli has joined #openstack | 11:23 | |
*** medberry has joined #openstack | 11:23 | |
*** yocum has joined #openstack | 11:23 | |
*** medberry is now known as Guest36553 | 11:23 | |
*** igordcard_ has joined #openstack | 11:23 | |
*** gdubreui has joined #openstack | 11:24 | |
*** igordcard has quit IRC | 11:24 | |
*** libsysguy has joined #openstack | 11:24 | |
*** _dguerri is now known as dguerri | 11:24 | |
*** hbendali has joined #openstack | 11:26 | |
*** baoli_ has joined #openstack | 11:26 | |
*** baoli has quit IRC | 11:27 | |
*** ryou-soda has quit IRC | 11:27 | |
*** ricardorocha has quit IRC | 11:27 | |
*** cagrev has joined #openstack | 11:28 | |
*** ahasenack has quit IRC | 11:29 | |
*** Longgeek has quit IRC | 11:29 | |
*** Longgeek has joined #openstack | 11:30 | |
*** ahasenack has joined #openstack | 11:30 | |
*** Guest36553 has quit IRC | 11:30 | |
*** StarBeast has joined #openstack | 11:31 | |
*** Longgeek has quit IRC | 11:31 | |
*** kapott has joined #openstack | 11:34 | |
*** Longgeek has joined #openstack | 11:35 | |
*** ricardorocha has joined #openstack | 11:36 | |
*** Longgeek has quit IRC | 11:36 | |
*** sumanth has quit IRC | 11:36 | |
*** prad__ has quit IRC | 11:38 | |
*** Longgeek has joined #openstack | 11:38 | |
*** marcelodieder has joined #openstack | 11:40 | |
*** med has joined #openstack | 11:41 | |
*** belmoreira1 has quit IRC | 11:41 | |
*** Jianyong has quit IRC | 11:41 | |
*** foexle has joined #openstack | 11:44 | |
*** picca has joined #openstack | 11:45 | |
*** sgviking has quit IRC | 11:47 | |
*** dguerri is now known as _dguerri | 11:47 | |
*** FunnyLookinHat has joined #openstack | 11:48 | |
*** roby_ has quit IRC | 11:48 | |
*** cagrev has quit IRC | 11:48 | |
*** tomoe__ has joined #openstack | 11:48 | |
*** tomoe___ has joined #openstack | 11:51 | |
*** ricardorocha has quit IRC | 11:51 | |
*** sumanth has joined #openstack | 11:52 | |
*** tomoe_ has quit IRC | 11:52 | |
*** Jianyong has joined #openstack | 11:52 | |
*** baoli_ has quit IRC | 11:52 | |
*** baoli has joined #openstack | 11:53 | |
*** tomoe__ has quit IRC | 11:53 | |
*** bcrochet|g0ne is now known as bcrochet | 11:54 | |
*** picca has left #openstack | 11:55 | |
*** deepakcs_ has joined #openstack | 11:57 | |
*** dvy has joined #openstack | 11:57 | |
*** yang has quit IRC | 11:58 | |
*** jroovers has quit IRC | 11:59 | |
*** deepakcs has quit IRC | 12:00 | |
*** dims has quit IRC | 12:00 | |
*** prad_ has joined #openstack | 12:00 | |
*** rdenis has quit IRC | 12:01 | |
*** mwagner_lap has quit IRC | 12:02 | |
*** mindpixel has quit IRC | 12:03 | |
*** kolesovdv has quit IRC | 12:03 | |
*** s00pcan has quit IRC | 12:03 | |
*** slewis has quit IRC | 12:04 | |
*** slewis has joined #openstack | 12:04 | |
*** slewis has joined #openstack | 12:04 | |
*** kolesovdv has joined #openstack | 12:04 | |
*** maxdml has quit IRC | 12:04 | |
*** mkolesni has quit IRC | 12:04 | |
*** weshay has joined #openstack | 12:05 | |
*** sgordon has joined #openstack | 12:05 | |
*** sgordon has quit IRC | 12:05 | |
*** sgordon has joined #openstack | 12:05 | |
*** rh_cloud_ has quit IRC | 12:06 | |
*** libsysguy has quit IRC | 12:06 | |
*** harmw has quit IRC | 12:06 | |
*** rh_cloud_ has joined #openstack | 12:06 | |
*** libsysguy has joined #openstack | 12:08 | |
*** SM-68B1 has joined #openstack | 12:08 | |
*** tomoe_ has joined #openstack | 12:10 | |
*** tomoe___ has quit IRC | 12:12 | |
*** marrusl has joined #openstack | 12:12 | |
*** omachace has quit IRC | 12:13 | |
*** ArxCruz has joined #openstack | 12:14 | |
*** prad_ has quit IRC | 12:14 | |
*** Ananci has joined #openstack | 12:14 | |
*** prad_ has joined #openstack | 12:15 | |
mbeierl | Is there a way to restrict a tenant to a specific availability zone or host aggregate? | 12:16 |
*** jroovers has joined #openstack | 12:17 | |
*** galstrom_zzz is now known as galstrom | 12:17 | |
*** jmh has joined #openstack | 12:19 | |
*** pradipta is now known as pradipta_away | 12:19 | |
*** pradipta_away is now known as pradipta | 12:19 | |
*** jmh is now known as Guest91575 | 12:19 | |
*** bmurt has joined #openstack | 12:19 | |
*** ade_b has joined #openstack | 12:21 | |
*** jroovers has quit IRC | 12:21 | |
*** edmund1 has joined #openstack | 12:21 | |
*** paragan has joined #openstack | 12:22 | |
*** _dguerri is now known as dguerri | 12:23 | |
*** neha_ has quit IRC | 12:23 | |
*** dizquierdo has quit IRC | 12:24 | |
*** sz0_ has quit IRC | 12:24 | |
*** rfolco has joined #openstack | 12:24 | |
*** weshay has quit IRC | 12:27 | |
*** weshay has joined #openstack | 12:27 | |
*** yang has joined #openstack | 12:28 | |
*** jkienitz has joined #openstack | 12:28 | |
*** eharney has quit IRC | 12:29 | |
*** samrose has joined #openstack | 12:30 | |
*** fnaval has joined #openstack | 12:30 | |
*** pradipta is now known as pradipta_away | 12:30 | |
*** tkramer has joined #openstack | 12:30 | |
*** Andyjb has quit IRC | 12:30 | |
*** sgviking has joined #openstack | 12:30 | |
*** pravins has quit IRC | 12:33 | |
*** talluri has quit IRC | 12:34 | |
*** nkhare has joined #openstack | 12:34 | |
*** talluri has joined #openstack | 12:35 | |
*** morazi has joined #openstack | 12:37 | |
*** lborda has joined #openstack | 12:38 | |
*** cdent has quit IRC | 12:39 | |
*** eglynn has quit IRC | 12:39 | |
*** talluri has quit IRC | 12:39 | |
*** ongolaBoy has quit IRC | 12:41 | |
*** jtomasek has quit IRC | 12:42 | |
*** nacer has joined #openstack | 12:42 | |
*** blomquisg has joined #openstack | 12:43 | |
*** nacer has quit IRC | 12:44 | |
*** erkules_ is now known as erkules | 12:47 | |
*** rdas has quit IRC | 12:47 | |
*** sroy_ has joined #openstack | 12:47 | |
*** signed8bit has joined #openstack | 12:48 | |
*** aeperezt has joined #openstack | 12:50 | |
*** k4n0 has quit IRC | 12:51 | |
*** yamahata has quit IRC | 12:51 | |
*** cdent has joined #openstack | 12:51 | |
*** noslzzp has joined #openstack | 12:52 | |
*** jecarey has quit IRC | 12:53 | |
*** pheadron has quit IRC | 12:53 | |
*** cference has joined #openstack | 12:53 | |
*** ProT-0-TypE has joined #openstack | 12:54 | |
*** sputnik13 has joined #openstack | 12:54 | |
*** jtomasek has joined #openstack | 12:55 | |
*** hrybacki has joined #openstack | 12:57 | |
*** devnull1_ has joined #openstack | 12:58 | |
*** devnull1_ has quit IRC | 13:00 | |
*** devnull1_ has joined #openstack | 13:00 | |
*** dvy has quit IRC | 13:00 | |
*** mrjazzcat has joined #openstack | 13:00 | |
*** devnull1_ has quit IRC | 13:01 | |
*** dvy has joined #openstack | 13:01 | |
*** devnull1_ has joined #openstack | 13:01 | |
*** devnull1 has quit IRC | 13:01 | |
*** fnaval_ has joined #openstack | 13:01 | |
*** rbowen has joined #openstack | 13:03 | |
*** fnaval has quit IRC | 13:03 | |
*** devnull1_ has quit IRC | 13:03 | |
*** devnull1 has joined #openstack | 13:03 | |
*** ArxCruz has quit IRC | 13:05 | |
*** dvy has quit IRC | 13:05 | |
*** dvy has joined #openstack | 13:06 | |
*** eglynn has joined #openstack | 13:06 | |
*** lblanchard has joined #openstack | 13:07 | |
*** ArxCruz has joined #openstack | 13:08 | |
*** rodrigods_ has joined #openstack | 13:09 | |
*** jaypipes has quit IRC | 13:10 | |
*** dims has joined #openstack | 13:10 | |
*** jdob has joined #openstack | 13:11 | |
*** rmartinelli has joined #openstack | 13:13 | |
*** ddieterly has joined #openstack | 13:13 | |
*** eglynn is now known as eglynn|afk | 13:14 | |
*** eglynn|afk is now known as eglynn_afk | 13:14 | |
*** eglynn_afk is now known as eglynn-away | 13:14 | |
*** yrabl has quit IRC | 13:15 | |
*** prad_ has quit IRC | 13:15 | |
*** sroy_ has quit IRC | 13:15 | |
*** kbringard has joined #openstack | 13:15 | |
*** jaypipes has joined #openstack | 13:16 | |
*** shakamunyi has joined #openstack | 13:16 | |
*** devnull1 has quit IRC | 13:17 | |
*** WackoRobie has joined #openstack | 13:17 | |
*** rsmitty has joined #openstack | 13:17 | |
*** gdubreui has quit IRC | 13:17 | |
*** achampion has joined #openstack | 13:18 | |
*** devnull1 has joined #openstack | 13:18 | |
*** Barker has joined #openstack | 13:18 | |
*** shakayumi has joined #openstack | 13:19 | |
*** georgem2 has joined #openstack | 13:20 | |
*** Barker has quit IRC | 13:20 | |
*** amuller has quit IRC | 13:20 | |
*** noslzzp has quit IRC | 13:20 | |
*** julim has joined #openstack | 13:21 | |
*** shakamunyi has quit IRC | 13:21 | |
*** eghobo has joined #openstack | 13:22 | |
*** devnull1 has quit IRC | 13:22 | |
*** acathrow has joined #openstack | 13:24 | |
*** eharney has joined #openstack | 13:25 | |
*** gdubreui has joined #openstack | 13:25 | |
*** coreywright_ is now known as coreywright | 13:25 | |
*** sroy_ has joined #openstack | 13:28 | |
*** ramishra has joined #openstack | 13:29 | |
*** noslzzp has joined #openstack | 13:30 | |
*** liyuezhou_ has joined #openstack | 13:30 | |
*** fnaval_ has quit IRC | 13:30 | |
*** HenryG has quit IRC | 13:30 | |
*** bknudson has joined #openstack | 13:30 | |
*** devnull1 has joined #openstack | 13:30 | |
*** Kotov has joined #openstack | 13:30 | |
*** HenryG has joined #openstack | 13:31 | |
*** med has quit IRC | 13:31 | |
*** badiane_ka has quit IRC | 13:31 | |
*** Kotov has quit IRC | 13:31 | |
*** Kotov has joined #openstack | 13:32 | |
*** eglynn-away is now known as eglynn | 13:32 | |
*** Kotov has quit IRC | 13:32 | |
*** ade_b has quit IRC | 13:32 | |
*** knda has quit IRC | 13:33 | |
*** dvy has quit IRC | 13:33 | |
*** coreywright is now known as coreywright_ | 13:33 | |
*** shakayumi has quit IRC | 13:34 | |
*** dvy has joined #openstack | 13:34 | |
*** ongolaBoy has joined #openstack | 13:34 | |
*** galstrom is now known as galstrom_zzz | 13:34 | |
*** galstrom_zzz is now known as galstrom | 13:37 | |
*** Barker has joined #openstack | 13:37 | |
*** jamie_h has quit IRC | 13:38 | |
*** sputnik13 has quit IRC | 13:38 | |
*** dvy has quit IRC | 13:38 | |
*** zehicle_at_dell has joined #openstack | 13:38 | |
*** ericReeves has joined #openstack | 13:38 | |
*** sputnik13 has joined #openstack | 13:39 | |
*** ashepelev has quit IRC | 13:39 | |
*** benrodrigue has joined #openstack | 13:39 | |
*** jfarschman has joined #openstack | 13:39 | |
*** kenhui has joined #openstack | 13:40 | |
*** JesperA has joined #openstack | 13:41 | |
*** sld has quit IRC | 13:41 | |
*** sudhi has joined #openstack | 13:42 | |
*** go_chiba has quit IRC | 13:42 | |
*** FunnyLookinHat has quit IRC | 13:42 | |
*** devnull1 has quit IRC | 13:44 | |
*** deepakcs_ has quit IRC | 13:44 | |
*** rsmitty has quit IRC | 13:44 | |
*** yamahata has joined #openstack | 13:44 | |
*** sudhi has quit IRC | 13:44 | |
*** naveen_ has quit IRC | 13:44 | |
*** morazi has quit IRC | 13:44 | |
*** devnull1 has joined #openstack | 13:45 | |
*** sudhi has joined #openstack | 13:45 | |
*** vegeta-x has joined #openstack | 13:45 | |
*** jthorne has quit IRC | 13:46 | |
*** weshay has quit IRC | 13:46 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 13:47 | |
*** danielbruno has joined #openstack | 13:47 | |
*** s00pcan has joined #openstack | 13:47 | |
*** Barker has quit IRC | 13:47 | |
*** Longgeek has quit IRC | 13:48 | |
*** shakayumi has joined #openstack | 13:48 | |
*** devoid has joined #openstack | 13:48 | |
*** vegeta-x has quit IRC | 13:48 | |
*** prad_ has joined #openstack | 13:49 | |
*** Longgeek has joined #openstack | 13:49 | |
*** devnull1 has quit IRC | 13:49 | |
*** sudhi has quit IRC | 13:49 | |
*** Barker has joined #openstack | 13:50 | |
*** morazi has joined #openstack | 13:50 | |
*** zuqiang has quit IRC | 13:52 | |
*** JesperA has quit IRC | 13:52 | |
*** devnull1 has joined #openstack | 13:52 | |
*** prad_ has quit IRC | 13:53 | |
*** JulianCash has joined #openstack | 13:55 | |
*** cagrev has joined #openstack | 13:55 | |
*** fnaval has joined #openstack | 13:55 | |
*** IlyaE has joined #openstack | 13:55 | |
*** jkienitz has quit IRC | 13:56 | |
*** galstrom is now known as galstrom_zzz | 13:56 | |
*** jfarschman is now known as miles_ | 13:57 | |
*** nshaikh has quit IRC | 13:57 | |
*** dguerri is now known as _dguerri | 13:58 | |
*** _dguerri is now known as dguerri | 13:58 | |
*** weshay has joined #openstack | 13:58 | |
*** bkopilov has quit IRC | 14:00 | |
*** prad_ has joined #openstack | 14:00 | |
*** sumanth has quit IRC | 14:01 | |
*** ihrachyshka_ has joined #openstack | 14:02 | |
*** ihrachyshka_ has left #openstack | 14:02 | |
*** cagrev_ has joined #openstack | 14:02 | |
*** cagrev has quit IRC | 14:02 | |
*** devnull1 has quit IRC | 14:02 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 14:02 | |
*** jgrimm has joined #openstack | 14:02 | |
*** balajiiyer has joined #openstack | 14:03 | |
*** devnull1 has joined #openstack | 14:03 | |
*** prad__ has joined #openstack | 14:03 | |
*** prad_ has quit IRC | 14:03 | |
*** tomoe__ has joined #openstack | 14:03 | |
*** prad__ is now known as prad_ | 14:04 | |
*** gdubreui has quit IRC | 14:04 | |
*** tomoe_ has quit IRC | 14:04 | |
*** coreywright_ is now known as coreywright | 14:04 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 14:05 | |
*** anand_ts has quit IRC | 14:05 | |
*** ProT-0-TypE has quit IRC | 14:06 | |
*** swebb is now known as zz_swebb | 14:06 | |
*** rbak has joined #openstack | 14:07 | |
*** talluri has joined #openstack | 14:07 | |
*** dschultz has quit IRC | 14:07 | |
*** devnull1 has quit IRC | 14:08 | |
*** jthorne has joined #openstack | 14:08 | |
*** eghobo has quit IRC | 14:08 | |
*** dschultz has joined #openstack | 14:08 | |
*** inc0_ has quit IRC | 14:09 | |
*** thangp has joined #openstack | 14:09 | |
*** doug-fish has joined #openstack | 14:11 | |
guest777 | Hi, I have a doubt about how the netron works, I'm using ml2 plugin with gre, and I would like to know if for each virtual network the neutron will create a new gre tunnel? Or if it use just one tunnel for all virtual networks. Or for all the tennants? | 14:11 |
*** vdo has joined #openstack | 14:11 | |
*** dschultz has quit IRC | 14:12 | |
*** bkopilov has joined #openstack | 14:13 | |
*** kolesovdv1 has joined #openstack | 14:13 | |
*** mmagr has quit IRC | 14:14 | |
*** psharma has quit IRC | 14:14 | |
*** kolesovdv has quit IRC | 14:14 | |
*** samrose_ has joined #openstack | 14:15 | |
*** karimb has quit IRC | 14:15 | |
*** balajiiyer has left #openstack | 14:15 | |
*** dizquierdo has joined #openstack | 14:15 | |
*** jthorne has quit IRC | 14:15 | |
*** davidbowlby has joined #openstack | 14:16 | |
*** nelsnelson has joined #openstack | 14:16 | |
georgem2 | guest777:neutron creates GRE tunnels between compute nodes and the network nodes in a full mesh, but only one GRE tunnel for all networks | 14:18 |
*** davelowe has quit IRC | 14:18 | |
*** samrose has quit IRC | 14:19 | |
*** talluri has quit IRC | 14:19 | |
*** FunnyLookinHat has joined #openstack | 14:20 | |
*** guest777 has quit IRC | 14:20 | |
*** ericgoncz has joined #openstack | 14:21 | |
*** infernix has quit IRC | 14:21 | |
*** eghobo has joined #openstack | 14:23 | |
*** diegows has joined #openstack | 14:23 | |
*** eghobo has quit IRC | 14:24 | |
*** robbiew has joined #openstack | 14:24 | |
*** rickerc has quit IRC | 14:25 | |
*** r3pl4y has quit IRC | 14:25 | |
*** jdonalds has quit IRC | 14:26 | |
*** infernix has joined #openstack | 14:26 | |
*** cagrev_ has quit IRC | 14:26 | |
*** seannj427 has joined #openstack | 14:27 | |
*** mmagr has joined #openstack | 14:27 | |
*** ramishra has quit IRC | 14:27 | |
*** seannj427 has left #openstack | 14:27 | |
*** reed has joined #openstack | 14:27 | |
*** cagrev has joined #openstack | 14:28 | |
*** pravins has joined #openstack | 14:28 | |
*** jprovazn has quit IRC | 14:28 | |
*** rickerc has joined #openstack | 14:29 | |
*** rodrigods_ has quit IRC | 14:29 | |
*** yaguang has joined #openstack | 14:29 | |
*** devnull1 has joined #openstack | 14:30 | |
*** Barker has quit IRC | 14:30 | |
*** cference has quit IRC | 14:30 | |
*** msjavan has joined #openstack | 14:30 | |
*** rsmitty has joined #openstack | 14:30 | |
*** colinmcnamara has joined #openstack | 14:31 | |
*** vikasd has joined #openstack | 14:31 | |
*** reed has quit IRC | 14:31 | |
*** Barker has joined #openstack | 14:32 | |
*** gimps has quit IRC | 14:33 | |
*** lmpyspaceprncs has joined #openstack | 14:33 | |
*** kevinconway has joined #openstack | 14:33 | |
*** dims has quit IRC | 14:33 | |
*** ttrifonov is now known as ttrifonov_zZzz | 14:33 | |
*** yaguang has quit IRC | 14:34 | |
*** devoid has quit IRC | 14:34 | |
*** matiu has quit IRC | 14:35 | |
*** MattAitchison has quit IRC | 14:35 | |
*** paul-- has quit IRC | 14:35 | |
*** ericgoncz has quit IRC | 14:35 | |
*** MattAitchison has joined #openstack | 14:35 | |
*** otter768_ has quit IRC | 14:35 | |
*** ade_b has joined #openstack | 14:36 | |
*** matiu has joined #openstack | 14:36 | |
*** paul-- has joined #openstack | 14:37 | |
*** Barker has quit IRC | 14:37 | |
*** nati_ueno has joined #openstack | 14:37 | |
*** r3pl4y has joined #openstack | 14:37 | |
*** sputnik13 has quit IRC | 14:37 | |
*** rodrigods_ has joined #openstack | 14:37 | |
*** MattAitchison has quit IRC | 14:38 | |
*** thewafflecaust has quit IRC | 14:38 | |
*** dec has quit IRC | 14:38 | |
*** jamie_h has joined #openstack | 14:38 | |
*** MattAitchison has joined #openstack | 14:38 | |
*** thewafflewhat has joined #openstack | 14:38 | |
*** flaper87 is now known as flaper87|afk | 14:38 | |
*** otter768 has joined #openstack | 14:38 | |
*** dec_ has joined #openstack | 14:38 | |
*** berendt has quit IRC | 14:39 | |
*** zehicle_at_dell has quit IRC | 14:39 | |
*** Barker has joined #openstack | 14:39 | |
*** ericgoncz has joined #openstack | 14:40 | |
*** kushal has joined #openstack | 14:40 | |
*** kushal has quit IRC | 14:40 | |
*** kushal has joined #openstack | 14:40 | |
*** doug-fish has quit IRC | 14:40 | |
*** dec_ is now known as dec | 14:40 | |
*** dec has quit IRC | 14:40 | |
*** dec has joined #openstack | 14:40 | |
*** doug-fish has joined #openstack | 14:40 | |
*** matiu is now known as Guest46556 | 14:41 | |
*** doug-fish has quit IRC | 14:41 | |
*** doug-fish has joined #openstack | 14:41 | |
*** mmagr has quit IRC | 14:41 | |
*** doug-fish has quit IRC | 14:42 | |
*** doug-fish has joined #openstack | 14:43 | |
*** khuss has joined #openstack | 14:43 | |
*** cference has joined #openstack | 14:43 | |
*** aveek has quit IRC | 14:43 | |
*** doug-fish has quit IRC | 14:44 | |
*** doug-fish has joined #openstack | 14:44 | |
*** gigawhat has joined #openstack | 14:44 | |
*** kevinconway has quit IRC | 14:44 | |
*** weshay has quit IRC | 14:45 | |
*** colinmcn_ has joined #openstack | 14:45 | |
*** kevinconway has joined #openstack | 14:45 | |
*** colinmcnamara has quit IRC | 14:46 | |
*** nlevinki has quit IRC | 14:47 | |
*** yaguang has joined #openstack | 14:47 | |
*** medberry has joined #openstack | 14:47 | |
*** rodrigods_ has quit IRC | 14:47 | |
*** medberry is now known as Guest71256 | 14:48 | |
*** vnguyen has joined #openstack | 14:49 | |
*** vikasd has quit IRC | 14:50 | |
khuss | #juju | 14:50 |
*** ade_b has quit IRC | 14:50 | |
*** Sreeni has joined #openstack | 14:50 | |
*** Sreeni has quit IRC | 14:51 | |
*** ericgoncz has quit IRC | 14:51 | |
*** r0j4z0 has quit IRC | 14:52 | |
*** jecarey has joined #openstack | 14:52 | |
*** khuss has quit IRC | 14:54 | |
*** pmathews has joined #openstack | 14:54 | |
*** mmagr has joined #openstack | 14:54 | |
*** dschultz has joined #openstack | 14:55 | |
*** flanders has joined #openstack | 14:55 | |
*** Celm has joined #openstack | 14:55 | |
*** r3pl4y has quit IRC | 14:56 | |
*** berendt has joined #openstack | 14:57 | |
*** pmathews has quit IRC | 14:57 | |
*** nlevinki has joined #openstack | 14:57 | |
*** weshay has joined #openstack | 14:58 | |
*** rpwwpr has joined #openstack | 14:58 | |
*** Owner_ has joined #openstack | 14:58 | |
*** colinmcnamara has joined #openstack | 14:58 | |
*** colinmcn_ has quit IRC | 14:58 | |
*** doug-fish has quit IRC | 14:58 | |
*** kkirkpatrick has joined #openstack | 14:58 | |
*** ericgoncz has joined #openstack | 14:59 | |
*** nlevinki_ has joined #openstack | 15:02 | |
*** devnull1 has quit IRC | 15:03 | |
*** eggmaster has joined #openstack | 15:03 | |
*** MrCurious has joined #openstack | 15:03 | |
*** devnull1 has joined #openstack | 15:03 | |
*** MrCurious has left #openstack | 15:05 | |
*** Owner_ is now known as Owner | 15:06 | |
*** doug-fish has joined #openstack | 15:06 | |
*** devnull1 has quit IRC | 15:08 | |
*** berendt has quit IRC | 15:08 | |
*** devnull1 has joined #openstack | 15:10 | |
*** flanders has quit IRC | 15:10 | |
*** esker has joined #openstack | 15:11 | |
*** jmckind has joined #openstack | 15:11 | |
*** esker has quit IRC | 15:12 | |
*** coredump has joined #openstack | 15:12 | |
*** Pravar has joined #openstack | 15:12 | |
*** devnull1 has quit IRC | 15:12 | |
*** colinmcnamara has quit IRC | 15:12 | |
*** esker has joined #openstack | 15:12 | |
*** devnull1 has joined #openstack | 15:13 | |
*** kashyapk has joined #openstack | 15:14 | |
*** MTughan has joined #openstack | 15:14 | |
*** mikeoutland has joined #openstack | 15:14 | |
*** reidrac has quit IRC | 15:15 | |
MTughan | I'm wanting to use WaitConditions in a Heat template to control the order in which my resources are created. I only see the AWS-compatible resource types right now, which is fine with me. Do I just use cfn-signal as an AWS template would to signal completion? | 15:15 |
*** Pravar has quit IRC | 15:16 | |
*** weshay has quit IRC | 15:16 | |
*** devnull1 has quit IRC | 15:17 | |
*** r3pl4y has joined #openstack | 15:17 | |
*** dspano has joined #openstack | 15:18 | |
*** colinmcnamara has joined #openstack | 15:18 | |
*** jrussell has joined #openstack | 15:18 | |
*** esker has quit IRC | 15:19 | |
*** reed has joined #openstack | 15:20 | |
*** xgsa has quit IRC | 15:20 | |
*** marcelodieder has quit IRC | 15:20 | |
*** sumanth has joined #openstack | 15:21 | |
*** weshay has joined #openstack | 15:22 | |
larsks | MTughan: I think that should work. When experimenting with wait conditions, I just used "curl" to perform the notification. | 15:22 |
*** mikeoutland has quit IRC | 15:22 | |
*** mortezajavan has joined #openstack | 15:22 | |
MTughan | larsks: What kind of URL does it pass? I'm just somewhat concerned because I could never get the metadata URL to work. | 15:23 |
*** mikeoutland has joined #openstack | 15:23 | |
MTughan | I had to switch to the configuration drive to get the metadata on VMs. | 15:23 |
*** jergerber has joined #openstack | 15:23 | |
*** kolesovdv1 has quit IRC | 15:23 | |
larsks | MTughan: Hmm, I would spend some time figuring out why metadata access wasn't working. I can't remember exactly what the URL looked like, but it was pointing into the Heat API. I had a HOT template that dropped the URL into a file for later consumption... | 15:24 |
MTughan | That's not a bad idea. I'll try dropping the URL in one server before I roll it out. | 15:24 |
*** tomoe_ has joined #openstack | 15:25 | |
*** dstarnes has joined #openstack | 15:25 | |
*** kenhui has quit IRC | 15:25 | |
*** msjavan has quit IRC | 15:25 | |
*** vnguyen has quit IRC | 15:26 | |
*** vnguyen has joined #openstack | 15:26 | |
*** tomoe_ has quit IRC | 15:26 | |
*** mortezajavan has quit IRC | 15:27 | |
*** tomoe_ has joined #openstack | 15:27 | |
*** nati_ueno has quit IRC | 15:27 | |
*** tjikkun has quit IRC | 15:28 | |
*** davelowe has joined #openstack | 15:28 | |
*** tomoe__ has quit IRC | 15:28 | |
*** mwagner_lap has joined #openstack | 15:28 | |
*** tjikkun has joined #openstack | 15:29 | |
*** kappa has joined #openstack | 15:29 | |
*** grothendieck has joined #openstack | 15:29 | |
*** kashyapk has quit IRC | 15:29 | |
*** galstrom_zzz is now known as galstrom | 15:29 | |
*** blamar has quit IRC | 15:29 | |
*** devnull1 has joined #openstack | 15:30 | |
*** msgodf has quit IRC | 15:30 | |
*** rpwwpr has quit IRC | 15:31 | |
*** rbowen has quit IRC | 15:31 | |
*** rbowen has joined #openstack | 15:32 | |
*** nkhare has quit IRC | 15:35 | |
*** artem_panchenko has quit IRC | 15:35 | |
*** kappa has quit IRC | 15:36 | |
*** zz_swebb is now known as swebb | 15:37 | |
*** leeantho has joined #openstack | 15:37 | |
MTughan | Why would a Heat template need permission to list roles? I'm getting an error in creation. | 15:37 |
*** dstarnes has quit IRC | 15:37 | |
*** pmathews has joined #openstack | 15:38 | |
*** rods1 has quit IRC | 15:38 | |
*** ramishra has joined #openstack | 15:38 | |
*** mikeoutland has quit IRC | 15:39 | |
*** mikeoutland has joined #openstack | 15:39 | |
*** devoid has joined #openstack | 15:39 | |
*** xuan has quit IRC | 15:40 | |
*** coasterz has quit IRC | 15:40 | |
larsks | What's the error? | 15:41 |
MTughan | An unauthorized error when trying to perform action "Identity:List Roles" or something like that. | 15:41 |
MTughan | I've already deleted and recreated the stack with admin priveleges on my account now for testing and that worked, but I'd be curious to know why it was required. | 15:42 |
larsks | Hmm, not sure about that one. You may want to try visiting #heat with the exact error message and that question. | 15:42 |
larsks | Heat does need to create identities in keystone to support wait conditions, maybe this is related? Not sure. | 15:43 |
*** ramishra has quit IRC | 15:43 | |
*** promulo has quit IRC | 15:43 | |
*** vt102 has quit IRC | 15:43 | |
*** esker has joined #openstack | 15:44 | |
MTughan | Huh, that's odd. That's probably why. | 15:44 |
*** CASP3R has joined #openstack | 15:45 | |
systadmni | Hey folks, trying to get openstack installed on ubuntu 14.04 and i'm at the point where I am configuring nova and running into an error. In the installation guide, it states that I need to create the compute service tables by running "su -s /bin/sh -c "nova-manage db sync" nova - This generates the following error: 3596 TRACE nova ArgumentError: Could not parse rfc1738 URL from string 'mysql=://novaadmin:*****@localhost/nova' | 15:45 |
systadmni | full error: http://pastebin.com/v6afS5fb | 15:46 |
*** starmer has joined #openstack | 15:46 | |
systadmni | anyone have any idea how I can resolve this issue? | 15:46 |
systadmni | I have double checked the connection entry in the nova.conf file and it all appears to be configured correctly | 15:47 |
*** stanchan has quit IRC | 15:47 | |
*** weshay has quit IRC | 15:47 | |
*** tomoe_ has quit IRC | 15:47 | |
MTughan | systadmni: Remove the "=" after mysql from your conf file. | 15:48 |
sinh | mind pastebin'ing the conf? | 15:48 |
sinh | oh derp | 15:48 |
*** samchoi has joined #openstack | 15:48 | |
sinh | that was a simple enough solution | 15:48 |
*** mmagr has quit IRC | 15:48 | |
*** weshay has joined #openstack | 15:48 | |
*** ericgoncz has quit IRC | 15:49 | |
*** jcoufal has quit IRC | 15:50 | |
*** ian_ott has joined #openstack | 15:50 | |
*** esker has quit IRC | 15:50 | |
*** esker has joined #openstack | 15:51 | |
*** rpwwpr has joined #openstack | 15:54 | |
*** yaguang has quit IRC | 15:54 | |
systadmni | MTughan: man, that WAS easy, too bad my eyes didn't pick that up. Thanks! | 15:55 |
MTughan | np | 15:55 |
*** comay has joined #openstack | 15:55 | |
*** jrussell has quit IRC | 15:55 | |
*** ericgoncz has joined #openstack | 15:55 | |
*** ArcTanSusan has joined #openstack | 15:56 | |
*** emagana has joined #openstack | 15:56 | |
*** paragan has quit IRC | 15:57 | |
*** alexlindenlevy has joined #openstack | 15:57 | |
*** jrussell has joined #openstack | 15:57 | |
*** ericgoncz has quit IRC | 15:57 | |
*** mikeoutland has quit IRC | 15:58 | |
*** jmickle has joined #openstack | 15:58 | |
*** nlevinki_ has quit IRC | 15:59 | |
*** nlevinki has quit IRC | 15:59 | |
*** shakayumi is now known as shakamunyi | 15:59 | |
*** hackoo has joined #openstack | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
*** devnull1 has quit IRC | 16:01 | |
*** devnull1 has joined #openstack | 16:02 | |
*** MarcMorata has quit IRC | 16:02 | |
*** mkollaro has quit IRC | 16:03 | |
*** cference has quit IRC | 16:03 | |
*** MarcMorata has joined #openstack | 16:03 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** colinmcnamara has quit IRC | 16:03 | |
*** colinmcn_ has joined #openstack | 16:03 | |
*** epcim has joined #openstack | 16:04 | |
*** jcook has joined #openstack | 16:05 | |
*** sputnik13 has joined #openstack | 16:05 | |
*** cference has joined #openstack | 16:05 | |
*** rodrigods_ has joined #openstack | 16:05 | |
*** xmltok has joined #openstack | 16:05 | |
*** stannie has quit IRC | 16:05 | |
*** bdpayne has joined #openstack | 16:06 | |
*** devnull1 has quit IRC | 16:06 | |
*** mkolesni has joined #openstack | 16:06 | |
*** pantea has quit IRC | 16:07 | |
*** dguerri is now known as _dguerri | 16:07 | |
*** colinmcn_ has quit IRC | 16:08 | |
*** ProT-0-TypE has joined #openstack | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
*** aimon has quit IRC | 16:08 | |
*** imsurit has joined #openstack | 16:08 | |
*** slang has joined #openstack | 16:10 | |
*** slang is now known as srlang | 16:10 | |
*** bdpayne has quit IRC | 16:10 | |
*** _dguerri is now known as dguerri | 16:10 | |
*** ProT-0-TypE has quit IRC | 16:10 | |
*** Barker has quit IRC | 16:11 | |
*** devnull1 has joined #openstack | 16:11 | |
*** rossk has joined #openstack | 16:11 | |
*** tshefi has quit IRC | 16:11 | |
*** mkollaro has joined #openstack | 16:11 | |
*** nati_ueno has joined #openstack | 16:12 | |
*** fnaval has quit IRC | 16:12 | |
*** colinmcnamara has joined #openstack | 16:13 | |
*** angdraug has joined #openstack | 16:14 | |
*** yfauser has joined #openstack | 16:14 | |
*** a_le has joined #openstack | 16:14 | |
*** Ruetobas has joined #openstack | 16:14 | |
*** sgviking has quit IRC | 16:15 | |
*** bdpayne has joined #openstack | 16:15 | |
*** rmoe has joined #openstack | 16:15 | |
*** yfauser has left #openstack | 16:15 | |
*** sgviking has joined #openstack | 16:15 | |
*** gszasz has quit IRC | 16:15 | |
*** aimon has joined #openstack | 16:15 | |
*** rmoe has quit IRC | 16:16 | |
*** rmoe has joined #openstack | 16:16 | |
*** Guest71256 has quit IRC | 16:16 | |
*** blamar has joined #openstack | 16:16 | |
*** Guest71256 has joined #openstack | 16:16 | |
*** devlaps1 has joined #openstack | 16:17 | |
*** idv has joined #openstack | 16:17 | |
*** medberry has joined #openstack | 16:18 | |
*** morazi has quit IRC | 16:18 | |
*** medberry is now known as Guest71557 | 16:18 | |
*** nshaikh has joined #openstack | 16:19 | |
*** rpwwpr has quit IRC | 16:19 | |
*** tosky has joined #openstack | 16:19 | |
*** stannie has joined #openstack | 16:20 | |
magicrobotmonkey | if i have two cinder-volume nodes, is it possible to force one to be used over the other? | 16:21 |
tnovacik | does anyone know what should i do, when i got this error from contact information form on https://review.openstack.org/#/settings/contact? (http://pix.toile-libre.org/?img=1401380147.png) | 16:21 |
*** Guest71256 has quit IRC | 16:21 | |
*** esker has quit IRC | 16:22 | |
*** esker has joined #openstack | 16:22 | |
*** MarcMorata has quit IRC | 16:23 | |
*** sumanth has quit IRC | 16:24 | |
*** rodrigods_ has quit IRC | 16:25 | |
*** spandhe has joined #openstack | 16:25 | |
*** jodok has joined #openstack | 16:26 | |
*** nati_ueno has quit IRC | 16:26 | |
*** liyuezhou_ has quit IRC | 16:26 | |
*** srlang has quit IRC | 16:27 | |
*** giulivo has quit IRC | 16:27 | |
*** esker has quit IRC | 16:27 | |
*** samrose_ has quit IRC | 16:28 | |
*** rodrigods_ has joined #openstack | 16:29 | |
*** rodrigods_ has quit IRC | 16:29 | |
*** tjikkun has quit IRC | 16:30 | |
*** morazi has joined #openstack | 16:30 | |
*** tjikkun has joined #openstack | 16:31 | |
*** emagana has quit IRC | 16:31 | |
*** rbenali has joined #openstack | 16:33 | |
*** jodok has quit IRC | 16:33 | |
*** colinmcnamara has quit IRC | 16:34 | |
*** rmartinelli is now known as rmartinelli_lunc | 16:34 | |
*** epcim has quit IRC | 16:35 | |
*** rodrigods_ has joined #openstack | 16:35 | |
*** tnovacik has quit IRC | 16:35 | |
georgem2 | magicrobotmonkey: is this what you want? http://docs.openstack.org/admin-guide-cloud/content/multi_backend.html | 16:35 |
*** mark2 has joined #openstack | 16:36 | |
magicrobotmonkey | ah sort of | 16:36 |
magicrobotmonkey | ty | 16:36 |
*** jpich has quit IRC | 16:36 | |
*** tremendous has joined #openstack | 16:36 | |
*** xmltok has quit IRC | 16:37 | |
*** emagana has joined #openstack | 16:37 | |
*** promulo has joined #openstack | 16:38 | |
*** bandicot has joined #openstack | 16:38 | |
*** vuil has joined #openstack | 16:39 | |
*** ArcTanSusan has quit IRC | 16:39 | |
*** Thurloat has joined #openstack | 16:40 | |
*** harmw has joined #openstack | 16:40 | |
*** nacer has joined #openstack | 16:41 | |
*** kapott has quit IRC | 16:42 | |
moos3 | can one tell me why this https://gist.github.com/moos3/7db75d2f8fdf5629d452 failed to get a ip address from dhcp ? | 16:42 |
*** mikeoutland has joined #openstack | 16:42 | |
*** nacer has quit IRC | 16:42 | |
*** swat30 has joined #openstack | 16:43 | |
moos3 | i followed this to a T http://openstack.redhat.com/Neutron_with_existing_external_network | 16:43 |
*** blackboxsw has joined #openstack | 16:43 | |
MTughan | moos3: Your metadata request isn't working. | 16:43 |
MTughan | As for why that's not going, I'm not sure. I've had the same problem before and gave up on it after about 3 days of work. | 16:43 |
moos3 | i'm just trying to get my vm's accessible to my network | 16:44 |
*** jkienitz has joined #openstack | 16:44 | |
moos3 | and use the physical net and not have a bunch of virtual routers etc | 16:44 |
*** nshaikh has quit IRC | 16:45 | |
*** vdo has quit IRC | 16:45 | |
*** ArcTanSusan has joined #openstack | 16:45 | |
magicrobotmonkey | moos3: you have a dhcp server on your physical net? | 16:45 |
*** tsekiyama has joined #openstack | 16:45 | |
*** vfiduccia has joined #openstack | 16:45 | |
*** dvy has joined #openstack | 16:45 | |
moos3 | yup | 16:46 |
moos3 | and it works just fine | 16:46 |
*** ArcTanSusan has quit IRC | 16:46 | |
magicrobotmonkey | I'd start tcpdumping various interfaces and see where the dhcp requests are failing | 16:47 |
moos3 | I'm wondering if it has to do with the billion iptable rules it adds | 16:47 |
magicrobotmonkey | or where the responses are failing | 16:47 |
*** tmclaugh[work] has joined #openstack | 16:47 | |
*** geekinutah has joined #openstack | 16:47 | |
*** ArcTanSusan has joined #openstack | 16:47 | |
*** nacer has joined #openstack | 16:47 | |
MTughan | moos3: I'm still thinking it has something to do with metadata. Can you try modifying your nova.conf and restart nova-api? | 16:47 |
moos3 | how should I modify the nova.con | 16:48 |
magicrobotmonkey | dhcp comes before metadata doesn't it? | 16:48 |
MTughan | Put a line in it that says "force_config_drive=always" and try again. That will use a config drive instead of the metadata service. | 16:48 |
MTughan | magicrobotmonkey: I believe the IP address is passed in metadata. | 16:48 |
*** wramthun has quit IRC | 16:48 | |
MTughan | That's how I solved my problem, although I may have to switch back to the metadata IP address and try to solve that problem for other reasons. | 16:48 |
*** dtx00ff has joined #openstack | 16:48 | |
zynzel | MTughan: metadata is available over http. | 16:48 |
zynzel | so you need ip to access metadata. | 16:49 |
zynzel | and this issue dont have anything common with metadata. | 16:49 |
MTughan | zynzel: http://169.254.169.254 never resolved connections for me. | 16:49 |
*** nelsnelson has quit IRC | 16:49 | |
zynzel | moos3: check if dhcp request go outside compute node. | 16:49 |
MTughan | And I thought I remembered having the same problem. | 16:49 |
zynzel | MTughan: 169.254.169.254 is forwarded by compute node to metadata-api | 16:49 |
MTughan | Oh, sorry. zynzel's right. It's trying to get a lease before metadata. | 16:49 |
zynzel | but to forward anything, you need l3 connectivity. | 16:49 |
*** nelsnelson has joined #openstack | 16:49 | |
georgem2 | zynzel:cloud-init looks for metadata over the http OR using the config-drive | 16:50 |
*** dvy has quit IRC | 16:50 | |
moos3 | zynzel trying | 16:50 |
zynzel | georgem2: yes, but most common form to access metadata is http. | 16:50 |
MTughan | zynzel: That's how it *should* be, yes. I was seeing connection attempts on the metadata-api, but the TCP ACK never made it back to the VM. | 16:50 |
*** samrose_ has joined #openstack | 16:50 | |
*** srlang has joined #openstack | 16:50 | |
*** mark3 has joined #openstack | 16:50 | |
*** giorgiodinapoli has quit IRC | 16:51 | |
*** mark2 has quit IRC | 16:52 | |
*** aszeszo has quit IRC | 16:52 | |
*** aszeszo has joined #openstack | 16:53 | |
*** moha_hunt has quit IRC | 16:53 | |
*** coredump has quit IRC | 16:54 | |
*** dhandy has joined #openstack | 16:54 | |
*** SumitNaiksatam has quit IRC | 16:54 | |
*** aimon has quit IRC | 16:55 | |
*** dtx00ff_ has joined #openstack | 16:56 | |
*** wramthun has joined #openstack | 16:56 | |
*** jistr is now known as jistr|afk | 16:56 | |
*** IlyaE has quit IRC | 16:56 | |
*** CASP3R has quit IRC | 16:57 | |
*** ericgoncz has joined #openstack | 16:57 | |
grothendieck | MTughan: Make sure the network interfaces are all set correctly in nova.conf on the hypervisor | 16:58 |
*** warik has joined #openstack | 16:58 | |
MTughan | grothendieck: Even when using Neutron? | 16:58 |
*** dtx00ff has quit IRC | 16:59 | |
*** srlang has quit IRC | 16:59 | |
grothendieck | I had the same problem (using flatDHCP for networking on a test cluster) and it ended up being due to public_interface being set to the wrong NIC | 16:59 |
*** dhandy has quit IRC | 16:59 | |
*** rodrigods_ has quit IRC | 16:59 | |
*** sputnik13 has quit IRC | 16:59 | |
MTughan | Except I'm not using nova-network. | 17:00 |
grothendieck | MTughan: I'm not sure how neutron changes things. | 17:00 |
grothendieck | Right | 17:00 |
*** dangers_away is now known as dangers | 17:00 | |
*** dgel has joined #openstack | 17:01 | |
*** sputnik13 has joined #openstack | 17:01 | |
*** shardy is now known as shardy_afk | 17:01 | |
grothendieck | MTughan: Does neutron use IPtables for routing the metadata requests? | 17:01 |
MTughan | Yes. | 17:01 |
MTughan | I'm just looking through my Neutron conf file now. I don't see any reference to my external interface here. | 17:02 |
grothendieck | Do you see the IPtables rule show up when you run 'iptables -L' on the hypervisor? | 17:02 |
*** lenrow has joined #openstack | 17:02 | |
*** harlowja_away is now known as harlowja_ | 17:02 | |
*** jcook has quit IRC | 17:02 | |
*** dangers is now known as dangers_away | 17:02 | |
grothendieck | it should route requests for the metadata IP that are coming from VM ip range to the ip for the metadata service | 17:02 |
MTughan | grothendieck: Looking for this in the nova-api-INPUT chain? "ACCEPT tcp -- anywhere blade2 tcp dpt:8775" | 17:03 |
grothendieck | maybe 'iptables -t nat -L' | 17:03 |
*** Networkn3rd has joined #openstack | 17:03 | |
*** CristianF has joined #openstack | 17:03 | |
*** rodrigods_ has joined #openstack | 17:03 | |
*** CASP3R has joined #openstack | 17:03 | |
MTughan | nova-network-PREROUTING: "DNAT tcp -- anywhere 169.254.169.254 tcp dpt:http to:10.6.2.2:8775" | 17:03 |
*** dhandy has joined #openstack | 17:03 | |
*** eglynn has quit IRC | 17:03 | |
MTughan | 10.6.2.2 is my controller IP. | 17:03 |
*** dangers_away is now known as dangers | 17:03 | |
zynzel | eh ;) | 17:04 |
MTughan | grothendieck: Don't know if you saw this before, but I was seeing the connection attempts on my controller. I could see the connections in lsof as SYN_RECV. It never got beyond there. | 17:04 |
*** daMaestro has joined #openstack | 17:04 | |
zynzel | and how do you want access http service | 17:04 |
zynzel | without ip address? :) | 17:04 |
*** sarob has joined #openstack | 17:04 | |
MTughan | zynzel: Sorry? | 17:04 |
grothendieck | root@node04:/home/grumps# iptables -t nat -L | grep '169.254.169.254' | 17:04 |
grothendieck | DNAT tcp -- anywhere 169.254.169.254 tcp dpt:http to:10.4.50.202:8775 | 17:04 |
grothendieck | hm | 17:04 |
*** greer has quit IRC | 17:05 | |
zynzel | fix ip issue, after than debug metadata issue (this will dissapear probably) :) | 17:05 |
*** arnaud has joined #openstack | 17:05 | |
*** greer has joined #openstack | 17:05 | |
zynzel | MTughan: you dont get ip address from dhcp, so you can not access metadata-api | 17:05 |
MTughan | grothendieck: Going off the TCP handshake, that means that the SYN was received from the VM, the controller sent the ACK, but the VM never received the ACK to send the SYN-ACK. | 17:05 |
zynzel | first of all, fix dhcp issue :) | 17:05 |
grothendieck | right | 17:05 |
MTughan | zynzel: That was moos3, not me. | 17:05 |
MTughan | I have DHCP. | 17:05 |
zynzel | MTughan: oh my ;) | 17:05 |
*** DrBacchus has joined #openstack | 17:05 | |
zynzel | sorry then. :) | 17:05 |
MTughan | np, it gets confusing sometimes. | 17:06 |
moos3 | zynzel it appears that the request isn't leaving my openstack neutron network for some reason | 17:06 |
*** acathrow has quit IRC | 17:06 | |
*** _cjones_ has joined #openstack | 17:06 | |
*** devoid has quit IRC | 17:07 | |
grothendieck | MTughan: can the VMs ping to anything outside the network? | 17:07 |
MTughan | moos3: The VMs are connected to ext-net? | 17:07 |
MTughan | grothendieck: Yes, they can download updates from Ubuntu's servers even. | 17:07 |
*** hackoo_ has joined #openstack | 17:07 | |
*** hackoo_ has joined #openstack | 17:07 | |
*** hackoo has quit IRC | 17:07 | |
*** spandhe has quit IRC | 17:07 | |
grothendieck | hm | 17:07 |
*** hackoo_ is now known as hackoo | 17:07 | |
grothendieck | can they ping the metadata server IP? | 17:07 |
*** jareddlc has joined #openstack | 17:07 | |
moos3 | https://www.dropbox.com/s/22vgda5oa7sfyy0/Screenshot%202014-05-29%2013.07.48.png | 17:07 |
*** sarob_ has joined #openstack | 17:07 | |
moos3 | thats the topo per openstack | 17:07 |
moos3 | 172.16.0.0/16 is my physical network | 17:08 |
*** idv has quit IRC | 17:08 | |
MTughan | grothendieck: I can do you one better. "curl http://10.6.2.2:8775/" gets what I would expect to see if metadata was working. | 17:08 |
MTughan | moos3: Wait, where are they getting those IPs from? | 17:08 |
moos3 | the allocation pool | 17:09 |
*** emaganap has joined #openstack | 17:09 | |
*** kashyapk has joined #openstack | 17:09 | |
MTughan | But you said they're supposed to get DHCP, which means your allocation pool is on the DHCP server, right? | 17:09 |
*** rbowen has quit IRC | 17:10 | |
grothendieck | http://ceph.com/docs/master/radosgw/federated-config/ | 17:10 |
moos3 | no it shouldn't be | 17:10 |
moos3 | https://www.dropbox.com/s/600fqmxp7tq7bnj/Screenshot%202014-05-29%2013.10.00.png | 17:10 |
*** angdraug has quit IRC | 17:10 | |
grothendieck | oops wrong channel, sorry | 17:10 |
*** devoid has joined #openstack | 17:10 | |
moos3 | [root@openstack2 ~(keystone_admin)]# neutron subnet-create --name public_subnet --enable_dhcp=False --allocation-pool=start=172.16.230.10,end=172.16.242.200 --gateway=172.16.1.2 public 172.16.0.0/16 | 17:10 |
*** fnaval has joined #openstack | 17:10 | |
*** emagana has quit IRC | 17:10 | |
moos3 | per the flat network docs on RDO | 17:10 |
moos3 | http://openstack.redhat.com/Neutron_with_existing_external_network | 17:10 |
*** andreas__ has joined #openstack | 17:10 | |
*** dtx00ff has joined #openstack | 17:10 | |
*** angdraug has joined #openstack | 17:11 | |
grothendieck | MTughan: the problem you're getting sounds exactly like what I was dealing with under flat networking with nova-network | 17:11 |
*** MarcMorata has joined #openstack | 17:11 | |
*** ahasenack has quit IRC | 17:11 | |
*** andreas__ is now known as ahasenack | 17:11 | |
*** rodrigods_ has quit IRC | 17:11 | |
*** sarob has quit IRC | 17:11 | |
*** Marek1211 has joined #openstack | 17:11 | |
MTughan | moos3: That seems odd then... External DHCP means there should be no subnet in neutron, as that subnet already exists outside of Neutron. | 17:11 |
moos3 | yeah I know | 17:11 |
grothendieck | make sure neutron is configured correctly with the right network interfaces, let me know how that shakes out | 17:11 |
*** spandhe has joined #openstack | 17:11 | |
moos3 | I followed the documentation and still can't get this to work | 17:12 |
MTughan | grothendieck: I've got to track them down again, so give me a second. | 17:12 |
*** SumitNaiksatam has joined #openstack | 17:12 | |
grothendieck | cool | 17:12 |
grothendieck | the docs are often misleading | 17:12 |
grothendieck | IIRC it was following the docs that got me into that mess | 17:12 |
*** suresh12 has joined #openstack | 17:12 | |
Marek1211 | while deploying with juju -how do I know which charms should be related to wchich ones..? In the GUI it gives me suggestion which charms I CAN link to which, so should I just make as many links as I can? Its openstack deployment. | 17:12 |
grothendieck | I think they copy-pasted config sections in the docs without changing the values or something' | 17:12 |
*** Guest71557 has quit IRC | 17:13 | |
annegentle | grothendieck: never! :) Our saying is "I don't often install OpenStack by hand, but when I do, I always mess up a config setting" | 17:13 |
annegentle | I need to tweet that | 17:13 |
MTughan | grothendieck: Oh, one more thing. If I do a curl request on the router, it works. "curl http://10.7.11.1:9697/" returns the list of supported protocols. | 17:13 |
*** lborda has quit IRC | 17:14 | |
*** underyx is now known as Underyx|off | 17:14 | |
moos3 | MTughan so i'm not sure what I should tyr now | 17:14 |
*** dtx00ff_ has quit IRC | 17:14 | |
MTughan | moos3: Sorry, I'm sort of switching between two different trains of thought here. | 17:14 |
moos3 | its fine | 17:15 |
grothendieck | annegentle: heh, next time I deploy openstack by hand I | 17:15 |
*** galstrom is now known as galstrom_zzz | 17:15 | |
grothendieck | will double check the docs for correctness | 17:15 |
*** kashyapk has quit IRC | 17:15 | |
MTughan | moos3: I'm not sure I can help you too much other than to say that layout looks off. As to how it should be, I'm not sure right now. | 17:15 |
*** jthorne has joined #openstack | 17:15 | |
*** ongolaBoy has quit IRC | 17:15 | |
grothendieck | MTughan: that sounds exactly like what I was getting when the network config was wrong in nova.conf | 17:16 |
*** caleb_ has joined #openstack | 17:16 | |
*** jistr|afk has quit IRC | 17:16 | |
*** Dharmit has quit IRC | 17:16 | |
*** medberry has joined #openstack | 17:16 | |
grothendieck | symptoms you describe are 100% the same as what I went through | 17:16 |
MTughan | grothendieck: I'm going to get the iptables rules from the router again to see what's missing. Maybe I just need a reverse path. | 17:16 |
moos3 | yeah anyone else have experince with icehouse and using the external network ? | 17:16 |
*** medberry is now known as Guest45057 | 17:16 | |
grothendieck | MTughan: let me know what you find | 17:16 |
*** MarcMorata has quit IRC | 17:16 | |
*** hackoo has quit IRC | 17:17 | |
*** DrBacchus is now known as rbowen | 17:17 | |
*** derekh_ has quit IRC | 17:18 | |
*** dstarnes has joined #openstack | 17:18 | |
*** alexlindenlevy has quit IRC | 17:18 | |
*** alexlindenlevy has joined #openstack | 17:19 | |
*** colinmcnamara has joined #openstack | 17:19 | |
*** a_le has quit IRC | 17:19 | |
*** Longgeek has quit IRC | 17:19 | |
*** rodrigods_ has joined #openstack | 17:20 | |
*** Guest45057 has quit IRC | 17:21 | |
MTughan | zynzel: Do you have metadata working? Would you be able to compare iptables rules with me? | 17:21 |
*** jthorne has quit IRC | 17:22 | |
*** samrose_ has quit IRC | 17:22 | |
*** IlyaE has joined #openstack | 17:22 | |
*** geekinutah has quit IRC | 17:23 | |
MTughan | grothendieck: There's only one reference to the name of my external network in the neutron configuration, but it's a commented out line. It's for external_network_bridge, but the comment says it should be left blank for the linux bridge. As to what that means, I'm not sure. | 17:23 |
*** jlibosva has quit IRC | 17:23 | |
*** jergerber has quit IRC | 17:23 | |
*** aimon has joined #openstack | 17:23 | |
*** dslevin has joined #openstack | 17:24 | |
*** Pursuit has quit IRC | 17:24 | |
*** jlibosva has joined #openstack | 17:24 | |
*** rodrigods_ has quit IRC | 17:25 | |
*** csd has joined #openstack | 17:26 | |
*** rturk-away is now known as rturk | 17:26 | |
*** dtx00ff_ has joined #openstack | 17:26 | |
*** Ursinha is now known as Ursinha-afk | 17:27 | |
*** dougwig has joined #openstack | 17:28 | |
*** s00pcan has quit IRC | 17:28 | |
*** jlibosva has quit IRC | 17:28 | |
moos3 | MTughan shouldn't my host be able to ping the vm ? | 17:28 |
*** sushils has quit IRC | 17:28 | |
MTughan | moos3: In theory, yes. You'll probably need promiscuous mode turned on on the NIC though if it's not already. | 17:28 |
*** ian_ott has quit IRC | 17:29 | |
*** hackoo has joined #openstack | 17:30 | |
*** hackoo has quit IRC | 17:30 | |
*** hackoo has joined #openstack | 17:30 | |
*** cdent has quit IRC | 17:30 | |
*** dtx00ff has quit IRC | 17:30 | |
*** greer has quit IRC | 17:30 | |
*** greer has joined #openstack | 17:31 | |
*** mkolesni has quit IRC | 17:31 | |
*** nacer has quit IRC | 17:31 | |
*** caleb_ has quit IRC | 17:31 | |
*** xuan has joined #openstack | 17:32 | |
*** med has joined #openstack | 17:33 | |
*** nagaraju has joined #openstack | 17:33 | |
*** geekinutah has joined #openstack | 17:33 | |
MTughan | grothendieck: Okay, I'm not even seeing a SYN_ACK now because the request is going out on the external network. Looks like it's being dropped by the edge router though because it's a link-local address. | 17:34 |
*** balajiiyer has joined #openstack | 17:34 | |
*** daMaestro has quit IRC | 17:34 | |
*** hackoo has quit IRC | 17:34 | |
*** eghobo has joined #openstack | 17:34 | |
MTughan | Or that's what it looks like with traceroute anyway, which uses ICMP, which isn't redirected by iptables... Never mind. | 17:35 |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 17:35 | |
*** arnaud has quit IRC | 17:35 | |
*** devnull1_ has joined #openstack | 17:36 | |
*** ericgoncz_ has joined #openstack | 17:36 | |
*** hackoo has joined #openstack | 17:36 | |
MTughan | You know, I may see a mismatch here... Hold on. | 17:36 |
*** ericgoncz has quit IRC | 17:36 | |
*** ericgoncz_ is now known as ericgoncz | 17:36 | |
*** nati_ueno has joined #openstack | 17:37 | |
grothendieck | good catch | 17:37 |
*** gyee has joined #openstack | 17:37 | |
*** stanchan has joined #openstack | 17:37 | |
*** vuil has quit IRC | 17:38 | |
*** visualne has joined #openstack | 17:38 | |
*** hackoo has quit IRC | 17:39 | |
*** devnull1 has quit IRC | 17:39 | |
*** marrusl_ has joined #openstack | 17:39 | |
*** lcavassa has quit IRC | 17:39 | |
visualne | hey does anyone know if packstack supports neutron for an all in once icehouse release | 17:39 |
*** melwitt has joined #openstack | 17:40 | |
*** rmartinelli_lunc is now known as rmartinelli | 17:40 | |
*** devnull1_ has quit IRC | 17:40 | |
*** dtx00ff has joined #openstack | 17:41 | |
*** fnaval has quit IRC | 17:42 | |
*** colinmcnamara has quit IRC | 17:42 | |
*** mmichie has joined #openstack | 17:43 | |
*** jkary1 has joined #openstack | 17:43 | |
*** dizquierdo has quit IRC | 17:43 | |
*** dtx00ff_ has quit IRC | 17:45 | |
MTughan | That's weird... A request to 169.254.169.254 doesn't even appear to be hitting the router's internal interface. | 17:45 |
_cjones_ | larsks, you around? | 17:45 |
*** acathrow has joined #openstack | 17:45 | |
*** colinmcnamara has joined #openstack | 17:45 | |
*** FunnyLookinHat has quit IRC | 17:47 | |
*** vuil has joined #openstack | 17:48 | |
*** pixelb has quit IRC | 17:48 | |
*** daMaestro has joined #openstack | 17:49 | |
*** rodrigods_ has joined #openstack | 17:49 | |
*** ozialien has joined #openstack | 17:51 | |
larsks | Here now! | 17:51 |
larsks | MTughan: What do your routes look like in your instances? | 17:51 |
*** atiwari has joined #openstack | 17:51 | |
*** balajiiyer has quit IRC | 17:51 | |
*** bbcmicrocomputer has quit IRC | 17:51 | |
*** FunnyLookinHat has joined #openstack | 17:52 | |
*** jkary1 has quit IRC | 17:52 | |
*** emaganap has quit IRC | 17:52 | |
*** pravins has quit IRC | 17:52 | |
*** colinmcnamara has quit IRC | 17:53 | |
*** mikeoutland has quit IRC | 17:53 | |
*** emagana has joined #openstack | 17:53 | |
*** colinmcnamara has joined #openstack | 17:54 | |
*** daMaestro has quit IRC | 17:54 | |
*** mu5k17u has joined #openstack | 17:55 | |
*** bandicot has quit IRC | 17:55 | |
*** nacer has joined #openstack | 17:55 | |
*** yamahata has quit IRC | 17:59 | |
*** rfolco has quit IRC | 18:00 | |
*** cference has quit IRC | 18:00 | |
*** dtx00ff_ has joined #openstack | 18:01 | |
*** sarob_ has quit IRC | 18:01 | |
*** k_stev has joined #openstack | 18:01 | |
*** edmund1 has quit IRC | 18:01 | |
*** edmund has joined #openstack | 18:01 | |
*** rodrigods_ has quit IRC | 18:01 | |
*** esker has joined #openstack | 18:02 | |
*** esker has quit IRC | 18:03 | |
*** paraa_ has joined #openstack | 18:03 | |
*** dtx00ff has quit IRC | 18:04 | |
*** rpwwpr has joined #openstack | 18:05 | |
*** clayb has joined #openstack | 18:05 | |
*** cference has joined #openstack | 18:05 | |
*** paraa has quit IRC | 18:05 | |
*** yfauser has joined #openstack | 18:06 | |
*** jthorne has joined #openstack | 18:06 | |
*** yfauser has left #openstack | 18:06 | |
*** WackoRobie has quit IRC | 18:07 | |
*** WackoRobie has joined #openstack | 18:07 | |
*** essessv has joined #openstack | 18:09 | |
*** Rg has joined #openstack | 18:09 | |
*** Rg is now known as Guest39082 | 18:10 | |
*** suresh12 has quit IRC | 18:10 | |
*** edmund has quit IRC | 18:10 | |
*** galstrom_zzz is now known as galstrom | 18:10 | |
*** thehybridtech has joined #openstack | 18:10 | |
*** suresh12 has joined #openstack | 18:10 | |
MTughan | larsks: Sorry, I'll be away again for a couple minutes. Working on something else right now. | 18:11 |
*** nagaraju has quit IRC | 18:11 | |
larsks | MTughan: Eh, no worries on my end!:) | 18:11 |
*** Guest39082 has quit IRC | 18:11 | |
*** dtx00ff has joined #openstack | 18:11 | |
*** WackoRobie has quit IRC | 18:11 | |
*** jrussell has quit IRC | 18:11 | |
*** suresh12_ has joined #openstack | 18:12 | |
*** suresh12 has quit IRC | 18:12 | |
*** jrussell has joined #openstack | 18:12 | |
*** balajiiyer has joined #openstack | 18:12 | |
*** arnaud has joined #openstack | 18:13 | |
*** essessv has quit IRC | 18:13 | |
*** afazekas has joined #openstack | 18:14 | |
*** srlang has joined #openstack | 18:14 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 18:14 | |
*** evanz_ has joined #openstack | 18:14 | |
*** dtx00ff_ has quit IRC | 18:14 | |
*** bandicot has joined #openstack | 18:14 | |
*** coreywright is now known as coreywright_ | 18:15 | |
*** pballand has joined #openstack | 18:15 | |
*** colinmcnamara has quit IRC | 18:17 | |
*** WackoRobie has joined #openstack | 18:17 | |
*** ozialien has quit IRC | 18:18 | |
*** lenrow has quit IRC | 18:18 | |
*** ejat has joined #openstack | 18:19 | |
*** miles__ has joined #openstack | 18:19 | |
*** Guest53771 has quit IRC | 18:19 | |
*** miles_ has quit IRC | 18:20 | |
*** geekinutah has quit IRC | 18:20 | |
*** pelix has quit IRC | 18:21 | |
telemonster | Booting snapshot images via Horizon, some work -- some have the last updated text via web-vnc console in horizon as "booting from Hard Disk... | 18:21 |
*** balajiiyer has left #openstack | 18:21 | |
telemonster | " | 18:21 |
telemonster | pings, but no other services reachable | 18:22 |
*** choirboy is now known as choirboy|call | 18:22 | |
*** mikeoutland has joined #openstack | 18:22 | |
*** choirboy|call is now known as choirboy | 18:23 | |
*** bocaneri has quit IRC | 18:25 | |
*** IlyaE has quit IRC | 18:25 | |
*** hurgleburgler has joined #openstack | 18:26 | |
*** dtx00ff_ has joined #openstack | 18:26 | |
*** zehicle_at_dell has joined #openstack | 18:27 | |
*** colinmcnamara has joined #openstack | 18:28 | |
*** ejat has quit IRC | 18:28 | |
*** a_le has joined #openstack | 18:29 | |
*** arnaud has quit IRC | 18:29 | |
*** Logico has joined #openstack | 18:29 | |
*** dtx00ff has quit IRC | 18:29 | |
*** emagana has quit IRC | 18:30 | |
*** lenrow has joined #openstack | 18:30 | |
*** dstarnes has quit IRC | 18:31 | |
*** a_le has quit IRC | 18:31 | |
*** emagana has joined #openstack | 18:31 | |
*** a_le has joined #openstack | 18:31 | |
*** radez_g0n3 is now known as radez | 18:32 | |
*** dlenrow has joined #openstack | 18:32 | |
*** ejat has joined #openstack | 18:32 | |
*** ejat has joined #openstack | 18:32 | |
*** bodepd has quit IRC | 18:33 | |
*** morganfainberg is now known as morganfainberg_Z | 18:33 | |
*** med has quit IRC | 18:33 | |
georgem2 | telemonster:check the second console | 18:33 |
*** emagana has quit IRC | 18:34 | |
*** atiwari has quit IRC | 18:34 | |
*** dvy has joined #openstack | 18:34 | |
*** emagana has joined #openstack | 18:34 | |
*** rbak has quit IRC | 18:34 | |
*** tosky has left #openstack | 18:35 | |
*** lenrow has quit IRC | 18:35 | |
*** Bryanstein has quit IRC | 18:37 | |
*** morganfainberg_Z is now known as morganfainberg | 18:37 | |
*** sushils has joined #openstack | 18:37 | |
*** IlyaE has joined #openstack | 18:37 | |
*** omachace has joined #openstack | 18:38 | |
*** rbak has joined #openstack | 18:38 | |
*** rbak has quit IRC | 18:38 | |
*** vuil has quit IRC | 18:38 | |
*** dvy has quit IRC | 18:39 | |
*** imsurit has quit IRC | 18:39 | |
*** clfh has joined #openstack | 18:40 | |
*** vuil has joined #openstack | 18:40 | |
*** rbak has joined #openstack | 18:41 | |
*** dtx00ff has joined #openstack | 18:41 | |
clfh | Hi does anyone know if canonical is planning on releasing havana debs for 14.04? | 18:41 |
*** csd has quit IRC | 18:43 | |
*** IlyaE has quit IRC | 18:44 | |
*** moha_hunt has joined #openstack | 18:44 | |
*** IlyaE has joined #openstack | 18:44 | |
*** jp_at_hp has quit IRC | 18:45 | |
*** rmoe has quit IRC | 18:45 | |
*** dtx00ff_ has quit IRC | 18:45 | |
*** rmoe has joined #openstack | 18:47 | |
*** csd has joined #openstack | 18:48 | |
*** baoli has quit IRC | 18:49 | |
*** talluri has joined #openstack | 18:49 | |
*** IlyaE has quit IRC | 18:50 | |
*** IlyaE has joined #openstack | 18:51 | |
*** epcim has joined #openstack | 18:52 | |
*** starmer has quit IRC | 18:54 | |
*** nacer has quit IRC | 18:55 | |
*** bodepd has joined #openstack | 18:55 | |
*** dtx00ff_ has joined #openstack | 18:56 | |
*** pnavarro has joined #openstack | 18:57 | |
*** hogepodge has joined #openstack | 18:58 | |
*** rsmitty has quit IRC | 18:58 | |
*** J_Man has joined #openstack | 18:58 | |
*** techfiz has joined #openstack | 18:59 | |
*** dtx00ff has quit IRC | 18:59 | |
*** thangp has quit IRC | 19:01 | |
J_Man | Hello everyone! I have been working on setting up a POC Openstack installation for my company, and I'm running into some weirdness in the networking. I've got one controller node and three compute nodes, using the legacy nova-networking rather than Neutron (at least for now). | 19:01 |
J_Man | nova-network runs on each compute node | 19:01 |
*** sz0 has joined #openstack | 19:01 | |
*** rfolco has joined #openstack | 19:01 | |
*** starmer has joined #openstack | 19:02 | |
J_Man | I think my first problem is that br100 on each compute node gets assigned the same IP (x.y.z.1) - but I can't figure out how to solve that | 19:02 |
*** a_le has quit IRC | 19:02 | |
*** a_le has joined #openstack | 19:02 | |
*** ilgiz has joined #openstack | 19:02 | |
*** MIDENN_ has quit IRC | 19:03 | |
*** leeantho has quit IRC | 19:03 | |
*** KurtMartin has joined #openstack | 19:03 | |
*** pberis1 has joined #openstack | 19:03 | |
*** MIDENN_ has joined #openstack | 19:03 | |
*** pnavarro has quit IRC | 19:03 | |
*** leeantho has joined #openstack | 19:04 | |
*** atiwari has joined #openstack | 19:05 | |
*** rodrigods_ has joined #openstack | 19:05 | |
*** nacer has joined #openstack | 19:05 | |
*** rturk is now known as rturk-away | 19:05 | |
*** jdurgin has quit IRC | 19:05 | |
*** pberis has quit IRC | 19:07 | |
*** kmartin has quit IRC | 19:07 | |
*** leeantho_ has joined #openstack | 19:07 | |
*** jang1 has joined #openstack | 19:07 | |
*** ilgiz has left #openstack | 19:08 | |
*** dgel has quit IRC | 19:08 | |
*** fnaval has joined #openstack | 19:08 | |
*** ktaube has joined #openstack | 19:09 | |
*** abhirc has joined #openstack | 19:09 | |
*** rturk-away is now known as rturk | 19:11 | |
*** ktaube has quit IRC | 19:11 | |
*** dtx00ff has joined #openstack | 19:11 | |
*** bandicot has quit IRC | 19:11 | |
*** coasterz has joined #openstack | 19:11 | |
*** mattgriffin has joined #openstack | 19:12 | |
*** SM-68B1 has quit IRC | 19:13 | |
qhartman | Is there a way to attach a cinder volume to a physical machine? I'm getting terrible performance from my volumes on ceph (~15MB/s) but when I use rbd to map something directly to a physical machine it works great. | 19:13 |
*** coasterz has quit IRC | 19:14 | |
*** jrb has joined #openstack | 19:14 | |
*** dtx00ff_ has quit IRC | 19:14 | |
*** cference has quit IRC | 19:15 | |
*** dtx00ff_ has joined #openstack | 19:15 | |
*** kashyapk has joined #openstack | 19:15 | |
*** med has joined #openstack | 19:15 | |
qhartman | I've tested with vm's running from ceph volumes, as well as vms running from instance storage with the ceph volumes attached. | 19:16 |
qhartman | Either version gives the same poor performance | 19:16 |
telemonster | georgem2 - what do you mean by 2nd console? | 19:16 |
*** nati_ueno has quit IRC | 19:16 | |
*** mikeoutland has quit IRC | 19:17 | |
*** arnaud has joined #openstack | 19:17 | |
georgem2 | telemonster:Alt+F2 | 19:17 |
telemonster | via the web browser? | 19:17 |
georgem2 | telemonster:yes, click inside the console window and then press ALT+F2 | 19:18 |
telemonster | holy shit. WEll, I'm on a mac so I had to guess around | 19:18 |
telemonster | It just has a cursor | 19:18 |
*** vuil has quit IRC | 19:18 | |
*** dtx00ff has quit IRC | 19:19 | |
georgem2 | telemonster:I'm thinking if you can ping the fixed IP of that instance, maybe the console screen didn't refresh but it's waiting at the console prompt | 19:19 |
*** pballand has quit IRC | 19:19 | |
*** jdurgin has joined #openstack | 19:19 | |
*** nacer has quit IRC | 19:19 | |
telemonster | ssh isn't reachable either, and it should be. Kind of odd | 19:19 |
telemonster | I was looking at the qemu command lines to see if there is some sort of serial redirect I could reach on the compute node but doesn't look like it | 19:20 |
georgem2 | telemonster:the console log is also useful | 19:20 |
*** dlenrow has quit IRC | 19:21 | |
*** sebas5384 has joined #openstack | 19:21 | |
*** dims has joined #openstack | 19:21 | |
*** kashyapk has quit IRC | 19:22 | |
sebas5384 | hey guys! | 19:22 |
sebas5384 | whats the best way to install all-in-one openstack in ubuntu server ? | 19:22 |
sebas5384 | other than devstack :P | 19:22 |
georgem2 | telemonster:if you really want to see what that instance is doing, you can run "nova show instance_ID" to get the compute node where it's running, ssh there and run "virsh vncdisplay instance-000000XXX" and then use vncdisplay to connect to that compute node on the port 590X | 19:22 |
*** eghobo has quit IRC | 19:23 | |
*** eghobo has joined #openstack | 19:23 | |
*** jaimef has quit IRC | 19:23 | |
*** arnaud has quit IRC | 19:25 | |
qhartman | sebas5384, other than devstack, you pretty much have to do it by handd | 19:26 |
qhartman | sebas5384, juju (and all the other automation I've looked at) does not support that kind of deployment | 19:26 |
sebas5384 | yep qhartman that's the thing, i just want to have openstack in one big machine using lxc | 19:27 |
*** samrose_ has joined #openstack | 19:27 | |
*** derekh_ has joined #openstack | 19:27 | |
*** cference has joined #openstack | 19:27 | |
sebas5384 | qhartman: i even tried to make juju deploy the compute-node out of a container, but didn't work well | 19:28 |
sebas5384 | so i was looking at ansible | 19:28 |
qhartman | sebas5384, yeah, juju has some support for multiplexing stuff via LXcs, but not everything works | 19:28 |
sebas5384 | but they use virtualbox | 19:28 |
*** nati_ueno has joined #openstack | 19:28 | |
qhartman | I fought with JuJu and some other tools are well to get a "different than we decided" deployment going for over a week | 19:28 |
qhartman | ultimately did it by hand and was done in aday | 19:28 |
sebas5384 | yep qhartman, nova-compute-node must be in a baremetal like | 19:29 |
*** galstrom is now known as galstrom_zzz | 19:29 | |
*** devnull1_ has joined #openstack | 19:29 | |
*** jaimef has joined #openstack | 19:29 | |
*** coreywright_ is now known as coreywright | 19:29 | |
sebas5384 | yeah, i'm doing that now ¬¬ but its really really expensive, because its a lot of details that you can miss hehe | 19:29 |
*** rodrigods_ has quit IRC | 19:29 | |
J_Man | guys...how do you stop nova-network from setting the IP of your bridge to the ".1" ip? | 19:30 |
*** jrist has quit IRC | 19:30 | |
qhartman | It's not as hard as it looks, I pretty much just followed the guide on openstack.org and it worked as described | 19:30 |
J_Man | been searching for this for hours | 19:30 |
qhartman | J_Man, I think this will help: http://docs.openstack.org/grizzly/openstack-compute/admin/content/dnsmasq.html | 19:31 |
*** dtx00ff_ has quit IRC | 19:31 | |
*** coasterz has joined #openstack | 19:31 | |
J_Man | qhartman, not really :( | 19:31 |
J_Man | problem I'm having right now is I have 3 compute nodes, each node running nova-network | 19:32 |
J_Man | but on each compute node, br100 gets dumped with the x.y.z.1 ip address | 19:32 |
J_Man | and it's causing all kinds of issues for us | 19:32 |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 19:32 | |
sebas5384 | qhartman: the icehouse? | 19:33 |
*** vnguyen has quit IRC | 19:33 | |
qhartman | sebas5384, yes | 19:33 |
*** nacer has joined #openstack | 19:33 | |
sebas5384 | qhartman: good to know | 19:34 |
sebas5384 | i'm stuck with an error with lxc in openstack | 19:34 |
*** ktaube has joined #openstack | 19:34 | |
sebas5384 | icehouse | 19:34 |
*** cference has quit IRC | 19:34 | |
*** signed8b_ has joined #openstack | 19:35 | |
*** signed8bit has quit IRC | 19:35 | |
sebas5384 | apparently the only way to make it work is downgrading the libvirt driver | 19:35 |
*** cference has joined #openstack | 19:35 | |
*** nati_ueno has quit IRC | 19:36 | |
*** nati_ueno has joined #openstack | 19:36 | |
*** ktaube has quit IRC | 19:37 | |
*** kushal has quit IRC | 19:37 | |
*** foexle has quit IRC | 19:37 | |
*** rturk is now known as rturk-away | 19:37 | |
*** jcook has joined #openstack | 19:38 | |
*** dvy has joined #openstack | 19:38 | |
*** zehicle_at_dell has quit IRC | 19:38 | |
*** devnull1_ has quit IRC | 19:39 | |
*** signed8b_ is now known as signed8bit | 19:39 | |
*** m1crofarmer has joined #openstack | 19:40 | |
*** m1crofarmer has quit IRC | 19:41 | |
*** m1crofarmer_ has joined #openstack | 19:41 | |
*** kutija has joined #openstack | 19:43 | |
*** flaper87|afk is now known as flaper87 | 19:44 | |
*** ejat has quit IRC | 19:44 | |
*** signed8bit has quit IRC | 19:44 | |
*** kushal has joined #openstack | 19:44 | |
*** jrist has joined #openstack | 19:45 | |
*** signed8bit has joined #openstack | 19:45 | |
*** emagana has quit IRC | 19:47 | |
*** emagana has joined #openstack | 19:47 | |
*** devoid has quit IRC | 19:48 | |
*** Thurloat has quit IRC | 19:49 | |
*** devnull1 has joined #openstack | 19:49 | |
*** colinmcnamara has quit IRC | 19:49 | |
*** ellenh has joined #openstack | 19:49 | |
*** ifarkas has quit IRC | 19:49 | |
*** pgsnake has joined #openstack | 19:49 | |
*** JesperA has joined #openstack | 19:50 | |
*** tvvcox has quit IRC | 19:50 | |
*** emagana has quit IRC | 19:50 | |
*** ellenh has left #openstack | 19:51 | |
*** emagana has joined #openstack | 19:51 | |
*** arnaud has joined #openstack | 19:52 | |
*** jrb has quit IRC | 19:52 | |
pgsnake | Hi. I'm having problems getting the AggregateImagePropertiesIsolation scheduler filter to work in Icehouse running on CentOS. Is there anyone around who might be able to point me in the right direction? In a nutshell, the debug logs tell me the filter always returns all of my hosts, even though only 1 should match. | 19:52 |
*** emagana has quit IRC | 19:52 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 19:53 | |
*** mark3 has quit IRC | 19:53 | |
qhartman | oh | 19:53 |
*** nati_ueno has quit IRC | 19:54 | |
qhartman | J_Man, you need to run the metadata service on your compute nodes | 19:54 |
*** emagana has joined #openstack | 19:54 | |
qhartman | J_Man, that should solve your ip collision problem | 19:54 |
J_Man | qhartman, it is running, as far as I know | 19:54 |
*** jroovers has joined #openstack | 19:54 | |
*** baoli has joined #openstack | 19:54 | |
*** emagana has quit IRC | 19:55 | |
qhartman | J_Man, hm. I have multiple compute nodes going and they are all getting their br100 interface assigned to the same ip and it's working fine for me | 19:55 |
J_Man | qhartman - each compute node has 26 instances of nova-api-metadata | 19:55 |
qhartman | Are you using nova-network as well, or neutron? | 19:55 |
*** ericgoncz has quit IRC | 19:55 | |
J_Man | nova-network | 19:55 |
*** danielbruno has quit IRC | 19:55 | |
*** nacer has quit IRC | 19:56 | |
qhartman | hm, same here | 19:56 |
*** nacer has joined #openstack | 19:56 | |
*** jkary1 has joined #openstack | 19:56 | |
J_Man | I guess I don't see how anything can be working when you have 3 nodes, all on the same network, with the same IP address assigned | 19:56 |
*** nacer has quit IRC | 19:56 | |
*** nacer has joined #openstack | 19:56 | |
*** hurgleburgler has quit IRC | 19:57 | |
*** nati_ueno has joined #openstack | 19:57 | |
*** vito_ has joined #openstack | 19:57 | |
J_Man | right now, if I try to ping a VM running on compute2 from a vm running on compute1, I see no evidence of the traffic leaving compute1 | 19:57 |
*** terbolous has quit IRC | 19:57 | |
magicrobotmonkey | J_Man: the virtual networking gets nutty | 19:57 |
*** vito_ is now known as Guest32518 | 19:57 | |
J_Man | qhartman: are your bridge interfaces in promisc mode? | 19:57 |
*** georgem2 has quit IRC | 19:57 | |
*** Guest32518 has quit IRC | 19:57 | |
qhartman | think so, I'd have to double-check | 19:58 |
J_Man | magicrobotmonkey, you're telling me it gets nutty | 19:58 |
qhartman | hm, they are not | 19:58 |
J_Man | odd...and you can ping between vm's on different hosts? | 19:58 |
*** mark2 has joined #openstack | 19:58 | |
qhartman | afaik | 19:59 |
J_Man | ok, so now I'm even more confused :/ | 19:59 |
qhartman | yeah, ping works | 19:59 |
qhartman | you have security groups setup right? | 19:59 |
J_Man | enough I should be able to ping | 20:00 |
*** fnaval has quit IRC | 20:00 | |
*** ejat has joined #openstack | 20:00 | |
*** rmcall has joined #openstack | 20:00 | |
J_Man | ICMP allowed from 0.0.0.0/0 | 20:00 |
qhartman | yeah, that should do it | 20:01 |
*** colinmcnamara has joined #openstack | 20:01 | |
*** peret has joined #openstack | 20:01 | |
qhartman | if your default route on the nodes set to the br100 interface? | 20:01 |
*** nati_ueno has quit IRC | 20:01 | |
*** rodrigods has quit IRC | 20:01 | |
qhartman | s/if/is | 20:01 |
J_Man | but if I tcpdump br100 on compute2, and start up a ping on compute1, I see nothing | 20:01 |
*** mgiampapa has joined #openstack | 20:01 | |
J_Man | compute nodes default route to the outside is eth0 | 20:02 |
J_Man | eth1 is connected to br100 | 20:02 |
qhartman | that might be part of it. | 20:03 |
qhartman | my setup is: | 20:03 |
qhartman | eth0 - management net | 20:03 |
qhartman | eth1 - public net | 20:03 |
*** MTughan has left #openstack | 20:03 | |
qhartman | br100 contains eth1 and all the vm interfaces | 20:03 |
*** nati_ueno has joined #openstack | 20:03 | |
qhartman | default route is the upstream router ip via the br100 interface | 20:03 |
J_Man | you don't have a separate network for vm-vm communication? | 20:03 |
*** gigawhat has quit IRC | 20:04 | |
*** sebas5384 has quit IRC | 20:04 | |
qhartman | I'm using the management net for that | 20:04 |
qhartman | err | 20:04 |
qhartman | the public net | 20:04 |
qhartman | my setup is flatter than most | 20:04 |
J_Man | I tried doing it that way | 20:04 |
J_Man | but ran into issues there too | 20:04 |
qhartman | I have the VMs living on the larger network with all the other real computers | 20:04 |
*** fnaval has joined #openstack | 20:05 | |
J_Man | ok...so your compute nodes don't actually have valid IP's on your public net? | 20:05 |
*** aldavud has quit IRC | 20:05 | |
*** dtx00ff has joined #openstack | 20:05 | |
*** michaelneale has joined #openstack | 20:06 | |
*** vnguyen has joined #openstack | 20:06 | |
qhartman | they do | 20:06 |
J_Man | how do you keep nova-network from overwriting the ip's you define on your public network with it's ".1" ip | 20:07 |
*** tkramer has quit IRC | 20:07 | |
*** dtx00ff_ has joined #openstack | 20:07 | |
J_Man | that's what kept happening to me when I tried to set it up that way | 20:07 |
*** samrose_ has quit IRC | 20:07 | |
qhartman | I have a big ip space setup | 20:07 |
J_Man | the minute I brought up my first vm on a compute node, the IP I defined for the public network would disappear in favor of the ".1" | 20:07 |
J_Man | so did I | 20:07 |
*** danielbruno has joined #openstack | 20:07 | |
*** zehicle_at_dell has joined #openstack | 20:07 | |
*** leeantho_ has quit IRC | 20:08 | |
qhartman | 10.10.8.0/24 | 20:08 |
J_Man | I had a /22, under which we gave openstack a /25 section | 20:08 |
qhartman | so the vms get 10.10.8.x | 20:08 |
*** Harry51S has quit IRC | 20:08 | |
qhartman | and the real machines come out of 10.10.10.x | 20:08 |
qhartman | my space isn't actually subnetted at all | 20:09 |
*** jkary1 has quit IRC | 20:09 | |
qhartman | It's using DHCP ranges to keep things from stepping on one another | 20:09 |
*** ejat has quit IRC | 20:09 | |
J_Man | are you running your DHCP on the compute nodes with dnsmasq? | 20:09 |
J_Man | or an external DHCP server | 20:09 |
*** jrb has joined #openstack | 20:09 | |
*** dtx00ff has quit IRC | 20:09 | |
qhartman | so everything is one big flat IP space, with real machines getting served by a dhcp server assigning 10.10.10.x addresses, and the vms getting 10.10.8.x via dnsmasq (coordinated by the metadata service) on each compute node | 20:10 |
qhartman | I would prefer to have everything using the real dhcp server, but that didn't work well | 20:10 |
*** essessv has joined #openstack | 20:10 | |
J_Man | OK...how do you prevent dhcp clashes, if these are all part of the same physical network segment? | 20:10 |
qhartman | the dnsmasq instances aren't visible outside the compute node | 20:11 |
J_Man | don't see how that's possible | 20:11 |
*** samrose has joined #openstack | 20:11 | |
*** Romik has joined #openstack | 20:11 | |
*** aldavud has joined #openstack | 20:11 | |
*** dtx00ff has joined #openstack | 20:12 | |
J_Man | unless you're doing something like tagged vlans at the switch level | 20:12 |
J_Man | to separate the network segments | 20:12 |
*** hrybacki has quit IRC | 20:12 | |
J_Man | so eth1 has a 10.10.10.x IP, as well as a 10.10.8.x IP? | 20:13 |
*** med has quit IRC | 20:13 | |
*** rbak has quit IRC | 20:13 | |
*** jkary1 has joined #openstack | 20:13 | |
*** paraa_ has quit IRC | 20:13 | |
*** achampio1 has joined #openstack | 20:13 | |
*** sgordon_ has joined #openstack | 20:14 | |
qhartman | no, again, in my setup 10.10.8.x and 10.10.10.x are not separate subnets | 20:14 |
*** gigawhat has joined #openstack | 20:14 | |
*** essessv has quit IRC | 20:15 | |
*** dtx00ff_ has quit IRC | 20:15 | |
*** nati_ueno has quit IRC | 20:15 | |
*** achampion has quit IRC | 20:16 | |
J_Man | you have 10.10.8.0/24 set as your fixed address range for openstack | 20:16 |
J_Man | and, if what I've seen out of my install is any indication....that should mean each of your brdige interfaces should be assigned the IP 10.10.8.1 | 20:16 |
*** rturk-away is now known as rturk | 20:16 | |
*** sgordon has quit IRC | 20:17 | |
qhartman | 10.10.8.0/23 | 20:17 |
qhartman | yes | 20:17 |
*** IlyaE has quit IRC | 20:17 | |
*** galstrom_zzz is now known as galstrom | 20:17 | |
*** coredump has joined #openstack | 20:17 | |
*** jthorne has quit IRC | 20:17 | |
*** lblanchard has quit IRC | 20:17 | |
*** kkirkpatrick has quit IRC | 20:17 | |
*** IlyaE has joined #openstack | 20:17 | |
J_Man | but do your bridges also have 10.10.10.x ip's? | 20:18 |
*** jroovers|afk has joined #openstack | 20:18 | |
*** jtomasek has quit IRC | 20:18 | |
J_Man | (/23 would be 10.10.8.0-10.10.9.255 as the network range) | 20:18 |
-openstackstatus- NOTICE: Gerrit is going offline to correct an issue with a recent project rename. ETA 20:45 UTC. | 20:19 | |
*** ChanServ changes topic to "Gerrit is going offline to correct an issue with a recent project rename. ETA 20:45 UTC." | 20:19 | |
*** kashyapk has joined #openstack | 20:19 | |
qhartman | when you say bridge interface, do you mean the physical interface or the bridge? | 20:19 |
*** derekh_ has quit IRC | 20:19 | |
J_Man | when you're using a bridge...the bridge *should* contain the IP's...the physical interface connected to the bridge should not have an IP address associated with it | 20:19 |
*** zehicle_at_dell has quit IRC | 20:19 | |
qhartman | correct, jsut making sure we were o nthe same page | 20:20 |
*** jroovers has quit IRC | 20:20 | |
J_Man | so in your setup, your eth1 (external interface) is connected to the bridge (br100) | 20:20 |
qhartman | yes | 20:20 |
qhartman | and br100 has 10.10.8.1 | 20:21 |
J_Man | but does it also have a 10.10.10.x IP? | 20:21 |
*** jroovers|afk has quit IRC | 20:21 | |
*** jroovers has joined #openstack | 20:21 | |
*** rbenali has quit IRC | 20:22 | |
*** jergerber has joined #openstack | 20:22 | |
*** samrose_ has joined #openstack | 20:22 | |
*** bandicot has joined #openstack | 20:22 | |
qhartman | it shouldn't, but it seems to.... | 20:23 |
qhartman | :-\ | 20:23 |
qhartman | hm | 20:23 |
qhartman | interesting | 20:23 |
qhartman | on the machine itself, it shows the interface as not having an IP | 20:23 |
qhartman | but elsewhere on the network I can reach it by a dhcp assigned ip | 20:23 |
*** kashyapk has quit IRC | 20:23 | |
*** samrose has quit IRC | 20:23 | |
qhartman | so that's weird | 20:23 |
* qhartman stopped looking at this when it started working | 20:23 | |
*** whenry has quit IRC | 20:24 | |
qhartman | so it seems to have a 10.10.10.x ip, even though it doesn't know it | 20:24 |
qhartman | which is kinda spectacular | 20:24 |
magicrobotmonkey | thats the magic of ARP | 20:25 |
*** edmund has joined #openstack | 20:25 | |
*** Marek1211 has quit IRC | 20:25 | |
qhartman | how would ARP help that? It get the ip and gets into the ARP table, but then loses it when the bridge is attached? | 20:25 |
magicrobotmonkey | i dunno whats the arp table on the machine you pinged from show? | 20:26 |
*** eharney has quit IRC | 20:26 | |
*** shpaq has quit IRC | 20:26 | |
J_Man | here's my setup: | 20:27 |
J_Man | ib0 -> management network | 20:27 |
*** jkary1 has quit IRC | 20:27 | |
J_Man | eth0 - external network | 20:27 |
*** dtx00ff_ has joined #openstack | 20:27 | |
J_Man | eth1 -> private network for Openstack VMs | 20:27 |
*** mikeoutland has joined #openstack | 20:27 | |
J_Man | each compute node has eth1 connected to br100 | 20:27 |
J_Man | and each compute node's br100 has IP 192.168.18.1 | 20:28 |
qhartman | magicrobotmonkey, so, just SSH'd from a machine that did not have the compute node in the ARP table before talking to it, via an IP that the node doesn't know it has. | 20:28 |
J_Man | right now, I have 3 vm's running (one on each compute node) | 20:28 |
J_Man | those are 192.168.18.2,3,4 | 20:28 |
J_Man | 18.2 cannot ping 18.3 or 18.4 | 20:29 |
*** dtx00ff has quit IRC | 20:29 | |
magicrobotmonkey | yea, then what did they ARP table show afterwards? | 20:30 |
magicrobotmonkey | obviously the compute node must be responding to ARP requests, right? | 20:31 |
*** leox64 has joined #openstack | 20:31 | |
*** eglynn has joined #openstack | 20:31 | |
*** dstarnes has joined #openstack | 20:31 | |
*** jvv has quit IRC | 20:31 | |
J_Man | I think I might know what's wrong now | 20:31 |
J_Man | find out in a second | 20:32 |
*** blomquisg has quit IRC | 20:32 | |
*** melmoth has joined #openstack | 20:32 | |
J_Man | if I'm right, I'm going to feel stupid as hell | 20:32 |
*** angdraug has quit IRC | 20:33 | |
magicrobotmonkey | heh welcome to openstack | 20:33 |
qhartman | magicrobotmonkey, yeah, the correct MAC shows up in the ARP table, but I'm not seeing how the compute node knows to answer on that IP | 20:33 |
magicrobotmonkey | yea thats the trick i guess | 20:33 |
qhartman | so that it can get into the other machines ARP table | 20:33 |
J_Man | oh my god | 20:33 |
qhartman | what was it? | 20:33 |
J_Man | I'm going to put a hurt on our network guy | 20:33 |
magicrobotmonkey | is it one of the other interfaces on the bridge? | 20:33 |
J_Man | the interfaces on the upstream switch were never put into the right segmented vlan! | 20:34 |
qhartman | d'oh | 20:34 |
J_Man | so there was no network connectivity! | 20:34 |
qhartman | good thing I am the openstack guy and the network guy | 20:34 |
magicrobotmonkey | heh me too | 20:34 |
J_Man | I *can* do it | 20:35 |
J_Man | I just thought he had done it already for me | 20:35 |
qhartman | womp womp | 20:35 |
J_Man | OK...now....here's another question - maybe one of you guys can answer | 20:35 |
qhartman | I'm glad your problem is probably solved, though you've uncovered a new mystery for me... | 20:35 |
J_Man | is it possible with the old nova-networking code to have MULTIPLE external networks? | 20:36 |
*** dstarnes has quit IRC | 20:36 | |
qhartman | I don't see any reason why not | 20:36 |
qhartman | just define another net and when you spin up a new instance tell it to be in that net | 20:36 |
J_Man | yeah, but you define the public network in nova.conf | 20:36 |
J_Man | how would you go about defining the multiple networks there? | 20:36 |
*** samrose_ has quit IRC | 20:37 | |
*** swat30 has quit IRC | 20:37 | |
J_Man | I'd like to be able to define floating IP's in different network segments | 20:37 |
*** samrose has joined #openstack | 20:37 | |
*** zehicle_at_dell has joined #openstack | 20:37 | |
*** ChanServ changes topic to "Openstack Support Channel, Development in #openstack-dev | Wiki: http://wiki.openstack.org/ | Docs: http://docs.openstack.org/ | Answers: https://ask.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | Paste: http://paste.openstack.org/" | 20:37 | |
-openstackstatus- NOTICE: Gerrit is back online | 20:37 | |
qhartman | I don't seem to have the public network defined in my nova.conf | 20:37 |
*** jaimef has quit IRC | 20:38 | |
*** mwagner_lap has quit IRC | 20:38 | |
J_Man | my doc specified this: public_interface = eth0 | 20:38 |
qhartman | J_Man, ah yeah | 20:38 |
*** mark2 has quit IRC | 20:39 | |
qhartman | I do have that | 20:39 |
*** mark3 has joined #openstack | 20:39 | |
davidbowlby | can you modify a nova network to add a DNS? | 20:39 |
davidbowlby | or do you have to remove it and readd | 20:39 |
*** ericgoncz has joined #openstack | 20:39 | |
*** gigawhat has quit IRC | 20:39 | |
*** radez is now known as radez_g0n3 | 20:39 | |
*** bluenemo has joined #openstack | 20:39 | |
*** Realmy has joined #openstack | 20:40 | |
*** bilco105_ is now known as bilco105 | 20:40 | |
*** rmoe has quit IRC | 20:40 | |
qhartman | J_Man, I would think you would have to do it with vlan tagging | 20:41 |
*** gigawhat has joined #openstack | 20:41 | |
*** mark3 has quit IRC | 20:41 | |
qhartman | when you setup the networks, IIRC, you can define vlan tags as well | 20:41 |
*** mark3 has joined #openstack | 20:41 | |
davidbowlby | nm I rtfm'd :) | 20:41 |
J_Man | so we'd have to use vlan mode rather than FlatDHCP? | 20:41 |
qhartman | J_Man, not sure. You're venturing into areas I've not investigated | 20:42 |
J_Man | figures | 20:42 |
*** dtx00ff has joined #openstack | 20:42 | |
J_Man | our network is pretty large and complex | 20:42 |
J_Man | our "public ip's" are a full /19 | 20:42 |
*** melwitt has quit IRC | 20:42 | |
J_Man | and we've vlan'd that up into multiple /24's and /25's | 20:43 |
J_Man | plus a private "backend" network | 20:43 |
*** melwitt has joined #openstack | 20:43 | |
*** melwitt has quit IRC | 20:43 | |
J_Man | I'm having a hunch we're probably going to end up having to move everything to neutron | 20:43 |
*** jaimef has joined #openstack | 20:44 | |
J_Man | but I can go a little farther now at least | 20:44 |
*** melwitt has joined #openstack | 20:44 | |
*** kitp has joined #openstack | 20:44 | |
*** chuckC has quit IRC | 20:44 | |
*** jecarey has quit IRC | 20:44 | |
J_Man | qhartman, thank you for your help! | 20:44 |
qhartman | J_Man, I assume this is a new deployment? If thats the case, you probably do want to use Neutron | 20:44 |
qhartman | sure thing | 20:44 |
*** melwitt has quit IRC | 20:44 | |
J_Man | qhartman, yeah, POC right now | 20:45 |
qhartman | The only reason I'm not is that I don't have the resources for a speedy box to move all the network traffic through | 20:45 |
*** melwitt has joined #openstack | 20:45 | |
J_Man | I didn't want to go neutron because I keep reading it still doesn't scale well | 20:45 |
J_Man | that's kind of our problem as well | 20:45 |
qhartman | right | 20:45 |
*** Marek1211 has joined #openstack | 20:45 | |
*** dtx00ff_ has quit IRC | 20:45 | |
J_Man | we can easily saturate gig-e interfaces | 20:45 |
qhartman | my use case is for local services that people are expecting high bandwidth from | 20:45 |
qhartman | yeah | 20:45 |
magicrobotmonkey | yea im worried about that too | 20:45 |
J_Man | we're considering using infiniband for it | 20:46 |
kitp | this is completely ignorant question (sorry for that upfront). is it possible for a VM to leak memory, using all of the underlying compute node's memory - even beyond what was allocated in the instance configuration? | 20:46 |
*** DanishMan has joined #openstack | 20:46 | |
J_Man | hypervisor *SHOULD* prevent that | 20:46 |
*** CristianF has quit IRC | 20:46 | |
qhartman | J_Man, yeah probably a good call with a large userbase. I'm hoping I can get my hands on some 10Gb equipment | 20:46 |
J_Man | unless you're over-committing the ram on your hypervisor | 20:46 |
kitp | right...did the math, and we're not even close. but, the compute node runs down to very little memory then we run into all kinds of issues. | 20:47 |
qhartman | kitp, It's theoretically possible, but as J_Man says, it shouldn't happen. What hypervisor are you using? | 20:47 |
J_Man | qhartman, it's not cheap...and 10Gb can kill a processor depending on what you're doing with the traffic | 20:47 |
kitp | KVM. | 20:47 |
magicrobotmonkey | yea my vm net is already all 10G | 20:48 |
qhartman | kitp, hm, yeah, I've never seen that happen with KVM | 20:48 |
kitp | it does seem weird. | 20:48 |
qhartman | Xen, yeah, but not KVM | 20:48 |
magicrobotmonkey | and the node Im gonna be using for neutron is dual 10G | 20:48 |
*** madorn has quit IRC | 20:48 | |
J_Man | unless you're overcomitting on your physical...the VM should trigger the OOM Killer before your physical machine runs out of ram | 20:48 |
kitp | obviously could be something in one of the OS components...but, haven't gotten that far. | 20:48 |
qhartman | well isn't magicrobotmonkey all benzy isn this honda group? | 20:48 |
qhartman | ;) | 20:48 |
magicrobotmonkey | haha | 20:48 |
J_Man | our management network is 40G infiniband LOL | 20:49 |
magicrobotmonkey | its not quite ideal yea, im working on trading up | 20:49 |
kitp | ight, thanks guys. will keep digging. | 20:49 |
*** atiwari has quit IRC | 20:49 | |
qhartman | have fun | 20:49 |
J_Man | of course, that's also our SAN network | 20:49 |
magicrobotmonkey | heh i was gonna say | 20:49 |
*** cference has quit IRC | 20:49 | |
qhartman | heh | 20:49 |
J_Man | we got gluster going as the backing storage for cinder, glance, and so on | 20:50 |
magicrobotmonkey | ugh we're trying to get off gluster | 20:50 |
qhartman | wow, so this is fun. I had a instance running on local storage and then attached a volume to it to test throughput to ceph | 20:50 |
J_Man | Ceph? | 20:50 |
qhartman | and when I rebooted it, they got reversed | 20:51 |
magicrobotmonkey | maybe, if i can get it to perform | 20:51 |
*** edmund has quit IRC | 20:51 | |
qhartman | the boot volume is now on ceph | 20:51 |
*** edmund1 has joined #openstack | 20:51 | |
qhartman | speaking of | 20:51 |
magicrobotmonkey | yea hows it working for you? | 20:51 |
qhartman | at the bare ceph level, it works great | 20:51 |
*** acathrow has left #openstack | 20:51 | |
*** shakamunyi has quit IRC | 20:51 | |
qhartman | but from within the VMs it's slower than !#$$@%^$ | 20:51 |
*** Networkn3rd has quit IRC | 20:51 | |
*** sushils has quit IRC | 20:51 | |
*** mu5k17u has quit IRC | 20:52 | |
qhartman | on physical hardware, I can saturate the nics easily | 20:52 |
*** jmckind has quit IRC | 20:52 | |
qhartman | but a VM booted from a ceph volume, or with a ceph volume attached (all via cinder) can't move more then 15MB/s | 20:52 |
Realmy | Is there a good slide or diagram on how to plan out NICs (namely how many) we need on control/compute/network nodes? Or should I just do two NICs for each node regardless of function? Sorry for the incredibly newbie question, just getting my feet wet. :( | 20:52 |
qhartman | Realmy, if you're just getting your feet wet, two is plenty | 20:52 |
*** shakamunyi has joined #openstack | 20:53 | |
magicrobotmonkey | maybe its nova-network bottlenecking? | 20:53 |
*** hrybacki has joined #openstack | 20:53 | |
Realmy | qhartman - sounds great! I'll just run with two. :) | 20:53 |
qhartman | magicrobotmonkey, the ceph stuff shouldn't be using nova-net at all | 20:53 |
magicrobotmonkey | oh right | 20:53 |
*** shpaq has joined #openstack | 20:53 | |
Realmy | last question- should I bond them and separate with VLAN, or is that a bad idea? | 20:53 |
*** madorn has joined #openstack | 20:54 | |
*** jdob has quit IRC | 20:54 | |
qhartman | Realmy, I wouldn't unless you have a compelling reason to. The last thing you need when learning openstack is bonus complexity | 20:54 |
*** ozialien has joined #openstack | 20:54 | |
qhartman | remember, this is what you're building: http://cdn2.hubspot.net/hub/344789/file-448028030-jpg/images/openstack-arch-grizzly-logical-v2.jpg?t=1389271912000 | 20:54 |
*** jecarey has joined #openstack | 20:54 | |
Realmy | qhartman, thank you very much for your help! I'll leave them as independent NICs. :) | 20:54 |
magicrobotmonkey | lol | 20:54 |
*** dizquierdo has joined #openstack | 20:55 | |
Realmy | hah, yeah i love that diagram | 20:55 |
*** atiwari has joined #openstack | 20:55 | |
*** nanga has quit IRC | 20:55 | |
Realmy | good reminder as to why i need to take it slow :) | 20:55 |
*** sushils has joined #openstack | 20:55 | |
Realmy | thanks again!!!! :D | 20:55 |
qhartman | sure thing | 20:55 |
qhartman | My concern is that either the qemu-librbd implementation is messed up somehow | 20:56 |
*** madorn has quit IRC | 20:56 | |
qhartman | or that because I'm usign the volumes via cinder, that the throughput is somehow bottlenecking on my cinder-api machine | 20:56 |
qhartman | it _shouldn't_ be involved at all, but I ahven't been able to confirm it's not yet | 20:56 |
*** dtx00ff has quit IRC | 20:57 | |
*** Bryanstein has joined #openstack | 20:57 | |
*** Guest91575 has quit IRC | 20:57 | |
*** dtx00ff has joined #openstack | 20:57 | |
*** rmoe has joined #openstack | 20:58 | |
*** mmichie has quit IRC | 20:59 | |
*** sarob has joined #openstack | 20:59 | |
*** evanz_ has quit IRC | 21:00 | |
*** hogepodge_ has joined #openstack | 21:01 | |
*** mrmartin has quit IRC | 21:01 | |
*** hogepodge has quit IRC | 21:02 | |
*** hogepodge_ is now known as hogepodge | 21:02 | |
*** jimbaker has joined #openstack | 21:02 | |
*** hogepodge has quit IRC | 21:02 | |
*** jmickle has quit IRC | 21:03 | |
*** flaper87 is now known as flaper87|afk | 21:03 | |
*** fifieldt has quit IRC | 21:03 | |
*** hogepodge has joined #openstack | 21:03 | |
*** ericReeves has quit IRC | 21:03 | |
*** sushils has quit IRC | 21:04 | |
*** bluenemo has quit IRC | 21:04 | |
*** dvy has quit IRC | 21:04 | |
*** rsmitty has joined #openstack | 21:04 | |
*** promulo has quit IRC | 21:05 | |
*** sushils has joined #openstack | 21:05 | |
*** angdraug has joined #openstack | 21:06 | |
*** jroovers has quit IRC | 21:07 | |
*** rmartinelli has quit IRC | 21:07 | |
*** bmurt has quit IRC | 21:08 | |
*** dtx00ff has quit IRC | 21:09 | |
*** davidbowlby has quit IRC | 21:10 | |
*** fsimonce has quit IRC | 21:10 | |
*** leox64 has left #openstack | 21:10 | |
*** rmoe has quit IRC | 21:10 | |
*** rmoe has joined #openstack | 21:11 | |
*** sroy_ has quit IRC | 21:11 | |
*** sushils has quit IRC | 21:13 | |
*** Marek1211 has quit IRC | 21:13 | |
*** shakamunyi has quit IRC | 21:14 | |
*** sushils has joined #openstack | 21:15 | |
*** evanz has joined #openstack | 21:16 | |
*** gregmark has quit IRC | 21:16 | |
*** mark3 has quit IRC | 21:17 | |
*** mark3 has joined #openstack | 21:17 | |
*** arnaud has quit IRC | 21:18 | |
*** samrose has quit IRC | 21:18 | |
*** doriftoshoes has joined #openstack | 21:18 | |
*** geekinutah has joined #openstack | 21:18 | |
*** fifieldt has joined #openstack | 21:20 | |
*** miles__ has quit IRC | 21:21 | |
_cjones_ | Anyone know the cli command to associate a port to an instance? I'm using neutron networking, but can't find the command in either nova or neutron. | 21:21 |
*** vpanizo has joined #openstack | 21:22 | |
*** tan has quit IRC | 21:22 | |
*** rsmitty has quit IRC | 21:23 | |
qhartman | what do you mean associate a port to an instance? What is a "port" in this case? | 21:23 |
*** jroovers has joined #openstack | 21:23 | |
_cjones_ | ghartman: A neutron port? | 21:23 |
*** Logico has quit IRC | 21:23 | |
*** mark3 has quit IRC | 21:24 | |
_cjones_ | ghartman: Essentially another interface/ip-address. | 21:24 |
*** tan has joined #openstack | 21:24 | |
*** julim has quit IRC | 21:24 | |
*** hrybacki has quit IRC | 21:24 | |
*** starmer has quit IRC | 21:25 | |
qhartman | _cjones_, ok, just making sure you didn't mean a TCP port | 21:25 |
*** starmer has joined #openstack | 21:26 | |
_cjones_ | ghartman: Can this only be done at instance boot time, or is there way to do it after? | 21:26 |
*** Ananci has quit IRC | 21:26 | |
*** eguz has joined #openstack | 21:26 | |
qhartman | _cjones_, sadly I can't answer your question, I don't use Neutron. | 21:26 |
_cjones_ | ghartman: Okay. Is it possible sans neutron? | 21:27 |
*** cihhan has quit IRC | 21:28 | |
*** jroovers has quit IRC | 21:28 | |
*** rpwwpr has quit IRC | 21:28 | |
qhartman | Also not something I know. I've never had a need to have an instance with multiple interfaces. | 21:28 |
*** Penick has joined #openstack | 21:29 | |
*** hogepodge has quit IRC | 21:29 | |
*** morazi has quit IRC | 21:30 | |
jgriffith | qhartman: cinder in your case has nothing to do with the throughput | 21:30 |
*** eghobo has quit IRC | 21:30 | |
qhartman | jgriffith, I didn't think it would, but I'm running out of explanations | 21:30 |
*** mark2 has joined #openstack | 21:31 | |
*** nati_ueno has joined #openstack | 21:31 | |
jgriffith | qhartman: yeah, reading back it's bit weird | 21:31 |
*** mgiles has joined #openstack | 21:31 | |
qhartman | I'm about to experiment with using rbd to map a ceph volume into a vm and see how that performs. If it does well, that would seem to prove that the problem lies within cinder or qemu/librbd . If it does poorly, I'm not sure what that proves. | 21:33 |
*** hogepodge has joined #openstack | 21:33 | |
jgriffith | qhartman: have you run against a ceph voume outside of Cinder/OpenStack? | 21:35 |
*** TheOsprey has quit IRC | 21:35 | |
jgriffith | qhartman: could just be poor performance on your Ceph cluster no? | 21:35 |
qhartman | I have done that | 21:35 |
qhartman | works great | 21:35 |
jgriffith | ahh | 21:35 |
qhartman | saturates the nic no problem | 21:35 |
*** dspano has quit IRC | 21:37 | |
qhartman | I'm testing that again right now just tobe triple sure | 21:38 |
qhartman | I've been doing so many tests over the last several days trying to track this down things are starting to blur together | 21:38 |
*** melmoth has quit IRC | 21:38 | |
*** eghobo has joined #openstack | 21:38 | |
*** eguz_ has joined #openstack | 21:39 | |
*** eguz has quit IRC | 21:39 | |
*** sushils has quit IRC | 21:39 | |
*** greer has left #openstack | 21:39 | |
*** promulo has joined #openstack | 21:41 | |
*** geekinutah has quit IRC | 21:41 | |
*** Realmy has quit IRC | 21:41 | |
*** sushils has joined #openstack | 21:42 | |
*** talluri has quit IRC | 21:42 | |
systadmni | hey guys, attempting to setup the keystone service and i keep running into an error when I attempt to create the admin account. It states "Expecting an auth URL via either --os-auth-url or env[OS_AUTH_URL] | 21:42 |
systadmni | " | 21:42 |
systadmni | I have the OS_AUTH_URL set though | 21:42 |
systadmni | I can echo $OS_AUTH_URL and it will display the correct url | 21:42 |
*** eghobo has quit IRC | 21:43 | |
*** ricardorocha has joined #openstack | 21:43 | |
*** talluri has joined #openstack | 21:44 | |
*** Underyx|off is now known as underyx | 21:44 | |
qhartman | are your clocks on the machines in sync? | 21:44 |
*** devnull1 has quit IRC | 21:44 | |
qhartman | I uses oauth and if you have more than a few seconds clock skew, it will fail | 21:45 |
qhartman | that error may be a red herring | 21:45 |
*** yang has quit IRC | 21:45 | |
systadmni | qhartman: I believe they are ... this is just a setup on a single server | 21:45 |
*** sigint88 has joined #openstack | 21:45 | |
qhartman | systadmni, ah, then that's definitely not it | 21:46 |
*** abhirc has quit IRC | 21:46 | |
*** balajiiyer1 has joined #openstack | 21:46 | |
*** balajiiyer1 has quit IRC | 21:46 | |
*** yang has joined #openstack | 21:46 | |
systadmni | qhartman: also when I try to create a new user and just pass it with --os-auth-url=http...:5000/v2.0/ it gives me the same error | 21:47 |
*** sigint88 has joined #openstack | 21:47 | |
*** sigint88 has quit IRC | 21:47 | |
*** moha_hunt has quit IRC | 21:47 | |
systadmni | err uhh not the same error | 21:47 |
*** sigint88 has joined #openstack | 21:48 | |
systadmni | keystone: error: unrecognized arguments: --os-auth-url=http://127.0.0.1:5000/v2.0 | 21:48 |
*** sigint88 has quit IRC | 21:48 | |
qhartman | huh | 21:48 |
*** sigint88 has joined #openstack | 21:49 | |
*** sigint88 has quit IRC | 21:49 | |
*** sigint88 has joined #openstack | 21:49 | |
*** moha_hunt has joined #openstack | 21:49 | |
*** Superdoc has joined #openstack | 21:49 | |
*** rtheis has quit IRC | 21:50 | |
Superdoc | Hi | 21:50 |
Superdoc | I'm looking for help with openstack key pair | 21:50 |
*** ujjain has quit IRC | 21:50 | |
qhartman | systadmni, You've gone throug hte steps here http://docs.openstack.org/icehouse/install-guide/install/apt/content/keystone-install.html | 21:51 |
Superdoc | anyone help? | 21:51 |
qhartman | (or similar for your distro?) | 21:51 |
systadmni | qhartman: that's what i've been following step by step | 21:51 |
qhartman | Superdoc, which key pair? we need more info before we can help | 21:51 |
systadmni | then I get here | 21:51 |
*** talluri has quit IRC | 21:51 | |
Superdoc | ok i'll explain | 21:51 |
*** tris- has joined #openstack | 21:51 | |
*** omachace has left #openstack | 21:52 | |
Superdoc | I had already created a keypair called test, and i have it on my compute test.pem, I have downloaded a ubuntu cloud image and launched an instance with the test keypair, this ubuntu image doesn't have password hence it says i have to connect through ssh using keypair | 21:52 |
*** chuckC has joined #openstack | 21:52 | |
*** mark2 has quit IRC | 21:52 | |
*** starmer has quit IRC | 21:53 | |
Superdoc | so i'm doing this right now "ssh -i /home/compute/test.pem ubuntu@172.31.100.4 -v" | 21:53 |
*** mark2 has joined #openstack | 21:53 | |
*** Thurloat has joined #openstack | 21:53 | |
*** jamie_h has quit IRC | 21:53 | |
Superdoc | gets stuck at debug1: expecting SSH2_MSG_KEX_ECDH_REPLY and finally says refused by the remote | 21:53 |
qhartman | what re the permission on test.pem ? They need to be very restrictive of ssh won't let you use it. Pretty much read-only for your user | 21:54 |
Superdoc | have set like this "chmod 600 MY_KEY.pem" | 21:54 |
Superdoc | i'm ssh from compute to ubuntu instance | 21:54 |
sigint88 | hello all | 21:55 |
*** ujjain has joined #openstack | 21:55 | |
sigint88 | relatively new to OpenStack. | 21:55 |
qhartman | it would be useful to add another v to your ssh invocation and then paste the output into a pastebin | 21:55 |
qhartman | Someone might be able to spot the specific error | 21:55 |
sigint88 | just wondering if anyone has heard any info on trove and its addition to IceHouse | 21:55 |
sigint88 | i.e is it offically included with IceHouse or not? | 21:56 |
sigint88 | for DBaaS implementations/deployments | 21:56 |
*** robbiew has left #openstack | 21:56 | |
Superdoc | ok | 21:56 |
qhartman | sigint88, http://www.eweek.com/cloud/openstack-icehouse-features-a-trove-of-open-source-cloud-updates.html | 21:56 |
Superdoc | sorry what is pastebin | 21:57 |
*** IlyaE has quit IRC | 21:57 | |
*** IlyaE has joined #openstack | 21:58 | |
qhartman | Superdoc, http://pastebin.com/ . Lets people look at larger snips of text without cluttering up the IRC channel | 21:58 |
qhartman | (there are lots of other similar services out there) | 21:58 |
*** dims has quit IRC | 21:58 | |
*** signed8bit has quit IRC | 21:58 | |
Superdoc | http://pastebin.com/bn0ZE5tN | 21:58 |
Superdoc | yep just googled a min and uploaded | 21:58 |
*** mmichie has joined #openstack | 21:59 | |
sigint88 | qhartman: thx | 21:59 |
*** angdraug has quit IRC | 21:59 | |
sigint88 | qhartman: have you heard good things about devtstack? | 22:00 |
*** hogepodge has quit IRC | 22:00 | |
qhartman | sigint88, given it's stated goals, it works well | 22:00 |
qhartman | Superdoc, is that all the output? I don't see the disconnect error at the end | 22:01 |
*** benrodrigue has quit IRC | 22:01 | |
*** WackoRobie has quit IRC | 22:01 | |
*** epcim has quit IRC | 22:01 | |
Superdoc | copied again | 22:01 |
Superdoc | http://pastebin.com/GkQhfSx2 | 22:01 |
*** rfolco has quit IRC | 22:01 | |
*** WackoRobie has joined #openstack | 22:01 | |
*** colinmcnamara has quit IRC | 22:02 | |
*** jergerber has quit IRC | 22:02 | |
sigint88 | cool have encountered any pitfalls qhartman | 22:03 |
*** DanishMan has quit IRC | 22:03 | |
sigint88 | thx for providing ur knowledge dmp btw | 22:03 |
*** eguz_ has quit IRC | 22:03 | |
sigint88 | *dump | 22:03 |
*** angdraug has joined #openstack | 22:03 | |
*** jcook has quit IRC | 22:03 | |
*** eghobo has joined #openstack | 22:03 | |
*** dtx00ff has joined #openstack | 22:03 | |
qhartman | jgriffith, So some more benchmarks. An rbd mapped volume on a physical machine moved about 25MB/s. About 10MB/sec faster than a VM. However, when I do rados bench (from the same physical machine) it goes waaaay faster | 22:04 |
qhartman | sigint88, I have not ,but I haven't used it much. I spun up some quick PoC stuff with it and got familiar with Horizon, but that was about it | 22:04 |
*** yang has quit IRC | 22:05 | |
qhartman | Superdoc, It's not clear to me why it's failing. It looks like the key may be wrong. Try creating a new key in Horizon and setting up a new instance using that and see if it behaves the same way. | 22:06 |
*** WackoRobie has quit IRC | 22:06 | |
sigint88 | qhartman: thats cool. Im new to python and openstack so i was wondering how to get quick enviroment up and runnning to tinker around a bit | 22:06 |
Superdoc | qhartman, ok, i created one but before i start a new instance, where do i find the keypair in my compute to use it to connect? | 22:06 |
Superdoc | it says when i say nova keypair-list | 22:07 |
*** J_Man has quit IRC | 22:07 | |
*** a_le has quit IRC | 22:07 | |
*** a_le has joined #openstack | 22:08 | |
*** jaimef has quit IRC | 22:09 | |
qhartman | sigint88, devstack is perfect for that | 22:09 |
*** swat30 has joined #openstack | 22:09 | |
*** weshay has quit IRC | 22:10 | |
qhartman | Superdoc, it should download to the machine you were using horizon on when you generated it | 22:10 |
*** shakamunyi has joined #openstack | 22:11 | |
sigint88 | qhartman: hmm, sounds good now the ill have to get over the "setting up a lab" hurdle | 22:11 |
sigint88 | lol | 22:11 |
Superdoc | qhartman, ok, its true it is downloaded to my machine, in order to ssh do i have to connect from a linux only machine or can i do it from putty? | 22:11 |
*** r0j4z0 has joined #openstack | 22:13 | |
qhartman | Superdoc, you can do it from putty, but you'd need to convert the key into the format that putty uses | 22:13 |
*** JordanRinke has joined #openstack | 22:13 | |
Superdoc | qhartman, Thanks i'll convert and give it a try | 22:13 |
*** kbringard has quit IRC | 22:14 | |
qhartman | Superdoc, http://support.cdh.ucla.edu/help/132-file-transfer-protocol-ftp/583-converting-your-private-key- | 22:14 |
*** JordanRinke has left #openstack | 22:14 | |
*** jaimef has joined #openstack | 22:14 | |
*** jmickle has joined #openstack | 22:16 | |
*** IlyaE has quit IRC | 22:18 | |
*** reed has quit IRC | 22:18 | |
*** IlyaE has joined #openstack | 22:18 | |
*** dschultz has quit IRC | 22:19 | |
systadmni | qhartman: figured it out | 22:19 |
systadmni | for some reason if I run "sudo keystone user-create ... | 22:20 |
systadmni | " | 22:20 |
systadmni | it failes | 22:20 |
systadmni | if I leave out sudo, it works | 22:20 |
qhartman | systadmni, ah, yeah | 22:20 |
systadmni | now I know | 22:21 |
*** Marek1211 has joined #openstack | 22:21 | |
qhartman | systadmni, the probable reason for that is that when you run sudo, your environment changes, so your vars are not set in that context | 22:21 |
*** shakamunyi has quit IRC | 22:22 | |
*** nati_ueno has quit IRC | 22:22 | |
*** shakayumi has joined #openstack | 22:22 | |
Superdoc | qhartman, Thank you! i could convert using the puttygen and was able to connect to the server using the private key | 22:22 |
qhartman | Superdoc, great. I'm glad I was able to help | 22:22 |
jmickle | anyone done openstack on Cisco UCS? | 22:23 |
*** kashyapk has joined #openstack | 22:23 | |
qhartman | jmickle, woah, aren't you looking for a purple squirrel | 22:23 |
jmickle | ha | 22:23 |
jmickle | no kidding | 22:23 |
jmickle | would love to pick someone’s brain on cisco uvs + openstack | 22:23 |
qhartman | I've worked w/ UCS, but never w/ Openstack | 22:23 |
*** danielbruno has quit IRC | 22:23 | |
Superdoc | qhartman, my next step is to prepare a Windows image for kvm qemu, do you know any link i can use to perform this step so i can finally upload an image and have a windows instance. | 22:23 |
*** dims has joined #openstack | 22:24 | |
*** lubuntu_Marek has joined #openstack | 22:24 | |
qhartman | Superdoc, I actually do have a link to a guide for that, one sec.... | 22:24 |
qhartman | Superdoc, http://blog.gridcentric.com/bid/297627/Creating-a-Windows-Image-on-OpenStack | 22:24 |
*** ericgoncz has quit IRC | 22:24 | |
*** Romik has quit IRC | 22:25 | |
Superdoc | qhartman, thanks for the link, i'll check it out | 22:26 |
*** kashyapk has quit IRC | 22:28 | |
*** yamahata has joined #openstack | 22:28 | |
grrrrr | thanks for the link +1 | 22:28 |
*** spandhe has quit IRC | 22:30 | |
*** bknudson has quit IRC | 22:31 | |
Superdoc | qhartman, I have reset password for ubuntu user in the ubuntu cloud image through the putty ssh key, how do i enable full ssh so i can connect without the need of public key pair | 22:31 |
qhartman | Superdoc, You probably don't want to do that. Using keypairs is vastly more secure. | 22:32 |
qhartman | Superdoc, http://bodhizazen.net/Tutorials/SSH_security | 22:32 |
*** WackoRobie has joined #openstack | 22:32 | |
*** spandhe has joined #openstack | 22:33 | |
*** sushils has quit IRC | 22:33 | |
*** dtx00ff has quit IRC | 22:33 | |
Superdoc | qhartman, Agreed, since this is a test environment as i'm still getting familiar with openstack i was keen to know how it can be done. | 22:33 |
*** dtx00ff has joined #openstack | 22:33 | |
qhartman | Superdoc, it would be the usual way of reconfiguring ssh to accept password connections | 22:34 |
*** jcook has joined #openstack | 22:34 | |
qhartman | Nothing openstack-specific about that portion. | 22:34 |
*** mrjazzcat has quit IRC | 22:34 | |
qhartman | You can use that same key on multiple machines, I think something just went sideways with your first key | 22:35 |
*** xuan has quit IRC | 22:35 | |
Superdoc | ok | 22:35 |
*** rturk is now known as rturk-away | 22:35 | |
Superdoc | qhartman, i think i had the wrong key on my linux nova compute node | 22:35 |
qhartman | Superdoc, probably | 22:36 |
jgriffith | qhartman: well that's not surprising | 22:36 |
*** WackoRobie has quit IRC | 22:37 | |
*** fnaval has quit IRC | 22:37 | |
jgriffith | qhartman: what are you using for your perf tests outside of rados bench? | 22:37 |
*** abhirc has joined #openstack | 22:38 | |
*** nacer has quit IRC | 22:38 | |
qhartman | jgriffith, right. What was surprising is the rbd performance. Turns out my baseline assumptions were all wrong. I was running the write portion of rados bench incorrectly. | 22:38 |
qhartman | womp womp | 22:38 |
jgriffith | :) | 22:38 |
*** jrb has quit IRC | 22:39 | |
*** jcook has quit IRC | 22:39 | |
*** sushils has joined #openstack | 22:39 | |
qhartman | so the performance I'm getting is pretty much consistent everywhere. Which makes me sad on one hand because it's kinda crap, but at least it's no longer crap AND a mystery. | 22:39 |
jgriffith | qhartman: indeed | 22:39 |
*** jp_at_hp has joined #openstack | 22:39 | |
jgriffith | qhartman: it may not be what you hoped for but it's at least real and consistent | 22:40 |
qhartman | yeah | 22:40 |
qhartman | It looks like I'm going to need to pop for SSDs for my journal | 22:40 |
qhartman | That's almost certainly where I'm losing the performance | 22:40 |
*** baylight1 has joined #openstack | 22:41 | |
*** baylight1 has left #openstack | 22:41 | |
*** arnaud has joined #openstack | 22:42 | |
*** dizquierdo has quit IRC | 22:42 | |
*** nacer has joined #openstack | 22:42 | |
*** moha_hunt has quit IRC | 22:43 | |
*** ArcTanSusan has quit IRC | 22:43 | |
*** jvv has joined #openstack | 22:43 | |
*** cloudtrainme has joined #openstack | 22:44 | |
*** ArcTanSusan has joined #openstack | 22:44 | |
*** crandquist has quit IRC | 22:45 | |
*** cloudtrainme has quit IRC | 22:47 | |
*** baoli has quit IRC | 22:48 | |
*** IlyaE has quit IRC | 22:48 | |
*** kkirkpatrick has joined #openstack | 22:50 | |
*** kkirkpatrick has quit IRC | 22:51 | |
sigint88 | qhartman: just curious, if i am considering migrating from a ZFS driven cloud environment to OpenStack which filesystem would you recommend? CEPH or Gluster? Or should i stick with ZFS? Are there any docs out there? | 22:51 |
*** bandicot has quit IRC | 22:52 | |
*** kkirkpatrick has joined #openstack | 22:52 | |
*** IlyaE has joined #openstack | 22:54 | |
*** prad_ has quit IRC | 22:54 | |
*** starmer has joined #openstack | 22:54 | |
*** galstrom is now known as galstrom_zzz | 22:55 | |
*** sigint88 has left #openstack | 22:56 | |
*** nati_ueno has joined #openstack | 22:56 | |
*** gigawhat has quit IRC | 22:58 | |
*** moha_hunt has joined #openstack | 22:59 | |
*** rossk has quit IRC | 22:59 | |
*** asselin_ has quit IRC | 23:00 | |
*** srlang has quit IRC | 23:00 | |
*** markstur__ has quit IRC | 23:00 | |
*** leeantho has quit IRC | 23:00 | |
*** starmer has quit IRC | 23:00 | |
*** jgravel has quit IRC | 23:00 | |
*** gugl has quit IRC | 23:00 | |
*** MIDENN_ has quit IRC | 23:00 | |
*** markstur__ has joined #openstack | 23:00 | |
*** asselin_ has joined #openstack | 23:00 | |
*** noslzzp has quit IRC | 23:00 | |
*** leeantho has joined #openstack | 23:00 | |
*** kmartin has joined #openstack | 23:00 | |
*** jgravel has joined #openstack | 23:01 | |
*** mdenny has joined #openstack | 23:01 | |
*** gugl has joined #openstack | 23:01 | |
*** bandicot has joined #openstack | 23:03 | |
*** jhesketh__ has joined #openstack | 23:04 | |
*** KurtMartin has quit IRC | 23:04 | |
*** sushils has quit IRC | 23:04 | |
*** kevinconway has quit IRC | 23:04 | |
*** jhesketh has quit IRC | 23:04 | |
*** hewbrocca has quit IRC | 23:05 | |
*** crandquist has joined #openstack | 23:05 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 23:06 | |
*** jsullivandigs has quit IRC | 23:06 | |
*** rodrigods has joined #openstack | 23:06 | |
*** omachace has joined #openstack | 23:07 | |
*** omachace has left #openstack | 23:07 | |
*** jhesketh__ is now known as jhesketh | 23:07 | |
*** achampio1 has quit IRC | 23:09 | |
*** derekh_ has joined #openstack | 23:09 | |
*** suresh12_ has quit IRC | 23:09 | |
*** suresh12 has joined #openstack | 23:10 | |
*** suresh12 has quit IRC | 23:11 | |
Superdoc | qhartman, later, thanks for helping me, will be back | 23:11 |
*** ArcTanSusan has quit IRC | 23:12 | |
*** bilco105 is now known as bilco105_ | 23:13 | |
*** ArcTanSusan has joined #openstack | 23:13 | |
*** fnaval has joined #openstack | 23:13 | |
*** suresh12 has joined #openstack | 23:14 | |
*** coreywright is now known as coreywright_ | 23:14 | |
*** GoJkOrS has quit IRC | 23:14 | |
*** samrose has joined #openstack | 23:15 | |
*** rsmitty has joined #openstack | 23:15 | |
*** budman has quit IRC | 23:15 | |
*** xuan has joined #openstack | 23:16 | |
*** starmer has joined #openstack | 23:17 | |
*** FunnyLookinHat has quit IRC | 23:17 | |
*** ericReeves has joined #openstack | 23:17 | |
*** aeperezt has quit IRC | 23:18 | |
*** james__ has quit IRC | 23:18 | |
*** sarob has quit IRC | 23:18 | |
*** sungju has joined #openstack | 23:19 | |
*** jrb has joined #openstack | 23:19 | |
*** sarob has joined #openstack | 23:19 | |
qhartman | Superdoc, Sure thing | 23:19 |
*** jrb has quit IRC | 23:19 | |
*** yamahata has quit IRC | 23:20 | |
*** thehybridtech has quit IRC | 23:20 | |
*** jrb has joined #openstack | 23:20 | |
*** doriftoshoes has quit IRC | 23:21 | |
*** aeperezt has joined #openstack | 23:21 | |
*** doug-fish has left #openstack | 23:21 | |
*** rsmitty has quit IRC | 23:22 | |
*** JesperA has quit IRC | 23:23 | |
*** sarob has quit IRC | 23:23 | |
*** kkirkpatrick has quit IRC | 23:24 | |
*** xuan has quit IRC | 23:24 | |
*** ArcTanSusan has quit IRC | 23:25 | |
*** nacer has quit IRC | 23:25 | |
*** ddieterly has quit IRC | 23:27 | |
*** alexlindenlevy has quit IRC | 23:28 | |
*** mkollaro has quit IRC | 23:28 | |
*** alexlindenlevy has joined #openstack | 23:28 | |
*** dschultz has joined #openstack | 23:29 | |
*** jrb has quit IRC | 23:30 | |
*** alexlindenlevy has quit IRC | 23:32 | |
*** WackoRobie has joined #openstack | 23:33 | |
*** jrb has joined #openstack | 23:34 | |
*** Superdoc has left #openstack | 23:34 | |
*** dschultz has quit IRC | 23:34 | |
*** kurt_ has joined #openstack | 23:35 | |
*** tsekiyam_ has joined #openstack | 23:36 | |
*** jsullivandigs has joined #openstack | 23:37 | |
*** schofield has quit IRC | 23:37 | |
*** OutBackDingo has joined #openstack | 23:37 | |
*** ArcTanSusan has joined #openstack | 23:38 | |
*** atiwari has quit IRC | 23:38 | |
*** WackoRobie has quit IRC | 23:38 | |
*** ArcTanSusan has joined #openstack | 23:39 | |
*** mwagner_lap has joined #openstack | 23:39 | |
*** tsekiyama has quit IRC | 23:40 | |
*** tsekiyam_ has quit IRC | 23:40 | |
*** tremendous has quit IRC | 23:40 | |
*** chuckC has quit IRC | 23:41 | |
*** fnaval has quit IRC | 23:42 | |
*** schofield has joined #openstack | 23:43 | |
*** sarob has joined #openstack | 23:44 | |
*** derekh_ has quit IRC | 23:44 | |
*** sarob_ has joined #openstack | 23:48 | |
*** sarob has quit IRC | 23:48 | |
*** cagrev has quit IRC | 23:49 | |
*** rmartinelli has joined #openstack | 23:49 | |
*** rsmitty has joined #openstack | 23:49 | |
*** sarob has joined #openstack | 23:50 | |
*** ddieterly has joined #openstack | 23:51 | |
*** chuckC has joined #openstack | 23:52 | |
*** pmathews has quit IRC | 23:53 | |
*** sarob_ has quit IRC | 23:53 | |
*** stanchan has quit IRC | 23:54 | |
*** sarob has quit IRC | 23:55 | |
*** rodrigods has quit IRC | 23:57 | |
*** jrb has quit IRC | 23:58 | |
*** gdubreui has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!