Thursday, 2011-06-30

OutBackDingoxnyl1: welp you might want to look at auto.sh00:00
xnyl1kkk will take a look00:00
xnyl1I gotta run now though. Have a good night00:00
*** xnyl has quit IRC00:00
*** xnyl1 has left #openstack00:01
*** RickB17 has joined #openstack00:01
*** ton_katsu1 has joined #openstack00:06
berto-OutBackDingo: INSTANCEi-0000000aami-74446a33192.168.123.2192.168.123.2shutdowndev (dev, flyer)0m1.tiny2011-06-29T01:27:40Znova00:06
*** Focus160 has left #openstack00:07
_vinay_Hi, Any glance config expert here? It seems that I am having trouble with swift_store_auth_address config entry in glance-api.conf. more details here -----> http://paste.openstack.org/show/1795/00:07
_vinay_http://paste.openstack.org/show/1795/00:07
OutBackDingoberto-: odd, anything in the logs ?00:07
WormMan_vinay_: known bug, not sure where it's fixed, I had to hand hack the python code00:08
*** neogenix has joined #openstack00:08
_vinay_WormMan ...oh really..00:09
_vinay_a bit comforting to know in a way :)00:09
*** ton_katsu1 has quit IRC00:10
_vinay_could you elaborate on the changes you had to hack ?? is it a lot of diff ... or just a few lines ?? I added some debugging myself in glance/store/swift.py   to  figure this much00:10
*** johnpur has joined #openstack00:10
WormMan_vinay_: here it is: https://bugs.launchpad.net/glance/+bug/77184900:10
WormMan_vinay_ let me find it, I didn't fix it correctly, just to make it work for me00:10
berto-OutBackDingo: i ran euca-terminate-instances, then euca-run-instances and now it's working!00:11
OutBackDingocan u ssh to it00:11
berto-kinda bothers me when things start working inexplicably.00:12
OutBackDingogive it time to connect also00:12
berto-berto@flyer:~$ ssh -i ~/.ssh/id_dev ubuntu@192.168.123.300:12
berto-Linux i-0000000b 2.6.35-24-virtual #42-Ubuntu SMP Thu Dec 2 05:15:26 UTC 2010 x86_64 GNU/Linux00:12
OutBackDingotry to ping the ip also00:12
OutBackDingodamn00:12
OutBackDingowhat the ip of the host ?00:12
berto-i can also ssh out from the VM.00:13
berto-          inet addr:192.168.123.3  Bcast:192.168.123.31  Mask:255.255.255.22400:13
OutBackDingoberto-: but whats the ip of the host00:13
berto-oh, heh. 10.123.0.22400:13
OutBackDingohow the heck.....00:13
berto-OutBackDingo: did you get my msg yesterday about removing br100 from /etc/network/interfaces?00:14
berto-i removed it from mine, then rebooted.00:14
OutBackDingooh, so you can go from the 10.123 host to the 192.168 instance00:14
berto-after the reboot openstack did it for me.00:14
OutBackDingoi tried that00:14
OutBackDingodidnt even get an ip00:14
berto-hmm, after i rebooted, i see this as my br100: http://pastebin.com/W7h9HPdg00:15
OutBackDingoberto-: so what interface is the machine 10.123.0.224 on00:15
berto-eth000:15
OutBackDingois eth0 part of the bridge br100 ?00:16
WormMan_vinay_:  http://paste.openstack.org/show/1796/00:16
berto-OutBackDingo: the funny thing about that i am not quite sure on is that ifconfig no longer lists that IP.  it's 'hidden' by the bridge.00:16
WormManyour paths may be different00:16
WormManand http vs https00:16
OutBackDingoberto-: pastebin your /etc/network/interfaces and your nova.conf00:16
berto-OutBackDingo: http://pastebin.com/RRvthQLD00:17
_vinay_Oh so one line change00:18
berto-OutBackDingo: http://pastebin.com/jMagPWG800:18
WormMan_vinay_ as I said, it's not a proper fix, it's just to make it work until they patch it :)00:18
_vinay_very cool... I will try this out in  a while.. gotta run now00:18
*** ton_katsu has joined #openstack00:19
_vinay_yes I understand :) appreciate your help though... just need to get it working before the bug is fixed00:19
_vinay_thanks WormMan00:19
dsockwellOK i'm attempting to install openstack on centos 5.6.  I got to the point in the instructions where i'm supposed to copy nova.conf from the bzr checkout into /etc, but it doesn't exist in the checkout directory.00:19
OutBackDingoberto-: weird, so whats giving you at 10.123.0.224 address? a router?00:20
berto-OutBackDingo: yes.00:20
OutBackDingoberto-: hrmm lemme see somwthing00:20
berto-heh, so in my VM i ran "sudo shutdown -h now" and when running euca-describe-instances i see it in the shutdown state; how do i boot it back up?00:22
WormManeuca-reboot-instances perhaps? :)00:22
*** dendrobates is now known as dendro-afk00:23
*** Ephur has quit IRC00:23
*** Ephur has joined #openstack00:23
berto-WormMan: yes, just found that looking at al lthe euca- commands, thanks!00:23
*** vladimir3p has quit IRC00:23
WormManyea, I find lots of stuff typing euca- and hitting tab twice00:23
berto-where is the instances drive image on the system?00:24
WormManeuca-where-is-my-image? (/var/lib/nova/instances)00:25
berto-WormMan: excellent, thanks.00:25
berto-hmm, i don't have that one.  perhaps you were joking?00:26
WormManyes, that's why I left the real path00:26
WormManwell, for my install00:26
WormMan(Ubuntu + Nova PPA)00:26
*** obino has quit IRC00:27
*** mszilagyi has quit IRC00:27
OutBackDingoberto-: ahhhhhhhhh00:28
OutBackDingolol00:28
OutBackDingookay seems to work00:28
WormManalso, if you have a running image, you can just run ps -wwaux on the host to see all the flags that openstack passed to libvirt and libvirt gave to qemu to see all the paths00:28
WormMan(the physical host)00:28
berto-WormMan: very nice.  thanks for the tip!00:31
berto-OutBackDingo: what was the issue?00:31
OutBackDingoberto-: welp im testing ur theory on a box with a 10.0.0. network00:31
OutBackDingoit worked on the original 192.168.1.x network00:32
OutBackDingosee if i get the same results00:32
*** joearnold has joined #openstack00:32
berto-so unless i run euca-terminate-instances the files stored in the image should persist across VM and host reboots, right?00:33
*** joearnold has quit IRC00:35
berto-OutBackDingo: ok, let me know how it goes.00:36
*** Jedicus has joined #openstack00:43
OutBackDingoberto-: odd... doesnt work on the 10.0.0. box00:45
OutBackDingointerfaces never come up00:45
berto-OutBackDingo: two things: do you have dnsmasq processes for 192.168.x.x?00:46
berto-and what does your br100 look like?00:46
OutBackDingoberto-: like i said, it never comes up00:46
berto-oh, the bridge doesn't come up?00:46
OutBackDingobr100 never gets created00:46
berto-OutBackDingo: did you reboot?00:47
berto-reboots appear to magically help me.00:47
OutBackDingorebooted 2 times00:47
*** huslage has joined #openstack00:47
berto-OutBackDingo: check out /var/log/nova/nova-network.log00:47
*** msivanes has joined #openstack00:52
OutBackDingoberto-: dont see anything odd00:52
*** Binbin has joined #openstack00:53
berto-OutBackDingo: the magic lines in my nova.conf file are the ones you sent me yesterday: --network_manager=nova.network.manager.FlatDHCPManager00:54
OutBackDingoi have them00:54
berto---flat_network_dhcp_start=192.168.123.0 --flat_interface=eth0 --public_interface=eth000:55
*** _vinay_ has quit IRC00:55
berto-OutBackDingo: do you have nova-network processes?00:55
*** ohnoimdead has quit IRC00:56
berto-OutBackDingo: also make sure the nova-network PID doesn't change.00:56
berto-i had a time when the process would keep terminating and upstart would respawn it.00:56
OutBackDingohrmmmmm, yeah nova not even starting up now00:57
OutBackDingoberto-: ok seems i need to figure out why nova-* services arent starting00:58
OutBackDingoas soon as i started nova-network the br100 came up00:59
*** Ryan_Lane has quit IRC00:59
berto-OutBackDingo: aha.00:59
berto-are the nova-*.conf files in /etc/init ?00:59
OutBackDingoyupp01:00
OutBackDingohell yeah..... it does work now01:00
OutBackDingonow..... why isnt nova starting up01:00
*** clauden_ has quit IRC01:02
dsockwellI've got nova installed on centos 5.6, and the last instruction in the HOWTO is to start everything using SCREEN.  I sort of doubt that this is the setup that's meant to be used in production -- is there any documentation on the right way to keep nova running?01:03
dsockwellwin 701:03
OutBackDingoberto-: what was the upstart issue?01:06
berto-OutBackDingo: i didn't have an issue with upstart, it was respawning nova-network automatically after it was crashing.01:07
berto-i think it was bailing because i had created br100 in /etc/network/interfaces01:07
*** obino has joined #openstack01:12
*** lstoll has left #openstack01:14
*** Ephur has quit IRC01:18
*** syah_ has quit IRC01:18
*** huslage has quit IRC01:21
*** ccc11 has joined #openstack01:23
*** laboo has joined #openstack01:23
labooI've got a very elementary question about OpenStack. Is anyone running Solaris or Windows guests. Is that even possible at this point in time?01:25
*** onlany has quit IRC01:26
*** ejat has joined #openstack01:26
*** ejat has joined #openstack01:26
pquernalaboo: depends on the hypervisor... but yes.01:26
laboopquerna, can you point at instructions for getting either OS running?01:27
*** scotticu1 has left #openstack01:28
*** maplebed has quit IRC01:32
berto-laboo: http://docs.openstack.org/cactus/openstack-compute/admin/content/selecting-a-hypervisor.html01:34
*** obino has quit IRC01:35
*** MarkAtwood has quit IRC01:35
laboothanks, berto-. Which would work for Solaris? Xen?01:40
uvirtbotNew bug: #803705 in nova "Failed to get metadata for ip (list indices must be integers...)" [Undecided,New] https://launchpad.net/bugs/80370501:41
labooAnd one other question about hypervisors: doco says "hypervisor selection is for the entire installation". Will this change in diablo?01:42
*** jdurgin has quit IRC01:45
*** mgius has quit IRC01:47
*** ejat has quit IRC01:48
*** vodanh86 has joined #openstack01:53
*** andy-hk has quit IRC01:55
*** Davor` has quit IRC01:56
*** bluetux has joined #openstack01:57
*** winston-d has joined #openstack01:58
*** ejat has joined #openstack01:59
winston-dHi all02:03
winston-dI'd like to know if there's any existing library for openstack-api?02:03
*** vodanh86 has quit IRC02:04
winston-dsomething like boto for ec202:05
*** MarkAtwood has joined #openstack02:05
*** GeoDud has quit IRC02:06
berto-laboo: i don't know, never tried.02:07
berto-laboo: i just knew where to find the list of supported hypervisors.02:07
laboothanks, anyhow berto-. I've looked high and low for instructions in the past -- I mean step by step instructions for either Solaris or Windows. Never found anything. Very happy with Linux/kvm, however. Great work, and much appreciated.02:10
*** adjohn has joined #openstack02:10
*** cereal_bars has joined #openstack02:12
uvirtbotNew bug: #803716 in nova "fixed_ip_disassociate_timeout_pgsql casting errors w/ Postgres" [Medium,In progress] https://launchpad.net/bugs/80371602:16
*** andy-hk has joined #openstack02:22
*** adjohn has quit IRC02:24
*** berto- has quit IRC02:24
*** laboo has quit IRC02:25
*** adjohn has joined #openstack02:28
*** rods has quit IRC02:39
*** gaveen has joined #openstack02:44
*** gaveen has joined #openstack02:44
*** j05h has quit IRC02:46
*** RickB17 has quit IRC02:46
*** gohko has joined #openstack02:56
*** futuresoon has joined #openstack02:56
*** hadrian has quit IRC03:00
*** Andrew__ has quit IRC03:04
*** futuresoon has quit IRC03:10
*** rchavik has joined #openstack03:24
*** rchavik has joined #openstack03:24
*** Binbin has quit IRC03:33
*** adjohn has quit IRC03:34
*** Binbin has joined #openstack03:35
*** Binbin has quit IRC03:35
*** Binbin has joined #openstack03:36
*** dendro-afk is now known as dendrobates03:37
*** mattray has joined #openstack03:42
*** RobertLaptop has quit IRC03:46
*** ejat has quit IRC03:46
*** msivanes has quit IRC03:47
*** mattray has quit IRC03:49
*** fedgoat has quit IRC03:50
*** Ephur has joined #openstack03:51
*** adjohn has joined #openstack03:52
*** Zangetsue has joined #openstack03:57
*** cereal_bars has quit IRC03:57
*** Ryan_Lane has joined #openstack04:06
*** Ephur has quit IRC04:06
*** Ephur has joined #openstack04:07
*** ejat has joined #openstack04:08
*** koolhead17 has joined #openstack04:09
*** vodanh86 has joined #openstack04:10
vodanh86Hi, I installed successfully Openstack compute in VLAN network mode, i don't need config brige network anymore. Now, I want to install FLATDHCP mode.04:12
vodanh86where i need to config brige network (br100), on the server run nova-compute, nova-network, or both04:13
vodanh86?04:13
*** andy-hk has quit IRC04:15
*** ejat has quit IRC04:17
*** naehring has joined #openstack04:17
*** Ephur has quit IRC04:19
*** andy-hk has joined #openstack04:21
*** johnpur has quit IRC04:24
*** dragondm has quit IRC04:24
*** RobertLaptop has joined #openstack04:28
*** koolhead17 has quit IRC04:33
*** f4m8_ is now known as f4m804:49
*** berto- has joined #openstack04:57
*** sam_itx has left #openstack04:58
*** MetaMucil has joined #openstack05:07
*** kashyap has joined #openstack05:13
*** adjohn has quit IRC05:17
*** Ryan_Lane has quit IRC05:20
*** koolhead17 has joined #openstack05:30
*** romans has joined #openstack05:32
*** wilmoore has joined #openstack05:34
*** joshfng has joined #openstack05:36
*** joshfng has quit IRC05:38
*** jpgeek1 has joined #openstack05:44
*** AhmedSoliman has joined #openstack05:51
*** vodanh86 has quit IRC05:52
*** zenmatt has quit IRC05:58
*** zenmatt has joined #openstack05:59
*** HugoKuo has joined #openstack06:11
uvirtbotNew bug: #803742 in nova "Dashboard document code base should be correct to GitHub" [Undecided,New] https://launchpad.net/bugs/80374206:11
*** adjohn has joined #openstack06:16
*** nerens has joined #openstack06:20
*** po has joined #openstack06:21
*** romans has quit IRC06:26
*** romans has joined #openstack06:27
*** ewindisch has joined #openstack06:29
*** koolhead17 has quit IRC06:37
*** andy-hk has quit IRC06:42
*** andy-hk has joined #openstack06:44
*** AhmedSoliman has quit IRC06:48
*** kashyap has quit IRC06:49
*** ejat has joined #openstack06:55
*** ejat has joined #openstack06:55
*** reidrac has joined #openstack06:56
ttxwinston-d: yes. python-novaclient07:01
ttxwinston-d: http://pypi.python.org/pypi/python-novaclient/2.5.7, and also in Ubuntu07:01
*** Razique has joined #openstack07:01
*** kashyap has joined #openstack07:05
*** andy-hk has quit IRC07:06
*** Adri2000 has quit IRC07:08
winston-dttx : thanks! i will have a try07:08
Raziquehi all07:13
Raziquedoes FTP works if i create a rule into my securiy group ?07:13
Raziquelet's say euca-authorize -P tcp -p 21 default ?07:14
Raziqueand euca-authorize -P tcp -p 20 default07:14
*** wilmoore has quit IRC07:18
*** nacx has joined #openstack07:49
*** koolhead11|afk is now known as koolhead1107:49
*** ewindisch has quit IRC07:51
*** Adri2000 has joined #openstack07:52
*** Adri2000 is now known as Guest8935207:53
*** Guest89352 is now known as Adri200007:54
*** Adri2000 has joined #openstack07:54
*** mgoldmann has joined #openstack07:55
*** fenris has joined #openstack07:56
*** fenris is now known as Guest8372207:57
*** mgoldmann has quit IRC07:59
*** mgoldmann has joined #openstack07:59
*** zz_bonzay is now known as bonzay08:02
*** Guest83722 has quit IRC08:09
*** andy-hk has joined #openstack08:17
jpgeek1Hi all08:20
jpgeek1Has anyone been able to upload images with 'glance add'...08:20
jpgeek1and then instantiate them with 'nova boot'?08:21
jpgeek1In other words, without resorting to uec-publish-tarball, or other euca tools?08:21
*** berto- has quit IRC08:26
*** vodanh86 has joined #openstack08:28
*** dobber has joined #openstack08:28
*** miclorb has quit IRC08:30
*** Vasichkin has joined #openstack08:42
HugoKuojpgeekl , yes?08:44
HugoKuoglance add name=""  is_public=true < <image08:45
HugoKuonova boot --flavor <>   --image    <>    <key>08:45
*** jedi4ever has joined #openstack08:45
*** nacx has quit IRC08:46
jpgeek1HugoKuo: and you were able to ssh into the instance after that?08:52
jpgeek1(or otherwise be sure that it was running)08:53
HugoKuojpgeekl , yes I did08:55
jpgeek1are you using kvm or qemu?08:55
HugoKuoyou can check the console out-put08:55
HugoKuokvm08:55
jpgeek1I have been fighting with it for hours...08:57
jpgeek1could you tell me what file /var/lib/nova/instances/instance-<>/disk outputs?08:57
jpgeek1(for the right instance)08:58
jpgeek1mine points to /var/lib/nova/instances/_base/0, which does not exist08:58
HugoKuowhy not using euca2ools ?08:59
*** berto- has joined #openstack08:59
HugoKuosuch as  #euca-get-console-output  <instance_id>08:59
jpgeek1I am working on testing the openstack api08:59
jpgeek1If I load the images with uec-publish-tarball (or other euca tools) it works fine.09:00
jpgeek1but any instances loaded with 'glance add' do not work.09:01
HugoKuoroot@ubuntu3:/var/lib/nova/instances/instance-00000102# ls09:02
HugoKuoconsole.log  disk  disk.local  kernel  libvirt.xml09:02
HugoKuoany error ?09:02
jpgeek1can you call 'file disk'?09:02
*** ejat has quit IRC09:03
jpgeek1console.log is empty09:03
HugoKuoI'm sorry that for my poor knowledge ~"~09:04
jpgeek1No!  I really appreciate it!09:04
jpgeek1At least I know it is supposed to work!09:05
jpgeek1what kind of image did you load?  was it a raw one (tar.gz)?09:06
*** zul has joined #openstack09:07
*** nacx has joined #openstack09:09
*** ejat has joined #openstack09:11
*** ejat has joined #openstack09:11
*** zanaga has joined #openstack09:19
*** ccorrigan has quit IRC09:23
*** bluetux has quit IRC09:23
*** berto- has quit IRC09:24
*** zul has quit IRC09:25
HugoKuoI'm testing with UEC-image09:26
*** irahgel has joined #openstack09:26
zanagais there a clean way of registering an existing network bridge so that it's known by nova?09:29
*** ejat has quit IRC09:32
*** fabiand__ has joined #openstack09:32
*** shree has joined #openstack09:37
*** hggdh has joined #openstack09:37
*** ton_katsu1 has joined #openstack09:42
*** Binbin has quit IRC09:43
*** negronjl has joined #openstack09:46
*** ton_katsu has quit IRC09:46
*** adjohn has quit IRC09:47
*** zul has joined #openstack09:48
*** shree has quit IRC09:54
*** nacx has quit IRC09:59
*** nacx has joined #openstack10:00
jpgeek1HugoKuo: thanks very much.10:01
HugoKuojpgeekl . hope it helps10:01
*** ccorrigan has joined #openstack10:08
*** miclorb_ has joined #openstack10:09
*** ton_katsu has joined #openstack10:11
*** ton_katsu1 has quit IRC10:11
*** osier has quit IRC10:14
*** saju_m has joined #openstack10:16
saju_m /msg NickServ identify pathana10:17
saju_mhi10:20
saju_mi am trying openstack Single Machine Installation on ubuntu 11.0410:21
saju_mi followed http://wiki.openstack.org/NovaInstall/DevPkgInstall10:21
saju_minstallation done10:22
saju_mnow i am going to configure http://wiki.openstack.org/RunningNova10:22
saju_mfirst i have to create vloume group right ??10:22
saju_mIn this command dd if=/dev/zero of=MY_FILE_PATH bs=100M count=10  . have to set variable MY_FILE_PATH manually ??10:24
HugoKuoif you want to use volume feature10:24
HugoKuoyes10:24
saju_mok10:24
HugoKuodo ya have LVM ?  or more partition ?10:25
saju_mno10:26
saju_mcan i give some thing like /hoe/user1/volume10:27
HugoKuoall right , just using loopback device10:27
saju_mcan i give some thing like /home/user1/volume10:27
*** lorin1 has joined #openstack10:27
*** ccorrigan has quit IRC10:32
*** ccorrigan has joined #openstack10:32
thickskinsaju_m, where are you from?10:33
saju_mbangalore10:33
saju_mbangalore (India)10:33
thickskinyes10:33
*** katkee has joined #openstack10:34
*** ton_katsu1 has joined #openstack10:40
*** ton_katsu has quit IRC10:40
xxtjaxxRazique: What was the URL for the bundled images again?10:43
*** nacx has quit IRC10:46
*** nacx has joined #openstack10:46
*** hggdh has quit IRC10:47
xxtjaxxRazique: btw I reinstalled my host and started from a clean slate. works much much finer than last time.10:51
*** ccc11 has quit IRC10:51
*** ton_katsu1 has quit IRC10:53
*** Binbin has joined #openstack11:18
saju_mgetting "No such file or directory"  while running #cd /opt/nova-2011.1/CA11:20
saju_mthere is no folder or files inside /opt/11:20
saju_m i ran up to step  #sudo nova-manage project zipfile IRT anne11:21
saju_mHere is the command i followed and its output http://dpaste.com/561266/11:25
saju_mplease check this11:25
*** mattray has joined #openstack11:28
*** markvoelker has joined #openstack11:30
*** peads_ has quit IRC11:35
*** peads_ has joined #openstack11:38
*** ctennis has quit IRC11:40
*** hadrian has joined #openstack11:41
*** PeteDaGuru has joined #openstack11:44
*** j05h has joined #openstack11:50
*** ctennis has joined #openstack11:52
*** mattray has quit IRC11:53
*** lorin1 has quit IRC11:55
ttxsaju_m: 2011.1 sounds a bit old.11:56
ttxsaju_m: also why would you "cd /opt/nova-2011.1/CA" ?11:57
saju_mok, i skipped that11:58
ttxsaju_m: looking at your dpaste, things seem to go well.11:58
*** danishman has joined #openstack11:58
saju_mok , thanks11:59
xxtjaxxAnyone having a tarball that works with uec-publish-tarball?12:00
ttxxxtjaxx: any ubuntu cloud image will do.12:01
ttxhttp://uec-images.ubuntu.com/natty/current/ for example12:02
ttxlike http://uec-images.ubuntu.com/natty/current/natty-server-uec-amd64.tar.gz12:02
*** rods has joined #openstack12:05
*** npmapn has joined #openstack12:07
*** zul has quit IRC12:08
saju_mhow get this command 'uec-publish-tarball',  which tool i have to install ??12:11
saju_mo, that command already there12:12
saju_mI dowloaded 'ttylinux test image', how register it ???.   doc saying we can register only ubuntu images using command uec-publish-tarball12:14
*** RickB17 has joined #openstack12:20
*** miclorb_ has quit IRC12:24
*** negronjl has quit IRC12:28
*** ewindisch has joined #openstack12:30
*** ewindisch has joined #openstack12:30
*** primeministerp1 has joined #openstack12:32
*** RickB17 has quit IRC12:34
uvirtbotNew bug: #803861 in nova "run_tests.sh spurious "rm: cannot remove `tests.sqlite': No such file or directory" error on fresh branch" [Low,Triaged] https://launchpad.net/bugs/80386112:36
Raziquexxtjaxx: hey :)12:38
Raziquehave found the url ?12:38
xxtjaxxRazique: yep though the eucalyptus packages all appear to fail with uec-publish-tarball12:39
Raziquexxtjaxx: they all worked here, what comme did u run ?12:40
Razique(is the arch. the good one ? )12:40
*** naehring has quit IRC12:40
*** marrusl has quit IRC12:42
*** naehring has joined #openstack12:42
xxtjaxxRazique: ah! found my flaw http://open.eucalyptus.com/wiki/EucalyptusUserImageCreatorGuide_v1.6 << those were the ones12:43
*** naehring has left #openstack12:43
Raziquexxtjaxx: yup :)12:43
xxtjaxx^ these are not working12:43
uvirtbotxxtjaxx: Error: "these" is not a valid command.12:43
xxtjaxxwoops12:43
Raziquexxtjaxx: I use the debian lenny image from that link12:43
*** primeministerp1 has quit IRC12:43
Raziqueit works like a charm, did u downloaded the right image (32 or 64 bits)12:44
*** bcwaldon has joined #openstack12:44
xxtjaxxI used these tarballs with uec-publish-tarball I didn't upload them manually12:44
Raziquexxtjaxx: yah, but did u set the right arch ?12:45
Raziqueeg x86_6412:46
xxtjaxxyep12:46
Raziquemmm what nova-api.log says ?12:46
*** jaypipes has joined #openstack12:49
saju_mgetting error while running #euca-describe-images  http://dpaste.com/561290/plain/12:50
xxtjaxxRazique: http://pastebin.com/nwhYt9Qn << Complete log since I uses uec-publish-tarball natty-server-uec-amd64.tar.gz mybucket12:51
xxtjaxx*used12:51
Raziquexxtjaxx: btw : it's a detail, but it would be cool if you use http://paste.openstack.org/ for your pastes12:52
xxtjaxxRazique: sure.12:52
*** katkee has quit IRC12:53
Raziquewhat euca-descrbie-images returns ?12:53
*** npmapn has quit IRC12:53
xxtjaxxRazique: empty12:53
HugoKuosaju_m , check your novarc , the objectstore controller entry point12:54
*** hggdh has joined #openstack12:54
HugoKuoand test with glance to list image will help you12:54
HugoKuonova image-list   or glance index12:54
HugoKuoto verify the failure point12:55
*** ameade has joined #openstack12:56
Raziquexxtjaxx: ok, do you use the default objectsore or glance ?12:56
xxtjaxxdefault12:56
*** msivanes has joined #openstack12:56
zykes-anyone point me in the direction of the keystone source?12:57
Raziquexxtjaxx: could you paste your nova.conf please ?12:57
*** mattray has joined #openstack12:57
*** katkee has joined #openstack12:57
saju_mhere is my  novarc  http://dpaste.com/561291/12:58
*** lborda has joined #openstack12:58
*** lorin1 has joined #openstack12:59
xxtjaxx Razique http://paste.openstack.org/show/1800/13:01
Raziquexxtjaxx: first, don't use the loopback as a ip for the CC13:01
Raziqueuse the "public" adress, or the one other servers can use13:02
*** Shentonfreude has joined #openstack13:02
Raziquewhen you run the uec-publish-tarball command, do you see the output ?13:02
saju_mHere is my nova.conf  http://paste.openstack.org/show/1801/ , have any wrong configuration ??13:05
*** negronjl has joined #openstack13:09
*** devicenull has quit IRC13:10
*** devicenull has joined #openstack13:10
xxtjaxxRazique: sure here http://paste.openstack.org/show/1802/13:11
Raziquehhe13:14
Raziqueyou have a connection refused13:14
Raziquedid you sourced your credentials ?13:15
xxtjaxxprolly the old version :(13:15
xxtjaxxyay resourcing makes sense at times ^^13:16
*** aliguori has joined #openstack13:18
*** huslage has joined #openstack13:19
xxtjaxxRazique: http://paste.openstack.org/show/1803/ I guess I forgot to tell it that its a libvirt + kvm havent I ?13:20
Raziquexxtjaxx: it's ok I remember it :p13:20
Raziquexxtjaxx: how many servers do u have ?13:20
xxtjaxxuno13:21
xxtjaxxon13:21
xxtjaxxone13:21
Raziquexxtjaxx: $ kvm-ok13:22
*** imsplitbit has joined #openstack13:22
*** fabiand__ has left #openstack13:24
xxtjaxxRazique: what is that ?13:24
xxtjaxxRazique: That doesn't exist in debian-.13:24
Raziqueit's a command that allows you to validate your server13:24
*** troytoman-away is now known as troytoman13:24
Raziqueit's provided by the kvm package13:24
*** mattray has quit IRC13:25
xxtjaxxRazique: which Version which distro?13:25
xxtjaxxkvm-img  kvm-io   kvm-nbd only those exist in debian13:26
Raziquexxtjaxx: 1:84+dfsg-0ubuntu16+0.12.5+noroms+0ubuntu7.5 here13:26
Raziquexxtjaxx: $ egrep «(vmx|svm)» /proc/cpuinfo13:27
*** pimpministerp has joined #openstack13:28
*** pimpministerp is now known as primeminsterp13:28
xxtjaxxRazique: svm.13:29
*** Zangetsue has quit IRC13:29
*** Zangetsue has joined #openstack13:29
*** primeministerp has quit IRC13:29
*** dprince has joined #openstack13:30
*** tproa has joined #openstack13:31
*** zenmatt has joined #openstack13:33
*** dirkx has joined #openstack13:33
xxtjaxxRazique: ?13:39
Raziquexxtjaxx: sorry, me was migrating some websites to da openstack cloud :p13:40
Raziqueok nice, what nova-manage service list | grep compute returns ?13:40
*** marrusl has joined #openstack13:42
*** nacx has quit IRC13:42
xxtjaxxdirac      nova-compute enabled  :-) 2011-06-30 13:42:2413:42
*** katkee has quit IRC13:43
*** icarus901 has quit IRC13:44
*** lvaughn_ has quit IRC13:47
*** zul has joined #openstack13:48
*** ewindisch has quit IRC13:49
*** jkoelker has joined #openstack13:49
*** nerens has quit IRC13:49
xxtjaxxRazique: very interesting: http://paste.openstack.org/show/1804/13:50
Raziquexxtjaxx: Nicht abgefangene Ausnahme wtf ? :D13:50
*** mtaylor has quit IRC13:50
*** mtaylor has joined #openstack13:50
*** mtaylor has quit IRC13:50
*** mtaylor has joined #openstack13:50
*** ChanServ sets mode: +v mtaylor13:50
xxtjaxxRazique: uncought exception13:51
xxtjaxxunhandled excuse me13:51
*** msinhore has joined #openstack13:52
*** jaypipes has quit IRC13:52
Raziquexxtjaxx: ok ^^ it's saying that it cannot load kernel ; do you have images that work actually ?13:52
*** RaCx has quit IRC13:52
*** msinhore has quit IRC13:52
*** danishman has quit IRC13:53
*** nerens has joined #openstack13:53
saju_mUnable to connect to server.   http://paste.openstack.org/show/1805/13:53
*** mattray has joined #openstack13:53
*** jaypipes has joined #openstack13:53
*** osier has joined #openstack13:54
*** MarcMorata has joined #openstack13:55
kpepplesaju_m: are you using glance ? do you have the current glance client ?13:55
saju_mhow check that13:56
saju_mi didn't installed that13:56
xxtjaxxRazique: the natty ones worked13:57
*** bcwaldon has quit IRC13:58
*** mattray has quit IRC13:58
kpepplesaju_m: type "sudo nova-manage config list | grep image_service" and tell me what it says13:58
*** f4m8 is now known as f4m8_13:59
*** bcwaldon has joined #openstack14:00
*** msinhore has joined #openstack14:02
*** ldlework has joined #openstack14:02
*** mattray has joined #openstack14:04
*** ewindisch has joined #openstack14:04
*** aliguori has quit IRC14:04
*** lvaughn has joined #openstack14:05
*** aliguori has joined #openstack14:05
*** NeCRoManTe has joined #openstack14:07
*** hggdh has quit IRC14:10
xxtjaxxRazique: If I run describe images it says untarring next to the name of the manifest whats that supposed to mean?14:10
*** dgags has joined #openstack14:11
*** hggdh has joined #openstack14:12
*** mgoldmann_ has joined #openstack14:18
*** mdomsch has joined #openstack14:19
*** troytoman is now known as troytoman-away14:20
*** mgoldmann has quit IRC14:21
*** msinhore has quit IRC14:22
*** jpgeek1 has quit IRC14:23
*** gaveen has quit IRC14:24
*** lvaughn has quit IRC14:27
*** amccabe has joined #openstack14:27
saju_mkpepple: --image_service=nova.image.glance.GlanceImageService14:27
kpepplesaju_m: okay, that is why you are getting that error -- nova thinks it should talk to glance to get images ... and you haven't installed glance.14:28
*** icarus901 has joined #openstack14:28
kpepplesaju_m: either install and configure glance or choose another image service ..14:28
saju_mwhich is image service is easy to insatll14:29
* kpepple looks at the current image services but thinks it is objectstore14:30
*** icarus901 has quit IRC14:31
*** msinhore has joined #openstack14:32
kpeppledoes anyone know if we can still use objectstore as an image store ? or did we deprecate that option in favor of glance only ?14:33
*** bcwaldon has quit IRC14:33
*** Seoman has joined #openstack14:35
*** fabiand__ has joined #openstack14:36
*** MarcMorata has quit IRC14:37
*** bcwaldon has joined #openstack14:37
kpepplesaju_m: try using "--image_service=nova.objectstore"14:37
*** patcoll has joined #openstack14:38
*** ewindisch has quit IRC14:39
*** Zangetsue has quit IRC14:39
*** bonzay is now known as zz_bonzay14:46
*** zz_bonzay is now known as bonzay14:47
*** lborda has quit IRC14:48
*** bonzay is now known as zz_bonzay14:51
*** lborda has joined #openstack14:51
*** aliguori has quit IRC14:56
*** naehring has joined #openstack14:56
*** naehring has quit IRC14:58
*** kbringard has joined #openstack14:58
*** dirkx has quit IRC15:03
*** cp16net has joined #openstack15:03
saju_msorry, how change   --image_service=nova.image.glance.GlanceImageService  to  --image_service=nova.objectstore15:05
saju_mkpepple>15:05
kpepplesaju_m: if you are using ubuntu, change the "--image_service=nova.image.glance.GlanceImageService" line to "--image_service=nova.image.local.LocalImageService" in your /etc/nova/nova.conf file ... if the glance line isn't there, just add the new line15:09
*** aliguori has joined #openstack15:09
*** reidrac has quit IRC15:09
*** vladimir3p has joined #openstack15:13
*** zz_bonzay is now known as bonzay15:15
*** hggdh has quit IRC15:16
*** hggdh has joined #openstack15:17
*** lvaughn has joined #openstack15:18
*** huslage_ has joined #openstack15:19
*** huslage has quit IRC15:22
*** huslage_ is now known as huslage15:22
*** rnirmal has joined #openstack15:22
*** katkee has joined #openstack15:24
*** berto- has joined #openstack15:26
*** littleidea has joined #openstack15:27
*** Seoman has quit IRC15:33
*** dobber has quit IRC15:34
*** fabiand__ has left #openstack15:39
*** jedi4ever has quit IRC15:41
*** MarkAtwood has quit IRC15:41
uvirtbotNew bug: #803949 in nova "Can't install python-novaclient==2.5.7 in venv" [Undecided,New] https://launchpad.net/bugs/80394915:46
*** berto- has quit IRC15:51
*** neogenix has quit IRC15:52
*** MarkAtwood has joined #openstack15:54
*** jaypipes has quit IRC15:58
*** huslage has quit IRC16:01
*** Binbin has quit IRC16:02
*** PeteDaGuru has quit IRC16:03
*** PeteDaGuru has joined #openstack16:03
*** koolhead11 is now known as koolhead11|afk16:03
*** heckj has joined #openstack16:04
*** vodanh86_ has joined #openstack16:06
*** maplebed has joined #openstack16:07
*** hggdh has quit IRC16:08
*** hggdh has joined #openstack16:10
*** berto- has joined #openstack16:12
saju_mkpepple: ok16:13
heckjAnyone know of a short little write-up (blog, wiki, etc) that gives examples of loading the ttylinux or Ubuntu UEC images into swift?16:15
*** aliguori has quit IRC16:15
*** saju_m has quit IRC16:17
*** npmapn has joined #openstack16:20
*** nerens has quit IRC16:21
*** ohnoimdead has joined #openstack16:21
mattbenjaminHi there.  I wondered if there were any information available on getting some image compression stacking related images with qcow?16:21
mattbenjamin(s)16:21
mattbenjaminer, 216:21
*** NeCRoManTe has quit IRC16:23
*** Fu4ny has joined #openstack16:25
Fu4nythere's something I want to know but happily I just messed up my openstack configuration16:25
Fu4nywhen the VM(instance) is shutdown, can we bring it back16:25
Fu4nyor it'll turn into terminated state and waiting for deletion16:26
*** pguth66 has quit IRC16:26
*** Ephur has joined #openstack16:27
*** wilmoore has joined #openstack16:29
*** NeCRoManTe has joined #openstack16:33
*** pguth66 has joined #openstack16:39
*** Seoman has joined #openstack16:39
*** jdurgin has joined #openstack16:40
*** zul has quit IRC16:45
*** ChanServ sets mode: +v _cerberus_16:48
*** koolhead17 has joined #openstack16:50
*** hggdh has quit IRC16:52
*** wilmoore has quit IRC16:55
vodanh86_In FLATDHCP mode, do i need brigde br100 to eth0 on nova-network?16:57
*** obino has joined #openstack16:57
vodanh86_i read through the nova doc, it's only brigde br100 to eth0 on the nova-compute node16:59
heckjvodanh86_: Yep, especially if you have more than one node in your setup16:59
*** Ryan_Lane has joined #openstack16:59
*** Ryan_Lane has joined #openstack16:59
*** Seoman is now known as MarcMorata17:00
heckjvodanh86_: The docs are a little unclear. The br100 needs to exists on the hosts which have nova-compute and nova-network on them. It's the mechanism that either of the FlatNetworking schemes expect to see - the code looks for a bridge to work with...17:00
*** mrhinkle has joined #openstack17:00
*** Ryan_Lane has quit IRC17:00
*** Ryan_Lane has joined #openstack17:01
heckjvodanh86_: this might help : http://wiki.openstack.org/UnderstandingFlatNetworking17:01
*** llang629 has joined #openstack17:01
vodanh86_heckj yeah, thanks u.17:01
heckjvodanh86_: np17:01
*** llang629 has left #openstack17:03
*** obino has quit IRC17:06
*** Fu4ny has left #openstack17:07
*** Fu4ny has joined #openstack17:07
*** amccabe has quit IRC17:07
*** mgoldmann has joined #openstack17:08
*** amccabe has joined #openstack17:09
vodanh86_do I need bridge br100 to eth0 manually in FLATDHCP networking mode17:10
*** mgoldmann_ has quit IRC17:11
*** xnyl has joined #openstack17:11
*** mgius has joined #openstack17:11
*** neogenix has joined #openstack17:12
*** amccabe has quit IRC17:13
*** po has quit IRC17:14
*** amccabe has joined #openstack17:17
*** clauden has joined #openstack17:18
vishyvodanh86_: no17:20
*** negronjl has quit IRC17:22
*** alekibango has quit IRC17:26
*** tomho has joined #openstack17:27
*** koolhead17 has quit IRC17:27
vodanh86_vishy thanks, I have configured manually before, and so many problems :(17:32
*** vodanh86_ has quit IRC17:33
*** Fu4ny has left #openstack17:34
vishyvodanh86_: flat_interface=eth0 should auto-configure it.  Although it doesn't work in all configurations17:37
*** kbringard_ has joined #openstack17:38
*** kbringard has quit IRC17:38
*** kbringard_ is now known as kbringard17:38
*** littleidea has quit IRC17:38
*** lvaughn has quit IRC17:41
*** vodanh86_ has joined #openstack17:42
*** Razique has quit IRC17:42
*** rchavik has quit IRC17:44
*** Razique has joined #openstack17:44
*** MarkusWPHRorg has joined #openstack17:45
MarkusWPHRorgGood mornin all17:45
MarkusWPHRorg(YMMV)17:45
uvirtbotNew bug: #804002 in nova "OSAPI: getting server metadata does not have the "meta" wrapper in the response" [Undecided,In progress] https://launchpad.net/bugs/80400217:46
*** obino has joined #openstack17:52
*** vernhart has joined #openstack17:53
MarkusWPHRorgQuestion: does nova-volume have to be installed/running in order to bring instances online?17:53
*** obino has quit IRC17:53
*** negronjl has joined #openstack17:53
*** obino has joined #openstack17:54
heckjMarkusWPHRorg: nope - only if you want to use the block storage mechanism with those instances.17:54
heckjMarkusWPHRorg: The example ttylinux instance is ephemeral - you can just spin it up and use it. When it's shut down, it's dead and gone - no using nova-volume in that process at all.17:54
*** Razique has quit IRC17:57
*** lionel has quit IRC17:58
*** lionel has joined #openstack17:59
*** mdomsch has quit IRC18:00
*** huslage has joined #openstack18:02
*** mdomsch has joined #openstack18:02
*** GeoDud has joined #openstack18:04
MarkusWPHRorgThanks - I kinda thought that might be the case18:08
MarkusWPHRorgAnyone ever seen this before when running uec-publish-tarball?: Unable to run euca-describe-images.  Is euca2ools environment set up?18:09
*** MarkAtwood has quit IRC18:11
*** koolhead17 has joined #openstack18:14
kbringardI've not seen it... but I'd wager that the machine you're running uec-publish-tarball on doesn't have the euca2ools installed :-)18:15
kbringardor it's not in the path18:15
*** brd_from_italy has joined #openstack18:18
*** jonkelly has joined #openstack18:19
*** imsplitbit has quit IRC18:23
MarkusWPHRorgHey kbringard18:25
kbringardahoy18:25
MarkusWPHRorgso I think it's installed18:25
kbringardif you run18:25
kbringardwhich euca-describe-images18:25
kbringardwhat does it say?18:25
MarkusWPHRorg euca-describe-images: UnknownError: An unknown error has occurred. Please try your request again.18:25
MarkusWPHRorgSays it's version 1.2 (BSD)18:26
MarkusWPHRorg  /usr/bin/euca-describe-images18:26
MarkusWPHRorgBTW -I'm using your recipe scripts this time18:27
MarkusWPHRorgand I re-installed and loaded 10.1018:27
WormManyou have the proper novarc sourced?18:27
MarkusWPHRorgWormMan: Pretty sure18:28
WormManwell, that's the extent of my troubleshooting skills today :)18:29
MarkusWPHRorg nova-manage project zipfile novademo <admin username> /root/creds/novacreds.zip18:29
MarkusWPHRorgthat's how I generated it18:29
MarkusWPHRorgthen unzipped and sourced18:29
MarkusWPHRorgdoes that sound right? My project name is 'novademo'18:29
WormMansounds correct to me18:30
MarkusWPHRorgcool.18:30
*** Adri2000 has quit IRC18:30
MarkusWPHRorgThanks for checking though - that could easily have been the problem18:30
*** dendrobates is now known as dendro-afk18:31
*** MarkAtwood has joined #openstack18:31
MarkusWPHRorgnova-api.log has a ton of messages when I run it18:31
MarkusWPHRorg2011-06-30 11:31:18,430 ERROR nova.api [OVHWNOZI12GU7ZDXF4Z1 <admin user> novademo] Unexpected error raised: 'NoneType' object does not support item assignment18:32
*** jj0hns0n has joined #openstack18:33
MarkusWPHRorgSome of the message look good like "authentication accepted" etc18:33
MarkusWPHRorgBut then there's the above message18:33
MarkusWPHRorgdid I screw someting up when I created the project?18:33
*** aliguori has joined #openstack18:35
*** mszilagyi has joined #openstack18:35
MarkusWPHRorgCould this be because I installed the milestone ppa instead of trunk?18:36
*** Ephur_ has joined #openstack18:36
kbringardcould be... I really only use trunk18:36
kbringardI assume you did nova-manage db sync?18:36
MarkusWPHRorgyeah, but I'll do it again18:36
kbringardthere is an insane lightning storm right outside, so if I suddenly disappear, that's probably why18:37
MarkusWPHRorgya, that went through fine18:37
MarkusWPHRorgkbringard: don't say anything blasphenous!18:37
kbringardcan you pastie the entire trace in the nova.api?18:37
MarkusWPHRorgblasphemous18:37
MarkusWPHRorgsure18:37
kbringardlol, I'll try not to ;-)18:38
*** Ephur has quit IRC18:39
*** Ephur_ is now known as Ephur18:39
kbringardEphur: sup18:39
EphurWhat's going on kbringard , same 'ol same 'ol here18:39
MarkusWPHRorg(nova.api): TRACE:   File "/usr/lib/pymodules/python2.6/glance/client.py", line 85, in get_images_detailed (nova.api): TRACE:     params = self._extract_params(kwargs, v1_images.SUPPORTED_PARAMS) (nova.api): TRACE:   File "/usr/lib/pymodules/python2.6/glance/common/client.py", line 174, in _extract_params (nova.api): TRACE:     result[allowed_param] = actual_params[allowed_param] (nova.api): TRACE: TypeError: 'NoneType' ob18:39
kbringardMarkusWPHRorg: put it in http://paste.openstack.org18:40
kbringardEphur: notta lotta, just saw you ping out and come back so I thought I'd say hello :-)18:40
Ephurkbringard: haha  had to unplug from my desk, been glued there all day, was time to walk around a little, even if the work had to follow me (thanks a lot for the laptop! hahaha)18:40
kbringardgood call18:41
MarkusWPHRorgOk, Paste #180718:41
kbringardlol, I clicked on that and it took me to channel #180718:41
kbringardfunny18:41
MarkusWPHRorglol18:41
MarkusWPHRorghttp://paste.openstack.org/show/1807/18:42
MarkusWPHRorgWhas anyone in that channel?18:42
kbringardah, hmm18:42
kbringardnope, just me18:42
kbringardbut I was an OP18:42
MarkusWPHRorgawesome18:42
kbringardso I abused my power by kicking myself18:42
MarkusWPHRorgFeel the power18:42
MarkusWPHRorglol18:42
Ephurmasochist18:42
kbringardOK, so... my guess here is that you're running trunk glance18:43
kbringardand milestone nova18:43
kbringardand they no likely play18:43
MarkusWPHRorgOh Sh1t. I think you'r right18:43
MarkusWPHRorghow can I take glance back to milestone?18:43
kbringardYMMV, but I just did a new trunk install on Ubuntu 10.10 and it's working... that may be a good solution18:43
kbringarduhm, I'm not sure if there is a milestone glance repo18:44
MarkusWPHRorgahh ok.18:44
kbringardwhich seems like a bit of an oversight18:44
kbringardlol18:44
MarkusWPHRorgIf I delete the ppa files in /etc/apt/sources.list.d18:44
MarkusWPHRorgand then install the trunk ppa and do an upgrade, will that replace everything with trunk?18:45
MarkusWPHRorgor should I just start from scratch18:45
kbringardnaw, you should be able to upgrade18:45
*** MarkAtwood has quit IRC18:45
kbringardyou may have to do a dist-upgrade18:45
kbringarddepends on what needs to be updated18:45
*** nerens has joined #openstack18:48
*** mgoldmann has quit IRC18:48
MarkusWPHRorgI had to manually add the key for the ppa with:  cat nova-ppa.key |apt-key add -18:48
MarkusWPHRorgI can't get to ubuntu's keysrv for some reason18:48
*** lvaughn has joined #openstack18:50
MarkusWPHRorgso I did that and ran apt-get update, but nothing got updated18:50
MarkusWPHRorgI wonder if I'm already running trunk?18:50
MarkusWPHRorg nova-manage version list 2011.3-dev (2011.3-workspace:tarmac-20110628224332-pkznw3a5v1o4a1qt)18:50
*** mrhinkle has left #openstack18:51
*** RobertLaptop has quit IRC18:52
*** katkee has quit IRC18:54
*** koolhead17 has quit IRC18:57
*** wxum has joined #openstack18:59
*** vodanh86_ has quit IRC19:00
*** RobertLaptop has joined #openstack19:04
*** wxum has quit IRC19:09
uvirtbotNew bug: #804030 in nova "instance terminates a sec after launching" [Undecided,New] https://launchpad.net/bugs/80403019:12
*** Adri2000 has joined #openstack19:13
*** wxum has joined #openstack19:13
*** wxum has quit IRC19:16
*** Cromulent has joined #openstack19:20
*** MarkAtwood has joined #openstack19:25
kbringardMarkusWPHRorg: do a dpkg -l | grep nova19:29
*** tomh_ has quit IRC19:32
*** dolphm has joined #openstack19:39
*** Ephur has quit IRC19:40
*** AhmedSoliman has joined #openstack19:41
*** huslage has quit IRC19:42
*** bullfrog3459 has quit IRC19:42
*** HouseAway is now known as AimanA19:46
*** BK_man has quit IRC19:49
*** BK_man has joined #openstack19:49
*** AhmedSoliman has quit IRC19:50
*** AhmedSoliman has joined #openstack19:50
*** PeteDaGuru has quit IRC19:54
MarkusWPHRorg dpkg -l | grep nova ii  nova-api                        2011.3~d3~20110628.1223-0ubuntu0ppa1~maverick1              OpenStack Compute - API frontend ii  nova-common                     2011.3~d3~20110628.1223-0ubuntu0ppa1~maverick1              OpenStack Compute - common files ii  nova-compute                    2011.3~d3~20110628.1223-0ubuntu0ppa1~maverick1              OpenStack Compute - compute node ii  nova-network19:57
MarkusWPHRorggrrr didn't come out so well19:57
kbringardthat looks like trunk19:57
MarkusWPHRorgyeah, I kinda figured by the date19:57
MarkusWPHRorgbrb -lunch19:57
*** MarkusWPHRorg is now known as MarkusLunch19:58
*** imsplitbit has joined #openstack20:00
*** mdomsch_ has joined #openstack20:02
*** mdomsch has quit IRC20:03
*** vernhart has quit IRC20:03
*** xnyl has quit IRC20:06
*** vernhart has joined #openstack20:09
*** dprince has quit IRC20:10
*** kd926 has quit IRC20:10
*** kd926 has joined #openstack20:11
*** neogenix has quit IRC20:13
*** neogenix has joined #openstack20:13
*** katkee has joined #openstack20:17
*** synack has joined #openstack20:19
*** ewindisch has joined #openstack20:20
*** notmyname has joined #openstack20:21
*** ChanServ sets mode: +v notmyname20:21
*** xnyl has joined #openstack20:22
*** katkee has quit IRC20:22
*** katkee has joined #openstack20:23
*** dendro-afk is now known as dendrobates20:24
*** kashyap has quit IRC20:25
*** MarkAtwood has quit IRC20:27
*** Ryan_Lane has quit IRC20:27
*** Ryan_Lane has joined #openstack20:27
*** LeastWeasel has joined #openstack20:29
LeastWeaselHas anyone had any success with StackOps? I'm trying to get a single node OpenStack setup working but I haven't had much luck20:29
*** notmyname has left #openstack20:30
*** Ryan_Lane has quit IRC20:33
*** Ryan_Lane has joined #openstack20:33
kbringardLeastWeasel: sorry, never used it20:36
*** mdomsch_ has quit IRC20:38
*** mdomsch has joined #openstack20:44
*** MarkAtwood has joined #openstack20:44
OutBackDingoLeastWeasel: stackops sucks20:44
LeastWeaselOutBackDingo, That's what I'm learning20:45
OutBackDingoid be surprised if you ever got it installed right20:45
LeastWeaselIt installs fine, but is completely broken otherwise20:45
OutBackDingowe tried like 10 times to get it to install20:45
LeastWeaselIf I'm just trying to get a demonstration install running, is the novascript still the best method?20:46
*** npmapn has quit IRC20:47
*** Ephur has joined #openstack20:48
*** arun_ has quit IRC20:50
uvirtbotNew bug: #804063 in nova "FanoutPublisher calls attempt to redeclare the exchange" [High,In progress] https://launchpad.net/bugs/80406320:51
*** arun_ has joined #openstack20:53
*** arun_ has joined #openstack20:53
uvirtbotNew bug: #804067 in nova "OSAPI: Server Metadata response codes" [Undecided,In progress] https://launchpad.net/bugs/80406720:56
*** patcoll has quit IRC20:56
OutBackDingoLeastWeasel: yes, its fine using nova script20:57
OutBackDingotakes like 30 mins20:57
OutBackDingoive done 5 systems in the ast day that way20:58
*** Eyk^off has joined #openstack20:59
*** lionel has quit IRC21:00
*** nerens has left #openstack21:00
*** lionel has joined #openstack21:00
MarkusLunchnova-objectstore is glance isn't it?21:01
*** MarkusLunch is now known as MarkusWPHRorg21:02
*** MarcMorata has quit IRC21:02
MarkusWPHRorgHad to disapper for a sec there - Lunch date21:02
*** lorin1 has quit IRC21:02
*** MarkAtwood has quit IRC21:04
MarkusWPHRorgjust did a reboot in case all the updating/upgrading I did might make that a good idea21:04
*** ctennis has quit IRC21:04
MarkusWPHRorgNo luck though - euca-describe-images still reports an unknown error21:05
*** kbringard has quit IRC21:05
*** kbringard has joined #openstack21:05
*** dgags has quit IRC21:07
MarkusWPHRorg(nova.api): TRACE: TypeError: 'NoneType' object does not support item assignment21:08
*** msivanes has quit IRC21:08
MarkusWPHRorgWhat the hell does that men/indicate?21:08
MarkusWPHRorgerr mean21:08
MarkusWPHRorg:)21:08
MarkusWPHRorgThis is interesting and may be relevant: running nova image-list gets me this error:21:12
MarkusWPHRorgUnable to connect to server. Got error: [Errno 111] ECONNREFUSED (HTTP 500)21:12
*** ctennis has joined #openstack21:19
*** ctennis has joined #openstack21:19
MarkusWPHRorg What's the difference between nova-objectstore and nova-volume21:19
MarkusWPHRorg?21:19
uvirtbotNew bug: #804084 in nova "OS API v1.1 bad error on server create with invalid flavor" [Undecided,New] https://launchpad.net/bugs/80408421:21
*** MetaMucil has quit IRC21:23
*** dolphm has quit IRC21:25
berto-OutBackDingo: how'd the network go yesterday?21:26
*** ameade has quit IRC21:29
uvirtbotNew bug: #804087 in nova "OS API 1.1 server delete should return 204" [Undecided,New] https://launchpad.net/bugs/80408721:32
*** markvoelker has quit IRC21:34
*** Cromulent has quit IRC21:34
*** dendrobates is now known as dendro-afk21:35
heckjMarkusWPHRorg: nova-objectstore was a repository for images to be loaded into VMs. It's being replaced by Glance. Nova-volume is for simple volumes that can be mounted to VM's to provide some persistent storage21:35
MarkusWPHRorggot it21:35
*** amccabe has quit IRC21:36
*** tomho has quit IRC21:38
*** ton_katsu has joined #openstack21:44
*** marrusl has quit IRC21:46
uvirtbotNew bug: #804093 in nova "OS API 1.1 has id and uuid in server details" [Undecided,New] https://launchpad.net/bugs/80409321:46
uvirtbotNew bug: #804096 in nova "OS API 1.1 servers details missing timestamps" [Undecided,New] https://launchpad.net/bugs/80409621:46
*** jonkelly has quit IRC21:47
*** notmyname has joined #openstack21:48
*** ChanServ sets mode: +v notmyname21:48
*** imsplitbit has quit IRC21:49
*** ahmed_ has joined #openstack21:50
*** lborda has quit IRC21:53
*** AhmedSoliman has quit IRC21:53
*** gondoi has quit IRC21:54
*** cp16net has quit IRC21:55
*** ton_katsu has quit IRC21:57
uvirtbotNew bug: #804099 in openstack-manuals "Remove LocalImageService references" [Undecided,New] https://launchpad.net/bugs/80409922:01
*** brd_from_italy has quit IRC22:02
*** ton_katsu has joined #openstack22:03
*** PeteDaGuru has joined #openstack22:03
*** lvaughn has quit IRC22:12
*** mdomsch has quit IRC22:13
*** msinhore has quit IRC22:15
*** ldlework has quit IRC22:16
*** ahmed_ has quit IRC22:19
*** AhmedSoliman has joined #openstack22:19
*** MarkAtwood has joined #openstack22:23
*** aliguori has quit IRC22:25
*** lvaughn has joined #openstack22:28
*** kbringard has quit IRC22:31
*** fysa has quit IRC22:35
*** dendro-afk is now known as dendrobates22:37
*** mattray has quit IRC22:39
wkellyaccount off22:40
*** medberry is now known as med_out22:50
*** PeteDaGuru has quit IRC22:50
*** jkoelker has quit IRC22:51
*** Shentonfreude has quit IRC22:51
*** bcwaldon has quit IRC22:54
*** NeCRoManTe has quit IRC22:59
*** katkee has quit IRC23:01
*** ewindisch has joined #openstack23:03
*** johnpur has joined #openstack23:04
*** huslage has joined #openstack23:04
*** negronjl has quit IRC23:05
bodepdcan someone point me to some really small images that are ideal for testing openstack compute/glance?23:05
bodepdnevermind, I think I found it23:06
*** rnirmal has quit IRC23:07
*** jpgeek has joined #openstack23:09
*** negronjl has joined #openstack23:10
*** Ephur has quit IRC23:18
*** RobertLaptop has quit IRC23:21
*** maplebed has quit IRC23:23
*** xnyl has quit IRC23:24
*** neogenix has quit IRC23:26
*** jj0hns0n has quit IRC23:29
*** RobertLaptop has joined #openstack23:33
*** johnpur has quit IRC23:33
*** johnpur has joined #openstack23:35
*** msinhore has joined #openstack23:38
*** icarus901 has joined #openstack23:43
*** Vasichkin has quit IRC23:43
*** xnyl has joined #openstack23:43
_vinayHi23:44
_vinayQuestion on a glance issue..23:44
_vinaywhile doing nova image-create I get a memory error on glance server23:45
_vinayglance-api takes up 90%+ of total memory (8GB) and then it throws an exception (MemoryError)23:46
_vinayis 8GB too less for memory ??23:46
*** fysa has joined #openstack23:46
_vinayI would think glance divides up the payload and sends multiple requests to swift  but that doesnt seem to be the case23:47
_vinayAny glance expert out here?23:47
*** fysa has quit IRC23:50
*** llang629 has joined #openstack23:51
*** llang629 has left #openstack23:51
*** miclorb has joined #openstack23:52
*** llang629 has joined #openstack23:54
*** llang629 has left #openstack23:54
*** johnpur has quit IRC23:55

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