Tuesday, 2011-06-21

*** paltman_ is now known as paltman00:04
*** PW__ has joined #openstack00:05
*** joearnold has quit IRC00:12
*** Binbin has joined #openstack00:28
*** MotoMilind5 has quit IRC00:30
*** 64MAAQRLQ has joined #openstack00:31
*** kashyap has quit IRC00:34
*** gandhi- has joined #openstack00:36
*** cloudgroups has joined #openstack00:37
*** cloudgroups has left #openstack00:40
*** gaveen has joined #openstack00:41
*** gaveen has joined #openstack00:41
*** cloudgroups has joined #openstack00:46
*** jdurgin has quit IRC00:47
*** yui has joined #openstack00:51
*** kashyap has joined #openstack00:52
*** ewindisch has joined #openstack01:07
*** kevinwatt has quit IRC01:09
*** osier has quit IRC01:09
*** ton_katsu has joined #openstack01:12
*** wilmoore has joined #openstack01:15
*** cloudgroups has left #openstack01:16
*** heckj has quit IRC01:17
*** msivanes has quit IRC01:18
*** PeteDaGuru has quit IRC01:20
*** PeteDaGuru has joined #openstack01:20
*** mgius is now known as mgius-away01:27
gandhi-hi. how can i configure nova.conf to use the xen hypervisor? i've seen the XenServer wiki docs but I just want to run over a normal dom0 xen using paravirtualization because of a large testbed of 2004 CPUs without HVM?01:29
gandhi-2004' CPUs of my testbed.01:29
*** ccustine has quit IRC01:30
*** yui has quit IRC01:31
gandhi-i've seen the XenServer documentation and it uses the XenAPI within the nova.conf but I would prefer just like in eucalyptus ... to run instances through xen and xend.01:31
gandhi-any help, please?01:31
gandhi-to run paravirtualized instances.01:31
*** adjohn has joined #openstack01:31
*** aaronAUS has joined #openstack01:34
kpepplegandhi-: i'm not an expert on xen, but i believe the nova code only supports xenapi access today ... or did i not understand your question correctly ?01:34
gandhi-let me see if i understand you, kpepple.01:34
gandhi-xenapi is XenServer specific?01:35
gandhi-in other words, is the "2.6.32" Xen Dom0 with xenDaemon ...runs xenapi?01:35
gandhi-is it something that is done by the XenServer Cytrix product?01:35
aaronAUSHi All.... please forgive me (or direct me elsewhere if appropriate) for asking such fundamental questions... I am only just discovered Swift so I know very little about it. i have perused the administration manuals etc but I need some help with my SAIO (Swift All in One)01:36
aaronAUSI think I have configured it all correctly as per the guide01:36
aaronAUSI am tryring to connect to it using C# cloudfilesviewer demo application01:36
aaronAUSand I've also tried CyberDuck01:37
aaronAUSI gave up on cyber duck because I believe it requires the use of SSL01:37
kpepplegandhi-: AFAIK xenapi is not Citrix XenServer specific (http://wiki.xensource.com/xenwiki/XenApi)01:37
aaronAUSI am getting authentication errors01:37
gandhi-all right.01:37
*** PW__ has quit IRC01:37
aaronAUSIs it as simple as I am using the wrong credentials01:37
gandhi-kpepple ... i'm going to take a look.01:38
gandhi-thanks.01:38
kpepplegandhi-: ok. if you wait until US working time, jk0 and the citrix guys are usually here on irc01:39
aaronAUSUsername:    test:test              API Key:   AUTH_tk9034e8cb42984bdd90bcde69b962b01a                 auth endpoint:  http://10.0.0.4:8080/v1/AUTH_test01:39
aaronAUSUsername:    test:tester              API Key:   AUTH_tk9034e8cb42984bdd90bcde69b962b01a                 auth endpoint:  http://10.0.0.4:8080/v1/AUTH_test01:39
gandhi-kpepple: east coast?01:39
kpepplegandhi-: probably central or pacific01:39
*** ohnoimdead has quit IRC01:40
notmynameaaronAUS: what errors are you getting? (and please make liberal use of paste.openstack.org)01:40
gandhi-ok. i'll try in pacific time ... looking for jk0.01:40
aaronAUSnotmyname: I am just not able to authenticate/connect to it from a remote windows workstation01:41
*** obino has joined #openstack01:41
aaronAUSnotmyname: I am a REAL noob01:41
notmynameso if the test:tester creds are correct (from above), and example auth request in curl would be the following:01:41
*** clauden_ has quit IRC01:42
notmynamecurl -i -H "X-Auth-User: test:tester" -H "X-Auth-Key: AUTH_tk9034e8cb42984bdd90bcde69b962b01a" http://10.0.0.4:8080/v1/AUTH_test01:42
notmynamehowever, that doesn't look like the right auth endpoint01:42
notmynameuse http://10.0.0.4:8080/auth/v1.0 instead01:42
aaronAUSthe following works in c     url:    curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.001:43
*** maplebed has quit IRC01:43
notmynamegreat01:43
notmynameso if you add a '-i' option to that curl request (to see the returned headers), you should see the token and storage endpoint01:44
notmynameerr....the -v shows them too01:44
notmynameeither way, you are pretty much there01:45
*** Eyk has quit IRC01:45
notmynamethe next step is to start making requests to the storage endpoint (X-Storage-URL) that was given in the response headers of the auth request01:45
notmynameand to include the X-Auth-Token header  (the proper value was also returned in the response headers for the auth request01:46
*** _vinay has quit IRC01:46
aaronAUSnotmyname: seems to work fine running it on the server, but I don't know how to access from a windows workstation (application).... do you have a windows based application for testing that you can rrecommend.... cyberduck seems to require SSL01:47
notmynameyes it does (I'm sad about that)01:47
notmynamesounds like it's most likely a network issue. what's the storage url that's returned?01:47
aaronAUSstorage url = http://127.0.0.1:8080/v1/AUTH_test01:48
aaronAUSis the problem I've used the loopback address????01:48
notmynameyes01:48
aaronAUSdo I need to use the real address in the config files???01:48
*** GeoDud has quit IRC01:48
notmynameyes01:48
*** miclor___ has joined #openstack01:48
notmynamethat is, use whatever address you want the client to connect to01:48
aaronAUSnotmyname: obviously when I am trying it from the remote computer I am substituting 127.0.0.1 with 10.0.0.401:48
aaronAUSbut does the config need to bind to a specific ip address????01:49
notmynamegood. you did say noob ;-)01:49
*** ewindisch has quit IRC01:49
aaronAUS*nix and swift noob :)01:49
notmynameno offense meant :-)01:50
*** johnpur has joined #openstack01:50
*** ChanServ sets mode: +v johnpur01:50
*** miclorb_ has quit IRC01:50
aaronAUSnotmyname: do I need to edit the .conf files to put in the ip address 10.0.0.4 ????01:50
*** gandhi- has quit IRC01:50
notmynameaaronAUS: what auth system are you using?01:51
notmynametempauth?01:51
aaronAUSyes I believe so01:51
notmynameok (good, that's the simple one)01:51
notmynameso in your proxy config, make sure you have a line like the following "user_test_tester = testing .admin http://10.0.0.4:8080/v1/AUTH_test" in the tempauth section01:52
notmyname(your example seems to have a more complicated auth password than "testing". substitute as necessary)01:53
aaronAUSnotmyname:     http://paste.openstack.org/show/1709/01:56
notmynameaaronAUS: ok. so add the storage url to the end of each of those lines and you should be good01:57
aaronAUSnotmyname: does that explain why it seems to work using CURL on the local server and no remotely??01:58
*** openstack` has joined #openstack02:01
-hubbard.freenode.net- [freenode-info] help freenode weed out clonebots -- please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup02:01
aaronAUSnotmyname: ok... that is now returrning the new storage urrl02:02
*** vish1 has joined #openstack02:02
*** openstack` is now known as openstack02:02
notmynameand requests to that storage url work?02:02
*** glenc_ has joined #openstack02:02
aaronAUSjust testing now02:02
*** mgius-aw1y has joined #openstack02:03
*** h1nch has joined #openstack02:03
*** nhm__ has joined #openstack02:03
*** czajkows1i has joined #openstack02:04
*** kasimir_ has joined #openstack02:04
*** markwash_ has joined #openstack02:04
*** [ack]_ has joined #openstack02:04
*** westmaas_ has joined #openstack02:04
*** dubs_ has joined #openstack02:04
*** jbarratt has joined #openstack02:04
*** dsockwel1 has joined #openstack02:04
aaronAUSnotmyname:  yes seems to work fine on the server02:05
notmynameawesome02:05
aaronAUSI now try to access it from my windows application02:05
aaronAUSwhat do i enter as username?????      test:tester02:05
aaronAUSwhat do I enter for API Access Key????02:06
*** obino has quit IRC02:06
aaronAUSwhat do i enterr forr  Auth Endpoint??????????02:06
*** _cerberu` has joined #openstack02:06
aaronAUSthe change in terminology is throwing02:06
notmynameusername is test:tester02:07
notmynameapi key is testing02:07
notmynameauth endpoint is http://10.0.0.4:8080/auth/v1.002:08
*** adjohn has quit IRC02:08
*** nRy has quit IRC02:08
*** mgius-away has quit IRC02:08
*** gelbuhos has quit IRC02:08
*** Dweezahr has quit IRC02:08
*** vishy has quit IRC02:08
*** [ack] has quit IRC02:08
*** glenc has quit IRC02:08
*** westmaas has quit IRC02:08
*** piken has quit IRC02:08
*** markwash has quit IRC02:08
*** NashTrash has quit IRC02:08
*** kasimir has quit IRC02:08
*** ahale- has quit IRC02:08
*** nhm has quit IRC02:08
*** konetzed has quit IRC02:08
*** _cerberus_ has quit IRC02:08
*** h1nchtastic has quit IRC02:08
*** dubs has quit IRC02:08
*** dsockwell has quit IRC02:08
*** jbarratt_ has quit IRC02:08
*** czajkowski has quit IRC02:08
*** _cerberu` is now known as _cerberus_02:09
*** dgags has quit IRC02:09
aaronAUSnotmyname:  it is still not working.... but i am not ruling out that it is the progrram I am trying to use02:12
notmynamewhat program?02:12
aaronAUSnotmyname: do you know any windowws application I can test with???02:13
aaronAUSnotmyname: I'm using https://github.com/rackspace/csharp-cloudfiles02:13
aaronAUStest application he has in his svn02:13
notmynamebtw, a new (better) version of that is under dev now02:13
aaronAUSfrom the same developer???02:14
notmynameno. it's actually bounced around between a few devs before. we're putting in some more effort on making the cloud files language bindings better in general.02:15
*** miclor___ has quit IRC02:15
notmynameI think the C# one needed the most work :-)02:16
aaronAUSit is awesome to have all the wrappers.02:16
*** ChanServ sets mode: +v _cerberus_02:16
aaronAUSI am in the very early stages of researching and putting together a proof of concept for an application which we host on a prrivate cloud02:17
aaronAUSand the application needs to be platform agnostic.....02:17
aaronAUSSwift fits rright in with that02:17
aaronAUSbeing able to do everything overr HTTP02:17
aaronAUSbut having all the wrappers02:17
aaronAUSwill make developement on each platform soo much quicker!02:17
aaronAUSbut I am at the very early stages and feel quiet stupid right now!02:18
aaronAUSI can't even connect to it except on the server itself!02:18
aaronAUSlol02:18
notmynameunfortunately for you, the only windows app I know of that supports swift is cyberduck02:18
notmynameyou don't have any other servers to use?02:18
aaronAUSlol.... as you probably guessed I am nearly entirely a windows user02:19
aaronAUSI have a couple of *nix servers arround I can test from I guess02:19
aaronAUSorr I can just run up a new virtual machine02:19
aaronAUSwith a nix distribution on it02:19
aaronAUSsomething with a GUI! please hehe02:19
*** osier has joined #openstack02:19
notmynameyou are using the c# bindings. how difficult would it be to write a throwaway app to take the parameters and fill a text field with the output?02:20
aaronAUSwell exactly02:20
notmyname(asking, not suggesting)02:20
aaronAUSyes I should do that02:20
aaronAUSgive me 10 mins02:20
notmynameit would at least give you a poc to use for demos or troubleshooting02:20
aaronAUSby the way out of curiousity..... swift seems to be a pretty well supported product02:21
aaronAUSare there people in Australia that provide consulting services for swift???02:21
aaronAUSthat you know of anywway02:21
aaronAUSmoving forwward the plan would be to upskill in it in house, but it would be good to have the backup of a Swift/Openstack "expert" being available at the drop of a hat (for money of course)02:22
notmynamenot that I know of (but I don't know everything). you may want to talk to Rackspace Cloud Builders. (disclosure: I'm a rackspace employee, but not with cloud builders)02:22
aaronAUSany chance you will still be hanging online for the next half hour atleast???02:23
aaronAUSyou have been a tremendous help thus far02:23
aaronAUSand I might need you some more when i write this application :)02:23
notmynameya, I'll probably be here02:23
*** jj0hns0n has quit IRC02:27
*** obino has joined #openstack02:48
*** hadrian has quit IRC02:50
*** shang has quit IRC02:50
*** shang has joined #openstack02:56
*** wilmoore has quit IRC03:03
*** miclorb has joined #openstack03:04
*** Ephur has joined #openstack03:08
*** ton_katsu has quit IRC03:11
alicewhen i was installing Nova on multiple Servers ,there was an error ,it( nova-compute.log) reported "ImportError: No module named MySQLdb"03:14
*** johnpur has quit IRC03:17
*** Ephur has quit IRC03:19
*** Ephur has joined #openstack03:19
*** PeteDaGuru has quit IRC03:20
*** Binbin has quit IRC03:25
*** ton_katsu has joined #openstack03:26
*** rchavik has joined #openstack03:27
*** vernhart has quit IRC03:28
*** Binbin has joined #openstack03:40
*** ewindisch_ has joined #openstack03:43
*** ewindisch_ has quit IRC03:45
*** wilmoore has joined #openstack03:46
*** miclorb has quit IRC03:48
*** miclorb_ has joined #openstack03:52
*** AimanA is now known as HouseAway03:57
*** ewindisch_ has joined #openstack03:59
*** ewindisch_ has quit IRC04:00
*** ryker has quit IRC04:11
*** dsockwel1 is now known as dsockwell04:18
*** joearnold has joined #openstack04:20
*** Linex has joined #openstack04:21
LinexIs openstack something like a management tool for kvm ?04:22
Jbainit's more of an entire infrastructure04:35
Jbainit can interface with kvm, as well as XEN, hyper-V, vmware04:36
Jbainit also handles object storage, user management (for access to VMs), image management04:36
*** aaronAUS has quit IRC04:38
*** vernhart has joined #openstack04:51
*** ewindisch_ has joined #openstack04:53
*** ewindisch_ has quit IRC05:01
*** ewindisch_ has joined #openstack05:04
vish1alice: apt-get install python-mysqldb05:05
*** naehring has joined #openstack05:09
*** naehring has joined #openstack05:09
*** mcclurmc_home has quit IRC05:10
*** mcclurmc_home has joined #openstack05:10
*** Xenith has quit IRC05:15
*** Xenith has joined #openstack05:16
*** aaronAUS has joined #openstack05:27
aaronAUSnotmyname: by any chance are you still able to help me?05:27
*** shang has quit IRC05:29
*** PW__ has joined #openstack05:30
*** andy-hk has quit IRC05:41
aaronAUSanyone in here used the C# wrappers for interacting with swift??? https://github.com/rackspace/csharp-cloudfiles05:41
aaronAUS????????05:41
*** bluetux has joined #openstack05:43
HugoKuo_which role has permission to create security group in RBAC  rule ?05:44
*** victor_lowther has joined #openstack05:47
*** joearnold has quit IRC05:55
*** andy-hk has joined #openstack05:56
*** Ephur has quit IRC06:04
*** guigui1 has joined #openstack06:04
*** PW__ has quit IRC06:12
*** mgoldmann has joined #openstack06:36
*** Binbin has quit IRC06:36
*** andy-hk has quit IRC06:38
*** mgoldmann has quit IRC06:39
*** mgoldmann has joined #openstack06:39
*** daysmen has joined #openstack06:44
*** Binbin has joined #openstack06:50
*** ziyadb has joined #openstack06:52
*** ziyadb has joined #openstack06:52
*** ryker has joined #openstack06:59
*** ziyadb has quit IRC07:01
*** andy-hk has joined #openstack07:07
*** reidrac has joined #openstack07:09
*** shang has joined #openstack07:12
*** gregm has joined #openstack07:13
*** ryker has quit IRC07:16
*** jordanrinke_lan has left #openstack07:17
*** _william_1 has joined #openstack07:26
romansDid someone have this :get_images_detailed() got an unexpected keyword argument 'filters' (HTTP 500)07:28
romanswhen I want to execute # nova image-list07:29
romansI use glance07:29
*** kim0 has quit IRC07:30
*** nacx has joined #openstack07:39
*** dobber has joined #openstack07:41
*** johnpur has joined #openstack07:42
*** ChanServ sets mode: +v johnpur07:42
*** Razique has joined #openstack07:43
*** daysmen has quit IRC07:43
romansI understand.my bzr version of glance old and doesn't support filtering07:45
*** p0 has joined #openstack07:45
*** ahale has joined #openstack07:48
*** kim0 has joined #openstack07:51
*** hadrian has joined #openstack07:57
*** aaronAUS has quit IRC08:03
*** cloudgroups has joined #openstack08:03
LinexJbain: is it modular, I mean if I want to use it just to management my VMs , will using it be overkill ?08:06
*** bonzay has joined #openstack08:14
*** cloudgroups has left #openstack08:30
*** kashyap has quit IRC08:34
*** naehring has quit IRC08:35
*** naehring has joined #openstack08:36
*** kashyap has joined #openstack08:37
*** johnpur has quit IRC08:40
*** ibarrera has joined #openstack08:44
*** nacx has quit IRC08:48
*** bluetux has quit IRC08:55
*** katkee has joined #openstack08:57
*** AhmedSoliman has joined #openstack09:07
*** andy-hk1 has joined #openstack09:10
*** andy-hk2 has joined #openstack09:10
*** andy-hk1 has quit IRC09:10
*** zenmatt has quit IRC09:12
*** andy-hk2 has quit IRC09:14
*** Binbin has quit IRC09:14
*** CloudChris has joined #openstack09:19
*** CloudChris has left #openstack09:19
*** Vasichkin has joined #openstack09:23
*** vernhart has quit IRC09:29
*** ahmed_ has joined #openstack09:29
*** alice has quit IRC09:29
*** bkkrw has joined #openstack09:30
*** AhmedSoliman has quit IRC09:32
*** irahgel has joined #openstack09:33
*** kashyap has quit IRC09:33
*** wilmoore has quit IRC09:35
*** kashyap has joined #openstack09:41
*** miclorb_ has quit IRC09:42
*** jedi4ever has joined #openstack09:44
*** jedi4ever has quit IRC09:44
*** reidrac has quit IRC09:45
*** reidrac has joined #openstack09:46
*** doude has quit IRC09:52
*** doude has joined #openstack09:53
*** andy-hk1 has joined #openstack09:54
*** andy-hk2 has joined #openstack09:55
*** andy-hk has quit IRC09:55
*** andy-hk2 has quit IRC09:55
*** andy-hk has joined #openstack09:55
*** andy-hk1 has quit IRC09:59
*** p0 has quit IRC10:00
*** Vasichkin has quit IRC10:04
*** yamahata_ has quit IRC10:20
*** yamahata_ has joined #openstack10:21
HugoKuo_Hi guys10:21
HugoKuo_I want to verify one thing10:21
HugoKuo_If we use flatNetworkMode , Nova can inject /etc/network/interfaces into instacne right ?10:22
HugoKuo_And the template could be set by admin ....10:22
HugoKuo_So If I don't need floating ip feature ... I can route instance from other Network device , right ?10:24
HugoKuo_But Can I implement it in DHCP mode ?10:25
*** osier has quit IRC10:37
*** gregm has quit IRC10:38
*** czajkows1i is now known as czajkowski10:41
*** czajkowski has quit IRC10:42
*** czajkowski has joined #openstack10:42
*** kashyap has quit IRC10:43
*** jedi4ever has joined #openstack10:45
*** yamahata_dt has joined #openstack10:46
*** nsokolov has joined #openstack10:49
*** rchavik has quit IRC10:52
*** ryker has joined #openstack10:58
*** zenmatt has joined #openstack11:01
*** markvoelker has joined #openstack11:04
*** jedi4ever_ has joined #openstack11:06
*** jedi4ever has quit IRC11:07
*** jedi4ever_ is now known as jedi4ever11:07
*** rchavik has joined #openstack11:12
*** daysmen has joined #openstack11:12
*** daysmen_ has joined #openstack11:17
*** daysmen has quit IRC11:17
*** bonzay has left #openstack11:25
*** newopen has joined #openstack11:27
newopenhi11:27
newopeni want to do multi-nodes installation11:27
*** ton_katsu has quit IRC11:27
newopeni have a single installation of nova which works11:28
newopeni install on a new machine nova-network, nova-compute eucatolls and mysql-client11:28
newopenwhat should i also install11:29
*** bonzay has joined #openstack11:33
*** gaveen has quit IRC11:35
*** p0 has joined #openstack11:39
*** kashyap_ has joined #openstack11:40
*** newopen has quit IRC11:42
*** katkee has quit IRC11:43
*** ctennis has quit IRC11:46
romansnewopen:nova-network doesn't need.11:49
*** guigui1 has quit IRC11:57
*** guigui1 has joined #openstack12:02
*** ziyadb has joined #openstack12:04
*** libspeed has quit IRC12:08
*** katkee has joined #openstack12:13
*** bkkrw has quit IRC12:14
*** ziyadb_ has joined #openstack12:15
*** ziyadb has quit IRC12:18
p0Hi guys, i've just installed openstack from the iso, but i can't login. Does someone know the default root password ?12:19
*** bkkrw has joined #openstack12:29
DavieyIs evacuate a host using kvm wth shared storage documented anywhere?12:36
*** shentonfreude has joined #openstack12:38
DavieyHmm. assumign this is not possible12:38
bonzayp0: where did you get the iso from?12:39
p0bonzay : http://sourceforge.net/projects/stackops/files/12:40
bonzayp0: then the password is likely "stackops"12:40
bonzayhttp://docs.stackops.org/display/documentation/Operating+Openstack+with+Stackops+Distro12:40
*** nerens has quit IRC12:40
*** nerens has joined #openstack12:41
*** victor_lowther has quit IRC12:41
p0thk you bonzay12:41
*** PeteDaGuru has joined #openstack12:43
*** piken_ has quit IRC12:43
*** ctennis has joined #openstack12:43
*** ctennis has joined #openstack12:43
bonzayp0: you're welcome12:43
*** adjohn has joined #openstack12:55
*** anoopalias01 has joined #openstack12:56
*** dgags has joined #openstack12:57
*** ameade has joined #openstack12:59
*** jaypipes has joined #openstack12:59
*** adjohn has quit IRC13:01
*** kbringard has joined #openstack13:02
*** ziyadb_ has quit IRC13:12
*** ziyadb has joined #openstack13:14
*** ziyadb has joined #openstack13:14
*** bpaluch has quit IRC13:16
*** bcwaldon has joined #openstack13:17
*** oleg__ has joined #openstack13:17
*** oleg__ is now known as gelbuhos13:17
*** gondoi has quit IRC13:17
niksnutdoes anybody know how to open IPv6 ports via euca-authorize? "euca-authorize default -P tcp -p 22 -s ::/0" says "Invalid address ::/0"13:20
*** imsplitbit has joined #openstack13:21
niksnutI can actually get it to work by modifying the Nova database (e.g. 'update security_group_rules set cidr = "::/0" where ...') but that's not very nice :-)13:21
*** zenmatt has quit IRC13:22
Davieyniksnut: Interesting... i don't know that euca2ools supports ipv6.13:25
niksnutDaviey: I guess it doesn't :-)13:25
niksnutbut Nova supports it13:25
niksnutthe question is really what the "proper" way is to add IPv6 authorizations13:25
kbringardI think we're going to start running into a lot more interesting issues like this as OpenStack (and the OpenStack API) starts to outpace ec2 and that API13:26
kbringardsince you can only really keep them in parity so long as they both support the same feature set13:26
*** ryker has quit IRC13:26
Davieykbringard: well ec2 will surely support ipv6 soon.13:27
Daviey(but your base point, i agree with)13:27
kbringardwell sure13:27
kbringardyea, I was just using this as an example13:27
*** ziyadb_ has joined #openstack13:27
kbringardniksnut: I don't know for certain (I'm looking now) but I would wager the OpenStack API does, or soon will support that, and in the short term that's probably the preferred method13:28
*** ziyadb has quit IRC13:28
kbringardbut I don't use the OS API much, so I'm not sure :-/13:28
*** hadrian has quit IRC13:31
kbringardhuh, looks like the gap analysis from March shows security groups aren't in the OpenStack API13:32
*** Capashen has joined #openstack13:33
niksnutkbringard: I gather from http://wiki.openstack.org/BexarIpv6supportReadme that the EC2 API in Nova has the necessary IPv6 support (including a DescribeInstancesV6 call to get the IPv6 address)13:34
kbringardyea, it's just the euca2ools that don't13:35
niksnutso I guess it's just a matter of getting this into euca2ools13:35
niksnutright :-)13:35
*** Jason has joined #openstack13:35
kbringardhaha, I like it when we're on the same page13:35
kbringardwhat version of the tools are you running?13:35
niksnut1.3.113:35
*** hggdh has quit IRC13:35
kbringardI wonder if there is a newer version that supports it13:35
*** Jason is now known as Guest2767613:35
kbringardah so13:35
kbringardthen, probably not13:35
kbringardI'm on 1.2 still, since I run Ubuntu 10.10 on most of my stuff still13:36
*** hggdh has joined #openstack13:36
*** aliguori has joined #openstack13:36
*** rchavik has quit IRC13:37
*** smoser` is now known as smoser13:39
*** dgags has quit IRC13:40
*** _william_1 has quit IRC13:40
*** jkoelker has joined #openstack13:41
*** bkkrw has quit IRC13:41
*** uksysadmin has joined #openstack13:42
*** hadrian has joined #openstack13:43
*** _william_1 has joined #openstack13:44
*** jkoelker has quit IRC13:45
*** jkoelker has joined #openstack13:45
*** gondoi has joined #openstack13:46
*** jkoelker has quit IRC13:46
*** jkoelker has joined #openstack13:47
*** hadrian has quit IRC13:51
*** hggdh has quit IRC13:54
*** bkkrw has joined #openstack13:56
*** zenmatt has joined #openstack13:56
*** stewart has quit IRC13:58
*** stewart has joined #openstack13:59
*** hggdh has joined #openstack14:03
*** med_out is now known as med14:09
*** med is now known as medberry14:09
*** naehring has quit IRC14:15
*** ziyadb has joined #openstack14:15
*** naehring has joined #openstack14:15
*** ziyadb_ has quit IRC14:18
*** naehring has quit IRC14:19
*** mgoldmann has quit IRC14:22
*** iRTermite has quit IRC14:24
*** anoopalias01 has quit IRC14:25
*** stewart has quit IRC14:27
*** iRTermite has joined #openstack14:27
*** bpaluch has joined #openstack14:30
*** hggdh has quit IRC14:34
*** joearnold has joined #openstack14:35
*** iRTermite has quit IRC14:36
*** iRTermite has joined #openstack14:37
*** primeministerp has joined #openstack14:38
*** stewart has joined #openstack14:39
*** hggdh has joined #openstack14:41
*** spectorclan_ has joined #openstack14:47
*** hggdh has quit IRC14:48
*** aaronAUS has joined #openstack14:50
aaronAUSHi All!14:50
*** hggdh has joined #openstack14:50
aaronAUSAnyone here used the csharp wrapper for OpenStack Swift?????   https://github.com/rackspace/csharp-cloudfiles14:50
*** rnirmal has joined #openstack14:52
*** msinhore has joined #openstack14:54
*** jedi4ever has quit IRC14:56
*** bkkrw has quit IRC14:56
*** dolphm has joined #openstack14:57
*** dragondm has joined #openstack14:58
*** p0 has quit IRC14:58
*** JKERZN has quit IRC14:59
*** JKERZN has joined #openstack15:00
*** Dweezahr has joined #openstack15:02
*** nRy has joined #openstack15:02
*** ziyadb has quit IRC15:02
*** mattray has joined #openstack15:04
*** gaveen has joined #openstack15:07
*** gaveen has joined #openstack15:07
*** alandman has joined #openstack15:08
*** cp16net has joined #openstack15:09
*** daysmen_ has quit IRC15:10
*** ctennis has quit IRC15:14
*** nsokolov has quit IRC15:18
*** ahs3 has quit IRC15:19
*** ahs3 has joined #openstack15:19
*** dobber has quit IRC15:22
*** reidrac has quit IRC15:22
*** nsokolov has joined #openstack15:23
*** ctennis has joined #openstack15:24
spectorclan_Project Glance Webinar with Jay Pipes and James Weir starting in 35 minutes; https://cc.readytalk.com/cc/schedule/display.do?udc=i5l6gkl36wsy. Recorded version available later today.15:25
*** PW__ has joined #openstack15:27
*** obino has quit IRC15:27
*** ziyadb has joined #openstack15:29
*** heckj has joined #openstack15:33
*** spectorclan_ has quit IRC15:34
*** rsaidan has joined #openstack15:39
aaronAUSAnyone here used the csharp wrapper for OpenStack Swift?????   https://github.com/rackspace/csharp-cloudfiles15:40
notmynameaaronAUS: sorry I missed you last night. I went to bed just a few minutes before you came back15:40
*** dgags has joined #openstack15:41
*** nerens has quit IRC15:41
*** rsaidan is now known as nerens15:41
aaronAUSHi notmyname15:41
aaronAUSthats that15:41
aaronAUSthats ok15:41
aaronAUSIt seems the C# library is wherre the problem lies15:42
aaronAUSI did wrote an application which calls using webrequest directly15:42
aaronAUSand it returrns a good response15:42
aaronAUSseems that perhaps the C# wrapper may only work with rackspace15:43
aaronAUSno exception is raised when trying to crreate a "Connection" object15:43
aaronAUSbut the connection object does not get initialised properly/populated with the correct data15:44
notmynamethat's unfortunate15:44
notmynamecweidenk1ller: ^^15:44
aaronAUSindeed... makes it very teadious to get a proof of concept stage15:44
notmynameindeed. cweidenk1ller is the guy working on the updates. he's not in right now, though15:45
aaronAUSahhh ok...15:45
*** dolphm has quit IRC15:45
aaronAUSseems it is a labour of love rather than a paid thing for him so it may not be resolved too soon15:46
*** joearnold has quit IRC15:46
aaronAUSif only I could find a windows application that I could use to test against my openstack swift SAIO rather than write an app my self.15:47
*** nerens has quit IRC15:47
ziyadbI can't wait for my openstack eureka moment.15:47
aaronAUSif the wrapper was working in any fashion it would be ok.... but without the wrapper, coding webrequests line by line may prove to be too much15:48
btorchaaronAUS: http://cyberduck.ch/ has a windows version15:48
notmynameaaronAUS: that's not entirely fair. he inherited it from several devs who were only doing it in their free time, and he's been spending a lot of time rewriting it15:48
btorchaaronAUS: never tried it with windows though15:49
notmynameaaronAUS: I'll make sure cweidenk1ller sees this when I talk to him next15:49
aaronAUSnotmyname: I was not trying to cast any dispersions around his committment to the project.... only to highlight that it isn't a commercial undertaking, hence we might not see immediate fixes, or a level of support necessay for me to progress quickly15:49
*** guigui1 has quit IRC15:49
aaronAUSanyone committing time and effort to such opensource projects is to be commended.... as are the likes of the rest of the community such as yourself who are willing and able to help others when possible15:50
aaronAUSbtorch: unfortunately.... it requires SSL15:50
*** paltman has quit IRC15:50
aaronAUSthe SAIO walk through guide unfortunately does not included SSL15:50
aaronAUSdoes not include instructions on how to configure said SSL.... I am very much a noob when it comes to *nix and particularly openstack swift15:51
btorchaaronAUS: it's easy to include it though ... what version of swift ?15:51
aaronAUSummm latest version :)15:51
notmynamebtorch: he's using the lastest (1.4.1)15:51
*** paltman has joined #openstack15:52
aaronAUSI used the following guide: http://swift.openstack.org/development_saio.html15:53
btorchI haven't used cyberduck in a while but I think, (trying to remember) if it has issues with auth being on a port other then 443 on a saio setup ... let me run my swift-saio scrip to setup a vm and I can test that really quick15:54
notmynamebtorch: cyberduck requires using ssl15:54
bonzaydo i need two seperate nova controller instances to manage kvm and xen at the same time?15:55
aaronAUSyeah I am currently running on port 8080... I think i read somewherer that it likes port 443 (and also SSL)15:55
btorchnotmyname: yeah but does it craps out on the port number ? I can't remember15:55
notmynameaaronAUS: to enable ssl, add the cerf_file and cert_key config variables to the proxy config. btorch could help you get the certs set up properly15:55
*** guigui has joined #openstack15:56
*** obino has joined #openstack15:57
*** uksysadmin has quit IRC15:57
*** obino has quit IRC15:59
btorchaaronAUS: for the SSL setup, install ssl-cert package wtih "apt-get install ssl-cert -Vy"16:00
*** obino has joined #openstack16:00
aaronAUSrun that command as root???16:01
btorchyes16:01
btorchaaronAUS: you on ubuntu right ?16:01
aaronAUSyes16:01
*** cruciform has joined #openstack16:02
*** johnpur has joined #openstack16:02
*** ChanServ sets mode: +v johnpur16:02
aaronAUSbtorch: done16:02
aaronAUSdo I run the following:     opensslreq -new -x509 -nodes -out cert.crt -keyoutcert.key16:03
aaronAUS??????16:03
btorchaaronAUS: you can run this "sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/swift/swift.pem"16:03
aaronAUSok...16:04
btorchaaronAUS: then just enter the fully qualified hostname16:04
btorchaaronAUS: that will create the .pem file that includes the cert and key16:04
aaronAUShmmmm not sure of the fully qualitied hostname.....16:05
aaronAUStyping "hostname" only gives me a name of "ubuntu"16:05
btorchhostname -f16:05
aaronAUSdone16:06
btorchif this is a slice/vm just create a DNS record say "aaronAUS.swift.mydomain.com" and point to the public ip of that slice/vm16:06
btorchhehe I'm assuming this is public ... doesn't matter since this is just for testing16:06
aaronAUSactually it isn't public... sitting behind a NAT at the moment16:07
btorchok cool16:07
aaronAUSits ok... hostname -f gave me a result16:07
aaronAUSi've created the cert16:07
aaronAUSnoww change the proxy configuration file to point to certificate???16:07
btorchaaronAUS: did you add what notmyname mentioned to the proxy conf ?16:07
*** llang629 has joined #openstack16:07
aaronAUSno I have not16:07
*** llang629 has left #openstack16:08
*** maplebed has joined #openstack16:08
aaronAUSshall I change the bind port to 443 ?????16:09
*** FallenPegasus has joined #openstack16:09
aaronAUSin the proxy-conf file16:09
*** ranjibd_ has joined #openstack16:09
btorchaaronAUS: give me a sec .. but yeah you need to change the port to 443 and also setup the cert options to point to the new file you created with make-ssl-cert16:10
aaronAUSdo I need a Key file as well as a certificate???16:11
btorchaaronAUS: the .pem file includes both you just need to split them16:14
btorchaaronAUS: cat out that file and create one for the "BEGIN RSA PRIVATE KEY" section with the .key extension16:15
*** keny has joined #openstack16:15
kenyhello16:15
btorchaaronAUS: and another for the "BEGIN CERTIFICATE" section with the .cert extension16:15
*** dolphm has joined #openstack16:15
*** ranjibd_ has quit IRC16:15
kenyanybody knows why nova would try to launch 4 tiny instances (512MB) on a node with only 2GB of physical RAM? (with about 500MB already in use for dom0)16:16
btorchaaronAUS: example "cert_file = /etc/swift/proxy.cert" and "key_file = /etc/swift/proxy.key" for the proxy config16:16
MarkusWPHRorgGood morning all16:16
*** FallenPegasus has quit IRC16:16
aaronAUSbtorch: done16:16
keny(there also being other nodes with no instances launched, lots of free ram)16:16
aaronAUSand bindport changed to 44316:16
btorchaaronAUS: cool16:17
*** FallenPegasus has joined #openstack16:17
aaronAUSdo I need to change other config files???16:17
aaronAUSorr simply restart everything?16:17
btorchaaronAUS: no you just need to restart the proxy now16:17
cp16netglance question: anyone have an example of combining the glance-registry and glance-api conf files together? a few versions back we had a version that worked but trying to update to the latest seems to cause problems with the uri not working correctly when uploading an image16:19
btorchaaronAUS: whatever account you are using to test swift with you will need to modify the storage url for that account before it can work16:19
*** daysmen has joined #openstack16:20
aaronAUSbtorch: done16:20
aaronAUSbut I think i will have to edit each of the conf files....16:20
*** keny has quit IRC16:21
*** Ephur has joined #openstack16:21
aaronAUSactually dont worry about what I said16:21
btorchaaronAUS: huh ? why ?16:21
aaronAUSI might have jumped the gun too quickly16:21
aaronAUSi tried to restart swift16:22
aaronAUSand it gives me errors16:22
*** ahmed_ has quit IRC16:22
*** keny has joined #openstack16:22
aaronAUShere are the errrors: http://paste.openstack.org/show/1724/16:22
btorchaaronAUS: the only other thing that you could/would change would be the default_swift_cluster in the proxy config but that is not necessary atm16:23
btorchaaronAUS: did u run the command ad the root user ?16:23
*** ewindisch_ has quit IRC16:23
aaronAUSno I did not16:23
btorchtry it as root16:24
btorchaaronAUS: btw since you were really messing with the proxy there was no need to restart everything. you could have just done . swift-init proxy restart16:25
btorchs/really/really just16:25
*** stewart has quit IRC16:25
*** ibarrera has quit IRC16:25
*** grapex has joined #openstack16:26
btorchaaronAUS: btw I just tested my saio install did I just did with cyberduck 4.0.2 and it seems to work ok16:26
btorchaaronAUS: I'm on a mac though .. your windows version may be different16:26
aaronAUSworks nicely in ubuntu16:28
aaronAUSbut I did have to specify -k in the curl command16:28
aaronAUSbecause it was detecting problem with certificate16:28
aaronAUSblah blah16:28
btorchaaronAUS: yes since it's a self-signed cert16:28
aaronAUSi will try cyberduck16:29
btorchaaronAUS: did the storage url returned for the account correct ? with https ?16:29
aaronAUSit sure did :) notmyname helped me with that earlier... changing it for the particular user account16:30
aaronAUShow do I define a new default for all users??16:30
btorchcool16:30
btorchaaronAUS: in the proxy config change the "default_swift_cluster"16:31
btorchaaronAUS: example "default_swift_cluster = local#https://172.10.10.10/v1#https://127.0.0.1/v116:31
*** johnpur has quit IRC16:32
btorchaaronAUS: you might want to check this out before trying cyberduck http://trac.cyberduck.ch/wiki/help/en/howto/preferences#Hiddenconfigurationoptions16:32
aaronAUSbtorch: i just tried it before I saw your post16:32
btorchdid work ?16:33
aaronAUSsoooo close, but it is asking for password etc etc... user crredentials seemt o be failing16:33
aaronAUSplease confirm.... username  = test:tester          API Access Key = testing16:33
*** joearnold has joined #openstack16:33
aaronAUSan extract from my proxy config file:         user_test_tester = testing .admin https://10.0.0.4:443/v1/AUTH_test16:34
aaronAUS[filter:tempauth] use = egg:swift#tempauth16:35
*** _william_1 has left #openstack16:37
*** stewart has joined #openstack16:38
btorchaaronAUS: what was the url u used for the saio setup ?16:41
aaronAUSwhere do you mean exactly????16:41
aaronAUShttp://127.0.0.1:8080/auth/v1.0                ???16:42
btorchthe doc url16:42
*** katkee has quit IRC16:43
aaronAUSI followed: http://swift.openstack.org/development_saio.html   to the tee... I'm not sure what configuration you are referring to16:43
aaronAUSsory to be so frustrating16:43
*** dirkx has joined #openstack16:43
*** dubsquared has joined #openstack16:44
aaronAUSnote the above address I referenced is now    https://127.0.0.1:443/auth/v1.0           or if frrom remote workstation i use   https://10.0.0.4:443/auth/v1.016:44
btorchaaronAUS: I haven't used this tempauth middleware so that's kind of throwing me off since I've always use swauth for authentication16:45
*** joearnold has quit IRC16:45
heckjannegentle: you around?16:45
*** joearnold has joined #openstack16:45
*** guigui has quit IRC16:47
btorchaaronAUS: ok I see two options here .. you can wait for notmyname or one of the other devs to come back from lunch .. or you can install swauth16:49
*** kbringard has quit IRC16:49
*** kbringard has joined #openstack16:50
aaronAUSlets go down the swauth path... if it isn't too much trouble of course16:50
btorchaaronAUS: shouldn't be16:50
*** mgius-aw1y is now known as mgius16:50
btorchaaronAUS: go ahead and read the info on https://github.com/gholt/swauth and install it16:51
btorchaaronAUS: when u get to step 4 let me know16:51
*** dirkx has quit IRC16:51
*** Razique has quit IRC16:51
aaronAUSok16:51
btorchactually 316:52
*** keny has quit IRC16:52
btorchaaronAUS: btw also paste you proxy-server.conf when u get a chance16:52
btorchbrb16:52
*** Ephur has quit IRC16:56
*** MotoMilind has joined #openstack16:57
*** Ephur has joined #openstack16:58
*** redkilian has joined #openstack17:00
aaronAUSbtorch:  are you back17:01
*** dkim1987 has joined #openstack17:01
uvirtbotNew bug: #800288 in openstack-manuals "images bleeding off pages in PDF" [Undecided,New] https://launchpad.net/bugs/80028817:02
btorchaaronAUS: ye17:02
*** mszilagyi has joined #openstack17:03
btorchaaronAUS: do u have the paste ?17:04
aaronAUShaving trouble with step 117:04
aaronAUSgetting it installed17:04
aaronAUSis there an apt-get command i can run?17:04
*** bmullan_ has joined #openstack17:04
btorchno you need to download the source from github17:04
btorchaaronAUS: sorry actually seems like gholt placed a .deb there as well17:05
btorchaaronAUS: go here https://github.com/gholt/swauth/downloads and download the python-swauth_1.0.2-1_all.deb pkg17:06
aaronAUSi'm sorry btorch ...  i am embarressed to say that I dont know how to download the trunk, compile and install it17:06
aaronAUSwget it??17:06
*** ewindisch_ has joined #openstack17:07
*** daysmen has quit IRC17:07
heckjaaronAUD: wget https://github.com/downloads/gholt/swauth/python-swauth_1.0.2-1_all.deb17:07
btorchaaronAUS: sure wget https://github.com/downloads/gholt/swauth/python-swauth_1.0.2-1_all.deb17:07
heckjer, yeah17:07
aaronAUSok... done17:08
*** ahmed_ has joined #openstack17:09
*** nsokolov has quit IRC17:09
btorchaaronAUS: ok now as root you will need to run "dpkg -i python-swauth_1.0.2-1_all.deb"17:09
*** PW__ has quit IRC17:09
btorchaaronAUS: then before you make any changes to your proxy-server.conf paste it for me pls17:10
*** ahmed- has joined #openstack17:10
*** jdurgin has joined #openstack17:10
aaronAUSproblem:    http://paste.openstack.org/show/1726/17:10
btorchok stupid pkging :) you installed your saio from source right ?17:11
aaronAUSI beleive so... i just followed the instructions on the webpage17:11
btorchaaronAUS: that's why ... sorry we gonna have to do the source way and not using the .deb17:12
aaronAUSahhh ok17:12
aaronAUSi wil download the source17:12
*** zenmatt has quit IRC17:12
*** ohnoimdead has joined #openstack17:12
aaronAUSactually there doesn't seem to be a single source package to download.....17:13
*** ahmed_ has quit IRC17:13
aaronAUSam I going to have to download from the repository??? if so I have no idea how17:14
aaronAUSi am really sorry... feel free to pull the pin at any time17:14
btorchaaronAUS: get this " wget https://github.com/downloads/gholt/swauth/swauth-lucid-build-1.0.2-1.tgz"17:14
btorchaaronAUS: then unpack it17:15
btorchaaronAUS: you will see another file called swauth_1.0.2-1.tar.gz which is the source17:15
btorchaaronAUS: unpack swauth_1.0.2-1.tar.gz and you will have the swauth-1.0.2-1 directory17:15
*** dirkx has joined #openstack17:19
aaronAUSok17:21
aaronAUSi have it17:21
btorchaaronAUS: then cd into that folder and run the "python setup.py install" as root17:22
aaronAUShoorah.. done17:22
*** kbringard_ has joined #openstack17:23
*** kbringard has quit IRC17:23
*** kbringard_ is now known as kbringard17:23
btorchaaronAUS: cool17:24
aaronAUShttp://paste.openstack.org/show/1727/17:25
aaronAUShere is my prroxy config17:25
aaronAUSi had made some changes to it before I saw you tell me to paste it17:25
aaronAUSI did however make a backup of the file before changing it17:25
aaronAUSi can paste that if you wish17:25
btorchno worries17:25
*** alandman has quit IRC17:27
*** gaveen has quit IRC17:28
*** clauden has joined #openstack17:28
*** irahgel has left #openstack17:29
aaronAUSdo you want the original???17:32
btorchaaronAUS: no hold on17:32
aaronAUSok17:32
*** Capashen has quit IRC17:32
*** dirkx has quit IRC17:33
*** koolhead17 has joined #openstack17:34
btorchaaronAUS: ok check the changes i added http://paste.openstack.org/show/1728/17:35
aaronAUSbeautiful!17:38
aaronAUSit even loaded with out errror :)17:38
btorchok so u did steop 417:38
aaronAUSyes I did17:39
btorchaaronAUS: now u need to prep swauth with "swauth-prep -K mypassword"17:39
btorchaaronAUS: on step 5 and 6 you may need to also specify -A https//127.0.0.1/auth/17:40
aaronAUSstep 5: http://paste.openstack.org/show/1730/17:41
aaronAUSproblem with the swift/swauth reference17:42
btorchyeah add the -A17:42
btorchotherwise it will try the default url http://127.0.0.1:8080/auth/17:42
btorch-A https://127.0.0.1/auth/17:43
*** jaypipes has quit IRC17:45
*** GeoDud has joined #openstack17:45
aaronAUSbtorch: step 5... no go17:46
aaronAUSare you suggesting:   swauth-prep -K swauthkey -A http://127.0.0.1:8080/auth/17:46
aaronAUSthe instructions say only:     swauth-prep -K swauthkey17:46
aaronAUSnevermind17:47
aaronAUSi am stupid17:47
btorchaaronAUS: no .. the value for the -K is whatever you have setup for the super_admin_key17:47
aaronAUSsorrry its nearly 4am herre in aus17:47
btorchaaronAUS: I figured that :) can't wait to go kitesurfing there next year :)17:47
*** koolhead17 has quit IRC17:48
cowmixanyone using "Sheepdog" in production?  More specifically, is it something ready for primetime for a smallish installation?17:48
btorchaaronAUS: swauth-prep -K YOUR_KEY_HERE  -A https://127.0.0.1/auth/17:49
aaronAUSstep 5 done17:51
btorchaaronAUS: cool do 6 now17:51
*** Ryan_Lane has joined #openstack17:51
btorchaaronAUS: once you are done with that try out something with curl or st17:52
aaronAUSstep 6: swauth-add-user -A http://127.0.0.1/auth/ -K mykeyhere -a test tester testing17:52
btorchno remember you got use https17:52
*** stewart has quit IRC17:55
*** jedi4ever has joined #openstack17:57
aaronAUSbtorch: yes it works17:57
aaronAUSin ubuntu17:58
btorchaaronAUS: cool17:58
aaronAUSnow for cyberduck17:58
*** jaypipes has joined #openstack17:58
*** katkee has joined #openstack18:02
*** bcwaldon has quit IRC18:03
aaronAUSstill no good in cyberduck18:03
aaronAUSbtorch: are you in this channel regularly???18:03
aaronAUSi have to sleep18:03
aaronAUSit is now 4am18:03
btorchaaronAUS: yeah always here18:04
aaronAUSperhaps we can catch up in a few hours (or int he following days)18:04
*** koolhead17 has joined #openstack18:04
aaronAUSbtorch: thankyou soo much for your help thus far18:04
btorchaaronAUS: cool no worries just pm me18:04
aaronAUSi know it must be frustrating to explain fundamentals contstantly18:04
aaronAUSthanks mate18:05
aaronAUSnight18:05
*** aaronAUS has quit IRC18:05
*** stewart has joined #openstack18:08
*** _vinay has joined #openstack18:10
_vinayHi,18:10
_vinayI have a question about the Flat and FlatDHCP modes of networking in nova..18:10
_vinayReading thru' the admin guide.. it sounds like in these two modes instances are given public IP addresses ...18:11
_vinayso its not possible to assign private IP address space (in these modes) . Is that correct?18:11
heckj_vinay: You can give it whatever address space you like - you'll just need something to do the DNAT/SNAT routing to and from those private addresses18:13
cp16net(glance) i figured out my issue. Glance must require the config files to be separate for api and registry.18:13
heckj_vinary: typically that's hacking around in IPTables on the node that's doing the nova-network work for you.18:13
_vinayok...18:15
_vinayso what would be the difference between the three modes18:15
_vinayI mean on what criteria do I make a choice of one vs. the other?18:15
heckj_vinay: Flat uses a set of IP addresses from a range that you define when setting up Nova - it injects it into the VM image as it's booting (and basically only works today for Deb based systems - /etc/network/interfaces configuration setup)18:16
heckj_vinary: FlatDHCP (probably the most common to initial setups) uses the same range setup, but runs DNSMASQ to provide the IP addresses via DHCP to the vm instances as they boot up.18:16
heckj_vinay: VLAN mode is the one I'm least familiar with, and does some routing/bridging to tagged VLANs over a specific protocol so that they can get addresses from that VLAN. I don't know that it's doing the DHCP providing in that instance or not18:17
kbringardheckj: vlan mode runs dnsmasq as well18:18
kbringardto provide DHCP to the instances18:18
heckjPerfect - there you go. That answer what you need _vinay?18:18
jaypipesdabo: in Amazon EC2, is an instance ID unique to the availability zone the instance is in, or is it globally unique?18:19
dabojaypipes: not sure18:19
jaypipesheckj, kbringard: any idea? on ^^18:19
*** Cromulent has joined #openstack18:20
dabodoes ec2 have the concept of 'shared nothing' across availability zones?18:20
sorenjaypipes: It's globally unique.18:20
heckjglobally unique18:20
sorenjaypipes: Well...18:20
sorenI guess you could see the same instance ID in a different region, but not in a different availability zone.18:21
_vinayheckj ... yes that is helpful .. appreciate your responses...18:21
jaypipessoren, heckj: hmm... http://serverfault.com/questions/199630/are-amazon-ec2-ids-globally-unique-across-regions18:21
_vinayso the main difference I gather is - in Flat modes I have a flat network ... in Vlan mode I have the capability to make different Vlans and connect them/(firewall them) as I please18:22
jaypipessoren: hmm, ok. I think I may have been confusing region with availability zones...18:22
sorenjaypipes: regions on EC2 are completely separate. The only thing they share is user authentication information.18:22
heckjjaypipes: I asked the guy I work with that used to be at EC2 - he asserted globally unique18:23
jaypipesheckj: thx. first-person source! :)18:23
daboI think our 'shared nothing' is on much smaller scale, too - Rackspace huddles will be their own zone18:23
heckj_vinay: I believe that's correct.18:23
kbringardjaypipes: yea... region == zone (in openstack) and availability zones are the same (resources within a single region/zone)18:24
_vinaythank you heckj18:25
*** mrmartin has joined #openstack18:33
*** Ryan_Lane has quit IRC18:33
*** msivanes has joined #openstack18:35
*** bcwaldon has joined #openstack18:37
*** Ryan_Lane has joined #openstack18:47
*** NashTrash has joined #openstack18:53
MarkusWPHRorgQuick question about upgrading:18:54
MarkusWPHRorgso I ran a " ./nova.sh branch lp:~hudson-openstack/nova/milestone-proposed"18:54
MarkusWPHRorgand got the latetst milestone release or whatever the correct term for it is18:55
*** konetzed has joined #openstack18:55
MarkusWPHRorgI was going to run ./nova.sh install next18:55
MarkusWPHRorgbut wanted to ask before I did - for example, should I remove my existing version?18:56
MarkusWPHRorgWhat's the upgrade path here? I'm currently running whatever version you get when you install all the nova stuff with apt-get on Ubuntu 11.0418:56
MarkusWPHRorgso I'm not even sure if this will install in the same location or not. If not, how do I  update my startup scripts?18:57
bpaluchis the package in trunk for glance working?18:57
MarkusWPHRorgbpaluch: not sure.18:58
bpaluchI get [Errno 111] ECONNREFUSED sometimes and then differnet errors othertimes18:58
bpaluchits like its crashing18:59
bpaluchbut not logging its crashes in /var/log/glance18:59
heckjMarkusWPHRorg: I've always done a clean install (fresh machine image) for that work - haven't tried upgrading, but it should come through relatively cleanly.19:01
dolphmhas anyone already compiled a list of default ports utilized among openstack projects? i'm shopping for a port range to use for keystone that won't conflict with anything else19:02
MarkusWPHRorgThanks! If I do go the upgrade route, any ideas on how I can verify that the upgrade worked?19:03
heckjMarkusWPHRorg: smoketests are the quickest path - I often just use the dashboard interface - it's a good canary too19:05
*** dprince has joined #openstack19:05
heckjdolphm: I have a growing list I'm compiling now.19:05
dolphmheckj: is it online? i sort of started one here: https://github.com/rackspace/keystone/issues/3119:06
heckjKeystone is revolving (defaults) are 8080,8081,11211, and calls out to LDAP/LDAPS and/or potentially MySQL19:06
heckjdolphm: no, but I'll add to that listing.19:07
bpaluchif I need to build a new glance which method should I use?19:07
bpaluchdownload the tarball or go the bzr route?19:07
dolphmheckj: xtoddx requested that we change 8080 (and 8081) to something else to avoid conflicts with swift, any suggestions for what we use instead?19:08
dolphm(open to suggestions from anyone)19:08
heckjdolphm: just kick it up to the 9000 range would be a quick suggestion19:11
*** katkee has quit IRC19:12
dolphmheckj: 9000/9001?19:13
dolphmheckj: is there any pattern to the port choices made by other projects? lol19:13
*** jedi4ever has quit IRC19:13
*** hadrian has joined #openstack19:13
*** HouseAway is now known as AimanA19:15
*** AimanA is now known as HouseAway19:15
*** HouseAway is now known as AimanA19:16
*** nati has joined #openstack19:16
heckjdolphm: not that I'm aware of. Swift in the 6000 range, nova in the 8000 range (8773, 8774). AMPQ is 5672, VNCProxy talks back to QEMU-SYSTEM in 5900...590x range, MySQL 3306, Glance 9292 (API), 9191(repository)19:17
*** johnpur has joined #openstack19:17
*** ChanServ sets mode: +v johnpur19:17
*** johnpur has quit IRC19:17
*** spectorclan_ has joined #openstack19:17
*** blamar has quit IRC19:23
*** johnpur has joined #openstack19:26
*** ChanServ sets mode: +v johnpur19:26
*** mdomsch has joined #openstack19:27
*** daysmen has joined #openstack19:28
*** pvo has quit IRC19:29
*** karmabot has quit IRC19:30
*** shentonfreude has quit IRC19:31
*** shentonfreude has joined #openstack19:32
*** blamar has joined #openstack19:34
*** blamar has quit IRC19:36
*** daysmen has quit IRC19:40
*** amccabe has joined #openstack19:40
*** FallenPegasus is now known as MarkAtwood19:41
*** karmabot has joined #openstack19:43
*** daysmen has joined #openstack19:43
*** WormMan has quit IRC19:43
*** holoway has quit IRC19:43
*** pquerna has quit IRC19:44
*** RoAkSoAx has quit IRC19:45
*** holoway has joined #openstack19:45
*** RoAkSoAx has joined #openstack19:45
*** dmarkey has quit IRC19:45
*** dmarkey has joined #openstack19:45
uvirtbotNew bug: #800348 in swift "TempAuth fails to instantiate when 'bind_port' is missing in config" [Undecided,New] https://launchpad.net/bugs/80034819:46
*** sebastianstadil has joined #openstack19:47
*** Guest27676 has quit IRC19:48
*** infinite-scale has joined #openstack19:48
*** pquerna has joined #openstack19:48
*** _vinay has quit IRC19:49
*** MarkusWPHRorg has quit IRC19:49
*** jbryce has joined #openstack19:49
*** msivanes has quit IRC19:55
*** dprince has quit IRC19:55
*** daysmen has quit IRC19:56
*** medberry is now known as med_out19:58
*** gregm has joined #openstack19:58
*** gregm has quit IRC19:58
*** jesse_ has joined #openstack19:58
*** daysmen has joined #openstack19:58
ttxTeam meeting in one hour in #openstack-meeting !19:59
*** jesse__ has joined #openstack20:00
*** vish1 is now known as vishy20:01
*** aliguori has quit IRC20:01
*** ianmp100 has joined #openstack20:03
*** jesse_ has quit IRC20:03
*** kbringard has quit IRC20:03
*** kbringard has joined #openstack20:04
ianmp100hi is there a recommendation for the size of disk storage on a swift proxy server, eg 2TB RAID 10?20:04
*** ewindisch_ has quit IRC20:07
*** _0x44_ has joined #openstack20:09
*** ChanServ sets mode: +v _0x44_20:09
*** _0x44_ has quit IRC20:10
*** sophiap has joined #openstack20:10
*** gregm has joined #openstack20:11
*** infinite-scale has quit IRC20:13
*** aliguori has joined #openstack20:14
*** gregm has quit IRC20:15
*** infinite-scale has joined #openstack20:15
*** dgags has quit IRC20:16
*** infinite-scale has quit IRC20:17
*** sophiap has quit IRC20:18
*** koolhead17 has quit IRC20:19
*** bkkrw has joined #openstack20:20
*** MarkAtwood has quit IRC20:24
*** aliguori has quit IRC20:24
*** daysmen has quit IRC20:26
zuldevcamcar: hi i raised the bug about openstack dashboard  in launchpad not having and copyright info is that going to be fixed any time soon20:30
devcamcarzul: yes, its filed as a high priority issue and will be fixed very soon20:30
devcamcarwe just moved from lp to github and are merging some big pieces in20:30
devcamcarso once the dust settles we will fix that20:30
devcamcarwithin a week20:30
zuldevcamcar: cool thanks20:30
*** GeoDud has quit IRC20:31
*** jonkelly has joined #openstack20:31
*** MarkusWPHRorg has joined #openstack20:32
MarkusWPHRorgrehi20:32
*** dolphm has quit IRC20:33
*** mdomsch has quit IRC20:35
*** aliguori has joined #openstack20:37
*** Razique has joined #openstack20:39
RaziqueHi all20:39
MarkusWPHRorghi Razique20:40
MarkusWPHRorgso I ran ./nova.sh upgrade20:40
MarkusWPHRorgafter grabbing the latest milestone-proposed20:40
MarkusWPHRorgand it spit out some output, but didn't appear to actually do anything20:40
MarkusWPHRorgam I going about upgrading thr right way here?20:41
MarkusWPHRorgs/thr/the20:41
vishyum there is no upgrade in nova.sh...20:41
uvirtbotNew bug: #800385 in swift "package conflict between swift and swift-account described in 759972; appears to have resurfaced" [Undecided,New] https://launchpad.net/bugs/80038520:42
MarkusWPHRorgok. So what if I just run the install?20:42
MarkusWPHRorgwould it be better to just start with a fresh server?20:42
MarkusWPHRorgI already have the latest "stable" release running that you get when you run the apt-get install in ubuntu 11.0420:43
MarkusWPHRorgbut it seems to have some shortcomings in the network piece20:43
*** jesse__ has quit IRC20:43
*** jesse_ has joined #openstack20:43
MarkusWPHRorglike being able to asiciate public ip addresses20:43
vishynova.sh installs from source...not sure what you mean by grabbing the latest code...20:43
MarkusWPHRorgerr associate20:43
vishyif you get new packages20:44
MarkusWPHRorg./nova.sh branch lp:~hudson-openstack/nova/milestone-proposed20:44
vishyah20:44
vishy./nova.sh run should do it then20:44
vishyit is made to be able to run "any" branch.  That's why it blows everything away between runs20:45
MarkusWPHRorgya that's doing a bunch of stuff....20:45
vishyMarkusWPHRorg: but if you have a current package install on the same box, that is not the way to upgrade20:45
vishyyou upgrade by adding ppas and using apt-get20:46
MarkusWPHRorgwhat's the best way then? (that last command errored out anyway)20:46
vishythen running a nova-manage db sync20:46
MarkusWPHRorghow do I add the right ppas(or what are the right ppas)20:46
vishynova.sh is dev mode running from source20:46
MarkusWPHRorgya ok. I may want to do that too on a different box20:46
vishyhttps://launchpad.net/~nova-core20:47
*** msivanes has joined #openstack20:47
adam_ghi- im attempting to wrap my head around the workflow of glance image delivery via debug logs. is this correct: 1, instance is cast to a compute node. 2, if its first time image is spawned there entire image is delivered to node and stored in /var/lib/nova/instance/base_/. 3. qemu CoW image crated at /var/lib/nova/instances/i-*/disk. 4. qemu image to /dev/nbd15, mounted, network injected. 5. libvirt spawns with /var/lib/nova/instances/i-*/disk as its f20:47
vishyyou probably want https://launchpad.net/~nova-core/+archive/milestone20:47
*** FallenPegasus has joined #openstack20:47
vishyinstructions are on that page for adding the ppa20:48
MarkusWPHRorgAwesome - thank you so much20:49
*** mcclurmc_home has quit IRC20:50
*** nhm__ is now known as nhm20:51
MarkusWPHRorgOk cool - so I added ppa:gwibber-daily/ppa to my repository list20:52
*** bonzay has quit IRC20:52
MarkusWPHRorgwould an "apt-get upgrade nova" do the trick? Sorry - I'm a little unfamiliar with doing upgrades like this20:53
vishyapt-get update; apt-get upgrade will upgrade everything20:54
kbringardwhat repo is the qwibbler-daily?20:54
vishyapt-get update; apt-get install nova-xxxx will upgrade an individual component20:54
vishykbringard: I was wondering that myself20:54
MarkusWPHRorgkbringard: that's the one listed on the milestone page20:54
kbringardhmmmm20:55
MarkusWPHRorgthe one that vishy sent me to above20:55
vishyMarkus: that is an example20:56
vishythe ppa you want is ppa:nova-core/milestone20:56
MarkusWPHRorgOh ok.20:56
*** FallenPegasus is now known as MarkAtwood20:58
MarkusWPHRorgHoly crap - that's better. Thanks for catching that!20:59
MarkusWPHRorgNow it wants to upgrade nova20:59
MarkusWPHRorgcoolness20:59
*** med_out is now known as med21:01
*** med is now known as medberry21:01
*** msivanes has quit IRC21:03
*** vernhart has joined #openstack21:03
*** jmckenty has joined #openstack21:05
*** jmckenty_ has joined #openstack21:06
*** User0 has joined #openstack21:09
*** Tushar has joined #openstack21:09
*** ahs3 has quit IRC21:10
*** lionel has quit IRC21:11
*** Cromulent has quit IRC21:11
*** Tushar has quit IRC21:12
*** lionel has joined #openstack21:12
*** nati has quit IRC21:17
*** jbryce has quit IRC21:21
*** ziyadb has quit IRC21:22
*** daysmen has joined #openstack21:24
*** lionel has quit IRC21:25
*** ianmp100 has left #openstack21:25
*** lionel has joined #openstack21:26
*** nati has joined #openstack21:26
*** Razique has quit IRC21:28
ohnoimdeadswift question: how does st usually get installed? i used swift.sh from https://github.com/cloudbuilders/deploy.sh21:33
mgiusohnoimdead: st was recently renamed21:34
mgiusto swift21:34
mgiusif you're using 1.4.121:34
ohnoimdeadaha!21:34
*** bz has joined #openstack21:35
bzhello21:35
ohnoimdeadmuch better name btw21:36
notmynameohnoimdead: I think it's installed with the swift package21:36
*** mcclurmc_home has joined #openstack21:36
ohnoimdeadnotmyname: yeah, it's just called swift instead of st so i was all like WHERE IT IZ?21:37
ohnoimdeadthen mgius schooled me21:37
ohnoimdeadthe end21:37
notmynameah. well there you go. mgius to the rescue21:37
vishyohnohesdead21:38
*** et_ has joined #openstack21:38
bzis there possibility to run cloud with multiple nodes each one in different Data Center and each one has own IPs routed only to itself, then i link all nodes in one cloud where i can run Linu OS and use all IPs from all nodes?21:38
bzLinux*21:39
*** ameade has quit IRC21:39
*** WormMan has joined #openstack21:40
*** GeoDud has joined #openstack21:41
bzanybody?21:41
*** odyi has quit IRC21:41
mgiusbz: i'm not sure I understand your question21:42
*** ryker has joined #openstack21:42
bzwhat You don't understand?21:42
*** lionel has quit IRC21:43
*** odyi has joined #openstack21:43
*** odyi has joined #openstack21:43
bzi have 4 servers one in FR, one in DE, one in UK and one in US, each one have 10 IPs then i link these nodes in cloud where i run Linux OS and i can use all of IPs21:43
*** lionel has joined #openstack21:43
*** heckj has left #openstack21:45
*** kasimir_ has quit IRC21:46
vishysure you could use them all as compute hosts and use the ips as floating ips for vms21:48
*** aliguori has quit IRC21:48
vishybut your cloud will probably be pretty slow :)21:48
*** nati has quit IRC21:49
*** jmckenty has quit IRC21:50
*** jmckenty_ is now known as jmckenty21:50
*** dubsquared has quit IRC21:51
*** DigitalFlux_ has quit IRC21:54
*** nati has joined #openstack21:55
*** spectorclan_ has quit IRC21:57
*** Jamey has joined #openstack21:58
*** liberie has quit IRC21:59
*** RoAkSoAx has quit IRC21:59
*** mattrobinson has quit IRC21:59
*** RoAkSoAx has joined #openstack22:01
*** mattrobinson has joined #openstack22:01
*** heckj has joined #openstack22:01
*** jonkelly has left #openstack22:02
*** MarkAtwood has quit IRC22:03
*** jesse_ has quit IRC22:03
*** kbringard has quit IRC22:07
*** iammartian has joined #openstack22:08
*** iammartian has left #openstack22:10
*** MarkAtwood has joined #openstack22:12
*** vernhart has quit IRC22:20
*** ahmed- has quit IRC22:22
*** jfluhmann has quit IRC22:23
*** AhmedSoliman has joined #openstack22:23
*** ahmed_ has joined #openstack22:24
*** MarkAtwood has quit IRC22:25
*** FallenPegasus has joined #openstack22:25
*** FallenPegasus has left #openstack22:25
*** thomas-_ has joined #openstack22:27
*** mrmartin has quit IRC22:27
*** AhmedSoliman has quit IRC22:28
*** mattray has quit IRC22:28
*** ahmed_ has quit IRC22:29
*** Ephur has quit IRC22:30
*** cp16net has quit IRC22:32
*** dkim1987 has quit IRC22:35
*** msinhore has quit IRC22:36
*** msinhore has joined #openstack22:37
*** msinhore has quit IRC22:37
ohnoimdeadswift+keystone question: with swift 1.4.2 talking to keystone 0.9 according to the instructions at https://github.com/rackspace/keystone i'm seeing 500s from keystone and keystone log says: ValueError: GET requests cannot have body.22:39
ohnoimdeadis this a known thing or did i screw up a config or something somewhere?22:40
*** KnightHacker has joined #openstack22:40
*** crescendo has quit IRC22:43
*** daysmen has quit IRC22:44
*** victor_lowther has joined #openstack22:45
*** bcwaldon has quit IRC22:46
heckjdolph: you still around?22:50
*** thomas-_ has left #openstack22:52
*** crescendo has joined #openstack22:54
*** miclorb has joined #openstack22:56
*** KnightHacker has quit IRC22:58
*** matiu has joined #openstack23:01
*** romain_lenglet has joined #openstack23:01
*** romain_lenglet has left #openstack23:02
*** DigitalFlux has joined #openstack23:05
*** bonzay has joined #openstack23:06
*** bkkrw has quit IRC23:07
*** amccabe has quit IRC23:09
*** katkee has joined #openstack23:10
*** ton_katsu has joined #openstack23:13
*** nati has quit IRC23:24
*** ryker has quit IRC23:26
*** bcwaldon has joined #openstack23:28
*** joearnold has quit IRC23:31
MarkusWPHRorgwow23:34
MarkusWPHRorg300+ M of new log entries in nova-network.log until I did a db sync23:35
MarkusWPHRorgGot into a lop and kept siptting out the same errors over and over again23:35
MarkusWPHRorgerr loop23:35
*** katkee has quit IRC23:37
*** MrRoot has joined #openstack23:38
*** medberry is now known as med_out23:44
*** rnirmal has quit IRC23:45
*** sebastianstadil has quit IRC23:54
*** bonzay has quit IRC23:57
*** bonzay has joined #openstack23:58
*** ohnoimdead has quit IRC23:59

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