*** paltman_ is now known as paltman | 00:04 | |
*** PW__ has joined #openstack | 00:05 | |
*** joearnold has quit IRC | 00:12 | |
*** Binbin has joined #openstack | 00:28 | |
*** MotoMilind5 has quit IRC | 00:30 | |
*** 64MAAQRLQ has joined #openstack | 00:31 | |
*** kashyap has quit IRC | 00:34 | |
*** gandhi- has joined #openstack | 00:36 | |
*** cloudgroups has joined #openstack | 00:37 | |
*** cloudgroups has left #openstack | 00:40 | |
*** gaveen has joined #openstack | 00:41 | |
*** gaveen has joined #openstack | 00:41 | |
*** cloudgroups has joined #openstack | 00:46 | |
*** jdurgin has quit IRC | 00:47 | |
*** yui has joined #openstack | 00:51 | |
*** kashyap has joined #openstack | 00:52 | |
*** ewindisch has joined #openstack | 01:07 | |
*** kevinwatt has quit IRC | 01:09 | |
*** osier has quit IRC | 01:09 | |
*** ton_katsu has joined #openstack | 01:12 | |
*** wilmoore has joined #openstack | 01:15 | |
*** cloudgroups has left #openstack | 01:16 | |
*** heckj has quit IRC | 01:17 | |
*** msivanes has quit IRC | 01:18 | |
*** PeteDaGuru has quit IRC | 01:20 | |
*** PeteDaGuru has joined #openstack | 01:20 | |
*** mgius is now known as mgius-away | 01: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 IRC | 01:30 | |
*** yui has quit IRC | 01: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 #openstack | 01:31 | |
*** aaronAUS has joined #openstack | 01:34 | |
kpepple | gandhi-: 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 |
aaronAUS | Hi 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 |
aaronAUS | I think I have configured it all correctly as per the guide | 01:36 |
aaronAUS | I am tryring to connect to it using C# cloudfilesviewer demo application | 01:36 |
aaronAUS | and I've also tried CyberDuck | 01:37 |
aaronAUS | I gave up on cyber duck because I believe it requires the use of SSL | 01:37 |
kpepple | gandhi-: AFAIK xenapi is not Citrix XenServer specific (http://wiki.xensource.com/xenwiki/XenApi) | 01:37 |
aaronAUS | I am getting authentication errors | 01:37 |
gandhi- | all right. | 01:37 |
*** PW__ has quit IRC | 01:37 | |
aaronAUS | Is it as simple as I am using the wrong credentials | 01:37 |
gandhi- | kpepple ... i'm going to take a look. | 01:38 |
gandhi- | thanks. | 01:38 |
kpepple | gandhi-: ok. if you wait until US working time, jk0 and the citrix guys are usually here on irc | 01:39 |
aaronAUS | Username: test:test API Key: AUTH_tk9034e8cb42984bdd90bcde69b962b01a auth endpoint: http://10.0.0.4:8080/v1/AUTH_test | 01:39 |
aaronAUS | Username: test:tester API Key: AUTH_tk9034e8cb42984bdd90bcde69b962b01a auth endpoint: http://10.0.0.4:8080/v1/AUTH_test | 01:39 |
gandhi- | kpepple: east coast? | 01:39 |
kpepple | gandhi-: probably central or pacific | 01:39 |
*** ohnoimdead has quit IRC | 01:40 | |
notmyname | aaronAUS: 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 |
aaronAUS | notmyname: I am just not able to authenticate/connect to it from a remote windows workstation | 01:41 |
*** obino has joined #openstack | 01:41 | |
aaronAUS | notmyname: I am a REAL noob | 01:41 |
notmyname | so if the test:tester creds are correct (from above), and example auth request in curl would be the following: | 01:41 |
*** clauden_ has quit IRC | 01:42 | |
notmyname | curl -i -H "X-Auth-User: test:tester" -H "X-Auth-Key: AUTH_tk9034e8cb42984bdd90bcde69b962b01a" http://10.0.0.4:8080/v1/AUTH_test | 01:42 |
notmyname | however, that doesn't look like the right auth endpoint | 01:42 |
notmyname | use http://10.0.0.4:8080/auth/v1.0 instead | 01:42 |
aaronAUS | the 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.0 | 01:43 |
*** maplebed has quit IRC | 01:43 | |
notmyname | great | 01:43 |
notmyname | so if you add a '-i' option to that curl request (to see the returned headers), you should see the token and storage endpoint | 01:44 |
notmyname | err....the -v shows them too | 01:44 |
notmyname | either way, you are pretty much there | 01:45 |
*** Eyk has quit IRC | 01:45 | |
notmyname | the next step is to start making requests to the storage endpoint (X-Storage-URL) that was given in the response headers of the auth request | 01:45 |
notmyname | and to include the X-Auth-Token header (the proper value was also returned in the response headers for the auth request | 01:46 |
*** _vinay has quit IRC | 01:46 | |
aaronAUS | notmyname: 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 SSL | 01:47 |
notmyname | yes it does (I'm sad about that) | 01:47 |
notmyname | sounds like it's most likely a network issue. what's the storage url that's returned? | 01:47 |
aaronAUS | storage url = http://127.0.0.1:8080/v1/AUTH_test | 01:48 |
aaronAUS | is the problem I've used the loopback address???? | 01:48 |
notmyname | yes | 01:48 |
aaronAUS | do I need to use the real address in the config files??? | 01:48 |
*** GeoDud has quit IRC | 01:48 | |
notmyname | yes | 01:48 |
*** miclor___ has joined #openstack | 01:48 | |
notmyname | that is, use whatever address you want the client to connect to | 01:48 |
aaronAUS | notmyname: obviously when I am trying it from the remote computer I am substituting 127.0.0.1 with 10.0.0.4 | 01:48 |
aaronAUS | but does the config need to bind to a specific ip address???? | 01:49 |
notmyname | good. you did say noob ;-) | 01:49 |
*** ewindisch has quit IRC | 01:49 | |
aaronAUS | *nix and swift noob :) | 01:49 |
notmyname | no offense meant :-) | 01:50 |
*** johnpur has joined #openstack | 01:50 | |
*** ChanServ sets mode: +v johnpur | 01:50 | |
*** miclorb_ has quit IRC | 01:50 | |
aaronAUS | notmyname: do I need to edit the .conf files to put in the ip address 10.0.0.4 ???? | 01:50 |
*** gandhi- has quit IRC | 01:50 | |
notmyname | aaronAUS: what auth system are you using? | 01:51 |
notmyname | tempauth? | 01:51 |
aaronAUS | yes I believe so | 01:51 |
notmyname | ok (good, that's the simple one) | 01:51 |
notmyname | so 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 section | 01:52 |
notmyname | (your example seems to have a more complicated auth password than "testing". substitute as necessary) | 01:53 |
aaronAUS | notmyname: http://paste.openstack.org/show/1709/ | 01:56 |
notmyname | aaronAUS: ok. so add the storage url to the end of each of those lines and you should be good | 01:57 |
aaronAUS | notmyname: does that explain why it seems to work using CURL on the local server and no remotely?? | 01:58 |
*** openstack` has joined #openstack | 02:01 | |
-hubbard.freenode.net- [freenode-info] help freenode weed out clonebots -- please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup | 02:01 | |
aaronAUS | notmyname: ok... that is now returrning the new storage urrl | 02:02 |
*** vish1 has joined #openstack | 02:02 | |
*** openstack` is now known as openstack | 02:02 | |
notmyname | and requests to that storage url work? | 02:02 |
*** glenc_ has joined #openstack | 02:02 | |
aaronAUS | just testing now | 02:02 |
*** mgius-aw1y has joined #openstack | 02:03 | |
*** h1nch has joined #openstack | 02:03 | |
*** nhm__ has joined #openstack | 02:03 | |
*** czajkows1i has joined #openstack | 02:04 | |
*** kasimir_ has joined #openstack | 02:04 | |
*** markwash_ has joined #openstack | 02:04 | |
*** [ack]_ has joined #openstack | 02:04 | |
*** westmaas_ has joined #openstack | 02:04 | |
*** dubs_ has joined #openstack | 02:04 | |
*** jbarratt has joined #openstack | 02:04 | |
*** dsockwel1 has joined #openstack | 02:04 | |
aaronAUS | notmyname: yes seems to work fine on the server | 02:05 |
notmyname | awesome | 02:05 |
aaronAUS | I now try to access it from my windows application | 02:05 |
aaronAUS | what do i enter as username????? test:tester | 02:05 |
aaronAUS | what do I enter for API Access Key???? | 02:06 |
*** obino has quit IRC | 02:06 | |
aaronAUS | what do i enterr forr Auth Endpoint?????????? | 02:06 |
*** _cerberu` has joined #openstack | 02:06 | |
aaronAUS | the change in terminology is throwing | 02:06 |
notmyname | username is test:tester | 02:07 |
notmyname | api key is testing | 02:07 |
notmyname | auth endpoint is http://10.0.0.4:8080/auth/v1.0 | 02:08 |
*** adjohn has quit IRC | 02:08 | |
*** nRy has quit IRC | 02:08 | |
*** mgius-away has quit IRC | 02:08 | |
*** gelbuhos has quit IRC | 02:08 | |
*** Dweezahr has quit IRC | 02:08 | |
*** vishy has quit IRC | 02:08 | |
*** [ack] has quit IRC | 02:08 | |
*** glenc has quit IRC | 02:08 | |
*** westmaas has quit IRC | 02:08 | |
*** piken has quit IRC | 02:08 | |
*** markwash has quit IRC | 02:08 | |
*** NashTrash has quit IRC | 02:08 | |
*** kasimir has quit IRC | 02:08 | |
*** ahale- has quit IRC | 02:08 | |
*** nhm has quit IRC | 02:08 | |
*** konetzed has quit IRC | 02:08 | |
*** _cerberus_ has quit IRC | 02:08 | |
*** h1nchtastic has quit IRC | 02:08 | |
*** dubs has quit IRC | 02:08 | |
*** dsockwell has quit IRC | 02:08 | |
*** jbarratt_ has quit IRC | 02:08 | |
*** czajkowski has quit IRC | 02:08 | |
*** _cerberu` is now known as _cerberus_ | 02:09 | |
*** dgags has quit IRC | 02:09 | |
aaronAUS | notmyname: it is still not working.... but i am not ruling out that it is the progrram I am trying to use | 02:12 |
notmyname | what program? | 02:12 |
aaronAUS | notmyname: do you know any windowws application I can test with??? | 02:13 |
aaronAUS | notmyname: I'm using https://github.com/rackspace/csharp-cloudfiles | 02:13 |
aaronAUS | test application he has in his svn | 02:13 |
notmyname | btw, a new (better) version of that is under dev now | 02:13 |
aaronAUS | from the same developer??? | 02:14 |
notmyname | no. 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 IRC | 02:15 | |
notmyname | I think the C# one needed the most work :-) | 02:16 |
aaronAUS | it is awesome to have all the wrappers. | 02:16 |
*** ChanServ sets mode: +v _cerberus_ | 02:16 | |
aaronAUS | I am in the very early stages of researching and putting together a proof of concept for an application which we host on a prrivate cloud | 02:17 |
aaronAUS | and the application needs to be platform agnostic..... | 02:17 |
aaronAUS | Swift fits rright in with that | 02:17 |
aaronAUS | being able to do everything overr HTTP | 02:17 |
aaronAUS | but having all the wrappers | 02:17 |
aaronAUS | will make developement on each platform soo much quicker! | 02:17 |
aaronAUS | but I am at the very early stages and feel quiet stupid right now! | 02:18 |
aaronAUS | I can't even connect to it except on the server itself! | 02:18 |
aaronAUS | lol | 02:18 |
notmyname | unfortunately for you, the only windows app I know of that supports swift is cyberduck | 02:18 |
notmyname | you don't have any other servers to use? | 02:18 |
aaronAUS | lol.... as you probably guessed I am nearly entirely a windows user | 02:19 |
aaronAUS | I have a couple of *nix servers arround I can test from I guess | 02:19 |
aaronAUS | orr I can just run up a new virtual machine | 02:19 |
aaronAUS | with a nix distribution on it | 02:19 |
aaronAUS | something with a GUI! please hehe | 02:19 |
*** osier has joined #openstack | 02:19 | |
notmyname | you 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 |
aaronAUS | well exactly | 02:20 |
notmyname | (asking, not suggesting) | 02:20 |
aaronAUS | yes I should do that | 02:20 |
aaronAUS | give me 10 mins | 02:20 |
notmyname | it would at least give you a poc to use for demos or troubleshooting | 02:20 |
aaronAUS | by the way out of curiousity..... swift seems to be a pretty well supported product | 02:21 |
aaronAUS | are there people in Australia that provide consulting services for swift??? | 02:21 |
aaronAUS | that you know of anywway | 02:21 |
aaronAUS | moving 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 |
notmyname | not 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 |
aaronAUS | any chance you will still be hanging online for the next half hour atleast??? | 02:23 |
aaronAUS | you have been a tremendous help thus far | 02:23 |
aaronAUS | and I might need you some more when i write this application :) | 02:23 |
notmyname | ya, I'll probably be here | 02:23 |
*** jj0hns0n has quit IRC | 02:27 | |
*** obino has joined #openstack | 02:48 | |
*** hadrian has quit IRC | 02:50 | |
*** shang has quit IRC | 02:50 | |
*** shang has joined #openstack | 02:56 | |
*** wilmoore has quit IRC | 03:03 | |
*** miclorb has joined #openstack | 03:04 | |
*** Ephur has joined #openstack | 03:08 | |
*** ton_katsu has quit IRC | 03:11 | |
alice | when 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 IRC | 03:17 | |
*** Ephur has quit IRC | 03:19 | |
*** Ephur has joined #openstack | 03:19 | |
*** PeteDaGuru has quit IRC | 03:20 | |
*** Binbin has quit IRC | 03:25 | |
*** ton_katsu has joined #openstack | 03:26 | |
*** rchavik has joined #openstack | 03:27 | |
*** vernhart has quit IRC | 03:28 | |
*** Binbin has joined #openstack | 03:40 | |
*** ewindisch_ has joined #openstack | 03:43 | |
*** ewindisch_ has quit IRC | 03:45 | |
*** wilmoore has joined #openstack | 03:46 | |
*** miclorb has quit IRC | 03:48 | |
*** miclorb_ has joined #openstack | 03:52 | |
*** AimanA is now known as HouseAway | 03:57 | |
*** ewindisch_ has joined #openstack | 03:59 | |
*** ewindisch_ has quit IRC | 04:00 | |
*** ryker has quit IRC | 04:11 | |
*** dsockwel1 is now known as dsockwell | 04:18 | |
*** joearnold has joined #openstack | 04:20 | |
*** Linex has joined #openstack | 04:21 | |
Linex | Is openstack something like a management tool for kvm ? | 04:22 |
Jbain | it's more of an entire infrastructure | 04:35 |
Jbain | it can interface with kvm, as well as XEN, hyper-V, vmware | 04:36 |
Jbain | it also handles object storage, user management (for access to VMs), image management | 04:36 |
*** aaronAUS has quit IRC | 04:38 | |
*** vernhart has joined #openstack | 04:51 | |
*** ewindisch_ has joined #openstack | 04:53 | |
*** ewindisch_ has quit IRC | 05:01 | |
*** ewindisch_ has joined #openstack | 05:04 | |
vish1 | alice: apt-get install python-mysqldb | 05:05 |
*** naehring has joined #openstack | 05:09 | |
*** naehring has joined #openstack | 05:09 | |
*** mcclurmc_home has quit IRC | 05:10 | |
*** mcclurmc_home has joined #openstack | 05:10 | |
*** Xenith has quit IRC | 05:15 | |
*** Xenith has joined #openstack | 05:16 | |
*** aaronAUS has joined #openstack | 05:27 | |
aaronAUS | notmyname: by any chance are you still able to help me? | 05:27 |
*** shang has quit IRC | 05:29 | |
*** PW__ has joined #openstack | 05:30 | |
*** andy-hk has quit IRC | 05:41 | |
aaronAUS | anyone in here used the C# wrappers for interacting with swift??? https://github.com/rackspace/csharp-cloudfiles | 05:41 |
aaronAUS | ???????? | 05:41 |
*** bluetux has joined #openstack | 05:43 | |
HugoKuo_ | which role has permission to create security group in RBAC rule ? | 05:44 |
*** victor_lowther has joined #openstack | 05:47 | |
*** joearnold has quit IRC | 05:55 | |
*** andy-hk has joined #openstack | 05:56 | |
*** Ephur has quit IRC | 06:04 | |
*** guigui1 has joined #openstack | 06:04 | |
*** PW__ has quit IRC | 06:12 | |
*** mgoldmann has joined #openstack | 06:36 | |
*** Binbin has quit IRC | 06:36 | |
*** andy-hk has quit IRC | 06:38 | |
*** mgoldmann has quit IRC | 06:39 | |
*** mgoldmann has joined #openstack | 06:39 | |
*** daysmen has joined #openstack | 06:44 | |
*** Binbin has joined #openstack | 06:50 | |
*** ziyadb has joined #openstack | 06:52 | |
*** ziyadb has joined #openstack | 06:52 | |
*** ryker has joined #openstack | 06:59 | |
*** ziyadb has quit IRC | 07:01 | |
*** andy-hk has joined #openstack | 07:07 | |
*** reidrac has joined #openstack | 07:09 | |
*** shang has joined #openstack | 07:12 | |
*** gregm has joined #openstack | 07:13 | |
*** ryker has quit IRC | 07:16 | |
*** jordanrinke_lan has left #openstack | 07:17 | |
*** _william_1 has joined #openstack | 07:26 | |
romans | Did someone have this :get_images_detailed() got an unexpected keyword argument 'filters' (HTTP 500) | 07:28 |
romans | when I want to execute # nova image-list | 07:29 |
romans | I use glance | 07:29 |
*** kim0 has quit IRC | 07:30 | |
*** nacx has joined #openstack | 07:39 | |
*** dobber has joined #openstack | 07:41 | |
*** johnpur has joined #openstack | 07:42 | |
*** ChanServ sets mode: +v johnpur | 07:42 | |
*** Razique has joined #openstack | 07:43 | |
*** daysmen has quit IRC | 07:43 | |
romans | I understand.my bzr version of glance old and doesn't support filtering | 07:45 |
*** p0 has joined #openstack | 07:45 | |
*** ahale has joined #openstack | 07:48 | |
*** kim0 has joined #openstack | 07:51 | |
*** hadrian has joined #openstack | 07:57 | |
*** aaronAUS has quit IRC | 08:03 | |
*** cloudgroups has joined #openstack | 08:03 | |
Linex | Jbain: 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 #openstack | 08:14 | |
*** cloudgroups has left #openstack | 08:30 | |
*** kashyap has quit IRC | 08:34 | |
*** naehring has quit IRC | 08:35 | |
*** naehring has joined #openstack | 08:36 | |
*** kashyap has joined #openstack | 08:37 | |
*** johnpur has quit IRC | 08:40 | |
*** ibarrera has joined #openstack | 08:44 | |
*** nacx has quit IRC | 08:48 | |
*** bluetux has quit IRC | 08:55 | |
*** katkee has joined #openstack | 08:57 | |
*** AhmedSoliman has joined #openstack | 09:07 | |
*** andy-hk1 has joined #openstack | 09:10 | |
*** andy-hk2 has joined #openstack | 09:10 | |
*** andy-hk1 has quit IRC | 09:10 | |
*** zenmatt has quit IRC | 09:12 | |
*** andy-hk2 has quit IRC | 09:14 | |
*** Binbin has quit IRC | 09:14 | |
*** CloudChris has joined #openstack | 09:19 | |
*** CloudChris has left #openstack | 09:19 | |
*** Vasichkin has joined #openstack | 09:23 | |
*** vernhart has quit IRC | 09:29 | |
*** ahmed_ has joined #openstack | 09:29 | |
*** alice has quit IRC | 09:29 | |
*** bkkrw has joined #openstack | 09:30 | |
*** AhmedSoliman has quit IRC | 09:32 | |
*** irahgel has joined #openstack | 09:33 | |
*** kashyap has quit IRC | 09:33 | |
*** wilmoore has quit IRC | 09:35 | |
*** kashyap has joined #openstack | 09:41 | |
*** miclorb_ has quit IRC | 09:42 | |
*** jedi4ever has joined #openstack | 09:44 | |
*** jedi4ever has quit IRC | 09:44 | |
*** reidrac has quit IRC | 09:45 | |
*** reidrac has joined #openstack | 09:46 | |
*** doude has quit IRC | 09:52 | |
*** doude has joined #openstack | 09:53 | |
*** andy-hk1 has joined #openstack | 09:54 | |
*** andy-hk2 has joined #openstack | 09:55 | |
*** andy-hk has quit IRC | 09:55 | |
*** andy-hk2 has quit IRC | 09:55 | |
*** andy-hk has joined #openstack | 09:55 | |
*** andy-hk1 has quit IRC | 09:59 | |
*** p0 has quit IRC | 10:00 | |
*** Vasichkin has quit IRC | 10:04 | |
*** yamahata_ has quit IRC | 10:20 | |
*** yamahata_ has joined #openstack | 10:21 | |
HugoKuo_ | Hi guys | 10:21 |
HugoKuo_ | I want to verify one thing | 10: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 IRC | 10:37 | |
*** gregm has quit IRC | 10:38 | |
*** czajkows1i is now known as czajkowski | 10:41 | |
*** czajkowski has quit IRC | 10:42 | |
*** czajkowski has joined #openstack | 10:42 | |
*** kashyap has quit IRC | 10:43 | |
*** jedi4ever has joined #openstack | 10:45 | |
*** yamahata_dt has joined #openstack | 10:46 | |
*** nsokolov has joined #openstack | 10:49 | |
*** rchavik has quit IRC | 10:52 | |
*** ryker has joined #openstack | 10:58 | |
*** zenmatt has joined #openstack | 11:01 | |
*** markvoelker has joined #openstack | 11:04 | |
*** jedi4ever_ has joined #openstack | 11:06 | |
*** jedi4ever has quit IRC | 11:07 | |
*** jedi4ever_ is now known as jedi4ever | 11:07 | |
*** rchavik has joined #openstack | 11:12 | |
*** daysmen has joined #openstack | 11:12 | |
*** daysmen_ has joined #openstack | 11:17 | |
*** daysmen has quit IRC | 11:17 | |
*** bonzay has left #openstack | 11:25 | |
*** newopen has joined #openstack | 11:27 | |
newopen | hi | 11:27 |
newopen | i want to do multi-nodes installation | 11:27 |
*** ton_katsu has quit IRC | 11:27 | |
newopen | i have a single installation of nova which works | 11:28 |
newopen | i install on a new machine nova-network, nova-compute eucatolls and mysql-client | 11:28 |
newopen | what should i also install | 11:29 |
*** bonzay has joined #openstack | 11:33 | |
*** gaveen has quit IRC | 11:35 | |
*** p0 has joined #openstack | 11:39 | |
*** kashyap_ has joined #openstack | 11:40 | |
*** newopen has quit IRC | 11:42 | |
*** katkee has quit IRC | 11:43 | |
*** ctennis has quit IRC | 11:46 | |
romans | newopen:nova-network doesn't need. | 11:49 |
*** guigui1 has quit IRC | 11:57 | |
*** guigui1 has joined #openstack | 12:02 | |
*** ziyadb has joined #openstack | 12:04 | |
*** libspeed has quit IRC | 12:08 | |
*** katkee has joined #openstack | 12:13 | |
*** bkkrw has quit IRC | 12:14 | |
*** ziyadb_ has joined #openstack | 12:15 | |
*** ziyadb has quit IRC | 12:18 | |
p0 | Hi 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 #openstack | 12:29 | |
Daviey | Is evacuate a host using kvm wth shared storage documented anywhere? | 12:36 |
*** shentonfreude has joined #openstack | 12:38 | |
Daviey | Hmm. assumign this is not possible | 12:38 |
bonzay | p0: where did you get the iso from? | 12:39 |
p0 | bonzay : http://sourceforge.net/projects/stackops/files/ | 12:40 |
bonzay | p0: then the password is likely "stackops" | 12:40 |
bonzay | http://docs.stackops.org/display/documentation/Operating+Openstack+with+Stackops+Distro | 12:40 |
*** nerens has quit IRC | 12:40 | |
*** nerens has joined #openstack | 12:41 | |
*** victor_lowther has quit IRC | 12:41 | |
p0 | thk you bonzay | 12:41 |
*** PeteDaGuru has joined #openstack | 12:43 | |
*** piken_ has quit IRC | 12:43 | |
*** ctennis has joined #openstack | 12:43 | |
*** ctennis has joined #openstack | 12:43 | |
bonzay | p0: you're welcome | 12:43 |
*** adjohn has joined #openstack | 12:55 | |
*** anoopalias01 has joined #openstack | 12:56 | |
*** dgags has joined #openstack | 12:57 | |
*** ameade has joined #openstack | 12:59 | |
*** jaypipes has joined #openstack | 12:59 | |
*** adjohn has quit IRC | 13:01 | |
*** kbringard has joined #openstack | 13:02 | |
*** ziyadb_ has quit IRC | 13:12 | |
*** ziyadb has joined #openstack | 13:14 | |
*** ziyadb has joined #openstack | 13:14 | |
*** bpaluch has quit IRC | 13:16 | |
*** bcwaldon has joined #openstack | 13:17 | |
*** oleg__ has joined #openstack | 13:17 | |
*** oleg__ is now known as gelbuhos | 13:17 | |
*** gondoi has quit IRC | 13:17 | |
niksnut | does 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 #openstack | 13:21 | |
niksnut | I 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 IRC | 13:22 | |
Daviey | niksnut: Interesting... i don't know that euca2ools supports ipv6. | 13:25 |
niksnut | Daviey: I guess it doesn't :-) | 13:25 |
niksnut | but Nova supports it | 13:25 |
niksnut | the question is really what the "proper" way is to add IPv6 authorizations | 13:25 |
kbringard | I 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 API | 13:26 |
kbringard | since you can only really keep them in parity so long as they both support the same feature set | 13:26 |
*** ryker has quit IRC | 13:26 | |
Daviey | kbringard: well ec2 will surely support ipv6 soon. | 13:27 |
Daviey | (but your base point, i agree with) | 13:27 |
kbringard | well sure | 13:27 |
kbringard | yea, I was just using this as an example | 13:27 |
*** ziyadb_ has joined #openstack | 13:27 | |
kbringard | niksnut: 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 method | 13:28 |
*** ziyadb has quit IRC | 13:28 | |
kbringard | but I don't use the OS API much, so I'm not sure :-/ | 13:28 |
*** hadrian has quit IRC | 13:31 | |
kbringard | huh, looks like the gap analysis from March shows security groups aren't in the OpenStack API | 13:32 |
*** Capashen has joined #openstack | 13:33 | |
niksnut | kbringard: 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 |
kbringard | yea, it's just the euca2ools that don't | 13:35 |
niksnut | so I guess it's just a matter of getting this into euca2ools | 13:35 |
niksnut | right :-) | 13:35 |
*** Jason has joined #openstack | 13:35 | |
kbringard | haha, I like it when we're on the same page | 13:35 |
kbringard | what version of the tools are you running? | 13:35 |
niksnut | 1.3.1 | 13:35 |
*** hggdh has quit IRC | 13:35 | |
kbringard | I wonder if there is a newer version that supports it | 13:35 |
*** Jason is now known as Guest27676 | 13:35 | |
kbringard | ah so | 13:35 |
kbringard | then, probably not | 13:35 |
kbringard | I'm on 1.2 still, since I run Ubuntu 10.10 on most of my stuff still | 13:36 |
*** hggdh has joined #openstack | 13:36 | |
*** aliguori has joined #openstack | 13:36 | |
*** rchavik has quit IRC | 13:37 | |
*** smoser` is now known as smoser | 13:39 | |
*** dgags has quit IRC | 13:40 | |
*** _william_1 has quit IRC | 13:40 | |
*** jkoelker has joined #openstack | 13:41 | |
*** bkkrw has quit IRC | 13:41 | |
*** uksysadmin has joined #openstack | 13:42 | |
*** hadrian has joined #openstack | 13:43 | |
*** _william_1 has joined #openstack | 13:44 | |
*** jkoelker has quit IRC | 13:45 | |
*** jkoelker has joined #openstack | 13:45 | |
*** gondoi has joined #openstack | 13:46 | |
*** jkoelker has quit IRC | 13:46 | |
*** jkoelker has joined #openstack | 13:47 | |
*** hadrian has quit IRC | 13:51 | |
*** hggdh has quit IRC | 13:54 | |
*** bkkrw has joined #openstack | 13:56 | |
*** zenmatt has joined #openstack | 13:56 | |
*** stewart has quit IRC | 13:58 | |
*** stewart has joined #openstack | 13:59 | |
*** hggdh has joined #openstack | 14:03 | |
*** med_out is now known as med | 14:09 | |
*** med is now known as medberry | 14:09 | |
*** naehring has quit IRC | 14:15 | |
*** ziyadb has joined #openstack | 14:15 | |
*** naehring has joined #openstack | 14:15 | |
*** ziyadb_ has quit IRC | 14:18 | |
*** naehring has quit IRC | 14:19 | |
*** mgoldmann has quit IRC | 14:22 | |
*** iRTermite has quit IRC | 14:24 | |
*** anoopalias01 has quit IRC | 14:25 | |
*** stewart has quit IRC | 14:27 | |
*** iRTermite has joined #openstack | 14:27 | |
*** bpaluch has joined #openstack | 14:30 | |
*** hggdh has quit IRC | 14:34 | |
*** joearnold has joined #openstack | 14:35 | |
*** iRTermite has quit IRC | 14:36 | |
*** iRTermite has joined #openstack | 14:37 | |
*** primeministerp has joined #openstack | 14:38 | |
*** stewart has joined #openstack | 14:39 | |
*** hggdh has joined #openstack | 14:41 | |
*** spectorclan_ has joined #openstack | 14:47 | |
*** hggdh has quit IRC | 14:48 | |
*** aaronAUS has joined #openstack | 14:50 | |
aaronAUS | Hi All! | 14:50 |
*** hggdh has joined #openstack | 14:50 | |
aaronAUS | Anyone here used the csharp wrapper for OpenStack Swift????? https://github.com/rackspace/csharp-cloudfiles | 14:50 |
*** rnirmal has joined #openstack | 14:52 | |
*** msinhore has joined #openstack | 14:54 | |
*** jedi4ever has quit IRC | 14:56 | |
*** bkkrw has quit IRC | 14:56 | |
*** dolphm has joined #openstack | 14:57 | |
*** dragondm has joined #openstack | 14:58 | |
*** p0 has quit IRC | 14:58 | |
*** JKERZN has quit IRC | 14:59 | |
*** JKERZN has joined #openstack | 15:00 | |
*** Dweezahr has joined #openstack | 15:02 | |
*** nRy has joined #openstack | 15:02 | |
*** ziyadb has quit IRC | 15:02 | |
*** mattray has joined #openstack | 15:04 | |
*** gaveen has joined #openstack | 15:07 | |
*** gaveen has joined #openstack | 15:07 | |
*** alandman has joined #openstack | 15:08 | |
*** cp16net has joined #openstack | 15:09 | |
*** daysmen_ has quit IRC | 15:10 | |
*** ctennis has quit IRC | 15:14 | |
*** nsokolov has quit IRC | 15:18 | |
*** ahs3 has quit IRC | 15:19 | |
*** ahs3 has joined #openstack | 15:19 | |
*** dobber has quit IRC | 15:22 | |
*** reidrac has quit IRC | 15:22 | |
*** nsokolov has joined #openstack | 15:23 | |
*** ctennis has joined #openstack | 15: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 #openstack | 15:27 | |
*** obino has quit IRC | 15:27 | |
*** ziyadb has joined #openstack | 15:29 | |
*** heckj has joined #openstack | 15:33 | |
*** spectorclan_ has quit IRC | 15:34 | |
*** rsaidan has joined #openstack | 15:39 | |
aaronAUS | Anyone here used the csharp wrapper for OpenStack Swift????? https://github.com/rackspace/csharp-cloudfiles | 15:40 |
notmyname | aaronAUS: sorry I missed you last night. I went to bed just a few minutes before you came back | 15:40 |
*** dgags has joined #openstack | 15:41 | |
*** nerens has quit IRC | 15:41 | |
*** rsaidan is now known as nerens | 15:41 | |
aaronAUS | Hi notmyname | 15:41 |
aaronAUS | thats that | 15:41 |
aaronAUS | thats ok | 15:41 |
aaronAUS | It seems the C# library is wherre the problem lies | 15:42 |
aaronAUS | I did wrote an application which calls using webrequest directly | 15:42 |
aaronAUS | and it returrns a good response | 15:42 |
aaronAUS | seems that perhaps the C# wrapper may only work with rackspace | 15:43 |
aaronAUS | no exception is raised when trying to crreate a "Connection" object | 15:43 |
aaronAUS | but the connection object does not get initialised properly/populated with the correct data | 15:44 |
notmyname | that's unfortunate | 15:44 |
notmyname | cweidenk1ller: ^^ | 15:44 |
aaronAUS | indeed... makes it very teadious to get a proof of concept stage | 15:44 |
notmyname | indeed. cweidenk1ller is the guy working on the updates. he's not in right now, though | 15:45 |
aaronAUS | ahhh ok... | 15:45 |
*** dolphm has quit IRC | 15:45 | |
aaronAUS | seems it is a labour of love rather than a paid thing for him so it may not be resolved too soon | 15:46 |
*** joearnold has quit IRC | 15:46 | |
aaronAUS | if 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 IRC | 15:47 | |
ziyadb | I can't wait for my openstack eureka moment. | 15:47 |
aaronAUS | if 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 much | 15:48 |
btorch | aaronAUS: http://cyberduck.ch/ has a windows version | 15:48 |
notmyname | aaronAUS: 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 it | 15:48 |
btorch | aaronAUS: never tried it with windows though | 15:49 |
notmyname | aaronAUS: I'll make sure cweidenk1ller sees this when I talk to him next | 15:49 |
aaronAUS | notmyname: 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 quickly | 15:49 |
*** guigui1 has quit IRC | 15:49 | |
aaronAUS | anyone 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 possible | 15:50 |
aaronAUS | btorch: unfortunately.... it requires SSL | 15:50 |
*** paltman has quit IRC | 15:50 | |
aaronAUS | the SAIO walk through guide unfortunately does not included SSL | 15:50 |
aaronAUS | does not include instructions on how to configure said SSL.... I am very much a noob when it comes to *nix and particularly openstack swift | 15:51 |
btorch | aaronAUS: it's easy to include it though ... what version of swift ? | 15:51 |
aaronAUS | ummm latest version :) | 15:51 |
notmyname | btorch: he's using the lastest (1.4.1) | 15:51 |
*** paltman has joined #openstack | 15:52 | |
aaronAUS | I used the following guide: http://swift.openstack.org/development_saio.html | 15:53 |
btorch | I 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 quick | 15:54 |
notmyname | btorch: cyberduck requires using ssl | 15:54 |
bonzay | do i need two seperate nova controller instances to manage kvm and xen at the same time? | 15:55 |
aaronAUS | yeah I am currently running on port 8080... I think i read somewherer that it likes port 443 (and also SSL) | 15:55 |
btorch | notmyname: yeah but does it craps out on the port number ? I can't remember | 15:55 |
notmyname | aaronAUS: 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 properly | 15:55 |
*** guigui has joined #openstack | 15:56 | |
*** obino has joined #openstack | 15:57 | |
*** uksysadmin has quit IRC | 15:57 | |
*** obino has quit IRC | 15:59 | |
btorch | aaronAUS: for the SSL setup, install ssl-cert package wtih "apt-get install ssl-cert -Vy" | 16:00 |
*** obino has joined #openstack | 16:00 | |
aaronAUS | run that command as root??? | 16:01 |
btorch | yes | 16:01 |
btorch | aaronAUS: you on ubuntu right ? | 16:01 |
aaronAUS | yes | 16:01 |
*** cruciform has joined #openstack | 16:02 | |
*** johnpur has joined #openstack | 16:02 | |
*** ChanServ sets mode: +v johnpur | 16:02 | |
aaronAUS | btorch: done | 16:02 |
aaronAUS | do I run the following: opensslreq -new -x509 -nodes -out cert.crt -keyoutcert.key | 16:03 |
aaronAUS | ?????? | 16:03 |
btorch | aaronAUS: you can run this "sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/swift/swift.pem" | 16:03 |
aaronAUS | ok... | 16:04 |
btorch | aaronAUS: then just enter the fully qualified hostname | 16:04 |
btorch | aaronAUS: that will create the .pem file that includes the cert and key | 16:04 |
aaronAUS | hmmmm not sure of the fully qualitied hostname..... | 16:05 |
aaronAUS | typing "hostname" only gives me a name of "ubuntu" | 16:05 |
btorch | hostname -f | 16:05 |
aaronAUS | done | 16:06 |
btorch | if this is a slice/vm just create a DNS record say "aaronAUS.swift.mydomain.com" and point to the public ip of that slice/vm | 16:06 |
btorch | hehe I'm assuming this is public ... doesn't matter since this is just for testing | 16:06 |
aaronAUS | actually it isn't public... sitting behind a NAT at the moment | 16:07 |
btorch | ok cool | 16:07 |
aaronAUS | its ok... hostname -f gave me a result | 16:07 |
aaronAUS | i've created the cert | 16:07 |
aaronAUS | noww change the proxy configuration file to point to certificate??? | 16:07 |
btorch | aaronAUS: did you add what notmyname mentioned to the proxy conf ? | 16:07 |
*** llang629 has joined #openstack | 16:07 | |
aaronAUS | no I have not | 16:07 |
*** llang629 has left #openstack | 16:08 | |
*** maplebed has joined #openstack | 16:08 | |
aaronAUS | shall I change the bind port to 443 ????? | 16:09 |
*** FallenPegasus has joined #openstack | 16:09 | |
aaronAUS | in the proxy-conf file | 16:09 |
*** ranjibd_ has joined #openstack | 16:09 | |
btorch | aaronAUS: 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-cert | 16:10 |
aaronAUS | do I need a Key file as well as a certificate??? | 16:11 |
btorch | aaronAUS: the .pem file includes both you just need to split them | 16:14 |
btorch | aaronAUS: cat out that file and create one for the "BEGIN RSA PRIVATE KEY" section with the .key extension | 16:15 |
*** keny has joined #openstack | 16:15 | |
keny | hello | 16:15 |
btorch | aaronAUS: and another for the "BEGIN CERTIFICATE" section with the .cert extension | 16:15 |
*** dolphm has joined #openstack | 16:15 | |
*** ranjibd_ has quit IRC | 16:15 | |
keny | anybody 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 |
btorch | aaronAUS: example "cert_file = /etc/swift/proxy.cert" and "key_file = /etc/swift/proxy.key" for the proxy config | 16:16 |
MarkusWPHRorg | Good morning all | 16:16 |
*** FallenPegasus has quit IRC | 16:16 | |
aaronAUS | btorch: done | 16:16 |
keny | (there also being other nodes with no instances launched, lots of free ram) | 16:16 |
aaronAUS | and bindport changed to 443 | 16:16 |
btorch | aaronAUS: cool | 16:17 |
*** FallenPegasus has joined #openstack | 16:17 | |
aaronAUS | do I need to change other config files??? | 16:17 |
aaronAUS | orr simply restart everything? | 16:17 |
btorch | aaronAUS: no you just need to restart the proxy now | 16:17 |
cp16net | glance 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 image | 16:19 |
btorch | aaronAUS: whatever account you are using to test swift with you will need to modify the storage url for that account before it can work | 16:19 |
*** daysmen has joined #openstack | 16:20 | |
aaronAUS | btorch: done | 16:20 |
aaronAUS | but I think i will have to edit each of the conf files.... | 16:20 |
*** keny has quit IRC | 16:21 | |
*** Ephur has joined #openstack | 16:21 | |
aaronAUS | actually dont worry about what I said | 16:21 |
btorch | aaronAUS: huh ? why ? | 16:21 |
aaronAUS | I might have jumped the gun too quickly | 16:21 |
aaronAUS | i tried to restart swift | 16:22 |
aaronAUS | and it gives me errors | 16:22 |
*** ahmed_ has quit IRC | 16:22 | |
*** keny has joined #openstack | 16:22 | |
aaronAUS | here are the errrors: http://paste.openstack.org/show/1724/ | 16:22 |
btorch | aaronAUS: the only other thing that you could/would change would be the default_swift_cluster in the proxy config but that is not necessary atm | 16:23 |
btorch | aaronAUS: did u run the command ad the root user ? | 16:23 |
*** ewindisch_ has quit IRC | 16:23 | |
aaronAUS | no I did not | 16:23 |
btorch | try it as root | 16:24 |
btorch | aaronAUS: btw since you were really messing with the proxy there was no need to restart everything. you could have just done . swift-init proxy restart | 16:25 |
btorch | s/really/really just | 16:25 |
*** stewart has quit IRC | 16:25 | |
*** ibarrera has quit IRC | 16:25 | |
*** grapex has joined #openstack | 16:26 | |
btorch | aaronAUS: btw I just tested my saio install did I just did with cyberduck 4.0.2 and it seems to work ok | 16:26 |
btorch | aaronAUS: I'm on a mac though .. your windows version may be different | 16:26 |
aaronAUS | works nicely in ubuntu | 16:28 |
aaronAUS | but I did have to specify -k in the curl command | 16:28 |
aaronAUS | because it was detecting problem with certificate | 16:28 |
aaronAUS | blah blah | 16:28 |
btorch | aaronAUS: yes since it's a self-signed cert | 16:28 |
aaronAUS | i will try cyberduck | 16:29 |
btorch | aaronAUS: did the storage url returned for the account correct ? with https ? | 16:29 |
aaronAUS | it sure did :) notmyname helped me with that earlier... changing it for the particular user account | 16:30 |
aaronAUS | how do I define a new default for all users?? | 16:30 |
btorch | cool | 16:30 |
btorch | aaronAUS: in the proxy config change the "default_swift_cluster" | 16:31 |
btorch | aaronAUS: example "default_swift_cluster = local#https://172.10.10.10/v1#https://127.0.0.1/v1 | 16:31 |
*** johnpur has quit IRC | 16:32 | |
btorch | aaronAUS: you might want to check this out before trying cyberduck http://trac.cyberduck.ch/wiki/help/en/howto/preferences#Hiddenconfigurationoptions | 16:32 |
aaronAUS | btorch: i just tried it before I saw your post | 16:32 |
btorch | did work ? | 16:33 |
aaronAUS | soooo close, but it is asking for password etc etc... user crredentials seemt o be failing | 16:33 |
aaronAUS | please confirm.... username = test:tester API Access Key = testing | 16:33 |
*** joearnold has joined #openstack | 16:33 | |
aaronAUS | an extract from my proxy config file: user_test_tester = testing .admin https://10.0.0.4:443/v1/AUTH_test | 16:34 |
aaronAUS | [filter:tempauth] use = egg:swift#tempauth | 16:35 |
*** _william_1 has left #openstack | 16:37 | |
*** stewart has joined #openstack | 16:38 | |
btorch | aaronAUS: what was the url u used for the saio setup ? | 16:41 |
aaronAUS | where do you mean exactly???? | 16:41 |
aaronAUS | http://127.0.0.1:8080/auth/v1.0 ??? | 16:42 |
btorch | the doc url | 16:42 |
*** katkee has quit IRC | 16:43 | |
aaronAUS | I followed: http://swift.openstack.org/development_saio.html to the tee... I'm not sure what configuration you are referring to | 16:43 |
aaronAUS | sory to be so frustrating | 16:43 |
*** dirkx has joined #openstack | 16:43 | |
*** dubsquared has joined #openstack | 16:44 | |
aaronAUS | note 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.0 | 16:44 |
btorch | aaronAUS: I haven't used this tempauth middleware so that's kind of throwing me off since I've always use swauth for authentication | 16:45 |
*** joearnold has quit IRC | 16:45 | |
heckj | annegentle: you around? | 16:45 |
*** joearnold has joined #openstack | 16:45 | |
*** guigui has quit IRC | 16:47 | |
btorch | aaronAUS: 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 swauth | 16:49 |
*** kbringard has quit IRC | 16:49 | |
*** kbringard has joined #openstack | 16:50 | |
aaronAUS | lets go down the swauth path... if it isn't too much trouble of course | 16:50 |
btorch | aaronAUS: shouldn't be | 16:50 |
*** mgius-aw1y is now known as mgius | 16:50 | |
btorch | aaronAUS: go ahead and read the info on https://github.com/gholt/swauth and install it | 16:51 |
btorch | aaronAUS: when u get to step 4 let me know | 16:51 |
*** dirkx has quit IRC | 16:51 | |
*** Razique has quit IRC | 16:51 | |
aaronAUS | ok | 16:51 |
btorch | actually 3 | 16:52 |
*** keny has quit IRC | 16:52 | |
btorch | aaronAUS: btw also paste you proxy-server.conf when u get a chance | 16:52 |
btorch | brb | 16:52 |
*** Ephur has quit IRC | 16:56 | |
*** MotoMilind has joined #openstack | 16:57 | |
*** Ephur has joined #openstack | 16:58 | |
*** redkilian has joined #openstack | 17:00 | |
aaronAUS | btorch: are you back | 17:01 |
*** dkim1987 has joined #openstack | 17:01 | |
uvirtbot | New bug: #800288 in openstack-manuals "images bleeding off pages in PDF" [Undecided,New] https://launchpad.net/bugs/800288 | 17:02 |
btorch | aaronAUS: ye | 17:02 |
*** mszilagyi has joined #openstack | 17:03 | |
btorch | aaronAUS: do u have the paste ? | 17:04 |
aaronAUS | having trouble with step 1 | 17:04 |
aaronAUS | getting it installed | 17:04 |
aaronAUS | is there an apt-get command i can run? | 17:04 |
*** bmullan_ has joined #openstack | 17:04 | |
btorch | no you need to download the source from github | 17:04 |
btorch | aaronAUS: sorry actually seems like gholt placed a .deb there as well | 17:05 |
btorch | aaronAUS: go here https://github.com/gholt/swauth/downloads and download the python-swauth_1.0.2-1_all.deb pkg | 17:06 |
aaronAUS | i'm sorry btorch ... i am embarressed to say that I dont know how to download the trunk, compile and install it | 17:06 |
aaronAUS | wget it?? | 17:06 |
*** ewindisch_ has joined #openstack | 17:07 | |
*** daysmen has quit IRC | 17:07 | |
heckj | aaronAUD: wget https://github.com/downloads/gholt/swauth/python-swauth_1.0.2-1_all.deb | 17:07 |
btorch | aaronAUS: sure wget https://github.com/downloads/gholt/swauth/python-swauth_1.0.2-1_all.deb | 17:07 |
heckj | er, yeah | 17:07 |
aaronAUS | ok... done | 17:08 |
*** ahmed_ has joined #openstack | 17:09 | |
*** nsokolov has quit IRC | 17:09 | |
btorch | aaronAUS: ok now as root you will need to run "dpkg -i python-swauth_1.0.2-1_all.deb" | 17:09 |
*** PW__ has quit IRC | 17:09 | |
btorch | aaronAUS: then before you make any changes to your proxy-server.conf paste it for me pls | 17:10 |
*** ahmed- has joined #openstack | 17:10 | |
*** jdurgin has joined #openstack | 17:10 | |
aaronAUS | problem: http://paste.openstack.org/show/1726/ | 17:10 |
btorch | ok stupid pkging :) you installed your saio from source right ? | 17:11 |
aaronAUS | I beleive so... i just followed the instructions on the webpage | 17:11 |
btorch | aaronAUS: that's why ... sorry we gonna have to do the source way and not using the .deb | 17:12 |
aaronAUS | ahhh ok | 17:12 |
aaronAUS | i wil download the source | 17:12 |
*** zenmatt has quit IRC | 17:12 | |
*** ohnoimdead has joined #openstack | 17:12 | |
aaronAUS | actually there doesn't seem to be a single source package to download..... | 17:13 |
*** ahmed_ has quit IRC | 17:13 | |
aaronAUS | am I going to have to download from the repository??? if so I have no idea how | 17:14 |
aaronAUS | i am really sorry... feel free to pull the pin at any time | 17:14 |
btorch | aaronAUS: get this " wget https://github.com/downloads/gholt/swauth/swauth-lucid-build-1.0.2-1.tgz" | 17:14 |
btorch | aaronAUS: then unpack it | 17:15 |
btorch | aaronAUS: you will see another file called swauth_1.0.2-1.tar.gz which is the source | 17:15 |
btorch | aaronAUS: unpack swauth_1.0.2-1.tar.gz and you will have the swauth-1.0.2-1 directory | 17:15 |
*** dirkx has joined #openstack | 17:19 | |
aaronAUS | ok | 17:21 |
aaronAUS | i have it | 17:21 |
btorch | aaronAUS: then cd into that folder and run the "python setup.py install" as root | 17:22 |
aaronAUS | hoorah.. done | 17:22 |
*** kbringard_ has joined #openstack | 17:23 | |
*** kbringard has quit IRC | 17:23 | |
*** kbringard_ is now known as kbringard | 17:23 | |
btorch | aaronAUS: cool | 17:24 |
aaronAUS | http://paste.openstack.org/show/1727/ | 17:25 |
aaronAUS | here is my prroxy config | 17:25 |
aaronAUS | i had made some changes to it before I saw you tell me to paste it | 17:25 |
aaronAUS | I did however make a backup of the file before changing it | 17:25 |
aaronAUS | i can paste that if you wish | 17:25 |
btorch | no worries | 17:25 |
*** alandman has quit IRC | 17:27 | |
*** gaveen has quit IRC | 17:28 | |
*** clauden has joined #openstack | 17:28 | |
*** irahgel has left #openstack | 17:29 | |
aaronAUS | do you want the original??? | 17:32 |
btorch | aaronAUS: no hold on | 17:32 |
aaronAUS | ok | 17:32 |
*** Capashen has quit IRC | 17:32 | |
*** dirkx has quit IRC | 17:33 | |
*** koolhead17 has joined #openstack | 17:34 | |
btorch | aaronAUS: ok check the changes i added http://paste.openstack.org/show/1728/ | 17:35 |
aaronAUS | beautiful! | 17:38 |
aaronAUS | it even loaded with out errror :) | 17:38 |
btorch | ok so u did steop 4 | 17:38 |
aaronAUS | yes I did | 17:39 |
btorch | aaronAUS: now u need to prep swauth with "swauth-prep -K mypassword" | 17:39 |
btorch | aaronAUS: on step 5 and 6 you may need to also specify -A https//127.0.0.1/auth/ | 17:40 |
aaronAUS | step 5: http://paste.openstack.org/show/1730/ | 17:41 |
aaronAUS | problem with the swift/swauth reference | 17:42 |
btorch | yeah add the -A | 17:42 |
btorch | otherwise 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 IRC | 17:45 | |
*** GeoDud has joined #openstack | 17:45 | |
aaronAUS | btorch: step 5... no go | 17:46 |
aaronAUS | are you suggesting: swauth-prep -K swauthkey -A http://127.0.0.1:8080/auth/ | 17:46 |
aaronAUS | the instructions say only: swauth-prep -K swauthkey | 17:46 |
aaronAUS | nevermind | 17:47 |
aaronAUS | i am stupid | 17:47 |
btorch | aaronAUS: no .. the value for the -K is whatever you have setup for the super_admin_key | 17:47 |
aaronAUS | sorrry its nearly 4am herre in aus | 17:47 |
btorch | aaronAUS: I figured that :) can't wait to go kitesurfing there next year :) | 17:47 |
*** koolhead17 has quit IRC | 17:48 | |
cowmix | anyone using "Sheepdog" in production? More specifically, is it something ready for primetime for a smallish installation? | 17:48 |
btorch | aaronAUS: swauth-prep -K YOUR_KEY_HERE -A https://127.0.0.1/auth/ | 17:49 |
aaronAUS | step 5 done | 17:51 |
btorch | aaronAUS: cool do 6 now | 17:51 |
*** Ryan_Lane has joined #openstack | 17:51 | |
btorch | aaronAUS: once you are done with that try out something with curl or st | 17:52 |
aaronAUS | step 6: swauth-add-user -A http://127.0.0.1/auth/ -K mykeyhere -a test tester testing | 17:52 |
btorch | no remember you got use https | 17:52 |
*** stewart has quit IRC | 17:55 | |
*** jedi4ever has joined #openstack | 17:57 | |
aaronAUS | btorch: yes it works | 17:57 |
aaronAUS | in ubuntu | 17:58 |
btorch | aaronAUS: cool | 17:58 |
aaronAUS | now for cyberduck | 17:58 |
*** jaypipes has joined #openstack | 17:58 | |
*** katkee has joined #openstack | 18:02 | |
*** bcwaldon has quit IRC | 18:03 | |
aaronAUS | still no good in cyberduck | 18:03 |
aaronAUS | btorch: are you in this channel regularly??? | 18:03 |
aaronAUS | i have to sleep | 18:03 |
aaronAUS | it is now 4am | 18:03 |
btorch | aaronAUS: yeah always here | 18:04 |
aaronAUS | perhaps we can catch up in a few hours (or int he following days) | 18:04 |
*** koolhead17 has joined #openstack | 18:04 | |
aaronAUS | btorch: thankyou soo much for your help thus far | 18:04 |
btorch | aaronAUS: cool no worries just pm me | 18:04 |
aaronAUS | i know it must be frustrating to explain fundamentals contstantly | 18:04 |
aaronAUS | thanks mate | 18:05 |
aaronAUS | night | 18:05 |
*** aaronAUS has quit IRC | 18:05 | |
*** stewart has joined #openstack | 18:08 | |
*** _vinay has joined #openstack | 18:10 | |
_vinay | Hi, | 18:10 |
_vinay | I have a question about the Flat and FlatDHCP modes of networking in nova.. | 18:10 |
_vinay | Reading thru' the admin guide.. it sounds like in these two modes instances are given public IP addresses ... | 18:11 |
_vinay | so 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 addresses | 18: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 |
_vinay | ok... | 18:15 |
_vinay | so what would be the difference between the three modes | 18:15 |
_vinay | I 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 not | 18:17 |
kbringard | heckj: vlan mode runs dnsmasq as well | 18:18 |
kbringard | to provide DHCP to the instances | 18:18 |
heckj | Perfect - there you go. That answer what you need _vinay? | 18:18 |
jaypipes | dabo: in Amazon EC2, is an instance ID unique to the availability zone the instance is in, or is it globally unique? | 18:19 |
dabo | jaypipes: not sure | 18:19 |
jaypipes | heckj, kbringard: any idea? on ^^ | 18:19 |
*** Cromulent has joined #openstack | 18:20 | |
dabo | does ec2 have the concept of 'shared nothing' across availability zones? | 18:20 |
soren | jaypipes: It's globally unique. | 18:20 |
heckj | globally unique | 18:20 |
soren | jaypipes: Well... | 18:20 |
soren | I guess you could see the same instance ID in a different region, but not in a different availability zone. | 18:21 |
_vinay | heckj ... yes that is helpful .. appreciate your responses... | 18:21 |
jaypipes | soren, heckj: hmm... http://serverfault.com/questions/199630/are-amazon-ec2-ids-globally-unique-across-regions | 18:21 |
_vinay | so 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 please | 18:22 |
jaypipes | soren: hmm, ok. I think I may have been confusing region with availability zones... | 18:22 |
soren | jaypipes: regions on EC2 are completely separate. The only thing they share is user authentication information. | 18:22 |
heckj | jaypipes: I asked the guy I work with that used to be at EC2 - he asserted globally unique | 18:23 |
jaypipes | heckj: thx. first-person source! :) | 18:23 |
dabo | I think our 'shared nothing' is on much smaller scale, too - Rackspace huddles will be their own zone | 18:23 |
heckj | _vinay: I believe that's correct. | 18:23 |
kbringard | jaypipes: yea... region == zone (in openstack) and availability zones are the same (resources within a single region/zone) | 18:24 |
_vinay | thank you heckj | 18:25 |
*** mrmartin has joined #openstack | 18:33 | |
*** Ryan_Lane has quit IRC | 18:33 | |
*** msivanes has joined #openstack | 18:35 | |
*** bcwaldon has joined #openstack | 18:37 | |
*** Ryan_Lane has joined #openstack | 18:47 | |
*** NashTrash has joined #openstack | 18:53 | |
MarkusWPHRorg | Quick question about upgrading: | 18:54 |
MarkusWPHRorg | so I ran a " ./nova.sh branch lp:~hudson-openstack/nova/milestone-proposed" | 18:54 |
MarkusWPHRorg | and got the latetst milestone release or whatever the correct term for it is | 18:55 |
*** konetzed has joined #openstack | 18:55 | |
MarkusWPHRorg | I was going to run ./nova.sh install next | 18:55 |
MarkusWPHRorg | but wanted to ask before I did - for example, should I remove my existing version? | 18:56 |
MarkusWPHRorg | What'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.04 | 18:56 |
MarkusWPHRorg | so 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 |
bpaluch | is the package in trunk for glance working? | 18:57 |
MarkusWPHRorg | bpaluch: not sure. | 18:58 |
bpaluch | I get [Errno 111] ECONNREFUSED sometimes and then differnet errors othertimes | 18:58 |
bpaluch | its like its crashing | 18:59 |
bpaluch | but not logging its crashes in /var/log/glance | 18:59 |
heckj | MarkusWPHRorg: 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 |
dolphm | has 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 else | 19:02 |
MarkusWPHRorg | Thanks! If I do go the upgrade route, any ideas on how I can verify that the upgrade worked? | 19:03 |
heckj | MarkusWPHRorg: smoketests are the quickest path - I often just use the dashboard interface - it's a good canary too | 19:05 |
*** dprince has joined #openstack | 19:05 | |
heckj | dolphm: I have a growing list I'm compiling now. | 19:05 |
dolphm | heckj: is it online? i sort of started one here: https://github.com/rackspace/keystone/issues/31 | 19:06 |
heckj | Keystone is revolving (defaults) are 8080,8081,11211, and calls out to LDAP/LDAPS and/or potentially MySQL | 19:06 |
heckj | dolphm: no, but I'll add to that listing. | 19:07 |
bpaluch | if I need to build a new glance which method should I use? | 19:07 |
bpaluch | download the tarball or go the bzr route? | 19:07 |
dolphm | heckj: 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 |
heckj | dolphm: just kick it up to the 9000 range would be a quick suggestion | 19:11 |
*** katkee has quit IRC | 19:12 | |
dolphm | heckj: 9000/9001? | 19:13 |
dolphm | heckj: is there any pattern to the port choices made by other projects? lol | 19:13 |
*** jedi4ever has quit IRC | 19:13 | |
*** hadrian has joined #openstack | 19:13 | |
*** HouseAway is now known as AimanA | 19:15 | |
*** AimanA is now known as HouseAway | 19:15 | |
*** HouseAway is now known as AimanA | 19:16 | |
*** nati has joined #openstack | 19:16 | |
heckj | dolphm: 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 #openstack | 19:17 | |
*** ChanServ sets mode: +v johnpur | 19:17 | |
*** johnpur has quit IRC | 19:17 | |
*** spectorclan_ has joined #openstack | 19:17 | |
*** blamar has quit IRC | 19:23 | |
*** johnpur has joined #openstack | 19:26 | |
*** ChanServ sets mode: +v johnpur | 19:26 | |
*** mdomsch has joined #openstack | 19:27 | |
*** daysmen has joined #openstack | 19:28 | |
*** pvo has quit IRC | 19:29 | |
*** karmabot has quit IRC | 19:30 | |
*** shentonfreude has quit IRC | 19:31 | |
*** shentonfreude has joined #openstack | 19:32 | |
*** blamar has joined #openstack | 19:34 | |
*** blamar has quit IRC | 19:36 | |
*** daysmen has quit IRC | 19:40 | |
*** amccabe has joined #openstack | 19:40 | |
*** FallenPegasus is now known as MarkAtwood | 19:41 | |
*** karmabot has joined #openstack | 19:43 | |
*** daysmen has joined #openstack | 19:43 | |
*** WormMan has quit IRC | 19:43 | |
*** holoway has quit IRC | 19:43 | |
*** pquerna has quit IRC | 19:44 | |
*** RoAkSoAx has quit IRC | 19:45 | |
*** holoway has joined #openstack | 19:45 | |
*** RoAkSoAx has joined #openstack | 19:45 | |
*** dmarkey has quit IRC | 19:45 | |
*** dmarkey has joined #openstack | 19:45 | |
uvirtbot | New bug: #800348 in swift "TempAuth fails to instantiate when 'bind_port' is missing in config" [Undecided,New] https://launchpad.net/bugs/800348 | 19:46 |
*** sebastianstadil has joined #openstack | 19:47 | |
*** Guest27676 has quit IRC | 19:48 | |
*** infinite-scale has joined #openstack | 19:48 | |
*** pquerna has joined #openstack | 19:48 | |
*** _vinay has quit IRC | 19:49 | |
*** MarkusWPHRorg has quit IRC | 19:49 | |
*** jbryce has joined #openstack | 19:49 | |
*** msivanes has quit IRC | 19:55 | |
*** dprince has quit IRC | 19:55 | |
*** daysmen has quit IRC | 19:56 | |
*** medberry is now known as med_out | 19:58 | |
*** gregm has joined #openstack | 19:58 | |
*** gregm has quit IRC | 19:58 | |
*** jesse_ has joined #openstack | 19:58 | |
*** daysmen has joined #openstack | 19:58 | |
ttx | Team meeting in one hour in #openstack-meeting ! | 19:59 |
*** jesse__ has joined #openstack | 20:00 | |
*** vish1 is now known as vishy | 20:01 | |
*** aliguori has quit IRC | 20:01 | |
*** ianmp100 has joined #openstack | 20:03 | |
*** jesse_ has quit IRC | 20:03 | |
*** kbringard has quit IRC | 20:03 | |
*** kbringard has joined #openstack | 20:04 | |
ianmp100 | hi is there a recommendation for the size of disk storage on a swift proxy server, eg 2TB RAID 10? | 20:04 |
*** ewindisch_ has quit IRC | 20:07 | |
*** _0x44_ has joined #openstack | 20:09 | |
*** ChanServ sets mode: +v _0x44_ | 20:09 | |
*** _0x44_ has quit IRC | 20:10 | |
*** sophiap has joined #openstack | 20:10 | |
*** gregm has joined #openstack | 20:11 | |
*** infinite-scale has quit IRC | 20:13 | |
*** aliguori has joined #openstack | 20:14 | |
*** gregm has quit IRC | 20:15 | |
*** infinite-scale has joined #openstack | 20:15 | |
*** dgags has quit IRC | 20:16 | |
*** infinite-scale has quit IRC | 20:17 | |
*** sophiap has quit IRC | 20:18 | |
*** koolhead17 has quit IRC | 20:19 | |
*** bkkrw has joined #openstack | 20:20 | |
*** MarkAtwood has quit IRC | 20:24 | |
*** aliguori has quit IRC | 20:24 | |
*** daysmen has quit IRC | 20:26 | |
zul | devcamcar: hi i raised the bug about openstack dashboard in launchpad not having and copyright info is that going to be fixed any time soon | 20:30 |
devcamcar | zul: yes, its filed as a high priority issue and will be fixed very soon | 20:30 |
devcamcar | we just moved from lp to github and are merging some big pieces in | 20:30 |
devcamcar | so once the dust settles we will fix that | 20:30 |
devcamcar | within a week | 20:30 |
zul | devcamcar: cool thanks | 20:30 |
*** GeoDud has quit IRC | 20:31 | |
*** jonkelly has joined #openstack | 20:31 | |
*** MarkusWPHRorg has joined #openstack | 20:32 | |
MarkusWPHRorg | rehi | 20:32 |
*** dolphm has quit IRC | 20:33 | |
*** mdomsch has quit IRC | 20:35 | |
*** aliguori has joined #openstack | 20:37 | |
*** Razique has joined #openstack | 20:39 | |
Razique | Hi all | 20:39 |
MarkusWPHRorg | hi Razique | 20:40 |
MarkusWPHRorg | so I ran ./nova.sh upgrade | 20:40 |
MarkusWPHRorg | after grabbing the latest milestone-proposed | 20:40 |
MarkusWPHRorg | and it spit out some output, but didn't appear to actually do anything | 20:40 |
MarkusWPHRorg | am I going about upgrading thr right way here? | 20:41 |
MarkusWPHRorg | s/thr/the | 20:41 |
vishy | um there is no upgrade in nova.sh... | 20:41 |
uvirtbot | New bug: #800385 in swift "package conflict between swift and swift-account described in 759972; appears to have resurfaced" [Undecided,New] https://launchpad.net/bugs/800385 | 20:42 |
MarkusWPHRorg | ok. So what if I just run the install? | 20:42 |
MarkusWPHRorg | would it be better to just start with a fresh server? | 20:42 |
MarkusWPHRorg | I already have the latest "stable" release running that you get when you run the apt-get install in ubuntu 11.04 | 20:43 |
MarkusWPHRorg | but it seems to have some shortcomings in the network piece | 20:43 |
*** jesse__ has quit IRC | 20:43 | |
*** jesse_ has joined #openstack | 20:43 | |
MarkusWPHRorg | like being able to asiciate public ip addresses | 20:43 |
vishy | nova.sh installs from source...not sure what you mean by grabbing the latest code... | 20:43 |
MarkusWPHRorg | err associate | 20:43 |
vishy | if you get new packages | 20:44 |
MarkusWPHRorg | ./nova.sh branch lp:~hudson-openstack/nova/milestone-proposed | 20:44 |
vishy | ah | 20:44 |
vishy | ./nova.sh run should do it then | 20:44 |
vishy | it is made to be able to run "any" branch. That's why it blows everything away between runs | 20:45 |
MarkusWPHRorg | ya that's doing a bunch of stuff.... | 20:45 |
vishy | MarkusWPHRorg: but if you have a current package install on the same box, that is not the way to upgrade | 20:45 |
vishy | you upgrade by adding ppas and using apt-get | 20:46 |
MarkusWPHRorg | what's the best way then? (that last command errored out anyway) | 20:46 |
vishy | then running a nova-manage db sync | 20:46 |
MarkusWPHRorg | how do I add the right ppas(or what are the right ppas) | 20:46 |
vishy | nova.sh is dev mode running from source | 20:46 |
MarkusWPHRorg | ya ok. I may want to do that too on a different box | 20:46 |
vishy | https://launchpad.net/~nova-core | 20:47 |
*** msivanes has joined #openstack | 20:47 | |
adam_g | hi- 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 f | 20:47 |
vishy | you probably want https://launchpad.net/~nova-core/+archive/milestone | 20:47 |
*** FallenPegasus has joined #openstack | 20:47 | |
vishy | instructions are on that page for adding the ppa | 20:48 |
MarkusWPHRorg | Awesome - thank you so much | 20:49 |
*** mcclurmc_home has quit IRC | 20:50 | |
*** nhm__ is now known as nhm | 20:51 | |
MarkusWPHRorg | Ok cool - so I added ppa:gwibber-daily/ppa to my repository list | 20:52 |
*** bonzay has quit IRC | 20:52 | |
MarkusWPHRorg | would an "apt-get upgrade nova" do the trick? Sorry - I'm a little unfamiliar with doing upgrades like this | 20:53 |
vishy | apt-get update; apt-get upgrade will upgrade everything | 20:54 |
kbringard | what repo is the qwibbler-daily? | 20:54 |
vishy | apt-get update; apt-get install nova-xxxx will upgrade an individual component | 20:54 |
vishy | kbringard: I was wondering that myself | 20:54 |
MarkusWPHRorg | kbringard: that's the one listed on the milestone page | 20:54 |
kbringard | hmmmm | 20:55 |
MarkusWPHRorg | the one that vishy sent me to above | 20:55 |
vishy | Markus: that is an example | 20:56 |
vishy | the ppa you want is ppa:nova-core/milestone | 20:56 |
MarkusWPHRorg | Oh ok. | 20:56 |
*** FallenPegasus is now known as MarkAtwood | 20:58 | |
MarkusWPHRorg | Holy crap - that's better. Thanks for catching that! | 20:59 |
MarkusWPHRorg | Now it wants to upgrade nova | 20:59 |
MarkusWPHRorg | coolness | 20:59 |
*** med_out is now known as med | 21:01 | |
*** med is now known as medberry | 21:01 | |
*** msivanes has quit IRC | 21:03 | |
*** vernhart has joined #openstack | 21:03 | |
*** jmckenty has joined #openstack | 21:05 | |
*** jmckenty_ has joined #openstack | 21:06 | |
*** User0 has joined #openstack | 21:09 | |
*** Tushar has joined #openstack | 21:09 | |
*** ahs3 has quit IRC | 21:10 | |
*** lionel has quit IRC | 21:11 | |
*** Cromulent has quit IRC | 21:11 | |
*** Tushar has quit IRC | 21:12 | |
*** lionel has joined #openstack | 21:12 | |
*** nati has quit IRC | 21:17 | |
*** jbryce has quit IRC | 21:21 | |
*** ziyadb has quit IRC | 21:22 | |
*** daysmen has joined #openstack | 21:24 | |
*** lionel has quit IRC | 21:25 | |
*** ianmp100 has left #openstack | 21:25 | |
*** lionel has joined #openstack | 21:26 | |
*** nati has joined #openstack | 21:26 | |
*** Razique has quit IRC | 21:28 | |
ohnoimdead | swift question: how does st usually get installed? i used swift.sh from https://github.com/cloudbuilders/deploy.sh | 21:33 |
mgius | ohnoimdead: st was recently renamed | 21:34 |
mgius | to swift | 21:34 |
mgius | if you're using 1.4.1 | 21:34 |
ohnoimdead | aha! | 21:34 |
*** bz has joined #openstack | 21:35 | |
bz | hello | 21:35 |
ohnoimdead | much better name btw | 21:36 |
notmyname | ohnoimdead: I think it's installed with the swift package | 21:36 |
*** mcclurmc_home has joined #openstack | 21:36 | |
ohnoimdead | notmyname: yeah, it's just called swift instead of st so i was all like WHERE IT IZ? | 21:37 |
ohnoimdead | then mgius schooled me | 21:37 |
ohnoimdead | the end | 21:37 |
notmyname | ah. well there you go. mgius to the rescue | 21:37 |
vishy | ohnohesdead | 21:38 |
*** et_ has joined #openstack | 21:38 | |
bz | is 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 |
bz | Linux* | 21:39 |
*** ameade has quit IRC | 21:39 | |
*** WormMan has joined #openstack | 21:40 | |
*** GeoDud has joined #openstack | 21:41 | |
bz | anybody? | 21:41 |
*** odyi has quit IRC | 21:41 | |
mgius | bz: i'm not sure I understand your question | 21:42 |
*** ryker has joined #openstack | 21:42 | |
bz | what You don't understand? | 21:42 |
*** lionel has quit IRC | 21:43 | |
*** odyi has joined #openstack | 21:43 | |
*** odyi has joined #openstack | 21:43 | |
bz | i 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 IPs | 21:43 |
*** lionel has joined #openstack | 21:43 | |
*** heckj has left #openstack | 21:45 | |
*** kasimir_ has quit IRC | 21:46 | |
vishy | sure you could use them all as compute hosts and use the ips as floating ips for vms | 21:48 |
*** aliguori has quit IRC | 21:48 | |
vishy | but your cloud will probably be pretty slow :) | 21:48 |
*** nati has quit IRC | 21:49 | |
*** jmckenty has quit IRC | 21:50 | |
*** jmckenty_ is now known as jmckenty | 21:50 | |
*** dubsquared has quit IRC | 21:51 | |
*** DigitalFlux_ has quit IRC | 21:54 | |
*** nati has joined #openstack | 21:55 | |
*** spectorclan_ has quit IRC | 21:57 | |
*** Jamey has joined #openstack | 21:58 | |
*** liberie has quit IRC | 21:59 | |
*** RoAkSoAx has quit IRC | 21:59 | |
*** mattrobinson has quit IRC | 21:59 | |
*** RoAkSoAx has joined #openstack | 22:01 | |
*** mattrobinson has joined #openstack | 22:01 | |
*** heckj has joined #openstack | 22:01 | |
*** jonkelly has left #openstack | 22:02 | |
*** MarkAtwood has quit IRC | 22:03 | |
*** jesse_ has quit IRC | 22:03 | |
*** kbringard has quit IRC | 22:07 | |
*** iammartian has joined #openstack | 22:08 | |
*** iammartian has left #openstack | 22:10 | |
*** MarkAtwood has joined #openstack | 22:12 | |
*** vernhart has quit IRC | 22:20 | |
*** ahmed- has quit IRC | 22:22 | |
*** jfluhmann has quit IRC | 22:23 | |
*** AhmedSoliman has joined #openstack | 22:23 | |
*** ahmed_ has joined #openstack | 22:24 | |
*** MarkAtwood has quit IRC | 22:25 | |
*** FallenPegasus has joined #openstack | 22:25 | |
*** FallenPegasus has left #openstack | 22:25 | |
*** thomas-_ has joined #openstack | 22:27 | |
*** mrmartin has quit IRC | 22:27 | |
*** AhmedSoliman has quit IRC | 22:28 | |
*** mattray has quit IRC | 22:28 | |
*** ahmed_ has quit IRC | 22:29 | |
*** Ephur has quit IRC | 22:30 | |
*** cp16net has quit IRC | 22:32 | |
*** dkim1987 has quit IRC | 22:35 | |
*** msinhore has quit IRC | 22:36 | |
*** msinhore has joined #openstack | 22:37 | |
*** msinhore has quit IRC | 22:37 | |
ohnoimdead | swift+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 |
ohnoimdead | is this a known thing or did i screw up a config or something somewhere? | 22:40 |
*** KnightHacker has joined #openstack | 22:40 | |
*** crescendo has quit IRC | 22:43 | |
*** daysmen has quit IRC | 22:44 | |
*** victor_lowther has joined #openstack | 22:45 | |
*** bcwaldon has quit IRC | 22:46 | |
heckj | dolph: you still around? | 22:50 |
*** thomas-_ has left #openstack | 22:52 | |
*** crescendo has joined #openstack | 22:54 | |
*** miclorb has joined #openstack | 22:56 | |
*** KnightHacker has quit IRC | 22:58 | |
*** matiu has joined #openstack | 23:01 | |
*** romain_lenglet has joined #openstack | 23:01 | |
*** romain_lenglet has left #openstack | 23:02 | |
*** DigitalFlux has joined #openstack | 23:05 | |
*** bonzay has joined #openstack | 23:06 | |
*** bkkrw has quit IRC | 23:07 | |
*** amccabe has quit IRC | 23:09 | |
*** katkee has joined #openstack | 23:10 | |
*** ton_katsu has joined #openstack | 23:13 | |
*** nati has quit IRC | 23:24 | |
*** ryker has quit IRC | 23:26 | |
*** bcwaldon has joined #openstack | 23:28 | |
*** joearnold has quit IRC | 23:31 | |
MarkusWPHRorg | wow | 23:34 |
MarkusWPHRorg | 300+ M of new log entries in nova-network.log until I did a db sync | 23:35 |
MarkusWPHRorg | Got into a lop and kept siptting out the same errors over and over again | 23:35 |
MarkusWPHRorg | err loop | 23:35 |
*** katkee has quit IRC | 23:37 | |
*** MrRoot has joined #openstack | 23:38 | |
*** medberry is now known as med_out | 23:44 | |
*** rnirmal has quit IRC | 23:45 | |
*** sebastianstadil has quit IRC | 23:54 | |
*** bonzay has quit IRC | 23:57 | |
*** bonzay has joined #openstack | 23:58 | |
*** ohnoimdead has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!