kpepple_ | JoseBravo: ahh ... if you are using the UEC images, they are looking for the 169.x metadata network and not finding it. | 00:01 |
---|---|---|
kpepple_ | JoseBravo: what network manager are you using ? How did you configure the networks ? | 00:02 |
JoseBravo | kpepple_, usting StackOps | 00:02 |
kpepple_ | JoseBravo: single node ? | 00:02 |
JoseBravo | Yes, for testing | 00:02 |
*** dirkx_ has joined #openstack | 00:03 | |
*** buzzzard has quit IRC | 00:03 | |
kpepple_ | JoseBravo: hmmm ... that's odd. you probably got the floating_range wrong. you picked the FlatDHCPManager right ? | 00:03 |
*** LiamMac has quit IRC | 00:04 | |
*** ejat has quit IRC | 00:04 | |
*** tryggvil_ has joined #openstack | 00:04 | |
*** ejat has joined #openstack | 00:05 | |
*** ejat has joined #openstack | 00:05 | |
*** shentonfreude has quit IRC | 00:07 | |
*** ejat has quit IRC | 00:07 | |
*** Cyns has quit IRC | 00:08 | |
*** worstadmin has joined #openstack | 00:10 | |
*** ejat has joined #openstack | 00:11 | |
*** ejat has joined #openstack | 00:11 | |
JoseBravo | kpepple_, Yes I picked the FlatDHCPManager, the controller has the IP 44.44.44.2 and in the floating_range it put 44.44.44.0/28 | 00:12 |
JoseBravo | kpepple_, when I put: euca-allocate-address it allocate the 44.44.44.0,1,2,3 I associate the 44.44.44.3 and released the 44.44.44.0,1,2 | 00:15 |
*** ejat has quit IRC | 00:16 | |
*** jobicoppola has quit IRC | 00:16 | |
*** dirkx_ has quit IRC | 00:17 | |
*** rsampaio has quit IRC | 00:17 | |
*** joearnold has quit IRC | 00:18 | |
kpepple_ | JoseBravo: what did you pick for the private network (fixed) ? | 00:18 |
*** joearnold has joined #openstack | 00:19 | |
*** jj0hns0n has joined #openstack | 00:19 | |
JoseBravo | kpepple_, 10.0.0.0/8 | 00:19 |
*** joearnold has quit IRC | 00:21 | |
*** anotherjesse has quit IRC | 00:21 | |
*** rsampaio has joined #openstack | 00:21 | |
*** anotherjesse has joined #openstack | 00:21 | |
*** worstadmin has quit IRC | 00:22 | |
JoseBravo | kpepple_, I also try to ping 10.0.0.2 from the controller and it not response | 00:22 |
*** worstadmin has joined #openstack | 00:22 | |
kpepple_ | JoseBravo: hmmm ... do you have another dhcp server on the network ? | 00:25 |
JoseBravo | Yes | 00:25 |
kpepple_ | do the networks they are serving overlap ? that is bad | 00:26 |
JoseBravo | I just disabled the dhcp | 00:27 |
JoseBravo | Rebooting the instance is enough? | 00:27 |
*** stewart has quit IRC | 00:27 | |
kpepple_ | JoseBravo: i'd terminate the instance and boot another one. once you do, tail the /var/log/nova/nova-compute.log file to make sure it works. | 00:28 |
*** tryggvil__ has joined #openstack | 00:30 | |
*** tryggvil_ has quit IRC | 00:30 | |
*** nati has quit IRC | 00:32 | |
*** disco has quit IRC | 00:32 | |
*** hisaharu has quit IRC | 00:36 | |
*** slriv has joined #openstack | 00:37 | |
*** rwsu has quit IRC | 00:38 | |
*** rsampaio has quit IRC | 00:42 | |
*** dendrobates is now known as dendro-afk | 00:42 | |
*** rsampaio has joined #openstack | 00:42 | |
*** maplebed_ has joined #openstack | 00:47 | |
*** tcampbell has quit IRC | 00:48 | |
*** maplebed has quit IRC | 00:51 | |
*** tryggvil___ has joined #openstack | 00:51 | |
*** maplebed_ has quit IRC | 00:51 | |
*** tryggvil__ has quit IRC | 00:52 | |
*** obino has quit IRC | 00:53 | |
JoseBravo | kpepple_, I rebooted the server and now is working. I think it was a problem because I did the configuration many times. | 00:56 |
kpepple_ | JoseBravo: cool | 00:56 |
JoseBravo | kpepple_, how can I run an instance that appears as "shutdown" in the euca-description-instances? | 00:56 |
*** rustam has quit IRC | 00:57 | |
*** adjohn has quit IRC | 00:57 | |
kpepple_ | JoseBravo: the instance is gone ... it just stays in euca-description-instances for a while. you can launch another just like it by using the same image id. | 00:57 |
*** dragondm has quit IRC | 01:00 | |
*** troytoman is now known as troytoman-away | 01:02 | |
JoseBravo | kpepple_, the info I stored there is gone too? | 01:03 |
*** johnmark has left #openstack | 01:03 | |
*** rsampaio_ has joined #openstack | 01:05 | |
kpepple_ | JoseBravo: yes, probably. Instances are ephemeral -- anything stored in that image is gone once it is terminated (like Amazon EC2). If you want to store data permanently, you need to use volumes (like euca-create-volume and then euca-attach-volume) and store your data on that volume. | 01:05 |
*** rsampaio has quit IRC | 01:05 | |
kpepple_ | JoseBravo: depending on what virtualization technology you used, the image (KVM uses *.qcow2) it may still be somewhere on your server ... | 01:05 |
*** ejat has joined #openstack | 01:06 | |
JoseBravo | kpepple_, If I attach a volume to the instance it will be like an additional disk, so I have to mout it somewhere for example /disk2, right? but what if I want to modify some file permanently outside but outside /disk2, like /etc/rc.local ?? | 01:08 |
*** rustam has joined #openstack | 01:09 | |
*** Ryan_Lane has quit IRC | 01:09 | |
*** tryggvil___ has quit IRC | 01:09 | |
*** nati has joined #openstack | 01:11 | |
kpepple_ | JoseBravo: yes. if you want to save changes to the image itself (i.e. not the volume that you attached), you need to do something like a $ nova image-create <server> <name> ... but I've never done that before | 01:12 |
JoseBravo | kpepple_, thanks a lot | 01:13 |
*** ivan has quit IRC | 01:13 | |
kpepple_ | JoseBravo: no worries. good luck -- have to run. | 01:13 |
*** rsampaio_ has quit IRC | 01:13 | |
*** ivan has joined #openstack | 01:15 | |
*** rsampaio has joined #openstack | 01:16 | |
*** mfer has joined #openstack | 01:16 | |
*** ahasenack has quit IRC | 01:17 | |
*** anotherjesse has quit IRC | 01:20 | |
*** msinhore has joined #openstack | 01:20 | |
*** ejat has quit IRC | 01:22 | |
*** jakedahn has quit IRC | 01:28 | |
*** JoseBravo has quit IRC | 01:28 | |
*** blueblade has joined #openstack | 01:31 | |
*** tcampbell has joined #openstack | 01:34 | |
*** rustam has quit IRC | 01:34 | |
*** obino has joined #openstack | 01:34 | |
*** rsampaio has quit IRC | 01:36 | |
*** stanchan has quit IRC | 01:36 | |
*** rsampaio has joined #openstack | 01:36 | |
*** blueblade has quit IRC | 01:36 | |
*** hadrian has quit IRC | 01:38 | |
*** gohko has quit IRC | 01:41 | |
*** obino has quit IRC | 01:41 | |
*** obino has joined #openstack | 01:41 | |
*** gohko has joined #openstack | 01:44 | |
*** rsampaio has quit IRC | 01:45 | |
*** rsampaio has joined #openstack | 01:48 | |
*** ncode has joined #openstack | 01:51 | |
*** Cyns has joined #openstack | 01:55 | |
*** clauden_ has quit IRC | 02:02 | |
*** osier has joined #openstack | 02:05 | |
*** huslage has quit IRC | 02:07 | |
*** rods has quit IRC | 02:10 | |
*** jakedahn has joined #openstack | 02:12 | |
*** msinhore has quit IRC | 02:15 | |
*** mandela123 has joined #openstack | 02:19 | |
*** JoseBravo has joined #openstack | 02:29 | |
*** JoseBravo has quit IRC | 02:32 | |
*** rsampaio has quit IRC | 02:39 | |
*** rsampaio has joined #openstack | 02:41 | |
*** RDove has quit IRC | 02:43 | |
*** ecarlin has joined #openstack | 02:44 | |
*** deepest has joined #openstack | 02:49 | |
deepest | hi you guys | 02:49 |
deepest | I want to ask U something about swift | 02:50 |
deepest | I use swift to back up my data | 02:50 |
deepest | how can I restore that data? | 02:50 |
*** skane has joined #openstack | 02:54 | |
*** anotherjesse has joined #openstack | 02:54 | |
thickskin | deepest:copy that....that`all | 02:56 |
deepest | yep | 02:57 |
deepest | I use Swift and Glance | 02:58 |
deepest | when I back up data, I use this command "glance add name="TestSwift-1" distro="Test1" is_public=True < /root/ttylinux-uec-i686-12.1_2.6.35-22_1.tar.gz" | 02:58 |
deepest | how can I restore that data from Swift | 02:58 |
deepest | what command should I use? | 02:59 |
thickskin | oh..man.. | 02:59 |
thickskin | where are you from? | 02:59 |
deepest | I'm from Vietnam | 02:59 |
thickskin | wait for a minute. | 03:00 |
deepest | ok | 03:00 |
*** skane has quit IRC | 03:03 | |
*** fayce has joined #openstack | 03:09 | |
*** lborda has quit IRC | 03:10 | |
uvirtbot | New bug: #832476 in nova "default to noauth for the EC2 admin API" [High,In progress] https://launchpad.net/bugs/832476 | 03:11 |
*** ecarlin has quit IRC | 03:11 | |
*** ecarlin has joined #openstack | 03:14 | |
*** anotherjesse has quit IRC | 03:14 | |
*** deepest has quit IRC | 03:15 | |
*** vladimir3p has quit IRC | 03:27 | |
*** lborda has joined #openstack | 03:28 | |
*** michael_ has joined #openstack | 03:30 | |
*** fayce has quit IRC | 03:33 | |
*** fayce has joined #openstack | 03:33 | |
*** scalability_junk has quit IRC | 03:34 | |
mandela123 | i wonder where should i config ec2_host= in the nova.conf ,which service of nova need to connect with the nova-api | 03:39 |
*** jj0hns0n has quit IRC | 03:39 | |
*** jj0hns0n has joined #openstack | 03:40 | |
mandela123 | nova-api just through the rabbitmq-server to get or put request | 03:40 |
*** jj0hns0n has quit IRC | 03:44 | |
*** skane has joined #openstack | 03:46 | |
*** mdomsch_ has joined #openstack | 03:52 | |
*** skane has quit IRC | 03:55 | |
*** skane has joined #openstack | 03:56 | |
*** osier has quit IRC | 04:02 | |
jjohndrow | Hey all, looking on a couple pointers on Nova with HyperV. I have it all setup and it shows as healthy in the service list. I have a vhd called image in the path specified in my HyperV nova.conf file. Now how do I see and deploy the image from the controller. It seems a tad different | 04:07 |
*** ecarlin has quit IRC | 04:07 | |
*** ecarlin has joined #openstack | 04:07 | |
*** skane has quit IRC | 04:13 | |
*** ecarlin has quit IRC | 04:18 | |
*** fayce has quit IRC | 04:20 | |
*** mrjazzcat has quit IRC | 04:28 | |
uvirtbot | New bug: #832507 in nova "console.log grows indefinitely" [Undecided,New] https://launchpad.net/bugs/832507 | 04:36 |
*** tcampbell has quit IRC | 04:40 | |
*** rsampaio has quit IRC | 04:47 | |
*** jakedahn has quit IRC | 04:50 | |
*** t9md has joined #openstack | 04:51 | |
*** JoseBravo has joined #openstack | 04:56 | |
JoseBravo | kpepple_, are you there? | 04:58 |
*** JoseBravo has quit IRC | 04:59 | |
*** miclorb_ has quit IRC | 05:01 | |
*** fcarsten1 has joined #openstack | 05:04 | |
*** fcarsten has quit IRC | 05:05 | |
*** miclorb has joined #openstack | 05:16 | |
*** mdomsch_ has quit IRC | 05:20 | |
*** miclorb has quit IRC | 05:22 | |
*** dendro-afk is now known as dendrobates | 05:26 | |
*** lborda has quit IRC | 05:26 | |
*** osier has joined #openstack | 05:33 | |
*** fcarsten1 has quit IRC | 05:36 | |
*** hingo has quit IRC | 05:37 | |
*** tsuzuki_ has joined #openstack | 05:47 | |
*** cpg has joined #openstack | 05:50 | |
*** troys has joined #openstack | 05:59 | |
*** openpercept_ has joined #openstack | 06:03 | |
*** troys has quit IRC | 06:03 | |
*** JohnTheSon has joined #openstack | 06:04 | |
*** nati has quit IRC | 06:10 | |
*** Ryan_Lane has joined #openstack | 06:13 | |
*** fcarsten has joined #openstack | 06:14 | |
*** mat_solar has joined #openstack | 06:17 | |
*** guigui1 has joined #openstack | 06:26 | |
*** fabiand__ has joined #openstack | 06:27 | |
*** mgoldmann has joined #openstack | 06:30 | |
*** mat_solar is now known as sedayu | 06:33 | |
*** sedayu is now known as m4t_s014r | 06:35 | |
zykes- | does openstack nova on ubuntu run in a vm or ? | 06:36 |
*** m4t_s014r is now known as _m4t_s014r | 06:38 | |
*** nati has joined #openstack | 06:38 | |
*** _m4t_s014r is now known as [m4t_s014r] | 06:40 | |
*** siwos has joined #openstack | 06:48 | |
ttx | zykes-: could you elaborate ? | 06:51 |
*** fcarsten has left #openstack | 06:53 | |
*** fabiand__ has quit IRC | 06:53 | |
*** reidrac has joined #openstack | 06:54 | |
*** mszilagyi has joined #openstack | 07:00 | |
*** mszilagyi has quit IRC | 07:00 | |
*** openpercept_ has quit IRC | 07:02 | |
*** Ryan_Lane has quit IRC | 07:11 | |
*** MarcMorata has joined #openstack | 07:11 | |
zykes- | ttx: the compute part does it run in a seperate vm like on xenserver | 07:12 |
ttx | zykes-: hmm, no... it runs on bare metal... Though a xenserver computenode might do it like you say. | 07:14 |
zykes- | okaY : ) | 07:15 |
*** nickon has joined #openstack | 07:16 | |
*** javiF has joined #openstack | 07:28 | |
*** disco has joined #openstack | 07:29 | |
*** wonderzou has joined #openstack | 07:29 | |
*** winston-d has quit IRC | 07:29 | |
*** caribou has joined #openstack | 07:31 | |
*** deepest has joined #openstack | 07:32 | |
deepest | Hi you guys | 07:32 |
deepest | I want to ask a little bit about Swift | 07:33 |
deepest | when I back up data, I use the command "glance add name="TestSwift-1" distro="Test1" is_public=True < /root/ttylinux-uec-i686-12.1_2.6.35-22_1.tar.gz" | 07:33 |
*** shahid__ has joined #openstack | 07:34 | |
deepest | How can I restore that data? | 07:34 |
deepest | what command should I use? | 07:34 |
*** shahid__ has quit IRC | 07:37 | |
*** dirkx_ has joined #openstack | 07:38 | |
zykes- | what should one use for an underlying filesystem for nova ? | 07:43 |
*** catbot has joined #openstack | 07:47 | |
catbot | I just wonder what is the motive to start the Keystone project. Did Nova lack of a auth service itself? | 07:51 |
*** FallenPegasus has joined #openstack | 07:52 | |
zykes- | catbot: so that you don't have to have seperate ways for authing i guess in each service | 07:52 |
zykes- | like, melange, quantum, nova, swift, glance .... | 07:52 |
*** FallenPegasus has left #openstack | 07:52 | |
catbot | sounds great, But as I know, Keystone is a new project and unavailable in Cactus release, then how Cactus make the auth? | 07:55 |
zykes- | catbot: i think keystone is targeted for Diablo | 07:56 |
zykes- | though i'm not totally sure of that | 07:56 |
*** vdo has joined #openstack | 07:57 | |
catbot | Zykes, thanks for your time | 07:58 |
*** jeffjapan has quit IRC | 08:00 | |
catbot | I think I need more time to know how Cactus's authentication work, because I'm running Cactus in my lab | 08:00 |
zykes- | catbot: try diablo with keystone | 08:00 |
catbot | Diablo is still in development, I guess it is not enough stable | 08:04 |
zykes- | well still if you're in a lab? | 08:04 |
*** irahgel has joined #openstack | 08:06 | |
*** ccc11 has joined #openstack | 08:07 | |
*** nacx has joined #openstack | 08:09 | |
catbot | In fact, I'm trying to deploy openstack for production | 08:09 |
zykes- | ah | 08:10 |
*** eviscares has joined #openstack | 08:16 | |
eviscares | Good Morning | 08:16 |
*** Razique has joined #openstack | 08:22 | |
Razique | Hi all ! | 08:22 |
Razique | I've a question , what, in the openstack dashboard, the "tenant" implementation reffers to ? | 08:22 |
*** vdo_ has joined #openstack | 08:24 | |
*** ibarrera has joined #openstack | 08:24 | |
*** Seoman has joined #openstack | 08:24 | |
*** vdo has quit IRC | 08:26 | |
*** nacx has quit IRC | 08:26 | |
*** MarcMorata has quit IRC | 08:27 | |
*** ibarrera has quit IRC | 08:27 | |
*** dev_sa has quit IRC | 08:27 | |
*** nacx has joined #openstack | 08:27 | |
*** dev_sa has joined #openstack | 08:27 | |
uvirtbot | New bug: #832596 in openstack-ci "nova-milestone-tarball job can't execute on nova-1" [High,Confirmed] https://launchpad.net/bugs/832596 | 08:41 |
*** mies has joined #openstack | 08:41 | |
zykes- | ttx: what guide would you recommend to get started ? | 08:42 |
uvirtbot | New bug: #832598 in nova "Associate floating IP doesnt care if IP is already assigned to another instance" [Undecided,New] https://launchpad.net/bugs/832598 | 08:47 |
*** rustam has joined #openstack | 08:48 | |
*** katkee has joined #openstack | 08:49 | |
*** JohnTheSon has quit IRC | 08:49 | |
*** daysmen has joined #openstack | 08:49 | |
wonderzou | hi all | 08:50 |
wonderzou | i can not ssh to the instance | 08:50 |
wonderzou | need your support | 08:50 |
wonderzou | thanks | 08:50 |
*** mandela123 has quit IRC | 08:51 | |
*** arun_ has quit IRC | 08:53 | |
*** dirkx_ has quit IRC | 08:54 | |
*** dirkx_ has joined #openstack | 08:54 | |
eviscares | wonderzou: what are you running on the instance? | 08:57 |
wonderzou | ubuntu1010-UEC-localuser-image.tar.gz | 08:58 |
wonderzou | eviscares: i tried both tty.tar.gz and ubuntu1010-UEC-localuser-image.tar.gz | 08:58 |
*** dirkx_ has quit IRC | 08:58 | |
wonderzou | eviscares: they both prompt me one password | 08:59 |
*** arun_ has joined #openstack | 09:07 | |
*** dirkx_ has joined #openstack | 09:08 | |
*** koolhead17 has joined #openstack | 09:09 | |
*** Eyk^off is now known as Eyk | 09:15 | |
*** npmapn has joined #openstack | 09:16 | |
*** tryggvil__ has joined #openstack | 09:22 | |
*** ccc11 has quit IRC | 09:23 | |
*** Yoann__ has joined #openstack | 09:23 | |
*** Yoann__ has quit IRC | 09:26 | |
*** ccc11 has joined #openstack | 09:28 | |
*** arun_ has quit IRC | 09:28 | |
*** tryggvil__ has quit IRC | 09:32 | |
*** tryggvil has joined #openstack | 09:35 | |
*** ccc111 has joined #openstack | 09:36 | |
*** ccc11 has quit IRC | 09:39 | |
*** arun_ has joined #openstack | 09:42 | |
shang | hi all, for the networking in diablo, we need to specify the bridge and the bridge interface, i define both as br100, but I was getting the error message: (nova): TRACE: RemoteError: Error Failed to add interface: device br100 is a bridge device itself; can't enslave a bridge device to a bridge device. | 09:50 |
shang | should I change the bridge to eth1 instead? | 09:51 |
*** catbot has quit IRC | 09:56 | |
*** koolhead17 has quit IRC | 10:00 | |
*** buzzzard has joined #openstack | 10:01 | |
*** [m4t_s014r] has quit IRC | 10:09 | |
*** cpg is now known as cpg|away | 10:11 | |
*** wonderzou has quit IRC | 10:15 | |
*** jedi4ever has joined #openstack | 10:19 | |
*** katkee has quit IRC | 10:21 | |
*** katkee has joined #openstack | 10:21 | |
*** deepest has quit IRC | 10:23 | |
*** mnour has joined #openstack | 10:23 | |
*** t9md has quit IRC | 10:23 | |
*** mnour has quit IRC | 10:28 | |
*** siwos_ has joined #openstack | 10:30 | |
*** siwos has quit IRC | 10:32 | |
*** siwos_ is now known as siwos | 10:32 | |
*** rods has joined #openstack | 10:33 | |
*** worstadmin has quit IRC | 10:35 | |
*** nickon has quit IRC | 10:39 | |
*** freeflying has quit IRC | 10:40 | |
*** alperkanat has joined #openstack | 10:41 | |
*** mnour has joined #openstack | 10:41 | |
*** alperkanat has quit IRC | 10:41 | |
*** alperkanat has joined #openstack | 10:42 | |
*** Capashen has joined #openstack | 10:51 | |
*** Oneiroi has quit IRC | 10:52 | |
*** tsuzuki_ has quit IRC | 10:54 | |
*** Oneiroi has joined #openstack | 10:54 | |
*** Oneiroi has joined #openstack | 10:54 | |
*** Eyk is now known as Eyk^off | 10:57 | |
*** cereal_bars has joined #openstack | 11:01 | |
*** Eyk^off is now known as Eyk | 11:03 | |
*** Eyk is now known as Eyk^off | 11:08 | |
rnts | shang: sorry for late answer but yes, bridge is br100 interface is whatever interface you have in the machine (eth0/1/x) | 11:08 |
*** koolhead11 has joined #openstack | 11:10 | |
koolhead11 | hi all | 11:10 |
*** disco has quit IRC | 11:14 | |
siwos | hi | 11:18 |
siwos | one question - has anyone here ran multiple instances of nova-volume service in one cluster? | 11:18 |
*** markvoelker has joined #openstack | 11:22 | |
*** Cyns has joined #openstack | 11:27 | |
*** Cyns has quit IRC | 11:29 | |
*** mdomsch has quit IRC | 11:44 | |
*** PeteDaGuru has joined #openstack | 11:45 | |
*** vdo_ has quit IRC | 11:47 | |
*** nerdstein has joined #openstack | 11:50 | |
*** Oneiroi_ has joined #openstack | 11:54 | |
*** Oneiroi has quit IRC | 11:57 | |
*** sunech has quit IRC | 11:57 | |
ttx | zykes-: sorry, I'm not very up to date with docs. | 11:58 |
*** klumpie_ has quit IRC | 11:58 | |
*** Adri2000 has quit IRC | 11:58 | |
*** miclorb has joined #openstack | 12:01 | |
*** bsza has joined #openstack | 12:02 | |
*** bodepd has quit IRC | 12:05 | |
*** freeflying has joined #openstack | 12:06 | |
*** miclorb has quit IRC | 12:07 | |
*** mgoldmann_ has joined #openstack | 12:09 | |
*** bodepd has joined #openstack | 12:09 | |
*** mgoldmann has quit IRC | 12:09 | |
*** mgoldmann has joined #openstack | 12:10 | |
*** mgoldmann_ has quit IRC | 12:14 | |
*** ahasenack has joined #openstack | 12:15 | |
*** lts has joined #openstack | 12:16 | |
*** mfer has joined #openstack | 12:17 | |
*** javiF has quit IRC | 12:18 | |
*** Adri2000 has joined #openstack | 12:18 | |
*** zul has quit IRC | 12:25 | |
*** zul has joined #openstack | 12:30 | |
*** tryggvil__ has joined #openstack | 12:32 | |
*** mies_ has joined #openstack | 12:35 | |
*** mies has quit IRC | 12:35 | |
*** tryggvil_____ has joined #openstack | 12:35 | |
eviscares | Hey all, is there a way to handle new users besides restarting the proxy? | 12:36 |
*** tryggvil has quit IRC | 12:37 | |
*** tryggvil_____ is now known as tryggvil | 12:37 | |
*** hggdh_ has quit IRC | 12:37 | |
*** tryggvil__ has quit IRC | 12:37 | |
*** mies has joined #openstack | 12:38 | |
*** mies_ has quit IRC | 12:38 | |
*** zul has quit IRC | 12:39 | |
*** hggdh_ has joined #openstack | 12:39 | |
*** aliguori has joined #openstack | 12:45 | |
*** jtanner has quit IRC | 12:45 | |
*** ncode has quit IRC | 12:48 | |
reidrac | you shouldn't need to restart the proxy :) | 12:51 |
reidrac | we don't, and it works | 12:51 |
*** zul has joined #openstack | 12:52 | |
*** mandela123 has joined #openstack | 12:53 | |
*** mandela123 has left #openstack | 12:54 | |
*** zul has quit IRC | 12:55 | |
*** zul has joined #openstack | 12:55 | |
*** Shentonfreude has joined #openstack | 13:00 | |
*** msivanes has joined #openstack | 13:00 | |
*** stewart has joined #openstack | 13:01 | |
*** dirkx_ has quit IRC | 13:01 | |
koolhead11 | annegentle, hellos | 13:05 |
*** ewindisch has quit IRC | 13:09 | |
*** mattray has joined #openstack | 13:10 | |
*** undertree has joined #openstack | 13:12 | |
*** ncode has joined #openstack | 13:14 | |
*** hadrian has joined #openstack | 13:20 | |
*** irahgel1 has joined #openstack | 13:22 | |
*** Gmi has joined #openstack | 13:22 | |
*** irahgel has quit IRC | 13:22 | |
*** huslage has joined #openstack | 13:24 | |
*** gnu111 has joined #openstack | 13:28 | |
*** Ras_ has joined #openstack | 13:29 | |
*** CloudChris has joined #openstack | 13:29 | |
*** hadrian has quit IRC | 13:30 | |
*** hadrian has joined #openstack | 13:30 | |
*** jsavak has joined #openstack | 13:32 | |
*** lorin1 has joined #openstack | 13:44 | |
*** joesavak has joined #openstack | 13:44 | |
*** jsavak has quit IRC | 13:44 | |
*** lorin1 has left #openstack | 13:45 | |
eviscares | reidrac: hm… can it be that it takes sometime for changes in the proxy-server.conf to register? | 13:46 |
*** msinhore has joined #openstack | 13:46 | |
eviscares | oh and how would I grant multiple users, but not all of the account write access to a folder | 13:46 |
eviscares | ? | 13:46 |
reidrac | it should be instantaneous | 13:47 |
reidrac | do you mean container? :) | 13:48 |
reidrac | you need to set the ACL to list all ro users and all rw users | 13:48 |
*** ameade has joined #openstack | 13:48 | |
reidrac | unfortunately there's no way to update the ACL (meaining add/remove users) | 13:49 |
eviscares | so I would have to create one long "swift […] post -r account -w account:user1 account:user2 account:user 3 [container]" post? | 13:51 |
reidrac | yep | 13:51 |
reidrac | the command line interface it's not very comfortable for that kind of thing :( | 13:52 |
reidrac | I don't know if you need to separate the ACLs with commas | 13:53 |
reidrac | probably -w "account:user1,account:user2,account:user3" will work | 13:53 |
*** rms-ict has joined #openstack | 13:54 | |
reidrac | I don't use the CLI but the python client | 13:54 |
*** bcwaldon has joined #openstack | 13:57 | |
*** jfluhmann has joined #openstack | 13:57 | |
*** dirkx_ has joined #openstack | 14:00 | |
*** tryggvil has quit IRC | 14:01 | |
*** ewindisch has joined #openstack | 14:02 | |
*** Oneiroi_ is now known as Oneiroi | 14:04 | |
*** michael_ is now known as scalability_junk | 14:08 | |
*** scalability_junk is now known as infinite-scale | 14:09 | |
*** siwos has quit IRC | 14:09 | |
annegentle | koolhead11: hello | 14:10 |
annegentle | koolhead11: the beginner's guide/starter guide is building but not FTPing correctly, looking into it now. | 14:11 |
*** javiF has joined #openstack | 14:11 | |
koolhead11 | annegentle, you rock :) | 14:11 |
annegentle | well I wish I could rock more quickly :) | 14:11 |
*** ecarlin has joined #openstack | 14:12 | |
*** ewindisch has quit IRC | 14:12 | |
annegentle | ok, build scheduled... crossing fingers. Holding breath. | 14:12 |
koolhead11 | :D | 14:13 |
*** buzzzard has quit IRC | 14:14 | |
*** mies has quit IRC | 14:14 | |
*** ldlework has joined #openstack | 14:16 | |
*** CloudChris has left #openstack | 14:17 | |
*** alekibango has joined #openstack | 14:18 | |
ivoks | i've installed d3 from milestone ppa; i've followed cactus/trunk docs for setting up the single node cloud | 14:21 |
ivoks | everything was ok until i did nova-manage db sync | 14:21 |
ivoks | after that, restarting nova-* services breaks everything; log files don't get appendedtcp ports don't get open | 14:22 |
ivoks | and services are consuming lots of cpu | 14:22 |
ivoks | anyone seen something like that? | 14:24 |
*** misheska has joined #openstack | 14:24 | |
*** aryan has quit IRC | 14:25 | |
*** alekibango has quit IRC | 14:29 | |
*** alekibango has joined #openstack | 14:30 | |
*** caribou has quit IRC | 14:30 | |
*** caribou has joined #openstack | 14:30 | |
*** dirkx_ has quit IRC | 14:33 | |
*** tryggvil has joined #openstack | 14:33 | |
*** code_franco has joined #openstack | 14:37 | |
*** tryggvil has quit IRC | 14:38 | |
*** tryggvil has joined #openstack | 14:38 | |
*** martine has joined #openstack | 14:38 | |
*** dirkx_ has joined #openstack | 14:40 | |
*** amccabe has joined #openstack | 14:45 | |
*** maplebed has joined #openstack | 14:47 | |
*** rsampaio has joined #openstack | 14:48 | |
*** rsampaio has quit IRC | 14:50 | |
*** caribou has quit IRC | 14:54 | |
*** dragondm has joined #openstack | 14:55 | |
*** rnirmal has joined #openstack | 14:55 | |
*** skane has joined #openstack | 14:57 | |
*** kernelfreak has quit IRC | 14:59 | |
*** kernelfreak has joined #openstack | 14:59 | |
*** maplebed has quit IRC | 15:00 | |
*** dgags has joined #openstack | 15:02 | |
*** turtle5001 has joined #openstack | 15:02 | |
*** stewart has quit IRC | 15:04 | |
*** reidrac has quit IRC | 15:05 | |
*** rnirmal has quit IRC | 15:05 | |
*** rnirmal has joined #openstack | 15:05 | |
*** andy-hk has quit IRC | 15:08 | |
*** andy-hk has joined #openstack | 15:08 | |
*** dev_sa has quit IRC | 15:09 | |
*** imsplitbit has joined #openstack | 15:13 | |
*** nati has quit IRC | 15:18 | |
*** mrjazzcat has joined #openstack | 15:19 | |
*** jj0hns0n has joined #openstack | 15:21 | |
*** RobertLaptop has quit IRC | 15:21 | |
*** turtle5001 has quit IRC | 15:24 | |
*** alperkanat has quit IRC | 15:27 | |
*** osier has quit IRC | 15:29 | |
*** cereal_bars has quit IRC | 15:29 | |
*** dgags has quit IRC | 15:30 | |
*** reed has quit IRC | 15:30 | |
*** vladimir3p has joined #openstack | 15:33 | |
*** jedi4ever has quit IRC | 15:39 | |
*** anotherjesse has joined #openstack | 15:40 | |
*** Seoman has quit IRC | 15:41 | |
*** anotherjesse has quit IRC | 15:44 | |
*** dirkx_ has quit IRC | 15:46 | |
*** mnour has quit IRC | 15:47 | |
*** dirkx_ has joined #openstack | 15:47 | |
*** stewart has joined #openstack | 15:49 | |
*** Ras_ has quit IRC | 15:55 | |
*** rsampaio has joined #openstack | 15:55 | |
*** huslage has quit IRC | 15:56 | |
*** joesavak has quit IRC | 15:58 | |
*** joesavak has joined #openstack | 16:01 | |
uvirtbot | New bug: #833106 in nova "Logging tries to change mode of log file" [Undecided,New] https://launchpad.net/bugs/833106 | 16:01 |
*** hisaharu has joined #openstack | 16:01 | |
*** nati has joined #openstack | 16:03 | |
*** cereal_bars has joined #openstack | 16:04 | |
*** rsampaio has quit IRC | 16:07 | |
*** lborda has joined #openstack | 16:07 | |
*** gnu111 has quit IRC | 16:08 | |
*** dgags has joined #openstack | 16:08 | |
*** lborda has quit IRC | 16:08 | |
*** stewart has quit IRC | 16:09 | |
*** rsampaio has joined #openstack | 16:09 | |
*** lborda has joined #openstack | 16:09 | |
*** maplebed has joined #openstack | 16:10 | |
*** maplebed has quit IRC | 16:11 | |
*** obino has quit IRC | 16:11 | |
*** maplebed has joined #openstack | 16:11 | |
*** imsplitbit has quit IRC | 16:14 | |
*** imsplitbit has joined #openstack | 16:15 | |
*** katkee has quit IRC | 16:15 | |
*** adjohn has joined #openstack | 16:21 | |
*** joesavak has quit IRC | 16:21 | |
*** joesavak has joined #openstack | 16:21 | |
*** RobertLaptop has joined #openstack | 16:22 | |
*** mikej has joined #openstack | 16:23 | |
*** mikej has quit IRC | 16:23 | |
*** dendrobates is now known as dendro-afk | 16:25 | |
*** reed has joined #openstack | 16:31 | |
*** eviscares has quit IRC | 16:32 | |
*** joesavak has quit IRC | 16:33 | |
*** joesavak has joined #openstack | 16:34 | |
*** javiF has quit IRC | 16:39 | |
*** dendro-afk is now known as dendrobates | 16:43 | |
*** koolhead17 has joined #openstack | 16:44 | |
*** blamar has joined #openstack | 16:44 | |
*** tryggvil___ has joined #openstack | 16:45 | |
zykes- | will there be ALM for openstack ? | 16:48 |
*** tryggvil has quit IRC | 16:48 | |
*** disco has joined #openstack | 16:49 | |
*** pguth66 has joined #openstack | 16:50 | |
*** cereal_bars has quit IRC | 16:55 | |
*** mfer is now known as mfer-lunch | 16:55 | |
*** nacx has quit IRC | 16:58 | |
*** Capashen has quit IRC | 16:59 | |
*** tryggvil_ has joined #openstack | 17:00 | |
*** daysmen has quit IRC | 17:00 | |
*** rsampaio has quit IRC | 17:03 | |
*** rustam has quit IRC | 17:04 | |
*** huslage has joined #openstack | 17:05 | |
*** rsampaio has joined #openstack | 17:05 | |
*** dirkx_ has quit IRC | 17:06 | |
*** tryggvil_ has quit IRC | 17:08 | |
*** gnu111 has joined #openstack | 17:10 | |
*** mfer-lunch is now known as mfer | 17:11 | |
*** irahgel1 has left #openstack | 17:12 | |
*** tcampbell has joined #openstack | 17:12 | |
*** Razique has quit IRC | 17:12 | |
*** maplebed has quit IRC | 17:13 | |
*** pzb has joined #openstack | 17:14 | |
*** maplebed has joined #openstack | 17:16 | |
*** Ryan_Lane has joined #openstack | 17:17 | |
*** ecarlin has quit IRC | 17:17 | |
*** maplebed_ has joined #openstack | 17:18 | |
*** maplebed has quit IRC | 17:19 | |
uvirtbot | New bug: #833205 in nova "instance reboot types are not supported" [Undecided,New] https://launchpad.net/bugs/833205 | 17:23 |
kpepple_ | zykes-: ALM ? | 17:25 |
*** troys has joined #openstack | 17:30 | |
*** joearnold has joined #openstack | 17:32 | |
amccabe | i'm running 2011.3 of diablo and glance, and i'm getting a KeyError: 'imageRef' in the nova-api.log when trying to create a new server from python-novaclient | 17:34 |
amccabe | i found https://bugs.launchpad.net/nova/+bug/777460, but it looks like it should have been fixed in d1. | 17:35 |
*** joesavak has quit IRC | 17:36 | |
*** obino has joined #openstack | 17:43 | |
*** jsavak has joined #openstack | 17:45 | |
*** chrism has joined #openstack | 17:48 | |
chrism | howdy | 17:49 |
*** Justchange has joined #openstack | 17:50 | |
*** LiamMac has joined #openstack | 17:52 | |
*** ahasenack has quit IRC | 17:53 | |
chrism | I've opened up a launchpad question about that issue i was having yesterda... https://answers.launchpad.net/nova/+question/169082 | 17:53 |
chrism | tbh this is driving me crazy | 17:53 |
chrism | lol | 17:53 |
chrism | a couple of questions I Have, should 1. the fixed IPs bind to eth0 like the floating IPs do? 2. Should there be any per-instance fixed_ip iptables rules be added to the nat iptables chain? | 17:54 |
*** ahasenack has joined #openstack | 17:54 | |
*** dendrobates is now known as dendro-afk | 17:55 | |
*** rnirmal has quit IRC | 17:56 | |
zykes- | application lifecycle management | 17:56 |
*** code_franco has quit IRC | 17:57 | |
*** rms-ict has quit IRC | 17:59 | |
*** Justchange has quit IRC | 17:59 | |
*** Capashen has joined #openstack | 18:01 | |
*** huslage has quit IRC | 18:02 | |
*** ecarlin has joined #openstack | 18:03 | |
*** tcampbell has quit IRC | 18:03 | |
*** obino has quit IRC | 18:05 | |
*** obino has joined #openstack | 18:05 | |
*** jsavak has quit IRC | 18:06 | |
*** jsavak has joined #openstack | 18:07 | |
*** rustam has joined #openstack | 18:08 | |
*** rustam has quit IRC | 18:10 | |
*** javiF has joined #openstack | 18:12 | |
*** Dunkirk has joined #openstack | 18:15 | |
Dunkirk | I installed and setup OpenStack on a fresh install of Ubuntu today. I followed the Getting Start instructions, and booted an instance. I could see the login prompt through VNC. | 18:16 |
Dunkirk | However, I couldn't connect to it via SSH, so I shut it down, deleted the network, and tried to create a new one. | 18:17 |
zykes- | Dunkirk: what guide did you use ? | 18:17 |
zykes- | looking for it myself | 18:17 |
Dunkirk | Despite my command, the new network was created with the same definition as the old one. | 18:17 |
Dunkirk | zykes-: http://wiki.openstack.org/RunningNova | 18:17 |
*** jedi4ever has joined #openstack | 18:18 | |
Dunkirk | So I thought, screw it, I'll just try some iptables commands, and see if that fixes it. But NO WAY. The instance no longer works. It LOOKS like its working. euca-describe-instances says it's running, but all I see in VNC is a blinking cursor. | 18:18 |
Dunkirk | How can this software be so brittle that trying to change the network blows up the image? | 18:19 |
Dunkirk | I'm certainly not getting anything useful in the debug logs. | 18:21 |
*** Dunkirk has quit IRC | 18:21 | |
*** pguth66 has quit IRC | 18:21 | |
chrism | heh, welcome to openstack. =) | 18:22 |
sloop_ | lol | 18:23 |
*** troys has quit IRC | 18:23 | |
*** javiF has quit IRC | 18:26 | |
*** mnour has joined #openstack | 18:28 | |
*** mmm has joined #openstack | 18:29 | |
*** mfer has quit IRC | 18:29 | |
*** hisaharu has quit IRC | 18:30 | |
*** mfer has joined #openstack | 18:31 | |
amccabe | is anyone using python-novaclient against a v1.1 nova api? | 18:34 |
*** dendro-afk is now known as dendrobates | 18:35 | |
*** hisaharu has joined #openstack | 18:35 | |
*** troys has joined #openstack | 18:36 | |
*** rms-ict has joined #openstack | 18:38 | |
*** ccustine has joined #openstack | 18:40 | |
*** clauden_ has joined #openstack | 18:43 | |
*** jakedahn has joined #openstack | 18:44 | |
pzb | are there docs for nova-volume? | 18:45 |
*** Seoman has joined #openstack | 18:51 | |
*** tryggvil has joined #openstack | 18:52 | |
*** clauden_ has quit IRC | 18:55 | |
chrism | pzb: as far as I know, just what's in the main documentation | 18:55 |
*** dendrobates is now known as dendro-afk | 18:56 | |
zykes- | is it a smart idea to run swift under a compute node ? | 18:57 |
chadh | Anyone know where to get info about using openstack with XCP? | 18:59 |
kpepple_ | chadh: there's not much out there ... however it's based on XenServer so the wiki page should get you going ... | 19:00 |
*** ecarlin has quit IRC | 19:00 | |
chadh | kpepple_: is that on openstack.org or xen.org? | 19:01 |
kpepple_ | chadh: http://wiki.openstack.org/XenServerDevelopment | 19:02 |
chrism | the documentation for that whole thing kinda sucks if i recall | 19:02 |
chadh | kpepple_: thanks. | 19:02 |
*** fabiand__ has joined #openstack | 19:02 | |
*** jsavak has quit IRC | 19:03 | |
* kpepple_ thinks chrism is correct | 19:03 | |
chadh | man, I'm so confused | 19:05 |
*** GeoDud has joined #openstack | 19:05 | |
amccabe | chadh: what's up? i tried the xenserver installation and gave up for one that was kvm backed, but i might be able to help | 19:05 |
kpepple_ | chadh: we have xcp booting images but still working some networking issues | 19:06 |
chadh | amccabe: well, I guess I am having a hard time figuring out what goes where. I see that the nova-compute needs to go in a domU | 19:06 |
chadh | So what exactly needs to be installed in the XCP dom0? | 19:07 |
amccabe | chadh: yes, but it has to be paravirt w/ xe-guest-utilities | 19:07 |
kpepple_ | chadh: you can get it running with everything (nova-*) in a domU (just like an all in one server) and copying the plugins into Dom0 (see wiki instructions) | 19:07 |
chadh | oh, I missed the scp in the top of those instructions | 19:08 |
kpepple_ | amccabe: which xe-guest-utilities ? | 19:08 |
chadh | can I use a rhel6 guest on XCP, then? | 19:08 |
amccabe | chadh: what kpepple said, agent glance migration objectstore pluginlib_nova.py xenhost xenstore.py are the files that need to go in /etc/xapi.d/plugins | 19:09 |
kpepple_ | chadh: as an instance ? yes. As a domU for nova-* ? dunno | 19:09 |
chadh | kpepple_: yeah, the latter. looks like those instructions are using ubuntu 10.04 | 19:10 |
kpepple_ | chadh: we run ubu 10.04 as our DomU Nova VM. if you grabbed the grid dynamic's RHEL packages, you might be able to make it work. | 19:10 |
amccabe | chadh: rhel6 for the kernel i think gets complicated ... i don't know xcp; but in xenserver 5.6 it might work if you used a rhel6 template to create the vm | 19:10 |
amccabe | i was using 10.04, too | 19:11 |
amccabe | kpepple_: about xe-guest-utilities... good question, i just mounted the xs-tools.iso and installed whatever was there | 19:12 |
chadh | ok. I think I am going to try to set up a kvm farm first. There are too many pieces that I don't understannd | 19:12 |
*** joesavak has joined #openstack | 19:12 | |
kpepple_ | amccabe: ok. did you also use the openstack guest ? | 19:12 |
chadh | I was originally trying to get xen working with rhel6, but I switched to xcp hoping the installation would be more straight-forward | 19:12 |
kpepple_ | chadh: if you are using RHEL6, i'd just go grab the grid dynamics packages and install with KVM ... | 19:13 |
amccabe | kpepple_: sorry, i don't follow | 19:13 |
amccabe | (so probably not?) | 19:14 |
*** hggdh_ has quit IRC | 19:14 | |
chadh | kpepple_: yep, I already have the rhel6 kickstart and grid dynamics repos puppetized | 19:14 |
kpepple_ | amccabe: https://launchpad.net/openstack-guest-agents | 19:14 |
*** mattray has quit IRC | 19:15 | |
uvirtbot | New bug: #833285 in glance "swift store delete only removes manifest" [Undecided,New] https://launchpad.net/bugs/833285 | 19:16 |
zykes- | amccabe: can you share the puppe tstuff? | 19:16 |
*** hggdh_ has joined #openstack | 19:17 | |
amccabe | chadh: ^, zykes- that wasn't me | 19:17 |
*** mattray has joined #openstack | 19:17 | |
chadh | zykes-: right now I just have the repos puppetized. not very interesting | 19:17 |
amccabe | kpepple_: oh, i was talking about the domU with all the nova-* services | 19:17 |
*** ahasenack has quit IRC | 19:18 | |
*** ahasenack has joined #openstack | 19:19 | |
*** med_out is now known as medberry | 19:20 | |
*** ecarlin has joined #openstack | 19:31 | |
*** tcampbell has joined #openstack | 19:31 | |
*** cereal_bars has joined #openstack | 19:34 | |
gnu111 | does --auto_assign_floating_ip=true work with cactus?? | 19:50 |
*** Gmi has quit IRC | 19:51 | |
*** fabiokung has quit IRC | 19:53 | |
*** adjohn has quit IRC | 19:54 | |
*** jedi4ever has quit IRC | 19:54 | |
kpepple_ | gnu111: i think that is a diablo feature ... | 19:54 |
*** jakedahn has quit IRC | 19:55 | |
*** jakedahn has joined #openstack | 19:56 | |
gnu111 | kpepple_: thanks. ok. last time I was testing diablo with RHEL 6.1, it didn't play well. I don't if it is still the case. | 19:56 |
kpepple_ | gnu111: dunno on RHEL6.1 ... i usually use the grid dynamics packages (not sure if they have been updated yet) | 19:57 |
*** cole has joined #openstack | 19:57 | |
*** jakedahn_ has joined #openstack | 19:59 | |
*** jakedahn_ has quit IRC | 19:59 | |
*** jakedahn_ has joined #openstack | 19:59 | |
*** jakedahn has quit IRC | 20:02 | |
*** jakedahn_ is now known as jakedahn | 20:02 | |
*** zz_bonzay is now known as zz_bonzay|away | 20:02 | |
*** zz_bonzay|away is now known as bonzay | 20:02 | |
*** bonzay is now known as bonzay|away | 20:03 | |
*** javiF has joined #openstack | 20:04 | |
*** bonzay|away is now known as zz_bonzay|away | 20:04 | |
*** javiF has quit IRC | 20:05 | |
*** jdag has joined #openstack | 20:06 | |
*** ecarlin has quit IRC | 20:07 | |
*** mies has joined #openstack | 20:09 | |
*** Univ1 has joined #openstack | 20:09 | |
*** ecarlin has joined #openstack | 20:10 | |
*** disco has quit IRC | 20:11 | |
*** jedi4ever has joined #openstack | 20:11 | |
uvirtbot | New bug: #833331 in nova "OSAPI v1.1 needs to document config-drive as an extension" [Undecided,New] https://launchpad.net/bugs/833331 | 20:11 |
*** clauden has joined #openstack | 20:12 | |
*** freeflying has quit IRC | 20:15 | |
*** freeflying has joined #openstack | 20:15 | |
*** fabiand__ has left #openstack | 20:18 | |
*** Capashen has quit IRC | 20:20 | |
*** jedi4ever has quit IRC | 20:22 | |
*** Eyk^off is now known as Eyk | 20:25 | |
*** skane_ has joined #openstack | 20:29 | |
*** nerdstein has quit IRC | 20:30 | |
*** skane_ has joined #openstack | 20:33 | |
*** skane has quit IRC | 20:34 | |
*** skane_ is now known as skane | 20:34 | |
*** gnu111 has quit IRC | 20:35 | |
*** npmapn has quit IRC | 20:36 | |
*** guigui1 has quit IRC | 20:37 | |
*** Ryan_Lane has quit IRC | 20:37 | |
*** Ryan_Lane has joined #openstack | 20:37 | |
*** ameade has quit IRC | 20:43 | |
*** code_franco has joined #openstack | 20:48 | |
*** AhmedSoliman has joined #openstack | 20:50 | |
*** daysmen has joined #openstack | 20:50 | |
*** raker has joined #openstack | 20:55 | |
raker | docs for openstack or really tough to follow so far... i've gotten close to a running environment a couple times... but not yet... | 20:56 |
*** cole has quit IRC | 20:58 | |
*** Seoman has quit IRC | 21:03 | |
chrism | yeah the documentation is pretty horrible | 21:04 |
chrism | i've been fighting this on and off for about a month now | 21:04 |
chrism | =\ | 21:04 |
*** ecarlin has quit IRC | 21:04 | |
annegentle | raker, chrism you're welcome to contribute docs, see the openstack-manuals project on Launchpad | 21:05 |
*** msivanes has left #openstack | 21:05 | |
chrism | I'd need to get a fully working and understood instance going before I could do that =) | 21:05 |
raker | this comes pretty close... http://cssoss.wordpress.com/2011/04/27/openstack-beginners-guide-for-ubuntu-11-04-installation-and-configuration/ | 21:06 |
raker | but the commands have changed already in the latest releases enough to where certain things dont work | 21:06 |
annegentle | bringing in the new Starter Guide now, from CSS OSS: http://docs.openstack.org/trunk/openstack-compute/starter/content/ | 21:06 |
chrism | yeah i ran into that quite a bit | 21:06 |
annegentle | yeah, that's the one | 21:06 |
annegentle | really, any observations you have are welcome, though | 21:07 |
*** adjohn has joined #openstack | 21:08 | |
chrism | the cssoss link is considerably better than what I used initially | 21:08 |
raker | yep... that is the best I have seen too... watch out for the nova-manage steps for adding ip ranges... | 21:08 |
zykes- | chrism: what did you use initially ? | 21:09 |
raker | if you could fix that part and make it actually work for latest releases... that would be awesome | 21:09 |
chrism | a mix of blogs and official documentation | 21:09 |
chrism | i could never really find one solid writeup that'd get me there from beginning to end | 21:09 |
raker | yep | 21:09 |
raker | totally agree | 21:09 |
chrism | i had it all working and going strong for liek 2 weeks | 21:10 |
raker | need a choose your own adventure style cloud building doc... | 21:10 |
chrism | we had a server move and now fixed_ip routing is very much off | 21:10 |
chrism | hah | 21:10 |
chrism | TURN TO PAGE 34 FOR VLAN CONFIGURATION | 21:10 |
chrism | lol | 21:10 |
chrism | I think i *may* have been operating under a weird quirk that shouldn't have been happening | 21:11 |
chrism | but i'm not entirely sure tbh | 21:11 |
chrism | and that reboot put things "the way they should be" | 21:11 |
chrism | =\ | 21:11 |
chrism | but it's really hard to tell tbh | 21:11 |
*** leob has joined #openstack | 21:12 | |
*** cole has joined #openstack | 21:12 | |
leob | hi folks my "System is configured for NO sshd" problem was gone for a few days but now it's back | 21:13 |
annegentle | raker: that team is doing updates to that starter guide. My best guess is that the packages for Maverick changed recently (yesterday). | 21:16 |
*** martine has quit IRC | 21:21 | |
raker | i am doing testing with oneiric right now so I should be able to give good guidance | 21:21 |
*** mies has quit IRC | 21:22 | |
WormMan | I'm writing a guide to openstack for a presentation at work, it's very exciting | 21:23 |
*** gregp76 has joined #openstack | 21:23 | |
*** joearnold has quit IRC | 21:24 | |
*** jtanner has joined #openstack | 21:24 | |
*** lts has quit IRC | 21:25 | |
*** msinhore has quit IRC | 21:29 | |
*** mgoldmann has quit IRC | 21:31 | |
*** mgoldmann has joined #openstack | 21:31 | |
*** joearnold has joined #openstack | 21:31 | |
*** mfer is now known as mfer-food | 21:33 | |
*** dirkx_ has joined #openstack | 21:33 | |
*** amccabe has quit IRC | 21:35 | |
*** Eyk is now known as Eyk^off | 21:39 | |
*** dendro-afk is now known as dendrobates | 21:41 | |
*** leob has left #openstack | 21:42 | |
*** skane has quit IRC | 21:43 | |
*** mfer-food is now known as mfer | 21:44 | |
*** skane has joined #openstack | 21:45 | |
*** imsplitbit has quit IRC | 21:45 | |
*** joesavak has quit IRC | 21:51 | |
*** hadrian has quit IRC | 21:57 | |
*** hadrian has joined #openstack | 21:58 | |
*** LiamMac has quit IRC | 21:59 | |
*** ldlework has quit IRC | 22:05 | |
*** dirkx_ has quit IRC | 22:05 | |
*** cpg|away is now known as cpg | 22:09 | |
*** code_franco has quit IRC | 22:10 | |
*** jtanner has quit IRC | 22:10 | |
*** alekibango has quit IRC | 22:11 | |
*** kirkland has quit IRC | 22:11 | |
*** alekibango has joined #openstack | 22:12 | |
*** alekibango has quit IRC | 22:12 | |
*** alekibango has joined #openstack | 22:12 | |
*** chrism has quit IRC | 22:13 | |
*** kirkland has joined #openstack | 22:14 | |
*** tryggvil has quit IRC | 22:14 | |
*** jtanner has joined #openstack | 22:15 | |
*** msinhore has joined #openstack | 22:19 | |
*** msinhore has joined #openstack | 22:19 | |
*** bcwaldon has quit IRC | 22:20 | |
*** cpg is now known as cpg|away | 22:20 | |
*** RobertLaptop has quit IRC | 22:26 | |
reed | are openstack mailing list archived on gmane? | 22:27 |
*** rsampaio has quit IRC | 22:29 | |
*** pothos has quit IRC | 22:34 | |
*** pothos_ has joined #openstack | 22:34 | |
*** pothos_ is now known as pothos | 22:35 | |
*** Shentonfreude has quit IRC | 22:36 | |
*** mies has joined #openstack | 22:36 | |
JoeJulian | We were wondering over in #gluster, is there any other software that uses OpenStack Object Storage? | 22:37 |
creiht | JoeJulian: define "uses"? | 22:39 |
creiht | like api clients? | 22:39 |
creiht | reed: https://lists.launchpad.net/openstack/ | 22:39 |
creiht | not sure if launchpad also archives on gmame | 22:40 |
JoeJulian | Just curios about other applications for this storage technique. | 22:40 |
creiht | There are a lot of backup clients, various tools, nasuni can talk to swift cluster, etc. | 22:41 |
creiht | And there are abstraction layers like cloudfuse, ftp, etc. | 22:42 |
creiht | to be able to access it through other protocols | 22:42 |
*** daysmen has quit IRC | 22:42 | |
*** mattray has quit IRC | 22:44 | |
*** clauden has quit IRC | 22:44 | |
*** cole_ has joined #openstack | 22:44 | |
*** msinhore has quit IRC | 22:46 | |
JoeJulian | GlusterFS has, as I'm sure you're aware, added a swift interface which is what got us started. | 22:46 |
*** nerdstein has joined #openstack | 22:47 | |
*** GeoDud has quit IRC | 22:47 | |
*** cole has quit IRC | 22:47 | |
*** cole_ is now known as cole | 22:47 | |
creiht | JoeJulian: yeah I'm aware :) | 22:48 |
creiht | I've heard that ceph is working on one as well | 22:50 |
creiht | JoeJulian: If you are interesting in the ideas of object storage in general, there is of course Amazon S3, and Hitachi has a some very good papers about object storage | 22:52 |
JoeJulian | I've looked at some of the Amazon stuff, but hadn't known about Hitachi. | 22:53 |
*** jfluhmann has quit IRC | 22:53 | |
*** ncode has quit IRC | 22:53 | |
creiht | http://www.hds.com/assets/pdf/distributed-object-store-principles-of-operation.pdf | 22:53 |
creiht | for example | 22:53 |
creiht | JoeJulian: and of course there is also Rackspace Cloud Files, which uses Swift ;) | 22:56 |
chadh | When I start a couple of the services, I get an error about timeout being an unexpected keyword | 22:56 |
chadh | I see that keyword was new to python 2.6, but rhel6 has python 2.6.6 | 22:57 |
creiht | chadh: which services, and can you paste the error/traceback to paste.openstack.org? | 22:57 |
chadh | creiht: is there a way I can make the error more verbose. It's the network service, and there isn't much | 22:58 |
chadh | http://paste.openstack.org/show/2271/ | 22:58 |
chadh | (from /var/log/nova/nova-network.log) | 22:58 |
*** huslage has joined #openstack | 22:58 | |
creiht | chadh: there probably is, but I haven't done enough with Nova to know, sorry... hopeflly someone else will be able to help you with that soon | 22:59 |
*** mfer has quit IRC | 22:59 | |
*** GeoDud has joined #openstack | 23:00 | |
*** miclorb has joined #openstack | 23:09 | |
*** reed has quit IRC | 23:10 | |
*** bengrue has quit IRC | 23:11 | |
*** g2_sf has joined #openstack | 23:11 | |
g2_sf | I have couple of quick questions, are there any nova api python bindings? | 23:14 |
vishy | chadh: what os is that, i seem to remember a bug in RedHat along those lines | 23:14 |
*** andy-hk has quit IRC | 23:14 | |
vishy | chadh: --verbose will generally give you more output | 23:15 |
*** reed has joined #openstack | 23:15 | |
*** tryggvil_ has joined #openstack | 23:15 | |
*** skane_ has joined #openstack | 23:15 | |
kpepple_ | g2_sf: yes ... https://github.com/rackspace/python-novaclient | 23:16 |
uvirtbot | New bug: #833426 in nova "Nonhomogeneous networks not supported" [Undecided,New] https://launchpad.net/bugs/833426 | 23:16 |
chadh | vishy: thanks. I think the timeout message was a red herring. I am following the install guide, but it doesn't seem to work without a little tweaking. | 23:16 |
chadh | once I switched to flat networking (from vlan), the network service started | 23:17 |
vishy | chadh: ok | 23:17 |
chadh | vishy: and I think the nova-volume service is not supposed to work. That is just for iscsi targets, right? and I guess they don't work with rhel6 | 23:17 |
*** tcampbell has quit IRC | 23:17 | |
g2_sf | kpepple: Thanks. What is the state of Nova APIs. Do they have all the same functionality as EC2 APIs in Diablo? | 23:17 |
kpepple_ | g2_sf: it's made great strides in the diablo code ... if you include the extensions, i'd say it's pretty close on base EC2 API functionality. obviously it doesn't have spot instances and such. | 23:19 |
*** skane has quit IRC | 23:19 | |
*** skane_ has quit IRC | 23:20 | |
*** JStoker has quit IRC | 23:20 | |
g2_sf | kpepple: Are the extensions available in nova-client also. I am most interested in few specific EC2 command (e.g. euca-bundle-vol) to create an image from a volume. | 23:22 |
*** rustam has joined #openstack | 23:22 | |
WormMan | euca-bundle-vol didn't seem to really need much in the way of API, it was mostly on-host stuff(make disk image, rsync it in, do some cleanup) | 23:23 |
*** jeffjapan has joined #openstack | 23:23 | |
kpepple_ | g2_sf: hmmm ... you can do an $nova image-create which creates an image from a running ephemeral image but i don't think it does it from a volume | 23:24 |
WormMan | er, sorry, bundle-vol | 23:25 |
*** mies has quit IRC | 23:25 | |
WormMan | never mind, what was I thinking of | 23:25 |
*** joearnold has quit IRC | 23:25 | |
WormMan | bundle-instance, that was it | 23:25 |
*** medberry is now known as med_out | 23:25 | |
WormMan | making presentation slides rots one's brain | 23:25 |
*** ncode has joined #openstack | 23:26 | |
*** tryggvil__ has joined #openstack | 23:26 | |
g2_sf | g2_sf: Does "nova image-create" work only on a Amazon/Openstack instance, or can I create an image from a virtual/physical machine? | 23:27 |
g2_sf | Sorry, the question was meant for kpepple | 23:27 |
*** tryggvil_ has quit IRC | 23:27 | |
*** RobertLaptop has joined #openstack | 23:27 | |
*** cole has left #openstack | 23:28 | |
kpepple_ | g2_sf: once you have an instance running in nova, "$ nova image-create" saves the running image to your image store (most likely glance). i believe it's also referred to as "snapshot" within the codebase. | 23:29 |
g2_sf | WormMan: You are right about the euca-bundle-vol, but what about the equivalent of "euca_upload_bundle" in the nova-client? | 23:29 |
*** bsza has quit IRC | 23:29 | |
WormMan | g2_sf: I've done it by tearing the bundle apart and using glance on the components, but I have no idea about an automated method | 23:30 |
g2_sf | kpepple: I thought so too. thanks. | 23:31 |
g2_sf | WormMan: I don't know much about glance yet, I need to look into it. | 23:32 |
g2_sf | Thanks for your help! | 23:32 |
g2_sf | Ahh, one more question. Do you know of a way to allocate an private IP address to a Nova instance | 23:33 |
kpepple_ | g2_sf: nova instances always get a private address (we call them fixed_ips) ... do you want more than one ? | 23:38 |
*** jakedahn has quit IRC | 23:39 | |
*** jakedahn has joined #openstack | 23:39 | |
g2_sf | kpepple: No, I want to be able to assign the private address when I launch the instance | 23:44 |
kpepple_ | g2_sf: assign a specific ip address ? right now it pulls one from the pool of private (fixed) addresses and assigns it at launch. | 23:45 |
g2_sf | Yes, I understand. But is there any way to specify the address, rather than pulling from the pool automatically? | 23:46 |
kpepple_ | g2_sf: i don't think so | 23:47 |
g2_sf | kpepple: Okay, thanks! | 23:49 |
vishy | g2_sf: an extension just merged for that | 23:52 |
kpepple_ | vishy: is that multi-nic support ? | 23:53 |
vishy | nope | 23:54 |
g2_sf | vishy: how do I use it? | 23:55 |
*** ncode has quit IRC | 23:55 | |
vishy | well you will manually have to curl probably | 23:55 |
vishy | since none of the clients support it :) | 23:55 |
vishy | finding true merge to direct you | 23:56 |
*** ncode has joined #openstack | 23:56 | |
vishy | http://bazaar.launchpad.net/~hudson-openstack/nova/trunk/revision/1476 | 23:57 |
*** zul has quit IRC | 23:57 | |
*** rustam has quit IRC | 23:58 | |
g2_sf | vishy: Thanks. So, this extension is added to the Nova API... right | 23:58 |
vishy | yes | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!