Tuesday, 2013-02-26

*** ryu25 has quit IRC00:01
*** cloudchimp has quit IRC00:01
*** dontalton has quit IRC00:02
*** davidha has quit IRC00:02
JoeJulianracker_KevinS: One difference between our outputs is that my endpoint-list output also contains the service_id for each of those. There must be a version difference in there somewhere.00:03
*** Egyptian[Laptop] has joined #openstack00:03
*** davidha has joined #openstack00:04
*** Blackavar has joined #openstack00:04
*** lvaughn has quit IRC00:04
racker_KevinSkvad: you can use 'keystone user-role-remove' and 'keystone user-role-add' to add adjust permissions in different tenants but I do not know of a way to adjust the default tenant other than to directly update the db00:07
JoeCclarkb: Well, I'll be damned. Now all the tests built and ran. I have NO idea what I did differently this time than last. but whatevers... :) thx for your help00:09
JoeJulianracker_KevinS: In that debug log, is it relevant that the response for the admin auth returns "is_admin": 000:10
*** mattux has joined #openstack00:11
JoeJulianIt seems to me that would cause a problem with the policy.json00:11
*** eglynn has quit IRC00:11
*** mattux_ has quit IRC00:11
*** desai has quit IRC00:11
*** Radex has quit IRC00:12
*** Math___ has quit IRC00:14
*** henrynash has quit IRC00:15
*** AlanClark has quit IRC00:17
*** AlanClark has joined #openstack00:17
*** acathrow has left #openstack00:17
*** Math___ has joined #openstack00:17
*** Radex has joined #openstack00:20
*** carif has joined #openstack00:21
kvadracker_KevinS: thanks alot thats what i thought just wanted to make sure that was my only out :)00:21
*** reed has quit IRC00:23
*** codearmster has joined #openstack00:24
*** vipul|away is now known as vipul00:24
*** desai has joined #openstack00:25
*** zodiak has quit IRC00:25
*** danger_fo is now known as danger_fo_away00:26
*** mattux is now known as MaTTuX_CoDe00:26
*** Math___ has quit IRC00:27
*** sandywalsh has quit IRC00:27
*** Trixboxer has quit IRC00:28
*** KLevenstein has quit IRC00:28
*** warik has quit IRC00:28
*** acb__ has joined #openstack00:29
*** lvaughn has joined #openstack00:30
racker_KevinSJoeJulian: No matter what sort of request I make (whether it be admin, regular user or service user) , "is_admin" is always 0… does "keystone user-role-list" for the glance user in the service tenant return the admin role?  something is off somewhere, running this version btw : 2012.2.1-0 on ubuntu 12.0400:30
*** carif has quit IRC00:30
*** kutija has quit IRC00:31
*** markwash has quit IRC00:33
*** rehanift_work has joined #openstack00:38
*** digitalsanctum has quit IRC00:38
rehanift_workDoes anyone know Swift's policy for concurrent uploads? I googled around and couldn't find anything.00:38
*** CaptTofu has quit IRC00:41
*** ilblackdragon has quit IRC00:41
*** sandywalsh has joined #openstack00:41
*** zodiak has joined #openstack00:42
*** jsindy has joined #openstack00:42
*** Tross has joined #openstack00:42
prometheanfireit can handle it if that is what you are asking00:42
*** dolphm has joined #openstack00:44
rehanift_workI am experiencing a bug in Essex, wanted to know if its known behavior or not00:45
rehanift_work2 files, one large (10M) and one small (1k).   Start uploading larger object, then start uploading smaller object. Both objects are writing to the same object URL.00:46
rehanift_workSmall object finishes uploading and responds with small object's MD5 in ETag. Describing the object reproduces again the small object's MD5 in ETag. Large object is still uploading00:46
rehanift_workLarge object finishes uploading and responds with large objects large object's MD5 in ETag. Describing the object now responds with small object's MD5 in ETag.00:46
*** dhellmann has quit IRC00:46
*** evanjfraser has quit IRC00:46
*** anniec_ has quit IRC00:47
*** anniec has joined #openstack00:48
*** racker_KevinS has quit IRC00:48
*** arij has joined #openstack00:49
*** epim has quit IRC00:50
*** freeflying has quit IRC00:50
arijhey00:51
*** maxdml has quit IRC00:52
arijis it true that i would need one server just as a controller?00:52
bodepdI'm seeing alot of scheduling failures when I run the full tempest test suite.00:52
bodepdhow many compute instances with how much RAM do people usuall run?00:53
bodepdI have a feeling that the compute/test_servers.py tests churn through resources faster than my one compute with 2.5 GB/RAM can deallocate them00:53
clarkbbodepd: the tempest tests that run against an all in one install (installed by devstack) on an 8GB VM00:53
clarkbyeah I think 4GB was the minimum we were able to get away with but bumped to 8GB to give tempest the ability to run multiple tests in parallel00:54
bodepdI'm 10 failures away from getting the folsom branch to run against a puppet deployed controller/compute deployment!00:54
*** maxdml has joined #openstack00:55
*** msavy has joined #openstack00:55
clarkbthat should say the tempest tests that run in the gate run against an all in one install...00:56
*** Math___ has joined #openstack00:56
bodepdhttps://gist.github.com/bodepd/503483400:56
*** warik has joined #openstack00:57
bodepdeven though my compute should have available RAM00:57
*** warik has joined #openstack00:57
bodepdI am assuming this is b/c although the tempest/tests/compute/test_servers.py tests destroy VMS00:57
bodepdthey may not wait for them to deallocate them before the next test?00:58
bodepdhave you seen this?00:58
clarkbbodepd: I believe that is correct00:58
clarkbbecause waiting is slow and time is more important in the gate00:58
bodepdare those the only tests that bring up and tear down VMs really fast?00:58
*** rehanift_work has quit IRC00:58
bodepdif those are the only failiures I see, is it likely that is the cause?00:58
*** mestery has quit IRC00:59
*** freeflying has joined #openstack00:59
*** BjoernC has quit IRC00:59
arijcan some one recommend me hardware to get started with openstack?00:59
clarkbyes I think that is likely the cause. jaypipes or sdague would know more if there are other tests that do the samething00:59
clarkbbodepd: you should be able to confirm by bumping your compute node to 4GB00:59
bodepdcool. I can try again with 8GB/RAM and see if that works00:59
*** acb__ has quit IRC00:59
bodepdwhile I have an expert online, one more question.01:00
bodepdNo OpenStack Network API endpoint, and SKIP: VolumeListTestJSON skipped as Cinder endpoint is not available just mean things are missing from keystone's catalog?01:01
jaypipesclarkb: there's lots of tempest tests that spin up servers quickly and then kill em.01:01
arijsigh01:01
*** evanjfraser has joined #openstack01:01
bodepdjaypipes: weird, hopefully that does not disprove my theroy01:01
clarkbbodepd: that sounds right. keystone lets you do an endpoint discovery01:01
jaypipesarij: you will need to be more specific in your question.01:01
jaypipesbodepd: are you using the stable/folsom branch of tempest?01:02
ariji basicallywant to start a business and offer iaas01:02
ariji would like to use openstack01:02
*** GeoKM has joined #openstack01:03
bodepdjaypipes: yes.01:03
ariji already have a vps hosting service with over 200 customers01:03
*** lvaughn has quit IRC01:03
arijim not sure what kind of hardware i would need to start01:03
bodepd(well, a slightly patched version)01:03
JoeJulianarij: Any reason not to run it on the same hardware you're using now?01:03
jaypipesarij: that would entirely depend on the kind of compute resources your clients would want.01:03
clarkbcinder is optional in folsom so unless you have it then I expect tempest to not test it01:03
jaypipesbodepd: l01:04
jaypipesbodepd: k01:04
ariji have partners... this would be my own project01:04
ariji see jaypipes01:04
*** Tross has quit IRC01:04
jaypipesarij: but I would not recommend running openstack on just one node, no...01:05
arijso one would be a controller, correct?01:05
*** spzala has quit IRC01:05
arijrecommended ram on said node?01:06
jaypipesarij: yes (or >1 if you want an HA setup). the controller doesn't need to have nearly the amount of RAM or CPU cores as the compute worker(s), though.01:06
ariji see01:06
jaypipesarij: for a small setup, 8GB and quad-core should be fine.01:06
JoeJulianjaypipes: Why not? From an devops standpoint, openstack fills in a lot of blanks even on a single system (imho)01:06
*** Math___ has quit IRC01:06
arijtbh i would most likely go with 128gb for the main node, how do you think that would work out ?01:06
jaypipesarij: and then the compute workers are where you make your money :) so invest in RAM and cores on those boxes.01:06
b1tbktwhat is the magic incantation to get a floating ip accessible inbound. it already works correctly for outbound traffic.01:06
jaypipesarij: "main node"? you mean the controller?01:07
arijnope01:07
arijthe other one01:07
*** Math___ has joined #openstack01:07
arijthe money node01:07
arijlol01:07
jaypipesarij: yeah, we use 144G/24-core boxen here and those are the compute workhorses... for the controllers and ops nodes we can use smaller.01:07
arijcool, thanks jaypipes01:08
arijwhere can i do some reading?01:08
jaypipesJoeJulian: oh, just preference, that's all... if you want to run a small private cloud, of course you could do it all on one big node.01:08
arijany good place to start?01:08
*** bsdgeek has quit IRC01:08
*** nmistry has joined #openstack01:09
jaypipesarij: unfortunately, not really :( operating an openstack cloud doesn't have nearly the same amount of real-world documentation efforts as the developer side of OpenStack.01:09
*** anteaya has left #openstack01:10
*** doublerr has quit IRC01:10
*** schuckles has quit IRC01:10
arijbummer01:11
*** schuckles has joined #openstack01:11
arijjaypipes, do you know anything about this dell crowbar software ?01:12
arijor anyone else for that matter01:12
lifelessarij: I know a little01:12
*** bing_bu has joined #openstack01:12
arijhow is it? does it make everything very easy?01:12
arijto install?01:12
*** jsindy has quit IRC01:12
lifelessIt automates a lot of the tedium01:13
arijwould you recommend using it?01:13
arijis there a better alternative?01:13
jaypipesarij: we don't use crowbar, no. we do use chef though.01:13
*** esp1 has quit IRC01:14
lifelessThere are several alternatives :) - plain check, saltstack, juju, RH have something, we're putting together Heat rules for deploying openstack.01:14
jaypipesarij: we have a mixed dell and non-dell hardware environment.01:14
ariji see01:14
arijim quite fond of dell servers, i think i will go all dell01:14
jaypipesarij: up to you. nothing wrong with dell servers.01:15
jaypipessaltstack FTW.01:15
*** ryanpetr_ has quit IRC01:16
*** ilblackdragon has joined #openstack01:17
*** Math___ has quit IRC01:18
arijjaypipes, sowould any old server do as the controller, or something a bit nicer01:19
arijlike a r610 maybe01:19
jaypipesarij: totally depends on the amount of traffic you expect the node to take.01:21
ariji see01:21
*** blair has quit IRC01:22
*** lvaughn has joined #openstack01:23
*** mkouhei has joined #openstack01:23
*** evanjfraser has quit IRC01:23
*** nmistry has quit IRC01:23
*** sthaha has joined #openstack01:24
*** dextone has quit IRC01:27
kvadhey guys does anyone know what the default cache time out for a keystone token is?01:27
*** dextone has joined #openstack01:27
*** bootstrapper has quit IRC01:28
*** x86brandon has quit IRC01:29
*** codearmster has quit IRC01:29
*** scuttlemonkey_ has joined #openstack01:29
*** scuttlemonkey has quit IRC01:30
*** yidclare has quit IRC01:31
*** scuttlemonkey_ has quit IRC01:31
*** scuttlemonkey has joined #openstack01:32
*** kevein has joined #openstack01:33
*** schuckles has quit IRC01:34
*** evanjfraser has joined #openstack01:35
*** dextone has quit IRC01:37
*** cp16net is now known as cp16net|away01:37
*** cp16net|away is now known as cp16net01:37
*** msinhore has joined #openstack01:38
*** dims has quit IRC01:40
*** nmistry has joined #openstack01:40
*** Tross has joined #openstack01:45
*** RoboticCheese has quit IRC01:47
*** RoboticCheese has joined #openstack01:48
sdaguebodepd: reading backlog, the folsom branch of tempest probably needs min 4G, and better for 8G on your compute to test it out01:48
*** bdpayne has quit IRC01:48
sdaguethe races weren't really fixed until the grizzly stream01:48
*** comptona has quit IRC01:49
*** gdubreui has quit IRC01:49
*** dextone has joined #openstack01:49
*** mestery has joined #openstack01:49
*** zeriouz has joined #openstack01:50
*** rmartinelli has joined #openstack01:51
*** bing_bu has quit IRC01:55
*** markmcclain has quit IRC01:56
*** amerine has quit IRC01:57
*** ryanpetrello has joined #openstack01:58
*** GeoKM has quit IRC01:58
*** carlp is now known as carlp-away01:59
*** vkmc has quit IRC02:01
*** bing_bu has joined #openstack02:01
*** yaguang has joined #openstack02:03
*** bknudson has quit IRC02:03
*** otherwiseguy has quit IRC02:04
*** GeoKM has joined #openstack02:04
*** vladdy has joined #openstack02:06
*** pixelbeat has quit IRC02:06
*** evanjfraser has quit IRC02:06
*** erkules has quit IRC02:07
*** zeriouz has quit IRC02:08
*** vladdy_ has quit IRC02:08
*** sn0wb1rd has quit IRC02:08
*** yuwang has joined #openstack02:11
*** huan has joined #openstack02:14
*** sarob has quit IRC02:14
*** nphase has joined #openstack02:16
*** ladquin has quit IRC02:16
*** noslzzp has quit IRC02:17
*** ryanpetrello has quit IRC02:17
*** kagan has quit IRC02:19
*** Blackavar has quit IRC02:20
*** Egyptian[Laptop] has quit IRC02:21
*** sayan has joined #openstack02:21
*** rnorwood1 has joined #openstack02:22
*** Ryan_Lane has quit IRC02:22
*** msavy has quit IRC02:22
*** Math___ has joined #openstack02:23
*** ryanpetrello has joined #openstack02:23
*** erkules has joined #openstack02:24
*** Neonlajt has quit IRC02:24
*** dwcramer has quit IRC02:26
*** sn0wb1rd has joined #openstack02:27
*** msinhore has quit IRC02:27
*** zeriouz has joined #openstack02:29
*** noslzzp has joined #openstack02:30
*** acb__ has joined #openstack02:30
*** livemoon has joined #openstack02:31
*** cloudchimp has joined #openstack02:31
*** cloudchimp has quit IRC02:32
*** Neonlajt has joined #openstack02:32
*** AlanClark has quit IRC02:32
*** dolphm has quit IRC02:33
*** AlanClark has joined #openstack02:33
*** Egyptian[Laptop] has joined #openstack02:33
*** Math___ has quit IRC02:36
*** msinhore has joined #openstack02:37
*** sayan has quit IRC02:37
*** schuckles has joined #openstack02:37
*** esp1 has joined #openstack02:40
*** warik has quit IRC02:41
*** racker_markd has joined #openstack02:41
*** clopez has joined #openstack02:41
*** msavy has joined #openstack02:41
*** racker_markd has quit IRC02:42
*** ryanpetrello has quit IRC02:42
*** spzala has joined #openstack02:43
*** Math___ has joined #openstack02:44
*** racker_markd has joined #openstack02:47
*** adjohn has quit IRC02:48
*** esp1 has left #openstack02:48
*** dwcramer has joined #openstack02:49
*** jcmartin has quit IRC02:49
*** zeriouz has quit IRC02:52
*** koolhead17 has joined #openstack02:52
*** Math___ has quit IRC02:54
*** markwash has joined #openstack02:54
*** zeriouz has joined #openstack02:55
*** racker_markd has quit IRC02:56
*** anniec has quit IRC03:00
*** gdubreui has joined #openstack03:02
*** yaguang has quit IRC03:03
*** ryanpetrello has joined #openstack03:03
*** dims has joined #openstack03:03
*** evanjfraser has joined #openstack03:03
*** cp16net is now known as cp16net|away03:05
*** jamespage has quit IRC03:05
*** jamespage has joined #openstack03:06
*** koolhead17 has quit IRC03:06
*** dims has quit IRC03:08
*** cp16net|away is now known as cp16net03:08
*** KLevenstein has joined #openstack03:09
*** dims has joined #openstack03:10
*** b1tbkt_ has joined #openstack03:10
*** b1tbkt_ has quit IRC03:12
*** msinhore has quit IRC03:12
*** melwitt has quit IRC03:14
*** rturk is now known as rturk-away03:15
*** nmistry has quit IRC03:17
*** annegentle has joined #openstack03:19
*** annegentle has quit IRC03:26
*** annegentle has joined #openstack03:27
*** CaptTofu has joined #openstack03:30
*** Tross has quit IRC03:30
*** tomoe_ has quit IRC03:31
*** tomoe_ has joined #openstack03:31
*** desai has quit IRC03:32
*** tomoe_ has quit IRC03:36
*** annegentle has quit IRC03:37
*** jeevan_ullas has joined #openstack03:38
*** esp has joined #openstack03:40
*** AlanClark has quit IRC03:41
*** AlanClark has joined #openstack03:41
*** CaptTofu has quit IRC03:43
*** Math___ has joined #openstack03:44
*** martine has joined #openstack03:45
*** ketan985 has joined #openstack03:47
*** bootstrapper has joined #openstack03:48
*** jcmartin has joined #openstack03:48
*** doublerr has joined #openstack03:49
*** doublerr has quit IRC03:49
*** noslzzp has quit IRC03:51
*** leifmadsen has quit IRC03:52
*** esp has left #openstack03:53
*** Math___ has quit IRC03:54
*** sayan has joined #openstack03:54
*** sayan has joined #openstack03:54
*** nmistry has joined #openstack03:55
*** amerine has joined #openstack03:55
*** yocum has quit IRC03:56
*** serengeti has joined #openstack03:57
*** adjohn has joined #openstack03:58
*** Blackavar has joined #openstack03:59
*** ketan985 has quit IRC03:59
*** jecarey has joined #openstack03:59
*** schuckles has quit IRC03:59
*** koolhead17 has joined #openstack04:02
*** alekibango has quit IRC04:03
*** GeoKM has quit IRC04:03
*** adjohn has quit IRC04:04
*** acb__ has quit IRC04:05
*** alekibango has joined #openstack04:06
*** lfazio has quit IRC04:07
*** Math___ has joined #openstack04:09
*** Vacuity_ has joined #openstack04:09
*** yaguang has joined #openstack04:10
*** jsindy has joined #openstack04:10
*** Vacuity has quit IRC04:13
*** zzs has left #openstack04:14
*** datajerk has quit IRC04:15
*** serengeti has quit IRC04:15
*** aruntomar has joined #openstack04:17
*** jecarey has left #openstack04:17
*** dachary has quit IRC04:18
*** robertmyers has joined #openstack04:18
*** dachary has joined #openstack04:19
*** clopez has quit IRC04:19
*** jsindy has quit IRC04:21
*** bdpayne has joined #openstack04:22
*** datajerk has joined #openstack04:22
*** networkstatic has joined #openstack04:24
*** noskill has quit IRC04:25
*** noskill has joined #openstack04:25
*** SvenDowideit has quit IRC04:26
*** SvenDowideit has joined #openstack04:26
*** Math___ has quit IRC04:26
*** bdpayne has quit IRC04:28
*** Tross has joined #openstack04:29
*** bdpayne has joined #openstack04:30
*** evanjfraser has quit IRC04:31
*** kochan_ has joined #openstack04:31
*** esp has joined #openstack04:32
*** esp has left #openstack04:32
*** zeriouz has quit IRC04:33
*** kochan has quit IRC04:34
*** anniec has joined #openstack04:35
*** nphase has quit IRC04:38
*** osphy has quit IRC04:38
*** nphase has joined #openstack04:39
*** nphase has joined #openstack04:39
*** soody has quit IRC04:39
*** nphase has joined #openstack04:39
*** nphase has joined #openstack04:39
*** rushiagr has joined #openstack04:40
*** ryanpetrello has quit IRC04:45
*** ryanpetrello has joined #openstack04:46
*** zeriouz has joined #openstack04:46
*** GeoKM has joined #openstack04:50
*** markmcclain has joined #openstack04:50
*** anniec has quit IRC04:51
*** harlowja has joined #openstack04:52
*** ryanpetrello has quit IRC04:52
*** ryanpetrello has joined #openstack04:53
*** vipul is now known as vipul|away04:54
*** ryanpetrello has quit IRC04:58
*** JoeC has quit IRC04:58
*** freeflying has quit IRC05:00
*** Math___ has joined #openstack05:01
*** comptona has joined #openstack05:02
*** tualatrix has joined #openstack05:03
*** navid has joined #openstack05:05
*** acb__ has joined #openstack05:05
*** Mellified has joined #openstack05:06
*** freeflying has joined #openstack05:08
*** danger_fo_away has quit IRC05:10
*** danger_f` has joined #openstack05:10
*** danger_f` is now known as danger_fo_away05:10
*** tomoe_ has joined #openstack05:12
*** armaan has joined #openstack05:13
*** danblack has quit IRC05:14
*** Ryan_Lane has joined #openstack05:14
*** Math___ has quit IRC05:15
*** markwash has quit IRC05:16
*** robbiew has left #openstack05:17
*** tualatrix has quit IRC05:18
*** aeperezt has quit IRC05:19
*** martine has quit IRC05:19
*** acb__ has quit IRC05:19
*** tualatrix has joined #openstack05:19
*** Mellified- has joined #openstack05:21
*** avoine has left #openstack05:22
*** Mellified has quit IRC05:23
*** burris has quit IRC05:23
*** Tross has quit IRC05:24
*** burris has joined #openstack05:24
*** koolhead17 has quit IRC05:25
*** bootstrapper has quit IRC05:25
*** bootstrapper has joined #openstack05:26
*** bdpayne has quit IRC05:26
*** bootstrapper has quit IRC05:27
*** acb__ has joined #openstack05:27
*** bootstrapper has joined #openstack05:27
*** krow has joined #openstack05:28
*** kochan_ has quit IRC05:30
*** kochan has joined #openstack05:30
*** buzztroll_ has quit IRC05:34
*** acb__ has quit IRC05:35
*** amerine has quit IRC05:35
bodepdsdague: yep, I bumped it up to 8 and it worked fine05:37
*** srp_ has joined #openstack05:40
*** crandquist has joined #openstack05:41
*** warik has joined #openstack05:44
*** fenris_ has joined #openstack05:44
*** fenris_ is now known as Guest926005:45
*** ejat has joined #openstack05:45
kvadcertificates  client.rb  server.rb  solr-jetty  solr.rb  webui.rb05:47
kvadwoops05:47
*** iDrac has joined #openstack05:47
*** Tross has joined #openstack05:47
*** danblack has joined #openstack05:48
*** GeoKM has quit IRC05:52
*** simon-AS559 has joined #openstack05:56
*** simon-AS5591 has joined #openstack05:57
*** AlanClark has quit IRC05:57
*** AlanClark has joined #openstack05:58
*** almaisan-away is now known as al-maisan06:00
*** simon-AS559 has quit IRC06:01
*** al-maisan is now known as almaisan-away06:02
*** ejat has quit IRC06:02
*** garyk has quit IRC06:03
*** ketan985 has joined #openstack06:04
*** ketan985 has quit IRC06:06
*** vipul|away is now known as vipul06:06
*** ketan985 has joined #openstack06:07
*** jcmartin has quit IRC06:09
*** dwcramer has quit IRC06:12
*** ketan985 has quit IRC06:13
prometheanfirelol06:14
*** hattwick has quit IRC06:19
*** Ryan_Lane has quit IRC06:20
*** vipul is now known as vipul|away06:21
*** evanjfraser has joined #openstack06:21
*** livemoon has quit IRC06:22
*** markwash has joined #openstack06:23
*** nmistry has quit IRC06:23
*** adjohn has joined #openstack06:25
*** sam_one has quit IRC06:26
*** sam_one has joined #openstack06:27
*** markwash has quit IRC06:27
*** rnorwood1 has quit IRC06:30
*** spzala has quit IRC06:30
*** alekibango has quit IRC06:32
*** livemoon has joined #openstack06:34
*** vipul|away is now known as vipul06:37
*** pvankouteren has joined #openstack06:37
*** krow has quit IRC06:40
*** livemoon has quit IRC06:42
*** osphy has joined #openstack06:44
*** cYrilD has joined #openstack06:44
*** alekibango has joined #openstack06:45
*** garyk has joined #openstack06:45
*** KyleMacDonald has joined #openstack06:51
*** vipul is now known as vipul|away06:57
*** evanjfraser has quit IRC06:59
*** sandeepr has joined #openstack07:00
*** ritzcarltn has joined #openstack07:01
*** ritzcarltn has quit IRC07:02
*** ritzcarltn has joined #openstack07:03
*** ritzcarltn has quit IRC07:03
*** AlanClark has quit IRC07:05
*** AlanClark has joined #openstack07:05
*** sayan has quit IRC07:07
*** ritzcarltn has joined #openstack07:08
*** pn has quit IRC07:09
*** pn has joined #openstack07:09
*** techlife has quit IRC07:10
*** dachary has quit IRC07:10
*** techlife has joined #openstack07:11
*** ritzcarltn has quit IRC07:13
*** ritzcarlt has joined #openstack07:13
*** ritzcarlt has quit IRC07:14
*** ritzcarltn has joined #openstack07:14
*** ritzcarltn has quit IRC07:14
*** comptona has quit IRC07:15
*** amerine has joined #openstack07:15
*** gdubreui has quit IRC07:17
*** ritzcarltn has joined #openstack07:17
*** ritzcarltn has quit IRC07:17
*** ritzcarltn has joined #openstack07:17
*** davidha has quit IRC07:18
*** yaguang has quit IRC07:20
*** cYrilD has quit IRC07:22
*** Math___ has joined #openstack07:23
*** evanjfraser has joined #openstack07:27
*** mindpixel has joined #openstack07:29
*** One-Man-Bucket has joined #openstack07:30
*** s0ur has joined #openstack07:33
*** linuxfreck has joined #openstack07:33
*** ritzcarltn has quit IRC07:33
*** Math___ has quit IRC07:33
*** s0ur has left #openstack07:33
*** s0ur has joined #openstack07:35
*** melmoth has joined #openstack07:36
*** Math___ has joined #openstack07:36
mynameisdeletedso.. why would horizon take tons of cpu power?07:36
mynameisdeletedor the apache process with horizon installed07:36
*** ritzcarltn has joined #openstack07:37
*** vlad_starkov has joined #openstack07:38
*** adalbas has quit IRC07:39
*** [caveman] has quit IRC07:39
*** mdomsch has quit IRC07:39
*** Spiralmatrix has quit IRC07:39
*** hingo has quit IRC07:39
*** verdurin has quit IRC07:39
*** dubsquared has quit IRC07:39
*** ayoung has quit IRC07:39
*** sulrich has quit IRC07:39
*** olafont has quit IRC07:39
*** chang1p has quit IRC07:39
*** kuduk__ has quit IRC07:39
*** maurosr has quit IRC07:39
*** j1mc has quit IRC07:39
*** rolloTomasi has quit IRC07:39
*** shadower has quit IRC07:39
*** nilsson has quit IRC07:39
*** ahale has quit IRC07:39
*** sante has quit IRC07:39
*** engkur has joined #openstack07:39
engkurhi all07:39
*** olafont has joined #openstack07:39
*** ritzcarltn has quit IRC07:40
*** ritzcarltn has joined #openstack07:40
*** ahale has joined #openstack07:41
*** dubsquared has joined #openstack07:41
*** yaguang has joined #openstack07:42
*** kuduk__ has joined #openstack07:42
*** [cave] has joined #openstack07:42
*** ayoung has joined #openstack07:42
*** mdomsch has joined #openstack07:43
*** blamar_ has joined #openstack07:44
*** mrunge has joined #openstack07:44
*** blamar has quit IRC07:45
*** blamar_ is now known as blamar07:45
*** henrynash has joined #openstack07:47
*** flaper87 has joined #openstack07:48
*** adalbas has joined #openstack07:48
*** miclorb has quit IRC07:48
*** miclorb has joined #openstack07:51
*** Spiralmatrix has joined #openstack07:51
*** hingo has joined #openstack07:51
*** verdurin has joined #openstack07:51
*** sulrich has joined #openstack07:51
*** chang1p has joined #openstack07:51
*** maurosr has joined #openstack07:51
*** j1mc has joined #openstack07:51
*** rolloTomasi has joined #openstack07:51
*** shadower has joined #openstack07:51
*** nilsson has joined #openstack07:51
*** sante has joined #openstack07:51
*** aruntomar has quit IRC07:51
*** aruntomar has joined #openstack07:51
*** reidrac has joined #openstack07:55
*** markmcclain has quit IRC07:56
*** Math___ has quit IRC07:57
*** buzztroll_ has joined #openstack07:57
*** dachary has joined #openstack07:58
*** Spiralmatrix has quit IRC07:59
*** tualatrix_ has joined #openstack08:01
*** lbrower has joined #openstack08:02
*** lbrower has joined #openstack08:02
*** guigui1 has joined #openstack08:03
*** simon-AS5591 has quit IRC08:04
*** tualatrix has quit IRC08:04
*** eglynn has joined #openstack08:05
*** nacx has joined #openstack08:06
*** jbr_zzz has left #openstack08:10
*** evanjfraser has quit IRC08:11
*** zoresvit has joined #openstack08:11
*** ttrifonov_zZzz is now known as ttrifonov08:12
*** vlad_starkov has quit IRC08:14
*** tryggvil has quit IRC08:15
*** zoresvit has quit IRC08:15
*** davidha has joined #openstack08:16
*** texarcana has quit IRC08:20
*** pantea has joined #openstack08:20
*** texarcana has joined #openstack08:21
engkurhi all08:21
*** ondergetekende has joined #openstack08:21
engkuri am just build openstack 3 node for learning08:22
engkurwhat the best arch ? 1 node controller+storage and 2 node compute08:22
engkuror 1 controll+storage, 1 network, 1 compute08:23
*** mmagr has joined #openstack08:23
*** dirkx_ has joined #openstack08:25
*** nsavin has quit IRC08:27
*** eschnou has joined #openstack08:29
*** yaguang has quit IRC08:29
*** BobBall has quit IRC08:30
*** BobBall has joined #openstack08:30
*** BobBall has quit IRC08:32
*** zoresvit has joined #openstack08:32
*** BobBall has joined #openstack08:32
melmothengkur, i would go for 1 controller (everything but compute) and 2 computes08:33
melmothi think the most important, for learning, is to have at least 2 compute nodes08:33
*** Staples84 has joined #openstack08:33
melmothso you can see how the bridge work (or does not....)08:33
*** afazekas has joined #openstack08:36
*** Kharec has joined #openstack08:36
*** P3n74 has joined #openstack08:37
*** miclorb has quit IRC08:38
engkuryup, thanks, but i have 1 p4 old server 32bit, and 2 xeon newer server, 64bit, vt-x enable08:38
engkurist this old p4, capable running controller node,08:39
melmothgive it a try08:39
engkurjust curius08:39
*** simon-AS559 has joined #openstack08:39
*** simon-AS5591 has joined #openstack08:40
*** nsavin has joined #openstack08:40
P3n74hello, is there a possible workaround for the xen UEFI bug?08:40
*** networkstatic has quit IRC08:40
P3n74I would like to setup openstack + xcp-xapi08:40
*** almaisan-away is now known as al-maisan08:41
*** BobBall has quit IRC08:42
*** BobBall_ has joined #openstack08:42
*** pixelbeat has joined #openstack08:42
*** simon-AS559 has quit IRC08:44
*** adjohn has quit IRC08:46
*** srp_ has quit IRC08:47
*** P3n74 has quit IRC08:52
*** tryggvil has joined #openstack08:52
*** yaguang has joined #openstack08:52
*** P3n74 has joined #openstack08:53
*** fsimonce has joined #openstack08:53
*** henrynash has quit IRC08:54
*** fbo has joined #openstack08:56
*** zoresvit has quit IRC08:58
*** gael has joined #openstack08:59
*** msavy has quit IRC08:59
*** wwallnrr__ has quit IRC08:59
*** jpich has joined #openstack09:00
*** Staples84 has quit IRC09:00
*** zoresvit has joined #openstack09:01
*** rigolox has joined #openstack09:01
*** dextone has quit IRC09:02
*** tualatrix has joined #openstack09:03
*** tualatrix_ has quit IRC09:03
*** DachesBella has joined #openstack09:05
*** zoresvit has quit IRC09:05
*** corXi has joined #openstack09:06
*** DachesBella has quit IRC09:08
*** KyleMacDonald has quit IRC09:08
*** dextone has joined #openstack09:08
*** vila has joined #openstack09:08
*** Spiralmatrix has joined #openstack09:08
*** lfazio has joined #openstack09:10
*** zeriouz has quit IRC09:11
*** gdubreui has joined #openstack09:11
*** derekh has joined #openstack09:14
*** Vacuity_ has quit IRC09:17
*** Vacuity_ has joined #openstack09:17
*** adjohn has joined #openstack09:17
*** Vacuity_ is now known as Vacuity09:17
*** gdubreui has quit IRC09:17
*** zoresvit has joined #openstack09:19
*** bsdgeek has joined #openstack09:20
*** aruntomar has quit IRC09:21
*** AlanClark has quit IRC09:22
*** AlanClark has joined #openstack09:23
*** johnthetubaguy1 has joined #openstack09:23
*** lillie- is now known as lillie09:24
*** darraghb has joined #openstack09:24
*** scuttlemonkey has quit IRC09:26
*** adjohn has quit IRC09:26
*** iDrac_ has joined #openstack09:28
sandeeprmelmoth, i'm setting up controller, network, compute on the same node. 2 interfaces, linux bridge plugin. this should still work? i'm asking based on your response earlier - <melmoth> so you can see how the bridge work (or does not....)09:30
melmotheverything could work09:30
melmothit s all modular09:30
*** pokoli has joined #openstack09:30
*** psedlak has joined #openstack09:31
sandeeprthanks09:31
melmothbut if you only have 1 compute node, you wont be able to play with the bridge09:31
*** yaguang has quit IRC09:31
*** iDrac has quit IRC09:31
melmothand you may have a broken setup without even realising it09:31
sandeepri had a ovs based 3 node setup which ran into issues09:32
sandeeprhence i took this approach09:32
*** donagh has quit IRC09:32
sandeepri'm not able to understand "you wont be able to play with the bridge" and "you may have a broken setup'09:32
sandeepri thought the plugin should still do its job with the single eth?09:33
*** dirkx_ has quit IRC09:33
melmothwhat i m saying is, with only 1 compute node, you will miss opportunity to experience problem having vm communicating with each others09:34
melmothbecause they will all be hosted on the same host09:34
melmothso obviously, the networking between them will be easier than if they were hosted on 2 separate machine09:34
engkurmelmoth, can i play with HA and load balance with 2 node compute ?09:34
melmothno idea, but i doubt.09:34
melmothhighly availabitly usually means more machine...09:35
melmothwith 2 nodes, all you are left with is to have two copy of each servicxes on each machine09:35
melmothbut i never did ha anyway. one problem after another09:35
sandeeprok got it - perhpas for the time being i'm running away from not want to encounter that problem since i have had nightmarish experience about it :-) :-)09:35
sandeeprthanks as always for chiming in09:36
engkurmelmoth, HA within vm node... like traditional HA cluster in cluster-labs09:37
*** bbcmicrocomputer has joined #openstack09:38
*** bbcmicrocomputer has joined #openstack09:38
melmothohhh. That s another problem i havent been playing with neither09:38
melmothi m not even sure there s a way to automatically do that.09:38
melmoththe usual sharing virtual ip between service and pacemaker/corosync stuff seems difficult to put in09:38
*** maxdml has quit IRC09:39
*** maxdml has joined #openstack09:41
*** simon-AS5591 has quit IRC09:41
*** johnthetubaguy has quit IRC09:42
*** ssedano has quit IRC09:43
*** bing_bu has quit IRC09:43
*** vila has quit IRC09:44
*** pn has quit IRC09:44
*** pn has joined #openstack09:44
*** bing_bu has joined #openstack09:44
*** Math___ has joined #openstack09:45
*** simon-AS559 has joined #openstack09:45
*** bing_bu has quit IRC09:45
*** henrynash has joined #openstack09:46
*** MarcMorata has joined #openstack09:48
*** iDrac_ has quit IRC09:49
*** simon-AS5591 has joined #openstack09:49
*** simon-AS559 has quit IRC09:50
*** miguitas has joined #openstack09:50
*** iDrac has joined #openstack09:51
*** adjohn has joined #openstack09:52
*** yaguang has joined #openstack09:53
*** Math___ has quit IRC09:55
*** jodok has joined #openstack09:56
*** jodok has joined #openstack09:56
*** iartarisi has joined #openstack09:56
*** jodok has quit IRC09:57
*** jodok has joined #openstack09:57
*** vladdy has quit IRC09:57
*** adjohn has quit IRC09:58
mynameisdeletedso.. horizon can get quite slow09:59
*** vladdy has joined #openstack09:59
*** ujjain has joined #openstack10:05
*** msinhore has joined #openstack10:12
*** itarchitectkev has joined #openstack10:13
*** aloga is now known as ojete10:16
*** ojete is now known as aloga10:17
*** Math___ has joined #openstack10:18
*** yaguang has quit IRC10:20
*** mindpixel has quit IRC10:21
*** cowmix has quit IRC10:26
*** zoresvit has quit IRC10:26
*** Math___ has quit IRC10:27
*** nsavin has quit IRC10:27
*** cowmix has joined #openstack10:29
*** armaan has quit IRC10:29
*** Math___ has joined #openstack10:32
*** tualatrix has quit IRC10:32
*** zoresvit has joined #openstack10:32
*** dachary has quit IRC10:32
*** bapa has quit IRC10:32
*** dweaver has joined #openstack10:33
*** AlanClark has quit IRC10:34
*** dachary has joined #openstack10:34
*** msavy has joined #openstack10:34
*** hattwick has joined #openstack10:35
*** bapa has joined #openstack10:36
*** esker has joined #openstack10:38
*** gdubreui has joined #openstack10:39
*** simon-AS5591 has quit IRC10:41
*** simon-AS559 has joined #openstack10:41
*** Math___ has quit IRC10:41
*** johnthetubaguy1 has quit IRC10:41
*** kUdtiHaEX has joined #openstack10:43
*** jbr_ has joined #openstack10:43
*** Free_maN has quit IRC10:43
*** esker has quit IRC10:44
*** kUdtiHaEX is now known as kutija10:45
*** Free_maN has joined #openstack10:45
*** Free_maN has joined #openstack10:45
*** armaan has joined #openstack10:45
*** simon-AS559 has quit IRC10:45
*** nsavin has joined #openstack10:46
*** nmontes has joined #openstack10:46
*** vlad_starkov has joined #openstack10:47
*** johnthetubaguy has joined #openstack10:47
*** yamahata has joined #openstack10:48
*** msavy has quit IRC10:49
*** Staples84 has joined #openstack10:50
*** msavy has joined #openstack10:50
*** vkmc has joined #openstack10:53
*** msinhore has quit IRC10:53
kutijawhen I get this OpenStack working I will get myself drunk10:53
kutijareally really drunk10:53
*** acathrow has joined #openstack10:54
*** kevein has quit IRC10:54
engkurkutija, drunk ??? why, what did u drink10:56
kutijanothing except a lot of coffee so far but I will get something much stronger10:57
kutijawhen I finish with my OpenStack deploymnet10:57
*** amerine has quit IRC10:57
vkmclol10:58
vkmckutija, is it giving you some headaches?10:59
kutijayes it does, a lot10:59
kutijabut I'll manage10:59
*** ritzcarltn has quit IRC10:59
vkmcGood luck with it :)11:00
kutijahopefully today it will start working11:00
*** Ritz has joined #openstack11:00
kutijathanks ;)11:00
*** BjoernC has joined #openstack11:00
kutijabut still i'm planning to get drunk as soon as I'm over with it :)11:00
engkurkutija, me too, i drink nescape coffee, i dont smoke, i dont drink a bir...11:01
*** nmontes has quit IRC11:01
*** nmontes has joined #openstack11:01
*** simon-AS559 has joined #openstack11:01
RitzI always smoke, Damn,11:01
engkurkutija, did you try another cloud software, cloudstack, opennebula ?11:02
*** mkollaro has joined #openstack11:02
kutijaengkur: nope, I did not11:02
*** mkouhei has left #openstack11:04
*** coolj has quit IRC11:04
*** vila has joined #openstack11:05
*** simon-AS559 has quit IRC11:05
*** nmontes has quit IRC11:05
*** simon-AS559 has joined #openstack11:06
*** vila has quit IRC11:06
dmikutija: I hear you11:06
dmiI have plans to celebrate this working11:06
*** vlad_starkov has quit IRC11:06
*** vlad_sta_ has joined #openstack11:06
*** vila has joined #openstack11:06
*** coolj has joined #openstack11:07
*** vila has quit IRC11:08
*** vila has joined #openstack11:09
*** clopez has joined #openstack11:12
engkurhmm celebrate like what ?11:13
*** Math___ has joined #openstack11:15
kutijalike live music and lot of various types of rakija and beer :)11:15
engkuruh... i like make a headphone, couse 3 server in my desk, with alot of noise...11:19
*** huan has quit IRC11:21
*** dgel has joined #openstack11:23
*** Math___ has quit IRC11:25
*** Math___ has joined #openstack11:26
*** jeevan_ullas has quit IRC11:30
*** larsbutler has joined #openstack11:32
*** yaguang has joined #openstack11:33
*** jeevan_ullas has joined #openstack11:33
*** BjoernC has quit IRC11:34
*** larsbutler has quit IRC11:34
*** larsbutler_ has joined #openstack11:34
*** Math___ has quit IRC11:36
*** tomoe_ has quit IRC11:36
*** larsbutler_ is now known as larsbutler11:37
*** msinhore has joined #openstack11:37
*** vila has quit IRC11:41
*** sandeepr has quit IRC11:43
*** b_52globe has joined #openstack11:43
b_52globehi guys11:43
b_52globeanybody using swiftstack ?11:43
*** nphase has quit IRC11:45
*** gdubreui has quit IRC11:46
*** BjoernC has joined #openstack11:51
dmihow do I control the IP given to the host11:59
dmi?11:59
dmiin quantum/folsom/openvswitch/single host mode11:59
dmiat the moment, it's been allocated an address inside the dnsmasq range; I'd prefer one outside it11:59
*** osphy has quit IRC12:01
*** msinhore has quit IRC12:02
*** zeus has joined #openstack12:03
*** davidh_ has joined #openstack12:04
*** mohits has joined #openstack12:05
*** davidha has quit IRC12:06
*** rkukura has quit IRC12:08
*** de_munk has joined #openstack12:08
*** mkollaro has quit IRC12:11
*** WackoRobie has joined #openstack12:17
*** racker_markd has joined #openstack12:17
*** h0cin has joined #openstack12:19
*** Math___ has joined #openstack12:19
*** adjohn has joined #openstack12:24
*** mohits has quit IRC12:25
*** nphase has joined #openstack12:25
*** ahasenack has joined #openstack12:25
*** chasmo has quit IRC12:26
*** sayan has joined #openstack12:27
*** sayan has joined #openstack12:27
*** ilblackd_ has joined #openstack12:27
*** adjohn has quit IRC12:29
*** ilblackdragon has quit IRC12:30
*** racker_markd has quit IRC12:30
*** yocum has joined #openstack12:31
*** Math___ has quit IRC12:31
*** Harry51S has joined #openstack12:31
*** vmlinuz has joined #openstack12:32
*** ryanpetrello has joined #openstack12:32
*** WackoRobie has quit IRC12:35
*** lfazio has quit IRC12:35
*** jeevan_ullas_ has joined #openstack12:36
*** jeevan_ullas has quit IRC12:37
*** jeevan_ullas_ is now known as jeevan_ullas12:37
*** zoresvit has quit IRC12:38
*** jbresnah has joined #openstack12:39
*** buzztroll_ has quit IRC12:40
*** simon-AS559 has quit IRC12:40
*** nsavin has quit IRC12:41
*** krtaylor has quit IRC12:41
*** yaguang has quit IRC12:42
*** nmontes has joined #openstack12:43
*** Math___ has joined #openstack12:45
*** nmontes has quit IRC12:48
*** nmontes has joined #openstack12:48
*** espen__ has quit IRC12:49
*** cpg has quit IRC12:52
*** navid has left #openstack12:52
*** cpg|away has joined #openstack12:52
*** cpg|away is now known as cpg12:52
*** cpg is now known as Guest8304112:53
*** mohits has joined #openstack12:54
*** zoresvit has joined #openstack12:56
*** sandywalsh has quit IRC12:56
*** krtaylor has joined #openstack12:57
*** Deoan has joined #openstack12:57
*** navid has joined #openstack12:57
*** martine has joined #openstack13:00
*** lborda has joined #openstack13:00
*** engkur has quit IRC13:00
*** freeflying has quit IRC13:00
*** zoresvit has quit IRC13:01
*** tomoe_ has joined #openstack13:01
*** One-Man-Bucket has quit IRC13:03
*** soody has joined #openstack13:03
*** linuxfreck has quit IRC13:06
*** ryanpetrello has quit IRC13:06
*** mindpixel has joined #openstack13:06
*** Math___ has quit IRC13:07
*** sandywalsh has joined #openstack13:09
*** freeflying has joined #openstack13:09
*** Kharec has quit IRC13:09
*** One-Man-Bucket has joined #openstack13:09
*** soody has quit IRC13:11
*** vlad_sta_ has quit IRC13:11
*** yuwang has quit IRC13:11
*** jbresnah_ has joined #openstack13:12
*** jbresnah has quit IRC13:13
*** markvoelker has joined #openstack13:14
*** zoresvit has joined #openstack13:15
*** Kharec has joined #openstack13:15
*** racker_markd has joined #openstack13:16
*** schuckles has joined #openstack13:17
*** et1337 has joined #openstack13:18
*** lborda has quit IRC13:19
*** ejat has joined #openstack13:19
*** ejat has joined #openstack13:19
*** lborda has joined #openstack13:20
*** nphase has quit IRC13:20
*** ryanpetrello has joined #openstack13:21
*** ryanpetrello has quit IRC13:21
*** nsavin has joined #openstack13:21
*** robertmyers has quit IRC13:22
*** leifmadsen has joined #openstack13:23
*** adjohn has joined #openstack13:24
*** jmh_ has joined #openstack13:26
*** alunduil has quit IRC13:27
*** chasmo has joined #openstack13:28
*** adjohn has quit IRC13:29
*** digitalsanctum has joined #openstack13:29
*** ttrifonov is now known as ttrifonov_zZzz13:30
*** hunglin has joined #openstack13:33
*** hunglin has quit IRC13:33
scott_whi, i'm following these instructions: http://www.hastexo.com/resources/docs/installing-openstack-essex-20121-ubuntu-1204-precise-pangolin13:35
scott_wto set-up openstack on a single server, i've got to the last step, created a VM and i can't ping it13:35
*** msinhore has joined #openstack13:36
*** Math___ has joined #openstack13:36
scott_wi've installed horizon, and looked at its boot process and see: cloud-init-nonet gave up waiting for a network device.13:36
*** dolphm has joined #openstack13:36
*** noslzzp has joined #openstack13:36
*** anteaya has joined #openstack13:39
*** armaan has quit IRC13:40
*** ttrifonov_zZzz is now known as ttrifonov13:41
*** racker_markd has quit IRC13:42
*** linuxfreck has joined #openstack13:42
*** nmontes has left #openstack13:45
*** Math___ has quit IRC13:45
*** foexle has joined #openstack13:46
foexlehiho guys13:46
*** racker_markd has joined #openstack13:46
*** anniec has joined #openstack13:52
*** doude has joined #openstack13:52
*** eschnou has quit IRC13:52
*** sayan_ has joined #openstack13:52
*** lborda has quit IRC13:54
*** lborda has joined #openstack13:55
*** KLevenstein has joined #openstack13:57
*** mohits has quit IRC14:00
*** lborda has quit IRC14:00
*** jodok has quit IRC14:01
*** Math___ has joined #openstack14:03
*** kbringard has joined #openstack14:03
*** johnthetubaguy has quit IRC14:03
*** fbo has quit IRC14:04
*** johnthetubaguy has joined #openstack14:04
*** jodok has joined #openstack14:04
*** lborda has joined #openstack14:06
*** itarchitectkev has quit IRC14:06
*** Kharec has quit IRC14:06
*** eschnou has joined #openstack14:06
*** Kharec has joined #openstack14:07
*** carif has joined #openstack14:08
*** itarchitectkev has joined #openstack14:08
*** vila has joined #openstack14:08
*** kindjal has joined #openstack14:09
*** yaguang has joined #openstack14:10
*** annegentle has joined #openstack14:10
*** fbo has joined #openstack14:12
*** arcimboldo has joined #openstack14:12
*** danblack has quit IRC14:13
arcimboldoHi all, it seems that my nova-network service (folsom installation) is keeping some floating IP from being assigned14:13
arcimboldohow can I double check they are not actually used and free them?14:13
*** engkur has joined #openstack14:14
*** ladquin has joined #openstack14:15
*** de_munk has quit IRC14:15
*** anniec has quit IRC14:16
*** anniec has joined #openstack14:17
*** ujjain has quit IRC14:19
*** ondergetekende has quit IRC14:20
*** ondergetekende has joined #openstack14:20
*** jergerber has joined #openstack14:20
*** andreas__ has joined #openstack14:20
*** UICTamale has joined #openstack14:21
*** eschnou has quit IRC14:21
*** ahasenack has quit IRC14:22
*** doude has quit IRC14:22
*** gmi has joined #openstack14:23
*** jaypipes has quit IRC14:23
*** jWhiskey has joined #openstack14:23
*** lvaughn has quit IRC14:24
*** zoresvit has quit IRC14:24
*** nphase has joined #openstack14:25
*** nphase has joined #openstack14:25
et1337arcimboldo: can you tell if they're assigned to an instance? What does nova floating-ip-list say?14:25
*** lvaughn has joined #openstack14:25
*** robertmyers has joined #openstack14:26
*** rkukura has joined #openstack14:29
*** bknudson has joined #openstack14:29
*** mindpixel has quit IRC14:30
*** zz_Madasi is now known as Madasi14:30
*** fbo has quit IRC14:31
*** fbo has joined #openstack14:31
*** dwcramer has joined #openstack14:31
*** vlad_starkov has joined #openstack14:32
*** linuxfreck has quit IRC14:34
*** suehle has joined #openstack14:35
*** jbrooks has joined #openstack14:35
*** DV has joined #openstack14:35
*** vila has quit IRC14:35
*** eschnou has joined #openstack14:36
*** vila has joined #openstack14:36
arcimboldoet1337, funny thing, floating-ip-list does not show anything14:37
arcimboldonova-manage floating list shows that some IP are assigned, but I do know they are not assigned14:37
arcimboldoas showed by nova list --all-tenants=114:37
*** DV has left #openstack14:37
*** DredTiger has joined #openstack14:37
et1337arcimboldo: Hm. I don't know for sure, but I'd say you can probably just go in to your MySQL database and fix the problem manually.14:38
*** mohits has joined #openstack14:39
arcimboldoet1337,  do you know which tables I am supposed to update?14:39
*** vila has quit IRC14:40
*** Q310 has joined #openstack14:40
*** Qten has quit IRC14:40
*** vila has joined #openstack14:40
arcimboldonova.floating_ips ?14:40
*** vila has quit IRC14:40
arcimboldoshall I set project_id to NULL and auto_assigned to 0 ?14:41
*** Mellified- has quit IRC14:41
*** zoresvit has joined #openstack14:41
et1337arcimboldo: assuming you really don't want any floating IPs allocated to your project, yes14:42
*** linuxfreck has joined #openstack14:42
arcimboldoet1337, I don't quite understand what you are saying14:43
scott_wright i've tried killing dnsmasq and restarting nova-network and i'm still getting no joy getting an IP address for this server14:43
*** CaptTofu has joined #openstack14:43
arcimboldothere are a few IPs which are wrongly assigned to non-existent vms14:43
arcimboldo(or this is what I think(14:44
et1337arcimboldo: in that case, you probably want to clear out the fixed_ip_id field on those rows.14:44
arcimboldobut they are not actually used by any vm, and are not available for any other vm14:44
*** fnaval has quit IRC14:44
arcimboldothat's right14:44
*** aliguori has quit IRC14:44
arcimboldothis is what I wanted :)14:44
*** robbiew has joined #openstack14:44
arcimboldobut also the project id I think, since I use automatic_assignemnt14:44
et1337arcimboldo: well I don't know about that14:45
*** sayan has quit IRC14:45
et1337arcimboldo: oh I see, actually yeah that makes sense14:45
*** ryanpetrello has joined #openstack14:45
et1337arcimboldo: I would also look at the fixed_ips table to see if there are any lingering entries there14:46
et1337arcimboldo: there are likely a few rows with allocated=114:46
et1337arcimboldo: that shouldn't be14:46
*** ahasenack has joined #openstack14:47
arcimboldothere is no `allocated` field14:47
*** andreas__ has quit IRC14:48
*** rnorwood1 has joined #openstack14:48
et1337arcimboldo: I'm on folsom with nova-network as well, I have an allocated field. that's weird.14:48
arcimboldowonderful14:49
*** Razique has joined #openstack14:50
arcimboldoroot@cloud1:~# mysql -e 'describe floating_ips' nova14:50
arcimboldo+---------------+--------------+------+-----+---------+----------------+14:50
arcimboldo| Field         | Type         | Null | Key | Default | Extra          |14:50
arcimboldo+---------------+--------------+------+-----+---------+----------------+14:50
arcimboldo| created_at    | datetime     | YES  |     | NULL    |                |14:50
arcimboldo| updated_at    | datetime     | YES  |     | NULL    |                |14:50
arcimboldo| deleted_at    | datetime     | YES  |     | NULL    |                |14:50
arcimboldo| deleted       | tinyint(1)   | YES  |     | NULL    |                |14:50
arcimboldo| id            | int(11)      | NO   | PRI | NULL    | auto_increment |14:50
arcimboldo| address       | varchar(255) | YES  |     | NULL    |                |14:50
arcimboldo| fixed_ip_id   | int(11)      | YES  | MUL | NULL    |                |14:50
arcimboldo| project_id    | varchar(255) | YES  | MUL | NULL    |                |14:50
arcimboldo| host          | varchar(255) | YES  | MUL | NULL    |                |14:50
arcimboldo| auto_assigned | tinyint(1)   | YES  |     | NULL    |                |14:50
arcimboldo| pool          | varchar(255) | YES  | MUL | NULL    |                |14:50
arcimboldo| interface     | varchar(255) | YES  |     | NULL    |                |14:50
arcimboldo+---------------+--------------+------+-----+---------+----------------+14:50
arcimboldo(sorry for the spamming)14:50
et1337arcimboldo: oh no, I meant the fixed_ips table14:50
*** Kokuda has quit IRC14:50
*** davidh_ has quit IRC14:51
arcimboldoah sorry14:52
*** lfazio has joined #openstack14:52
et1337arcimboldo: select * from fixed_ips where allocated='1' should also list some fixed IPs that are no longer in use by any VMs14:52
*** jodok has quit IRC14:52
*** davidha has joined #openstack14:52
*** mtreinish has joined #openstack14:52
*** jodok has joined #openstack14:53
*** jodok has joined #openstack14:53
et1337arcimboldo: the floating_ip table references them via the fixed_ip_id field so you could write a quick query to find out which fixed IPs are linked to your dead floating ones14:53
arcimboldothnx et1337, I'll take a look14:53
arcimboldowell, it's actually too late, I've started N vms to check if the ips are used14:54
arcimboldoso now I've lost the link14:54
*** adjohn has joined #openstack14:55
*** mattray has joined #openstack14:56
*** vila has joined #openstack14:57
*** radez_g0n3 is now known as radez14:57
*** vila has quit IRC14:57
arcimboldowell, I was able to use all of them, so thank you :)14:57
*** zykes- has quit IRC14:58
*** adjohn has quit IRC15:00
*** yaguang_afk has joined #openstack15:01
*** DredTiger has quit IRC15:03
et1337arcimboldo: glad you got it worked out :)15:04
*** ijw1 has joined #openstack15:04
*** aeperezt has joined #openstack15:04
*** zykes- has joined #openstack15:04
*** dolphm has quit IRC15:04
*** fnaval has joined #openstack15:04
*** ijw has quit IRC15:06
*** fnaval has quit IRC15:07
*** CaptTofu has quit IRC15:08
*** sayan has joined #openstack15:09
*** CaptTofu has joined #openstack15:09
*** sandeepr has joined #openstack15:09
*** freck has joined #openstack15:10
*** One-Man-Bucket has quit IRC15:10
*** al-maisan is now known as almaisan-away15:11
*** nphase has quit IRC15:11
*** aliguori has joined #openstack15:11
*** cbachhub_ has joined #openstack15:11
*** sthaha has quit IRC15:11
*** fnaval has joined #openstack15:12
*** rnirmal has joined #openstack15:12
*** linuxfreck has quit IRC15:13
*** blamar has quit IRC15:13
*** cgkades has joined #openstack15:15
*** blamar has joined #openstack15:15
*** freck has quit IRC15:15
verduringmi: metadata working for all four new nodes now - thanks for responding15:15
*** john5223 has joined #openstack15:15
*** dolphm has joined #openstack15:16
*** swygue has joined #openstack15:16
*** DredTiger has joined #openstack15:16
*** psedlak has quit IRC15:16
*** riskable has joined #openstack15:16
*** vila has joined #openstack15:17
sandeeprverdurin, what was the metadata issue? i ask because i'm facing an issue where vm is not pingable and the vm log says network not reachable. was it similar what you faced?15:17
*** mindpixel has joined #openstack15:18
*** vila has quit IRC15:18
*** cloudchimp has joined #openstack15:18
*** whenry has joined #openstack15:19
gmiverdurin: I'm glad you got it working :)15:20
*** vila has joined #openstack15:20
*** CaptTofu has quit IRC15:21
*** afazekas has quit IRC15:21
*** vila has quit IRC15:22
*** CaptTofu has joined #openstack15:23
*** AlanClark has joined #openstack15:23
arcimboldoet1337, just one more question: the fixed_ip table also have a `leased` field, what does it mean?15:23
*** vila has joined #openstack15:23
*** eharney has joined #openstack15:24
et1337arcimboldo: I think it probably has to do with DHCP leasing15:25
et1337arcimboldo: yeah, judging based on this doc it sounds like that's what it is. http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-flat-dhcp-networking.html15:26
*** adjohn has joined #openstack15:26
*** annegentle has quit IRC15:26
*** adjohn has quit IRC15:27
*** adjohn has joined #openstack15:27
*** schuckles has quit IRC15:29
arcimboldoI wonder if I am supposed to clean up that field as well, for the VM that are not running anymore15:30
arcimboldouhm the pointer to the blogpost seems very interesting15:31
arcimboldothnx et133715:31
*** jsindy has joined #openstack15:31
verdurinsandeepr: sounds like you have a more fundamental networking problem - in my case, it was just metadata requests that weren't working15:32
*** CaptTofu_ has joined #openstack15:32
*** CaptTofu has quit IRC15:32
*** alunduil has joined #openstack15:32
*** alunduil has quit IRC15:33
*** davlaps has joined #openstack15:33
*** alunduil has joined #openstack15:34
*** vlad_starkov has quit IRC15:35
*** epim has joined #openstack15:35
*** vlad_starkov has joined #openstack15:36
*** nphase has joined #openstack15:36
*** nphase has joined #openstack15:36
*** blamar has quit IRC15:38
*** opilotte has quit IRC15:38
*** otherwiseguy has joined #openstack15:38
*** blamar has joined #openstack15:38
*** digitalsanctum has quit IRC15:38
*** b1tbkt has quit IRC15:38
*** Gordonz has joined #openstack15:39
*** Gordonz has quit IRC15:39
*** digitalsanctum has joined #openstack15:40
*** Gordonz has joined #openstack15:40
*** jcannava has quit IRC15:42
*** _HASSSAN_ has joined #openstack15:42
*** jcannava has joined #openstack15:43
*** john5223 has quit IRC15:43
*** _HASSSAN_ has quit IRC15:45
*** victor_lowther has joined #openstack15:45
*** navid has left #openstack15:45
*** zeriouz has joined #openstack15:45
*** jcannava has quit IRC15:47
*** sandeepr has quit IRC15:47
*** jsindy has quit IRC15:48
*** jcannava has joined #openstack15:48
*** sandeepr has joined #openstack15:48
wkellyApsu`: nope!15:49
wkellysomeone is emailing jason and complaining15:49
Apsu`wkelly: Wrong window!15:49
wkellyhah15:49
*** CaptTofu_ has quit IRC15:50
foexleanyone are using the dns system in nova ? so nova dns-create with quantum ?15:50
foexlefolsom release15:51
*** dhellmann has joined #openstack15:55
*** john5223 has joined #openstack15:55
*** kutija has quit IRC15:56
*** dhellmann has quit IRC15:56
*** dhellmann has joined #openstack15:57
*** jWhiskey has quit IRC15:57
*** whenry has quit IRC15:57
*** koolhead17 has joined #openstack15:57
*** rushiagr has quit IRC15:58
*** cbachhub_ has quit IRC16:00
*** pvankouteren has quit IRC16:00
*** engkur has quit IRC16:00
*** reidrac has quit IRC16:01
*** guigui1 has left #openstack16:03
*** pnavarro has joined #openstack16:04
*** nphase has quit IRC16:04
*** datsun180b has joined #openstack16:04
*** lfazio has quit IRC16:05
*** tpoj has joined #openstack16:06
*** vlad_starkov has quit IRC16:07
*** ijw1 is now known as ijw16:08
*** burris has quit IRC16:08
*** burris has joined #openstack16:08
*** yaguang_afk has quit IRC16:08
*** yaguang has quit IRC16:08
*** devoid has joined #openstack16:09
*** kindjal has quit IRC16:09
*** CaptTofu has joined #openstack16:10
*** racker_KevinS has joined #openstack16:10
*** sandeepr has quit IRC16:11
*** markmcclain has joined #openstack16:11
*** eschnou has quit IRC16:12
*** sstent_ has joined #openstack16:12
*** sstent_ has quit IRC16:12
*** networkstatic has joined #openstack16:12
*** markmcclain has quit IRC16:13
*** sstent_ has joined #openstack16:13
*** sstent_ has quit IRC16:14
*** sstent_ has joined #openstack16:14
*** jsindy has joined #openstack16:14
*** john5223 has quit IRC16:15
*** anniec has quit IRC16:15
*** markmcclain has joined #openstack16:16
*** racker_KevinS has quit IRC16:16
*** lfazio has joined #openstack16:16
*** nphase has joined #openstack16:17
*** racker_KevinS has joined #openstack16:17
*** racker_KevinS has quit IRC16:18
*** mrjazzcat has joined #openstack16:19
*** esheffield has joined #openstack16:19
*** networkstatic has quit IRC16:19
*** freeflying has quit IRC16:20
*** racker_KevinS has joined #openstack16:20
*** jecarey has joined #openstack16:22
*** gasbakid has joined #openstack16:23
*** gasbakid_ has joined #openstack16:23
*** jaypipes has joined #openstack16:23
*** gasbakid has quit IRC16:24
*** carif has quit IRC16:25
*** dachary has quit IRC16:26
*** cp16net is now known as cp16net|away16:26
*** jeevan_ullas_ has joined #openstack16:26
*** rushiagr has joined #openstack16:27
*** digitalsanctum has quit IRC16:27
*** jsindy has quit IRC16:28
*** freeflying has joined #openstack16:28
*** arcimboldo has quit IRC16:28
*** digitalsanctum has joined #openstack16:29
*** ondergetekende has quit IRC16:29
*** pbacterio has joined #openstack16:30
*** jeevan_ullas has quit IRC16:30
*** jeevan_ullas_ is now known as jeevan_ullas16:30
*** john5223 has joined #openstack16:30
*** aruntomar has joined #openstack16:30
foexleRazique: hey buddy :)16:32
RaziqueHey man :)16:32
Raziquehow are you doing bro ?16:32
foexleRazique: i'm fine :) and check testing quantum ;)16:33
Raziquenice!16:33
*** de_munk has joined #openstack16:34
RaziqueI'm playing with HA myself lately16:34
foexleRazique: how are you ? hope all fine ...16:34
Raziqueyes definitely :)16:34
RaziqueBeen published on IBM dev. btw16:34
Raziquewrote an article about the Folsom release :)16:34
foexleRazique: HA ? mean quantum ha or what exactly ?16:34
foexleRazique: oh really ? nice16:34
Raziqueno OpenStack high-availability in general16:34
foexlea you mean HA like pacemaker ? :)16:35
Raziqueyup :)16:35
*** bdpayne has joined #openstack16:35
RaziquePacemaker, Corosync, so forth and so on16:35
RaziqueI'm also testing Ceph, but a bit disapointed by CephFS performance16:35
foexlehaha yeah .... the beginning are painful but if you understand the cib's and how is pacemaker/corosync working ... it's very easy16:36
Razique(my testing protocol could be flawed though)16:36
*** gyee has joined #openstack16:36
foexleRazique: :D, my next step upgrading test folsom => grizzly and loadbalancing -.-16:37
*** dachary has joined #openstack16:38
*** Staples84 has quit IRC16:38
*** dontalton has joined #openstack16:38
Raziqueawesome!16:38
RaziqueI'll work on Essex -> Folsom soon16:38
Raziquestill need to figure out bits there and that :)16:38
*** radez is now known as radez_g0n316:38
foexlei'm looking for a good solution how i can efficiently balancing between some application nodes16:38
*** KyleMacDonald has joined #openstack16:38
*** jWhiskey has joined #openstack16:38
foexleRazique: ohhh essex => folsom are crazy i think ... with changing network layer ?16:39
Raziqueyah16:39
Raziquegoing from nova-net to Quantum16:39
foexlewohooo :)16:39
Raziquebut I don't even know if it's feasible without breaking the implemented network16:40
Raziquenow we both know the answer, don't we haha16:40
foexlehahahah16:40
foexleyea16:40
*** desai has joined #openstack16:40
*** carif has joined #openstack16:40
*** rushiagr has quit IRC16:40
*** devoid has quit IRC16:41
*** nelson1234 has quit IRC16:41
et1337hey I have what may be a stupid question16:41
*** nelson1234 has joined #openstack16:41
et1337but I've been scouring the docs and can not figure it out16:41
et1337so when you launch an instance with 20 GB of ephemeral disk and 10 GB permanent16:42
*** devoid has joined #openstack16:42
*** sstent_ has quit IRC16:42
*** sstent_ has joined #openstack16:42
et1337I think it automatically attaches that 10 GB permanent volume to /dev/vda or something16:42
et1337and ubuntu cloud init automatically mounts it on /mnt16:42
*** zeriouz has quit IRC16:42
et1337my question is, why doesn't that show up in cinder volumes?16:43
*** mdomsch has quit IRC16:43
*** mohits has quit IRC16:43
et1337if I delete the instance, there's no trace of that volume left, which seems the same as ephemeral disk.16:43
*** tpoj has quit IRC16:44
et1337or am I wrong in assuming that "permanent" means "cinder"?16:45
*** whenry has joined #openstack16:45
jgriffithet1337: permanent does not necessarily mean Cinder here16:45
jgriffithet1337: TBH I'm not sure which doc you're using or the exact use case16:47
*** norris900 has joined #openstack16:47
*** __BigO__ has joined #openstack16:47
*** foexle has quit IRC16:47
jgriffithet1337: But, for Cinder, you do "cinder create xxxx" then attach or boot etc16:47
et1337jgriffith: ok16:47
et1337jgriffith: right, I've attached a Cinder volume before, I just didn't know if it was spawning a new one every time I launched a VM with permanent disk space16:48
et1337jgriffith: So what's the difference between permanent and ephemeral then?16:48
*** KyleMacDonald has quit IRC16:49
*** foexle has joined #openstack16:49
et1337er, "persistent" not permanent16:49
foexleRazique: i'm out for today :) .... and greetings to your gf.16:49
gmiRazique: what's the link to that article?16:50
*** danger_fo_away is now known as danger_fo16:50
Raziquefoexle thanks :)16:50
Raziquegmi : http://www.ibm.com/developerworks/cloud/library/cl-openstackquantumlab/index.html#author116:50
Raziquehttp://www.ibm.com/developerworks/cloud/library/cl-openstackquantumlab/index.html16:50
Raziquehttp://www.ibm.com/developerworks/cloud/library/cl-openstackquantumlab/index.html16:51
Raziquesorry16:51
jgriffithet1337: So it should be what you expect16:51
*** Trixboxer has joined #openstack16:51
jgriffithet1337: Cinder is permanant, anything with the instance is ephemeral (unless boot from volume)16:51
*** danger_fo is now known as danger_fo_away16:51
*** danger_fo_away has quit IRC16:51
jgriffithet1337: So what command did you use to create this instance in your example?16:51
et1337jgriffith: I normally don't boot from a volume16:52
jgriffithet1337: sure, that's fine, just mentioned it to try and be complete :)16:52
et1337jgriffith: Ok I see in the docs now, that other disk that automatically gets attached is also ephemeral16:52
jgriffithet1337: cool16:52
jgriffithet1337: So you're using cloud-init to make a secondary attached dev?16:53
gmiet1337: you cannot launch an instance with "20 GB of ephemeral disk and 10 GB permanent"; you launch an instance based on a predefined flavor which has values defined for the root disk and ephemeral disk. Both disks are in fact ephemeral and get deleted when the instance is terminaded; On top of that, you can create volumes with cinder and attach them to your instance; The volumes are permanent and survive the instance deletion process.16:53
*** hemna has joined #openstack16:53
et1337jgriffith: No I'm not doing anything special, cloud-init does that automatically16:53
scott_w:q16:53
et1337gmi: Thanks, that clears things up a lot.16:53
*** scott_w has quit IRC16:54
et1337although, that's really terrible wording on the part of Horizon lol16:54
*** wabat has joined #openstack16:54
*** wramthun has quit IRC16:54
*** jsindy has joined #openstack16:54
et1337I wonder how it works with snapshotting? Do both disks get included in the snapshot?16:55
*** hub_cap has joined #openstack16:55
gmiet1337: only the root disk is captured by the snapshot16:55
hub_capdid there used to be a HEAD call to get the status for a instance in the nova api?16:55
*** mindpixel has quit IRC16:55
et1337gmi: good to know. thanks.16:55
*** zeriouz has joined #openstack16:56
hub_capor is that handled w/ the status extension now?16:56
*** danger_fo_away has joined #openstack16:56
*** wramthun has joined #openstack16:56
*** sn0wb1rd has quit IRC16:56
*** danger_fo_away is now known as danger_fo16:56
*** Razique has quit IRC16:57
*** markmcclain has quit IRC16:58
*** jodok has quit IRC16:58
*** KyleMacDonald has joined #openstack16:59
*** markmcclain has joined #openstack17:00
*** jodok has joined #openstack17:01
*** jcmartin has joined #openstack17:01
*** ejat has quit IRC17:02
*** fbo has quit IRC17:02
gmiRazique:nice article17:03
*** yidclare has joined #openstack17:04
*** ejat has joined #openstack17:05
*** sandywalsh has quit IRC17:06
*** Math___ has quit IRC17:06
*** eschnou has joined #openstack17:07
*** jsindy has quit IRC17:07
*** pvankouteren has joined #openstack17:07
*** jsindy has joined #openstack17:07
*** ijw1 has joined #openstack17:08
*** sandywalsh has joined #openstack17:09
*** ijw has quit IRC17:10
*** ijw1 has quit IRC17:10
*** ijw has joined #openstack17:11
*** john5223 has quit IRC17:11
*** mmagr has quit IRC17:11
*** Spiralmatrix has quit IRC17:11
*** nmistry has joined #openstack17:12
*** pvankouteren has quit IRC17:12
*** lglenden has joined #openstack17:12
*** de_munk has quit IRC17:14
*** hemna has quit IRC17:15
*** sn0wb1rd has joined #openstack17:16
*** c0nnaught has joined #openstack17:16
*** humbolt1 has joined #openstack17:18
humbolt1I am confused. Are swift and rados the same thing_17:18
humbolt1?17:18
notmynamehumbolt1: no17:19
xxiaohttp://paste.ubuntu.com/5568187/17:19
*** ejat has quit IRC17:19
xxiaofolsom always failed launching a tiny instance, I'm setting lxc instance but the log always says qemu??17:19
*** ejat has joined #openstack17:20
*** ejat has joined #openstack17:20
*** sn0wb1rd has quit IRC17:20
*** heckj has joined #openstack17:21
et1337I had one other question related to nova-compute. If we shut down a compute host, all the VMs get gracefully shut down and deleted. Is there a way to have it suspend the VMs instead?17:21
notmynamehumbolt1: swift is a complete object storage system. rados is part of ceph17:21
*** P3n74 has quit IRC17:22
wabatet1337 - I believe you can use 'nova suspend'17:22
*** heckj has quit IRC17:23
*** heckj has joined #openstack17:23
*** john5223 has joined #openstack17:24
et1337wabat: Yes, but what I mean is if someone bumps a hypervisor's power switch in the server room, it deletes all its VMs before shutting down.17:24
wabatInteresting...I'm not sure if there is such a failsafe17:25
*** hemna has joined #openstack17:25
et1337wabat: yeah it's funny because if I just pull the plug, the VMs are still there upon reboot.17:26
wabatAre they truly there or is it just DB entries showing you that they still exist?  Can you get into the individual VM?17:26
*** perfabio has joined #openstack17:27
et1337wabat: in either case, whether I power down the host or pull the plug, the DB entries are still there17:27
et1337wabat: but in the first case, the VMs get deleted17:27
*** eharney has quit IRC17:27
et1337wabat: after rebooting I can actually see a VM log in Horizon that says it shut down17:28
*** eharney has joined #openstack17:28
et1337wabat: but nova reboot doesn't work on it.17:28
*** adjohn has quit IRC17:28
wabatWhat version are you running?17:29
et1337folsom17:29
et1337on Ubuntu, both guests and host17:29
*** nphase has quit IRC17:29
*** c0nnaught has quit IRC17:30
*** c0nnaught has joined #openstack17:30
*** rljohnsn has quit IRC17:32
*** c0nnaught has quit IRC17:33
*** c0nnaught has joined #openstack17:33
*** esp1 has joined #openstack17:33
*** gregmark has joined #openstack17:33
*** nacx has quit IRC17:34
*** acb__ has joined #openstack17:34
wabatet1337 - I'm not sure if there is a tool to do it...I know in the past I've just gone into the DB and cleaned out the records myself17:35
*** jodok has quit IRC17:36
*** acathrow has quit IRC17:37
*** warik has joined #openstack17:37
et1337wabat: Seems there's some conf options in libvirt that might be able to suspend guests automatically on host shutdown. I'll see if that leads anywhere.17:39
*** amerine has joined #openstack17:39
wabatI'd be interested to know what you find out17:39
humbolt1notmyname: but rados, eventhough being part of ceph, is also an object storage. And listening to an intro video, it seems to have pretty much the same functionality.17:39
* et1337 nods17:40
*** engkur has joined #openstack17:40
sstent_anyone seen 'Cannot delete or update a parent row: a foreign key constraint fails' on trying the nova-manage db archive_deleted_rows command?17:41
*** jpich has quit IRC17:41
notmynamehumbolt1: the first big difference between ceph and swift is that ceph is strongly consistent (and therefore sacrifices availability) and swift is eventually consistent (but always available)17:42
*** EKK has left #openstack17:42
*** BobBall_ has quit IRC17:42
*** gael has quit IRC17:42
*** Math___ has joined #openstack17:43
*** comptona has joined #openstack17:43
humbolt1notmyname: that is a great explanation, I like it!17:43
*** schuckles has joined #openstack17:44
*** pantea has quit IRC17:45
humbolt1notmyname: the other big question I have is: in openstack, how is one supposed to serve VM images, I mean the ones the running VMs actually write to.17:45
*** c0nnaught has left #openstack17:46
*** anniec has joined #openstack17:46
*** ilblackd_ has quit IRC17:46
notmynamehumbolt1: cinder is for block storage devices that can be attached to VMs. glance is for VM image management17:46
*** nphase has joined #openstack17:47
*** giorgiodinapoli has joined #openstack17:48
humbolt1notmyname: but cinder, is that redundant then?17:48
notmynamehumbolt1: no, block storage is different from what swift provides. both provide storage for different use cases17:50
*** iartarisi has quit IRC17:52
*** cp16net|away is now known as cp16net17:55
*** zeriouz has quit IRC17:55
humbolt1notmyname: but can one run vms from swift also? what about ceph?17:56
*** foexle has quit IRC17:56
*** Blackavar has quit IRC17:56
*** BjoernC has quit IRC17:57
*** sifusam has joined #openstack17:57
notmynamehumbolt1: no, not from swift. you don't "mount" object storage. you could from the block storage part of ceph (through cinder), but not from the object storage part of ceph (the different parts of ceph don't share data)17:57
*** ondergetekende has joined #openstack17:57
*** sifusam has joined #openstack17:58
*** derekh has quit IRC17:58
*** Liir has joined #openstack17:58
*** markwash has joined #openstack17:58
*** ondergetekende has quit IRC17:59
*** darraghb has quit IRC17:59
*** aeperezt has quit IRC18:00
*** lfazio has quit IRC18:00
humbolt1notmyname: they don't share data?! that is a revelation. I thought exactly that makes it so unique. You can put stuff into ceph block storage through a swift or s3 api and then access it through posix e.g. if you want to serve these files through nginx's mp4 or flv module.18:00
*** Kharec has quit IRC18:01
notmynamehumbolt1: I'm certainly not a ceph expert, but that is my understanding based on conversations with its creator18:01
notmynamedhellmann: ^?18:01
*** kagan has joined #openstack18:02
notmynamethat is one of the big differences between ceph and gluster18:02
*** sn0wb1rd has joined #openstack18:03
gmiet1337: if you pull the plug then the entire server dies and it has no time for deleting VMs, so when the server comes back up, the behaviour depends on the "resume_guests_state_on_host_boot" and "start_guests_on_host_boot" flags in nova.conf; on the other hand if the power switch is turned off then the server knows it's running on UPS and it nicely shuts itself down deleting all the vms in the process (because the instances are18:03
gmidefined with "<on_poweroff>destroy" , see "virsh edit instance_xxx")18:03
*** whenry has quit IRC18:03
*** radez_g0n3 is now known as radez18:03
*** aeperezt has joined #openstack18:03
humbolt1notmyname: gluster has an object storage interface also?18:04
*** miguitas has quit IRC18:04
*** pbacterio has quit IRC18:04
notmynamehumbolt1: ya, they use the swift API18:04
*** nachi has joined #openstack18:05
et1337gmi: awesome, so I just need to find a way to automatically override on_poweroff18:06
et1337wabat: see gmi's answer ^18:07
et1337If I can't easily do that I might also just disable the power button. haha.18:09
wabatthx18:10
*** torandu has quit IRC18:12
*** torandu has joined #openstack18:12
*** rigolox has quit IRC18:12
*** Ryan_Lane has joined #openstack18:13
*** sarob has joined #openstack18:15
*** r3d64r has quit IRC18:16
*** ilblackdragon has joined #openstack18:16
*** linuxfreck has joined #openstack18:18
*** ryanpetrello has quit IRC18:19
*** lborda has quit IRC18:19
*** dhellmann has quit IRC18:19
*** pretec has joined #openstack18:19
bodepdare the packages in pip-requires for tempest always installed as the latest version from pip?18:20
*** pretec has left #openstack18:21
*** msinhore has quit IRC18:21
*** msinhore has joined #openstack18:21
*** avoine has joined #openstack18:22
*** lborda has joined #openstack18:22
*** coredump has joined #openstack18:23
*** sparkycollier has joined #openstack18:23
coredumpso what you guys are using for shared storage?18:23
coredumpI am reading MooseFS but seems like it has some points of failure18:24
coredumpalso i only have 2 servers atm18:24
*** msavy has quit IRC18:24
*** Levy1 has joined #openstack18:25
*** Levy1 has left #openstack18:25
*** clopez has quit IRC18:25
*** lborda has quit IRC18:26
*** swinchen has joined #openstack18:26
*** lborda has joined #openstack18:27
*** diogogmt has joined #openstack18:27
swinchenHi all.  I am having a strange mysql permission error:  when running "nova-manage service list" I get "(OperationalError) (1045, "Access denied for user 'nova'@'test1' (using password: YES)") None None" if I run it on the same node as mysql.  It works fine on other nodes.  I have quadruple checked passwords and grants for 'nova'.   Any idea what could be causing this?18:28
swinchenI have 'nova'@'localhost' and 'nova'@'10.21.0.0/255.255.0.0' in mysql, and I have "10.21.0.1      test118:29
swinchenin /etc/hosts18:29
*** armaan has joined #openstack18:29
swinchenAND I can login using mysql client as 'nova' from both nodes (including test1).18:30
*** sparkycollier has quit IRC18:30
et1337swinchen: I always get database errors running nova-manage unless I run it as sudo.18:30
*** adjohn has joined #openstack18:31
*** epim_ has joined #openstack18:32
*** epim has quit IRC18:33
*** epim_ is now known as epim18:33
jbr_swinchen: create a user 'nova'@'test1' or change the config in nova.conf and set 'localhost'18:34
jbr_check your /etc/hosts too18:34
*** anniec has quit IRC18:34
*** anniec_ has joined #openstack18:34
*** kutija has joined #openstack18:35
*** jbr_ is now known as jbr_afk18:36
*** kutija has joined #openstack18:36
*** vipul|away is now known as vipul18:36
*** dachary has quit IRC18:39
*** Ryan_Lane has quit IRC18:40
*** Ryan_Lane has joined #openstack18:40
*** KyleMacDonald has quit IRC18:40
*** jbr_afk has quit IRC18:40
*** acathrow has joined #openstack18:41
*** kagan_ has joined #openstack18:41
humbolt1how do I, based on OpenSource Software, provide a redundant block storage to serve my VM images with high availability to support live migration and fault tolerance?18:42
*** zzs has joined #openstack18:42
*** zoresvit has quit IRC18:44
*** kagan has quit IRC18:44
*** kagan_ is now known as kagan18:44
*** BjoernC has joined #openstack18:46
*** tomoe_ has quit IRC18:46
*** sayan has quit IRC18:46
swinchenet1337: Sorry, I should have mentioned I ran it as root.18:46
*** tomoe_ has joined #openstack18:46
*** mrmartin has joined #openstack18:47
*** garyk has quit IRC18:48
bodepdi'm getting an error that I can't quite track down when running tempest on centos 6: https://gist.github.com/bodepd/504097818:48
*** rushiagr has joined #openstack18:48
bodepdlooks like it indicates an incorrect installed version of nose?18:48
*** unix has joined #openstack18:49
*** rushiagr1 has joined #openstack18:49
*** ejat has quit IRC18:49
*** KyleMacDonald has joined #openstack18:51
et1337swinchen: I'd probably follow jbr_'s advice then, see what's in your nova.conf and /etc/hosts18:51
*** tomoe_ has quit IRC18:51
*** ejat has joined #openstack18:52
*** ejat has joined #openstack18:52
*** rushiagr has quit IRC18:53
swinchenet1337: I just tried adding "GRANT ALL PRIVILEGES ON `nova`.* TO 'nova'@'test1'" and I flushed privileges.  No change.  It is so odd.18:53
swinchenIt is only on test1 I am having a problem.18:53
*** tongli has joined #openstack18:53
*** rushiagr1 has quit IRC18:54
gmiswinchen: what's on the sql line in your nova.conf?18:55
et1337swinchen: and you can login by mysql client? if so and the credentials in nova.conf are correct I'm stumped18:55
*** vlad_starkov has joined #openstack18:56
swinchengmi: sql_connection=mysql://nova:XXXXXX@mysql-ha/nova  where mysql-ha is in /etc/hosts  and is the VIP I bind mysql to with pacemaker.18:56
*** jacksongonzales has joined #openstack18:56
swinchenand I can login with the user name and password using the mysql client from either node.18:57
*** rushiagr has joined #openstack18:57
swinchen"mysql -h mysql-ha -u nova -pXXXXXX" works fine from test1 and test218:58
swinchenI even "crm resource migrate g_mysql test2"  and then retried.  test2 is still fine, test1 gives me the permission denied error.18:59
*** KyleMacDonald has quit IRC18:59
*** rnirmal_ has joined #openstack19:00
*** rnirmal_ has quit IRC19:00
*** jacksongonzales has left #openstack19:00
*** digitalsanctum has quit IRC19:00
*** ejat has quit IRC19:00
*** Mat001 has joined #openstack19:01
*** jacksongonzales has joined #openstack19:01
*** jacksongonzales has left #openstack19:01
*** blair has joined #openstack19:01
*** bdpayne has quit IRC19:01
*** vlad_starkov has quit IRC19:02
*** jacksongonzales has joined #openstack19:02
*** Mat001 has quit IRC19:02
*** rnirmal has quit IRC19:02
*** msavy has joined #openstack19:03
*** nphase has quit IRC19:04
*** nphase has joined #openstack19:04
*** nphase has joined #openstack19:04
*** rushiagr1 has joined #openstack19:05
*** acathrow has quit IRC19:05
*** Blackavar has joined #openstack19:05
*** vlad_starkov has joined #openstack19:06
swinchenthe only difference between the nova.conf on test1 and test2 is my_ip19:06
* swinchen is sad19:07
gmiswinchen: I would play some more with the sql_connection in nova.conf, maybe add "sql_connection=mysql://nova:XXXXXX@IP_of_mysql-ha/nova" and try again19:08
*** rushiagr has quit IRC19:08
*** nachi has quit IRC19:09
*** linuxfreck has quit IRC19:09
swinchengmi: Yeah, I tried that.  Unfortunately no luck.  Maybe I should reboot it.19:10
*** johnthetubaguy has quit IRC19:10
swinchenOHhhHHhh....  I haven't checked ip tables.19:10
swinchenEh, that doesn't make sense... I can connect with the client.19:11
*** ryanpetrello has joined #openstack19:11
*** Blackavar has quit IRC19:11
*** dhellmann has joined #openstack19:11
gmiswinchen: do a capture from another shell while trying to connect and you'll see the source IP; grant nova@that_IP rights and you should be good19:12
*** annegentle has joined #openstack19:12
swinchengmi: a capture?  like tcpdump?19:12
gmiswinchen: yeap19:12
swinchengmi: ok.  It is strange because I have already granted 10.21.0.0/255.255.0.0   I will give it a shot though19:13
swinchenactually I even tried granting %19:13
*** rushiagr1 has quit IRC19:14
swinchengmi: interesting.  There seems to be a lot of traffic from "test1" to mysql... even when I am not issuing commands.  I _do_ have nova-api, and nova-scheduler running on test119:18
*** acathrow has joined #openstack19:19
swinchenalso glance.19:19
swinchenI will stop all those service and see what happens.19:19
swincheneh, that didn't help19:20
zykes-Daviey: or zul herE?19:21
*** rnirmal has joined #openstack19:21
zulzykes-:  yep19:21
*** digitalsanctum has joined #openstack19:22
*** afazekas has joined #openstack19:22
*** turul_ has joined #openstack19:22
*** krow has joined #openstack19:23
*** norris900 has quit IRC19:23
*** acathrow has quit IRC19:23
swinchengmi: even adding grant with the exact ip didn't help.  I am lost.  I think I will go drink a beer and give up for now.19:23
gmiswinchen: don't give up19:24
*** anniec_ has quit IRC19:24
*** anniec has joined #openstack19:24
*** nphase has quit IRC19:26
*** carif has quit IRC19:26
*** anniec has quit IRC19:26
*** anniec_ has joined #openstack19:26
*** nphase has joined #openstack19:26
*** nphase has joined #openstack19:26
swinchengmi: Well, no.  but I have no idea what to do other than start digging through nova-manage source code and manually do every step.  I guess I could do that.19:28
*** s3m73x has quit IRC19:28
*** Spiralmatrix has joined #openstack19:29
*** annegentle has left #openstack19:30
*** digitalsanctum has quit IRC19:31
*** pokoli has quit IRC19:31
gmiswinchen: I have the same setup as you (pacemaker, VIP, sql, etc); my nova.conf has "sql_connection=mysql://nova:XXX@VIP_IP/nova" and in gave full rights to nova@% and nova@localhost and it works19:31
zykes-zul: why is trunk packages lagging 3-7 days behind the git repo ?19:31
zulzykes-:  not sure ill have a look19:32
*** almaisan-away is now known as al-maisan19:32
*** evanjfraser has joined #openstack19:32
swinchengmi: I will try adding % again, flushing privleges...19:33
coredumpso what you guys are using for shared storage? (I think I lost connection here)19:33
*** lborda has quit IRC19:33
*** digitalsanctum has joined #openstack19:34
bodepdclarkb: do you guys run tempest on the controller on redhat?19:34
*** lborda has joined #openstack19:34
swinchenJeepers! That didn't work either...19:34
*** lborda has quit IRC19:34
clarkbbodepd: no, currently tip of master is tested on ubuntu precise19:35
clarkbbodepd: we are trying to add tests on RHEL but are still sorting out the licensing details19:35
*** thansen has quit IRC19:36
*** zeus has quit IRC19:37
*** b_52globe has quit IRC19:37
*** lborda has joined #openstack19:37
*** markmcclain has quit IRC19:37
*** scuttlemonkey has joined #openstack19:37
gmicoredump: if you have two servers I would suggest looking at glusterfs with a distributed-replicated setup; https://github.com/beloglazov/openstack-centos-kvm-glusterfs/ and https://s3.amazonaws.com/aws001/guided_trek/Performance_in_a_Gluster_Systemv6F.pdf are good docs19:38
*** gyee has quit IRC19:38
*** jsindy has quit IRC19:38
coredumpthanks gmi19:39
swinchenOk, digging into source code.19:39
*** avoine has quit IRC19:39
*** acathrow has joined #openstack19:39
*** ondergetekende has joined #openstack19:39
*** acathrow has quit IRC19:40
bodepdI think I actually have to run the tests without -N on redhat :)19:40
bodepdthere are package version conflicts with openstack19:40
*** monst has joined #openstack19:41
monstanyone gotten folsom keystone to integrate with PAM??19:41
monstor can point me at docs19:41
*** lborda has quit IRC19:42
*** BMDan has joined #openstack19:43
*** lborda has joined #openstack19:43
swinchenis nova-manage part of openstack/nova?19:44
*** lborda has quit IRC19:44
*** lborda has joined #openstack19:44
*** otherwiseguy has quit IRC19:45
gmiswinchen: I don't think looking at the source code is going to help too much; you have a mysql rights issue19:46
BMDanI have several Folsom clouds that are working nicely.  I'm attempting to get Grizzly up and running, and I've hit the part of my setup script where I create endpoints.  I really don't understand endpoints, but I notice a lot of "v2.0" endpoints on services where I know v3.0 now exists.  Is there somewhere I can find a list of Grizzly endpoints, or should my Folsom set work?19:46
*** lborda has joined #openstack19:47
BMDanswinchen: poke me via /msg; if it's a MySQL rights issue, I can help you solve that.  :)19:47
swinchengmi: is there something else I need to flush?  I flushed privileges after granting persmissions.19:47
BMDanswinchen: Coming in late to the conversation, but what's the error?  You may also need to "FLUSH HOSTS", and you likely need to do: mysql -e "delete from user where user='' or host=''" mysql19:48
gmiswinchen: can you put in pastebin the ouptut from the following query after to remove the password?  select * from mysql.user where user="nova" \G19:48
swinchensure19:48
*** crandquist has quit IRC19:49
*** markmcclain has joined #openstack19:50
*** brianr-gone is now known as brianr_19:51
*** corXi has quit IRC19:51
*** danblack has joined #openstack19:55
swinchengmi, BMDan https://gist.github.com/swinchen/3844227cdd47459277e919:55
swinchenSorry about the delay... not sure a good way to grab a lot of text over ssh other than scrolling and copying19:55
swinchenBMDan: I will try flushing hosts now19:56
*** msinhore has quit IRC19:56
swinchenI also included the grants.19:58
*** jodok has joined #openstack19:58
*** lucid- has quit IRC19:59
*** dachary has joined #openstack20:00
*** sainth has joined #openstack20:01
*** bbcmicrocomputer has quit IRC20:01
*** giorgiodinapoli has quit IRC20:01
BMDanPerfect, swinchen, thanks.  What's the exact error OS/MySQL is giving you?20:02
*** zeus has joined #openstack20:02
*** s3m73x has joined #openstack20:02
*** riskable has quit IRC20:02
swinchenBMDan: Hi all.  I am having a strange mysql permission error:  when running "nova-manage service list" I get "(OperationalError) (1045, "Access denied for user 'nova'@'test1'  (using password: YES)") None None" if I run it on the same node as mysql.  It works fine on other nodes.  I have quadruple checked passwords and grants for 'nova'.   Any  idea what could be causing this?20:03
swinchenBMDan: Hi all.  I am having a strange mysql permission error:  when running "nova-manage service list" I get "(OperationalError) (1045, "Access denied for user 'nova'@'test1'  (using password: YES)") None None" if I run it on the same node as mysql.  It works fine on other nodes.  I have quadruple checked passwords and grants for 'nova'.   Any  idea what could be causing this?20:03
swinchenOops, sorry.20:03
*** Blackavar has joined #openstack20:03
BMDanAhhh!20:04
BMDanNow I know what's going on, but let's go to /msg.  :)20:04
swinchenIt only seems to be a problem with the "test1" host.   and I can login to mysql qith nova/password using the client no problem.20:04
*** melwitt has joined #openstack20:06
*** avoine has joined #openstack20:09
*** al-maisan is now known as almaisan-away20:09
*** lborda has joined #openstack20:11
*** carif has joined #openstack20:13
*** msinhore has joined #openstack20:13
*** h0cin has quit IRC20:14
*** carif has quit IRC20:14
*** jodok has quit IRC20:14
*** batlogg has joined #openstack20:14
*** batlogg has joined #openstack20:14
*** batlogg has quit IRC20:17
*** unix has quit IRC20:18
*** Tross has quit IRC20:20
*** lglenden has quit IRC20:20
*** gregmark has quit IRC20:20
*** bruges has quit IRC20:21
*** john5223 has quit IRC20:21
*** andreaf has quit IRC20:22
*** bruges has joined #openstack20:23
*** andreaf has joined #openstack20:24
*** laurent\ has quit IRC20:24
*** laurent\ has joined #openstack20:26
*** nmistry has quit IRC20:26
*** clopez has joined #openstack20:27
*** termie_ is now known as termie20:27
*** termie has quit IRC20:27
*** termie has joined #openstack20:27
*** jacksongonzales has quit IRC20:28
*** Tross has joined #openstack20:29
*** led_belly has joined #openstack20:29
*** acathrow has joined #openstack20:30
*** sandywalsh has quit IRC20:32
*** davidha has quit IRC20:33
*** Tross has quit IRC20:33
*** john5223 has joined #openstack20:34
*** sandywalsh has joined #openstack20:35
*** Tross has joined #openstack20:36
*** lborda has quit IRC20:38
*** lborda has joined #openstack20:38
*** jaypipes has quit IRC20:40
*** lglenden has joined #openstack20:41
*** Ryan_Lane has quit IRC20:41
*** esker has joined #openstack20:43
*** esker has quit IRC20:43
*** jaypipes has joined #openstack20:43
*** esker has joined #openstack20:43
*** nmistry has joined #openstack20:44
*** lborda has joined #openstack20:44
*** dgel has quit IRC20:47
*** lcheng has joined #openstack20:48
*** kagan has quit IRC20:49
*** vkmc has quit IRC20:49
*** vmlinuz has quit IRC20:49
*** gmi has quit IRC20:49
*** digitalsanctum has quit IRC20:51
*** Ryan_Lane has joined #openstack20:52
*** mrmartin has quit IRC20:52
*** cp16net is now known as cp16net|away20:53
*** vkmc has joined #openstack20:54
*** ondergetekende has quit IRC20:58
*** Spiralmatrix_ has joined #openstack20:59
*** desai has quit IRC21:00
*** cp16net|away is now known as cp16net21:01
*** Spiralmatrix has quit IRC21:01
*** acathrow has quit IRC21:04
*** chhsiao2081 has joined #openstack21:06
*** esp1 has left #openstack21:07
*** krow has quit IRC21:09
*** krow has joined #openstack21:10
*** chhsiao1981 has quit IRC21:10
*** Spiralmatrix has joined #openstack21:11
*** davidh_ has joined #openstack21:12
*** pvo has quit IRC21:12
*** lillie has quit IRC21:12
*** |Glauco| has joined #openstack21:13
*** lillie has joined #openstack21:13
*** pvo has joined #openstack21:14
*** digitalsanctum has joined #openstack21:14
*** Spiralmatrix_ has quit IRC21:14
*** |Glauco| has left #openstack21:14
*** lucid- has joined #openstack21:14
*** Spiralmatrix_ has joined #openstack21:16
*** krow has quit IRC21:18
*** Spiralmatrix has quit IRC21:18
*** devoid has quit IRC21:19
*** terry7 has joined #openstack21:19
*** acathrow has joined #openstack21:20
*** Harry51S has quit IRC21:21
*** jpich has joined #openstack21:23
*** jodok has joined #openstack21:23
*** jodok has joined #openstack21:23
*** lborda has quit IRC21:25
*** flaper87 has quit IRC21:27
*** icyground has joined #openstack21:27
*** melmoth has quit IRC21:28
*** evanjfraser has quit IRC21:29
*** esp1 has joined #openstack21:29
*** rnorwood1 has quit IRC21:29
*** msinhore has quit IRC21:30
*** itarchitectkev has quit IRC21:31
*** phschwartz_ has quit IRC21:32
*** msinhore has joined #openstack21:32
*** koolhead17 has quit IRC21:33
*** Ryan_Lane1 has joined #openstack21:34
*** Ryan_Lane has quit IRC21:34
*** Spiralmatrix has joined #openstack21:35
*** johnthetubaguy has joined #openstack21:35
*** ispireme has quit IRC21:36
*** rnorwood1 has joined #openstack21:36
*** Ryan_Lane1 is now known as Ryan_Lane21:36
*** Ryan_Lane has joined #openstack21:36
*** Spiralmatrix_ has quit IRC21:38
*** vlad_starkov has quit IRC21:39
*** msinhore has quit IRC21:39
xxiaowhat is keystone service-create doing? how does it stores the value? my reboot always clears all services21:39
*** numero8 has joined #openstack21:39
xxiaousers/roles/tenants stay, but srvices are always cleared out after reboot21:40
*** Spiralmatrix_ has joined #openstack21:41
*** esp1 has left #openstack21:43
*** Spiralmatrix has quit IRC21:44
*** koolhead17 has joined #openstack21:45
xxiaoevery 'service keystone restart' will clean all stuff21:45
xxiaoon ubuntu 12.1021:45
*** Spiralmatrix has joined #openstack21:48
*** annegentle has joined #openstack21:48
heckjxxiao: change the backend configuration from in-memory to something else (like SQL)21:49
avoinexxiao: this is configured in your keystone.conf file21:49
*** clopez has quit IRC21:49
*** ispireme has joined #openstack21:50
avoinein the [catalog] section21:50
*** rkukura has quit IRC21:50
*** kindjal has joined #openstack21:50
*** rnorwood1 has quit IRC21:50
*** CyberKnight has joined #openstack21:50
avoineI use this usually: driver = keystone.catalog.backends.sql.Catalog21:50
*** Spiralmatrix_ has quit IRC21:50
*** Spiralmatrix has quit IRC21:53
*** eschnou has quit IRC21:53
xxiaothanks. the problem I had to use in-memory is that, without it, keystone token-get will never work21:54
xxiaoit always says "No handlers could be found for logger "keystoneclient.client"21:54
*** kindjal has quit IRC21:54
xxiaoInvalid tenant (HTTP 401)21:54
*** rnorwood1 has joined #openstack21:54
xxiaofolsom/12.10 out of box stuff21:55
xxiaokeystone is the very first thinkg i'm testing before others21:55
*** kindjal has joined #openstack21:56
*** esp1 has joined #openstack21:56
*** esp1 has left #openstack21:56
*** phschwartz_ has joined #openstack21:57
TrixboxerHi, Im facing problem similar to21:57
Trixboxerhttp://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users/201211.mbox/%3CCAC79MzhSeH3w2BpDzJx-CWEmtMkctuQ6BX+U_U4gEeWfx1VMjw@mail.gmail.com%3E21:58
*** kagan has joined #openstack21:58
Trixboxer"Invalid argument" while creating for Patchdisk for SystemVM21:58
phschwartz_How can I troubleshoot why my admin user cannot do an image-list from glance21:58
*** jecarey has quit IRC21:59
*** dolphm has quit IRC21:59
*** giorgiodinapoli has joined #openstack21:59
*** mk1s has quit IRC22:00
phschwartz_http://paste.ubuntu.com/556893922:00
*** cloudchimp has quit IRC22:00
*** numero8 has quit IRC22:00
*** henrynash_ has joined #openstack22:00
*** Guest83041 is now known as cpg22:01
*** martine has quit IRC22:01
*** mrjazzcat has quit IRC22:01
*** Math___ has quit IRC22:01
*** desai has joined #openstack22:01
*** miclorb has joined #openstack22:01
*** sifusam has quit IRC22:02
*** Deoan has quit IRC22:02
*** turul_ has quit IRC22:02
*** afazekas has quit IRC22:02
*** dal has joined #openstack22:02
xxiaotoken is matched in keystone.conf and env, all keystone service-list etc works, just not the token-get22:02
*** henrynash has quit IRC22:02
*** henrynash_ is now known as henrynash22:02
*** clopez has joined #openstack22:03
*** Liir has quit IRC22:04
*** kazoo has joined #openstack22:05
*** dal has quit IRC22:05
*** lborda has joined #openstack22:05
*** heckj has quit IRC22:06
*** mk1s has joined #openstack22:06
*** sifusam has joined #openstack22:06
*** sifusam has joined #openstack22:07
avoinexxiao: you get the no handlers error even with  keystone.token.backends.sql.Token as your token driver?22:07
*** sifusam has joined #openstack22:07
*** ayoung is now known as ayoung-afk22:07
avoinewell the no handlers error is a warning and could be ignored22:08
*** acathrow has quit IRC22:08
*** jmh_ has quit IRC22:09
*** vlad_starkov has joined #openstack22:09
*** kazoo has quit IRC22:10
*** BMDan has quit IRC22:10
*** lcheng has quit IRC22:10
xxiaoavoine: yes22:11
xxiaothe driver change does make the service setting saved after restart the service22:11
*** racker_markd has quit IRC22:12
*** dhellmann has quit IRC22:12
avoinexxiao: check out that you have the right parameter then: http://docs.openstack.org/folsom/openstack-compute/install/apt/content/verifying-identity-install.html22:12
*** johnthetubaguy has quit IRC22:13
*** GeoKM has joined #openstack22:13
*** pnavarro has quit IRC22:14
*** zeus has quit IRC22:14
*** zodiak has quit IRC22:14
*** pixelbeat has quit IRC22:14
*** gasbakid_ has quit IRC22:18
*** zodiak has joined #openstack22:18
*** vlad_starkov has quit IRC22:19
*** Egyptian[Laptop] has quit IRC22:19
xxiaoavoine: i followed that...it worked fine on vbox, but not on my current metal board22:20
*** annegentle has quit IRC22:20
xxiaodoes keystone care about ethX interface? I have eth12 for its oa-auto-url22:20
xxiaoos-auth-url22:20
*** acathrow has joined #openstack22:22
*** digitals_ has joined #openstack22:22
*** danblack has quit IRC22:23
*** schuckles has quit IRC22:24
*** Kharec has joined #openstack22:25
*** UICTamale has quit IRC22:25
*** schuckles has joined #openstack22:25
*** digitalsanctum has quit IRC22:26
*** mrunge has quit IRC22:26
*** nphase has quit IRC22:26
*** victor_lowther has quit IRC22:27
*** et1337 has quit IRC22:27
*** Kharec has quit IRC22:29
*** annegentle has joined #openstack22:29
*** acathrow has left #openstack22:30
*** backjlack has quit IRC22:30
*** anniec has joined #openstack22:32
*** anniec_ has quit IRC22:32
*** ahasenack has quit IRC22:33
*** Egyptian[Laptop] has joined #openstack22:34
*** nphase has joined #openstack22:35
*** digitals_ has quit IRC22:37
*** coredump has quit IRC22:37
*** worstadmin has joined #openstack22:37
*** alunduil has quit IRC22:37
*** mtreinish has quit IRC22:37
*** fsimonce has quit IRC22:38
*** markvoelker has quit IRC22:38
*** wramthun has quit IRC22:40
*** diogogmt has quit IRC22:40
BLZbubbaok maybe i'm a moron but i can't seem to find out how to promote a user to being an admin for a particular tenant22:40
*** evanjfraser has joined #openstack22:41
BLZbubbais that only an option when you first add a user?22:41
*** wramthun has joined #openstack22:42
*** ttrifonov is now known as ttrifonov_zZzz22:43
*** jodok has quit IRC22:43
*** mohits has joined #openstack22:44
*** MarcMorata has quit IRC22:45
*** radez is now known as radez_g0n322:45
*** wramthun has quit IRC22:47
*** dwcramer has quit IRC22:48
*** mohits has quit IRC22:48
*** pasties has quit IRC22:49
*** franck has joined #openstack22:50
*** nmistry has quit IRC22:50
*** digitalsanctum has joined #openstack22:50
racker_KevinSBLZbubba: check out 'keystone help user-role-add'22:50
*** pasties has joined #openstack22:51
*** lborda has quit IRC22:51
*** giorgiodinapoli has quit IRC22:52
*** tongli has quit IRC22:52
*** __BigO__ has quit IRC22:53
*** dosaboy has quit IRC22:54
*** miked__ has joined #openstack22:55
*** armaan has left #openstack22:56
*** yamahata has quit IRC22:56
*** tongli has joined #openstack22:56
*** nphase has quit IRC22:57
*** wramthun has joined #openstack22:57
miked__Is this still the super cool way to install OpenStack via chef? https://github.com/openstack/openstack-chef22:58
*** nmistry has joined #openstack22:58
*** dubsquared1 has joined #openstack22:59
*** ryanpetrello has quit IRC23:00
*** sifusam has quit IRC23:03
*** john5223 has quit IRC23:03
*** danblack has joined #openstack23:03
*** digitalsanctum has quit IRC23:03
*** eglynn has quit IRC23:04
*** tomoe_ has joined #openstack23:05
*** kbringard has quit IRC23:05
*** datsun180b has quit IRC23:05
*** tongli has quit IRC23:06
*** nmistry has quit IRC23:06
*** desai has quit IRC23:06
*** kbringard has joined #openstack23:06
*** kbringard has quit IRC23:06
*** Madasi is now known as zz_Madasi23:07
*** dolphm has joined #openstack23:10
*** desai has joined #openstack23:10
miked__Or is this the new hotness? https://github.com/opscode/openstack-chef-repo23:10
*** bknudson has quit IRC23:10
*** GeoKM has quit IRC23:11
*** shardy is now known as shardy_afk23:11
*** aliguori has quit IRC23:11
*** eharney has quit IRC23:13
*** devoid has joined #openstack23:13
*** cpg is now known as cpg|away23:14
*** dolphm has quit IRC23:14
*** GeoKM has joined #openstack23:16
*** jpich has quit IRC23:18
*** robertmyers has quit IRC23:18
*** kutija has quit IRC23:19
*** digitalsanctum has joined #openstack23:20
*** annegentle has quit IRC23:20
*** nphase has joined #openstack23:21
*** nphase has joined #openstack23:21
*** esheffield has quit IRC23:22
*** esker has quit IRC23:23
*** hub_cap has left #openstack23:23
*** gdubreui has joined #openstack23:24
*** sifusam has joined #openstack23:24
*** Gordonz has quit IRC23:24
*** acathrow has joined #openstack23:25
*** sifusam has joined #openstack23:25
*** brianr_ is now known as brianr-away23:26
*** GeoKM has quit IRC23:28
*** ndngvr has quit IRC23:28
*** epim has quit IRC23:31
*** AlanClark has quit IRC23:31
*** KLevenstein has quit IRC23:32
*** datajerk has quit IRC23:33
*** acb__ has quit IRC23:33
*** dextone has quit IRC23:36
*** worstadmin has quit IRC23:38
*** alunduil has joined #openstack23:39
*** kindjal has quit IRC23:41
*** soody has joined #openstack23:42
*** dextone has joined #openstack23:42
*** tn8or has joined #openstack23:43
*** schuckles has quit IRC23:43
*** fnaval has quit IRC23:44
*** annegentle has joined #openstack23:45
*** mattray has quit IRC23:45
*** ritzcarltn has joined #openstack23:46
*** tommy_e has quit IRC23:46
*** miked__ has quit IRC23:48
*** ijw has quit IRC23:48
*** devoid has quit IRC23:50
*** ijw has joined #openstack23:50
*** cgkades has quit IRC23:54
*** coredump has joined #openstack23:56
*** phschwartz_ has quit IRC23:56
*** Uzix has quit IRC23:56
*** perfabio has quit IRC23:58
*** __BigO__ has joined #openstack23:58
*** fnaval has joined #openstack23:58
*** cpg|away is now known as cpg23:59
*** fnaval has joined #openstack23:59
*** rnorwood1 has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!