dachary | is there a way to create an availability zone other than nova aggregate-create agregate AZ ? | 00:02 |
---|---|---|
*** pmathews has joined #openstack | 00:02 | |
*** gdubreui has joined #openstack | 00:02 | |
*** thelorax123 has quit IRC | 00:04 | |
*** thelorax1231 has quit IRC | 00:04 | |
*** thelorax123 has joined #openstack | 00:06 | |
* dachary reading http://russellbryantnet.wordpress.com/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/ | 00:06 | |
*** rodrigovaldes has joined #openstack | 00:06 | |
*** vlad_starkov has joined #openstack | 00:08 | |
*** rodrigo__ has quit IRC | 00:08 | |
*** dobber has quit IRC | 00:09 | |
*** rodrigovaldes has quit IRC | 00:09 | |
*** vlad_starkov has quit IRC | 00:09 | |
*** RicardoSSP has quit IRC | 00:12 | |
*** tmclaugh[lap] has joined #openstack | 00:17 | |
*** radsy has quit IRC | 00:17 | |
*** tserong has joined #openstack | 00:18 | |
*** tserong has joined #openstack | 00:18 | |
Sam-I-Am | KaZeR: you might be missing stuff from your api-paste | 00:20 |
*** vlad_starkov has joined #openstack | 00:21 | |
Sam-I-Am | KaZeR: hold on a sec | 00:21 |
KaZeR | Sam-I-Am: oh great | 00:22 |
Sam-I-Am | i had the same problem | 00:22 |
*** kodapa has quit IRC | 00:23 | |
*** pmathews has quit IRC | 00:23 | |
*** kodapa has joined #openstack | 00:24 | |
*** Barker has joined #openstack | 00:24 | |
KaZeR | i like "had" vs "have" :) | 00:24 |
Sam-I-Am | so in your ovs_neutron_plugin.ini on the controller... you need to tell it what firewall driver you're using | 00:25 |
Sam-I-Am | even though the controller technically doesnt do anything with ovs | 00:25 |
Sam-I-Am | i THINK thats what fixed it for me | 00:25 |
*** lionel has quit IRC | 00:26 | |
KaZeR | ok let me double check | 00:26 |
*** lionel has joined #openstack | 00:27 | |
KaZeR | mmm i already have firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver | 00:27 |
Sam-I-Am | not commented out right? | 00:27 |
KaZeR | correct | 00:27 |
KaZeR | Sam-I-Am: would you mind sharing your /etc/neutron and /etc/nova ? | 00:27 |
*** Barker has quit IRC | 00:28 | |
Sam-I-Am | weird, pretty sure whats what fixed my problem | 00:29 |
KaZeR | maybe you had something right that i currently have wrong :) | 00:29 |
KaZeR | Sam-I-Am: what about the api-paste? | 00:30 |
KaZeR | dachary: why would you want another way? that tutorial is very good | 00:30 |
*** led_belly has joined #openstack | 00:31 | |
Sam-I-Am | KaZeR: thats what i thought it was at first | 00:31 |
Sam-I-Am | SO... commenting out that line from ovs_neutron_plugin.ini causes neutron on the controller to 404 when looking up sec groups | 00:31 |
Sam-I-Am | at least on my system | 00:31 |
*** sushils has quit IRC | 00:32 | |
KaZeR | Sam-I-Am: it's close to that bug : https://bugs.launchpad.net/python-neutronclient/+bug/1232965 | 00:32 |
KaZeR | unfortunately the patch did not fix the problem for me | 00:32 |
Sam-I-Am | you're not using the NOOP driver right? | 00:32 |
Sam-I-Am | on any of your components... | 00:33 |
KaZeR | in nova.conf i do have firewall_driver=nova.virt.firewall.NoopFirewallDriver | 00:33 |
Sam-I-Am | you need neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver everywhere | 00:33 |
Sam-I-Am | the noop driver breaks a ton of shit | 00:33 |
Sam-I-Am | for some reason... | 00:33 |
*** smelo has joined #openstack | 00:34 | |
KaZeR | i did that earlier according to a post in the ML but to no avail. i'm retrying right now | 00:34 |
Sam-I-Am | i think its supposed to work, but it breaks security groups... and neutron doesnt seem to like working without security groups | 00:34 |
Sam-I-Am | at least i couldnt launch a vm | 00:34 |
KaZeR | i have /etc/nova/nova.conf:firewall_driver=neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver and /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini:firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver | 00:36 |
KaZeR | but same error | 00:36 |
KaZeR | looks like http://lists.openstack.org/pipermail/openstack/2013-October/002169.html | 00:38 |
KaZeR | but i'd like to make sure that it's not my config | 00:38 |
Sam-I-Am | on my sys, the only place nova.conf says anything about firewalls is nova-compute.conf on the compute node with firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver | 00:39 |
KaZeR | mmm | 00:41 |
Sam-I-Am | anything regarding OVS is in neutron config files | 00:41 |
KaZeR | which makes sense actually | 00:42 |
*** s51itxsyc has quit IRC | 00:42 | |
KaZeR | actually since it's a 404 seen in nova-api i wonder if it's not a neutron issue rather than nova | 00:43 |
KaZeR | like neutron not having the secgroups management enabled in its api | 00:43 |
Sam-I-Am | in my case, nova would return a 500 or something | 00:43 |
Sam-I-Am | neutron would return a 404 | 00:44 |
KaZeR | would you mind sharing your configs so that i can diff against mine? | 00:44 |
Sam-I-Am | hmm... wonder whats a good place to post configs | 00:44 |
Sam-I-Am | its too much to pastebin | 00:45 |
Sam-I-Am | kind of short on time too... | 00:45 |
lifeless | Sam-I-Am: you can pastebin a lot ;) | 00:45 |
KaZeR | Sam-I-Am: i'm ok to share my email address with you if you want | 00:45 |
Sam-I-Am | well, yeah... its just a lot of manual labor | 00:45 |
Sam-I-Am | KaZeR: that works | 00:46 |
lifeless | Sam-I-Am: pastebinit | 00:46 |
KaZeR | cool | 00:46 |
lifeless | Sam-I-Am: cat foo | pastebinit | 00:46 |
lifeless | done | 00:46 |
lifeless | long as you don't have passwords in the config :) | 00:46 |
lifeless | [nova, neutron and others do have passwords] | 00:46 |
Sam-I-Am | yeah, this is a test install so its not a big deal | 00:46 |
Sam-I-Am | i just use crap passwords | 00:46 |
KaZeR | lifeless: the thing is that we probably need the whole nova folder for the api and rootwrap files too :) | 00:46 |
lifeless | cat * | pastebinit | 00:47 |
Sam-I-Am | lol | 00:47 |
Sam-I-Am | i'll just paste my entire filesystem lol | 00:47 |
*** pmathews has joined #openstack | 00:47 | |
KaZeR | ahah | 00:47 |
Sam-I-Am | KaZeR: so... from the controller? | 00:47 |
KaZeR | Sam-I-Am: do you have a dedicated network node? | 00:47 |
Sam-I-Am | yes | 00:47 |
KaZeR | ok i think the neutron folder from the network node could be interesting too if you don't mind | 00:48 |
KaZeR | did you get my pm ? | 00:48 |
Sam-I-Am | yeah | 00:48 |
KaZeR | cool | 00:48 |
KaZeR | Sam-I-Am: isn't you btw who had the rpc issue earlier this week ? | 00:49 |
Sam-I-Am | yeah | 00:52 |
Sam-I-Am | and i fixed it | 00:52 |
Sam-I-Am | working on your files... | 00:52 |
KaZeR | oh great ( my whole point of testing havana is the frequent rpc issues i have with grizzly + quantum ) | 00:53 |
KaZeR | awesome Sam-I-Am thanks | 00:53 |
Sam-I-Am | plenty of people have rpc issues... theres a problem with the official install docs for havana. trying to determine exactly what went wrong. | 00:53 |
Sam-I-Am | my rpc problem was a show-stopper though. nothing worked, ever. | 00:53 |
Sam-I-Am | its not intermittent | 00:53 |
Sam-I-Am | couldnt delete instances either | 00:53 |
KaZeR | and what was the root cause? | 00:53 |
*** anniec has left #openstack | 00:55 | |
pmathews | Sam-I-Am: so what was the problem/solution? | 00:56 |
*** Ryan_Lane has quit IRC | 00:57 | |
Sam-I-Am | damn good question. tomorrow begins my journey building another setup from scratch via the official docs and seeing where it breaks | 00:57 |
Sam-I-Am | i *think* its because nova on the controller doesnt know about neutron | 00:57 |
*** Ryan_Lane has joined #openstack | 00:57 | |
Sam-I-Am | i sent someone else here some config snippets and it fixed their problem | 00:57 |
pmathews | Sam-I-Am: what backend are you using? | 00:57 |
Sam-I-Am | rabbit | 00:58 |
Sam-I-Am | from what i could tell, the compute node would stuff something into the rabbit queue asking for network resources when i launched a VM, but it would time out because nothing answered. | 00:59 |
Sam-I-Am | KaZeR: on its way | 00:59 |
Sam-I-Am | KaZeR: nova/neu from cntrl, neu from net node | 00:59 |
KaZeR | Sam-I-Am: awesome thanks | 00:59 |
Sam-I-Am | i still have a weird issue with the metadata agent, but thats for another day | 01:00 |
*** ccustine has quit IRC | 01:00 | |
*** wbx_ has joined #openstack | 01:01 | |
*** ccustine has joined #openstack | 01:02 | |
*** matsuhashi has joined #openstack | 01:02 | |
Sam-I-Am | gotta run for a bit | 01:03 |
*** michaelneale has quit IRC | 01:03 | |
KaZeR | Sam-I-Am: i'll let you know if i found my issue, thanks again | 01:04 |
*** vlad_starkov has quit IRC | 01:04 | |
*** giorgiodinapoli has quit IRC | 01:05 | |
*** guochbo has quit IRC | 01:06 | |
*** ewnd9_ has joined #openstack | 01:06 | |
*** nosnos has joined #openstack | 01:07 | |
*** L3tsXpl0it has quit IRC | 01:07 | |
Torikun | how to check if virtio drives are in the instance? | 01:13 |
Sam-I-Am | back. sorta. trying to make dinner | 01:15 |
Sam-I-Am | and more football on soon | 01:15 |
*** nosnos has quit IRC | 01:17 | |
*** nosnos has joined #openstack | 01:17 | |
Torikun | is there a limit for a number of instance flavors to run? | 01:21 |
*** thelorax123 has quit IRC | 01:22 | |
*** thelorax123 has joined #openstack | 01:24 | |
*** rnorwood1 has quit IRC | 01:24 | |
*** monst has joined #openstack | 01:26 | |
*** zsun has joined #openstack | 01:28 | |
*** lblanchard has joined #openstack | 01:28 | |
*** L3tsXpl0it has joined #openstack | 01:33 | |
*** monst has quit IRC | 01:34 | |
*** monst has joined #openstack | 01:34 | |
*** joshbetz has joined #openstack | 01:35 | |
morganfainberg | Torikun, Not really. though in practicality, it's better to have well defined flavors vs. minor variations (at least that is my experience running private clouds) | 01:36 |
Torikun | ah ok | 01:36 |
Torikun | I noticed I can not launch new machines even when I have all my instances suspended | 01:36 |
morganfainberg | Torikun, suspended instances still consume quota iirc | 01:36 |
Torikun | oh | 01:37 |
*** lblanchard has quit IRC | 01:37 | |
morganfainberg | Torikun, if you think about it, it would be a way to consume extra resources if you could just suspend an instance and not be "billed" for it. | 01:38 |
*** monst has quit IRC | 01:38 | |
Torikun | Ah that is a godo way to think about it =) | 01:38 |
morganfainberg | Torikun, or consume more than your fair share (as outlined by the operator/admin of the OS deployment) | 01:39 |
Torikun | I forgot that this is for more than just running your private vm's =) | 01:39 |
morganfainberg | Torikun, yeah. in a perfect world quotas wouldn't be needed (hell, passwords and encryption wouldn't either). | 01:40 |
morganfainberg | Torikun, but we are far from a perfect world. | 01:40 |
Torikun | yup | 01:40 |
Torikun | I can not wait to do this! http://www.youtube.com/watch?v=65hHg7cQr_g | 01:40 |
*** Semor has quit IRC | 01:42 | |
KaZeR | Sam-I-Am: i replaced my config with yours, but so far same issue :( | 01:43 |
Sam-I-Am | hummm | 01:43 |
Sam-I-Am | did you restart things? | 01:44 |
*** carif has joined #openstack | 01:46 | |
Torikun | openstack with the CLoudian s3 integration is sex | 01:46 |
Torikun | y | 01:46 |
*** carif has quit IRC | 01:50 | |
*** vkmc has quit IRC | 01:52 | |
KaZeR | Sam-I-Am: yep | 01:54 |
*** rnorwood1 has joined #openstack | 02:00 | |
*** tsykoduk is now known as zz_tsykoduk | 02:00 | |
*** yaguang has joined #openstack | 02:00 | |
*** s51itxsyc has joined #openstack | 02:00 | |
*** pmathews has quit IRC | 02:00 | |
*** engkur has joined #openstack | 02:01 | |
Sam-I-Am | hummm | 02:01 |
Sam-I-Am | wonder if theres something in the compute node | 02:01 |
*** L3tsXpl0it has quit IRC | 02:01 | |
*** pwns has joined #openstack | 02:02 | |
Sam-I-Am | time to eat | 02:02 |
pwns | One of my swift nodes is reporting http://10.250.1.4:6000/recon/async: {'async_pending': None}. When I go to http://10.250.1.4:6000/recon/async it returns null. Is this normal? | 02:04 |
*** jttam has joined #openstack | 02:06 | |
*** Bomfunk has quit IRC | 02:08 | |
*** Bomfunk has joined #openstack | 02:09 | |
*** engkur has quit IRC | 02:09 | |
*** cranor has quit IRC | 02:10 | |
*** jttam has quit IRC | 02:11 | |
*** jeflui has joined #openstack | 02:12 | |
*** oller has joined #openstack | 02:12 | |
*** lmh has joined #openstack | 02:13 | |
*** ewnd9_ has quit IRC | 02:16 | |
*** bingbu has joined #openstack | 02:16 | |
*** wdennis has joined #openstack | 02:18 | |
*** shwang has joined #openstack | 02:20 | |
*** zz_tsykoduk is now known as tsykoduk | 02:20 | |
*** e1mer has joined #openstack | 02:21 | |
*** lblanchard has joined #openstack | 02:21 | |
*** achampion has quit IRC | 02:25 | |
*** achampio1 has quit IRC | 02:25 | |
*** sgviking has quit IRC | 02:27 | |
*** achampion has joined #openstack | 02:28 | |
*** anticw_ has quit IRC | 02:29 | |
*** zodiak has quit IRC | 02:29 | |
*** anticw has joined #openstack | 02:30 | |
*** Krast has joined #openstack | 02:33 | |
*** pwns has quit IRC | 02:34 | |
*** zodiak has joined #openstack | 02:34 | |
*** wbx_ has quit IRC | 02:34 | |
*** satheesh has joined #openstack | 02:35 | |
*** terriyu has joined #openstack | 02:35 | |
*** Alssi has joined #openstack | 02:35 | |
*** jttam has joined #openstack | 02:36 | |
*** terriyu has quit IRC | 02:37 | |
*** joshbetz has quit IRC | 02:40 | |
*** jttam has quit IRC | 02:42 | |
*** dcramer_ has quit IRC | 02:45 | |
*** tsykoduk is now known as zz_tsykoduk | 02:48 | |
*** paulwang has joined #openstack | 02:48 | |
*** osier has joined #openstack | 02:48 | |
paulwang | join quit | 02:49 |
paulwang | chat | 02:49 |
*** thelorax123 has quit IRC | 02:49 | |
*** erkules_ has joined #openstack | 02:50 | |
*** thelorax123 has joined #openstack | 02:51 | |
*** erkules has quit IRC | 02:53 | |
*** Guest has joined #openstack | 02:54 | |
*** smelo has quit IRC | 02:55 | |
*** ewnd9_ has joined #openstack | 02:57 | |
*** dcramer_ has joined #openstack | 02:58 | |
*** evanjfraser has joined #openstack | 02:58 | |
*** nouser has quit IRC | 02:58 | |
*** d34dh0r53 has joined #openstack | 02:59 | |
*** fandikurnia01 has joined #openstack | 03:00 | |
*** rha- has quit IRC | 03:04 | |
*** rha_ has joined #openstack | 03:04 | |
*** coolsvap has joined #openstack | 03:06 | |
*** arrsim has joined #openstack | 03:07 | |
*** jttam has joined #openstack | 03:07 | |
*** vt102 has quit IRC | 03:09 | |
*** amartin has quit IRC | 03:09 | |
*** vt102 has joined #openstack | 03:09 | |
*** amartin has joined #openstack | 03:10 | |
*** wdennis has quit IRC | 03:11 | |
*** engkur has joined #openstack | 03:12 | |
*** jttam has quit IRC | 03:12 | |
*** cf has joined #openstack | 03:15 | |
*** Semor has joined #openstack | 03:15 | |
*** paragan has joined #openstack | 03:16 | |
*** ewnd9_ has quit IRC | 03:16 | |
*** jets_ has joined #openstack | 03:17 | |
*** zz_tsykoduk is now known as tsykoduk | 03:17 | |
*** Egyptian[Laptop] has joined #openstack | 03:17 | |
*** matsuhashi has quit IRC | 03:19 | |
*** matsuhashi has joined #openstack | 03:19 | |
*** mattttt has quit IRC | 03:21 | |
*** thelorax123 has quit IRC | 03:22 | |
*** mattttt has joined #openstack | 03:22 | |
*** jets_ has quit IRC | 03:23 | |
*** matsuhashi has quit IRC | 03:24 | |
*** dims has quit IRC | 03:25 | |
*** engkur has quit IRC | 03:26 | |
*** nphase has quit IRC | 03:30 | |
*** nphase has joined #openstack | 03:31 | |
*** matsuhashi has joined #openstack | 03:31 | |
*** nphase has quit IRC | 03:32 | |
*** ArminderS has joined #openstack | 03:32 | |
*** nphase has joined #openstack | 03:32 | |
*** neha has joined #openstack | 03:32 | |
*** sgviking has joined #openstack | 03:37 | |
*** nphase has quit IRC | 03:37 | |
*** jttam has joined #openstack | 03:38 | |
*** wolsen has joined #openstack | 03:42 | |
*** jets_ has joined #openstack | 03:42 | |
*** lblanchard has quit IRC | 03:43 | |
*** jttam has quit IRC | 03:43 | |
*** Egyptian[Laptop] has quit IRC | 03:44 | |
*** itamarjp has quit IRC | 03:44 | |
*** ian_ott has joined #openstack | 03:45 | |
*** Kernel|Panic has joined #openstack | 03:46 | |
*** rnorwood1 has quit IRC | 03:51 | |
*** wolsen has quit IRC | 03:52 | |
*** matsuhashi has quit IRC | 03:57 | |
*** matsuhashi has joined #openstack | 03:57 | |
*** jets_ has quit IRC | 03:58 | |
*** matsuhashi has quit IRC | 04:02 | |
*** Dharmit has joined #openstack | 04:08 | |
*** jttam has joined #openstack | 04:09 | |
*** michaelneale has joined #openstack | 04:09 | |
*** pravins has joined #openstack | 04:10 | |
*** monst has joined #openstack | 04:11 | |
*** evanjfraser has quit IRC | 04:14 | |
*** jttam has quit IRC | 04:14 | |
*** ArxCruz has joined #openstack | 04:17 | |
*** jecarey has joined #openstack | 04:17 | |
*** Zack_Deee has joined #openstack | 04:18 | |
*** ArxCruz_ has quit IRC | 04:19 | |
*** cwvh has joined #openstack | 04:20 | |
*** freeflying is now known as freeflying_away | 04:21 | |
*** neha has quit IRC | 04:22 | |
*** dcramer_ has quit IRC | 04:23 | |
*** jeflui has quit IRC | 04:23 | |
paulwang | if openstack deploy more areas | 04:23 |
paulwang | why handle | 04:24 |
paulwang | many of region? | 04:24 |
paulwang | multiple areas how to achieve multi-zone?? | 04:26 |
ArminderS- | add your nodes on different zones | 04:27 |
dsockwell | http://docs.openstack.org/trunk/openstack-ops/content/segregate_cloud.html | 04:28 |
*** matiu_ is now known as matiu | 04:28 | |
*** freeflying_away is now known as freeflying | 04:29 | |
*** tsykoduk is now known as zz_tsykoduk | 04:29 | |
paulwang | multi-zone how to deeploy keystone | 04:31 |
*** engkur has joined #openstack | 04:31 | |
*** DredTiger has quit IRC | 04:32 | |
*** jets_ has joined #openstack | 04:32 | |
paulwang | only one keystone or every area a keystone | 04:32 |
*** neha has joined #openstack | 04:34 | |
*** MiteshShah has joined #openstack | 04:36 | |
*** dcramer_ has joined #openstack | 04:36 | |
*** oller has quit IRC | 04:36 | |
*** zz_tsykoduk is now known as tsykoduk | 04:37 | |
*** macjack has joined #openstack | 04:37 | |
*** jttam has joined #openstack | 04:39 | |
*** klync has quit IRC | 04:40 | |
*** klync has joined #openstack | 04:40 | |
*** GeoKM has joined #openstack | 04:42 | |
*** nphase has joined #openstack | 04:43 | |
*** neha has quit IRC | 04:43 | |
*** psharma has joined #openstack | 04:43 | |
*** pravins has quit IRC | 04:43 | |
*** jets_ has quit IRC | 04:44 | |
*** chandankumar has joined #openstack | 04:45 | |
*** jttam has quit IRC | 04:45 | |
*** neha has joined #openstack | 04:46 | |
*** jecarey has quit IRC | 04:47 | |
*** zsun has quit IRC | 04:47 | |
*** nphase has quit IRC | 04:47 | |
*** achampion has quit IRC | 04:48 | |
*** pravins has joined #openstack | 04:49 | |
*** MiteshShah has quit IRC | 04:50 | |
*** dcramer_ has quit IRC | 04:51 | |
*** Ryan_Lane has quit IRC | 04:51 | |
*** keyvan_ has joined #openstack | 04:52 | |
*** MiteshShah has joined #openstack | 04:52 | |
*** keyvan_ is now known as keyvan | 04:52 | |
*** keyvan has joined #openstack | 04:53 | |
*** keyvan has joined #openstack | 04:53 | |
*** achampion has joined #openstack | 04:55 | |
*** tsykoduk is now known as zz_tsykoduk | 04:56 | |
*** Zack_Deee has quit IRC | 04:56 | |
*** nosnos_ has joined #openstack | 04:57 | |
*** pravins has quit IRC | 04:57 | |
*** pravins has joined #openstack | 04:58 | |
*** kushal has joined #openstack | 04:59 | |
*** scotty916 has joined #openstack | 05:00 | |
*** nosnos has quit IRC | 05:00 | |
*** matsuhashi has joined #openstack | 05:01 | |
*** germanoak has joined #openstack | 05:03 | |
*** germanoak has joined #openstack | 05:04 | |
*** Guest has quit IRC | 05:06 | |
*** dcramer_ has joined #openstack | 05:06 | |
*** jets_ has joined #openstack | 05:09 | |
*** markpeek has quit IRC | 05:09 | |
*** jets_ has quit IRC | 05:09 | |
*** jttam has joined #openstack | 05:10 | |
*** simon-AS559 has joined #openstack | 05:11 | |
*** scotty916 has quit IRC | 05:12 | |
*** monst has quit IRC | 05:12 | |
*** jttam has quit IRC | 05:15 | |
*** simon-AS559 has quit IRC | 05:16 | |
*** SkyRocknRoll has joined #openstack | 05:17 | |
*** SkyRocknRoll has joined #openstack | 05:17 | |
*** germanoak has quit IRC | 05:17 | |
*** marun has joined #openstack | 05:17 | |
*** SkyRocknRoll has quit IRC | 05:17 | |
*** SkyRocknRoll has joined #openstack | 05:17 | |
*** SkyRocknRoll has joined #openstack | 05:17 | |
*** rocha_ has quit IRC | 05:19 | |
*** desai has quit IRC | 05:20 | |
*** elo has joined #openstack | 05:20 | |
*** carnaler has joined #openstack | 05:25 | |
*** evanz_ has quit IRC | 05:26 | |
*** sayan has joined #openstack | 05:28 | |
*** KurtMartin has joined #openstack | 05:29 | |
*** zz_tsykoduk is now known as tsykoduk | 05:29 | |
carnaler | hello room | 05:33 |
*** vlad_starkov has joined #openstack | 05:35 | |
*** KurtMartin has quit IRC | 05:37 | |
*** aspiers has joined #openstack | 05:39 | |
*** tsykoduk is now known as zz_tsykoduk | 05:39 | |
*** zz_tsykoduk is now known as tsykoduk | 05:39 | |
*** jttam has joined #openstack | 05:41 | |
*** vlad_starkov has quit IRC | 05:41 | |
*** mikedawson has quit IRC | 05:46 | |
*** jttam has quit IRC | 05:46 | |
*** vlad_starkov has joined #openstack | 05:48 | |
*** tsykoduk is now known as zz_tsykoduk | 05:48 | |
*** nosnos has joined #openstack | 05:55 | |
*** nosnos_ has quit IRC | 05:55 | |
*** rdas has joined #openstack | 05:55 | |
*** matsuhashi has quit IRC | 05:56 | |
*** devoid has quit IRC | 05:58 | |
*** zsun has joined #openstack | 05:59 | |
*** vlad_sta_ has joined #openstack | 05:59 | |
*** matsuhashi has joined #openstack | 05:59 | |
*** aigamo has joined #openstack | 06:00 | |
*** vlad_starkov has quit IRC | 06:01 | |
*** ulkesh has quit IRC | 06:01 | |
*** pravins has quit IRC | 06:04 | |
*** simon-AS559 has joined #openstack | 06:05 | |
*** pravins has joined #openstack | 06:05 | |
*** simon-AS5591 has joined #openstack | 06:06 | |
*** invsbl_zzz is now known as invsblduck | 06:09 | |
*** simon-AS559 has quit IRC | 06:10 | |
*** isd has joined #openstack | 06:10 | |
*** isd has left #openstack | 06:11 | |
*** jttam has joined #openstack | 06:12 | |
*** nshaikh has joined #openstack | 06:16 | |
*** cdub has quit IRC | 06:16 | |
*** nkhare has joined #openstack | 06:16 | |
*** jttam has quit IRC | 06:16 | |
*** rushiagr has joined #openstack | 06:17 | |
*** afazekas has quit IRC | 06:17 | |
*** vlad_sta_ has quit IRC | 06:19 | |
*** ile|workkii is now known as Ile | 06:21 | |
*** evanjfraser has joined #openstack | 06:21 | |
*** wl has joined #openstack | 06:21 | |
wl | hello | 06:22 |
paulwang | ni ma | 06:22 |
*** wl has quit IRC | 06:23 | |
*** wl has joined #openstack | 06:23 | |
rushiagr | wl: o/ | 06:26 |
paulwang | ? | 06:26 |
*** moneydouble has joined #openstack | 06:29 | |
*** macjack has quit IRC | 06:30 | |
*** vlad_starkov has joined #openstack | 06:33 | |
*** macjack has joined #openstack | 06:33 | |
*** berendt has joined #openstack | 06:35 | |
*** elo has quit IRC | 06:39 | |
*** mmagr has joined #openstack | 06:41 | |
*** pravins has quit IRC | 06:41 | |
*** nbrosnahan has joined #openstack | 06:41 | |
*** SushilKM__ has joined #openstack | 06:42 | |
*** jttam has joined #openstack | 06:42 | |
*** pravins has joined #openstack | 06:43 | |
*** axiom_ has quit IRC | 06:43 | |
*** majoh has joined #openstack | 06:44 | |
*** simon-AS5591 has quit IRC | 06:45 | |
*** simon-AS559 has joined #openstack | 06:45 | |
*** amritanshu_RnD has joined #openstack | 06:47 | |
*** Saurabh_ has joined #openstack | 06:48 | |
*** jttam has quit IRC | 06:48 | |
*** gmurphy has quit IRC | 06:49 | |
*** evanjfraser has quit IRC | 06:50 | |
*** Saurabh_ has quit IRC | 06:50 | |
*** simon-AS559 has quit IRC | 06:50 | |
*** renebarbosa has joined #openstack | 06:50 | |
*** itooon has joined #openstack | 06:53 | |
*** Krast has quit IRC | 06:54 | |
*** nosnos has quit IRC | 06:54 | |
*** erkules_ is now known as erkules | 06:55 | |
*** matsuhashi has quit IRC | 06:56 | |
*** nosnos_ has joined #openstack | 06:56 | |
*** Semor has quit IRC | 06:56 | |
*** Semor has joined #openstack | 06:57 | |
*** matsuhashi has joined #openstack | 06:57 | |
*** Krast has joined #openstack | 06:57 | |
*** gdubreui has quit IRC | 06:57 | |
*** matsuhashi has quit IRC | 06:57 | |
*** matsuhashi has joined #openstack | 06:57 | |
*** renebarbosa has quit IRC | 06:59 | |
*** renebarbosa has joined #openstack | 07:00 | |
*** reidrac has joined #openstack | 07:01 | |
*** bvandenh_ has quit IRC | 07:02 | |
*** ravikup has joined #openstack | 07:03 | |
*** nj3ma_ has quit IRC | 07:04 | |
*** vartom1111 has joined #openstack | 07:06 | |
*** matsuhashi has quit IRC | 07:08 | |
*** matsuhashi has joined #openstack | 07:09 | |
*** matsuhas_ has joined #openstack | 07:12 | |
*** matsuhashi has quit IRC | 07:12 | |
*** rushiagr has quit IRC | 07:12 | |
*** jttam has joined #openstack | 07:13 | |
*** davidhadas has quit IRC | 07:14 | |
*** taplax has joined #openstack | 07:15 | |
*** reidrac has quit IRC | 07:17 | |
*** marlboromoo has joined #openstack | 07:17 | |
*** mrunge has joined #openstack | 07:17 | |
*** AnilV4 has joined #openstack | 07:17 | |
*** berendt has quit IRC | 07:18 | |
*** jttam has quit IRC | 07:18 | |
*** nj3ma has joined #openstack | 07:19 | |
*** cwvh has quit IRC | 07:20 | |
*** e1mer has quit IRC | 07:20 | |
*** rosendale has joined #openstack | 07:22 | |
*** M00sL0gB0t has joined #openstack | 07:25 | |
wl | So many people coming and going, there is no one to speak | 07:25 |
*** jodok has joined #openstack | 07:26 | |
paulwang | So many people join and quit, there is no one to speak | 07:26 |
paulwang | So many people join and quit, there is no one to speak | 07:27 |
*** GeoKM has quit IRC | 07:27 | |
*** e1mer has joined #openstack | 07:28 | |
wl | we exit | 07:29 |
*** nanjj has joined #openstack | 07:29 | |
*** wl has quit IRC | 07:29 | |
*** krypto has joined #openstack | 07:30 | |
*** jrb has joined #openstack | 07:31 | |
*** matsuhas_ has quit IRC | 07:32 | |
*** simon-AS559 has joined #openstack | 07:32 | |
*** sileht has joined #openstack | 07:32 | |
*** matsuhashi has joined #openstack | 07:32 | |
*** jprovazn has joined #openstack | 07:33 | |
*** jlibosva has joined #openstack | 07:36 | |
*** tommy_e has joined #openstack | 07:37 | |
*** ravikup has quit IRC | 07:39 | |
*** moneydouble has quit IRC | 07:41 | |
*** giorgiodinapoli has joined #openstack | 07:41 | |
*** Konijntjes has quit IRC | 07:43 | |
*** stevetan has joined #openstack | 07:44 | |
*** ywu has joined #openstack | 07:44 | |
ywu | hi, where can i find out the session's slide deck in the icehouse summit last week? | 07:45 |
*** stevetan has left #openstack | 07:45 | |
clarkb | ywu: there are videos at http://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/ which may include pointers to slides? | 07:46 |
clarkb | I am not sure if the slides were collected in any central location | 07:46 |
*** msgodf has joined #openstack | 07:46 | |
ywu | clarkb: the links have the videos, but did not find any slides | 07:47 |
clarkb | ywu: right, but the speakers may metnion the location of slides in the videos or in the video comments | 07:47 |
*** jeffrey4l has joined #openstack | 07:49 | |
*** jprovazn has quit IRC | 07:49 | |
*** xqueralt has joined #openstack | 07:53 | |
*** michaelneale has quit IRC | 07:53 | |
*** tkammer has joined #openstack | 07:54 | |
*** jtomasek has joined #openstack | 07:55 | |
*** ruo91 has quit IRC | 07:55 | |
*** rushiagr has joined #openstack | 07:55 | |
*** ruo91 has joined #openstack | 07:55 | |
*** melmoth has joined #openstack | 07:56 | |
*** msgodf has quit IRC | 07:57 | |
*** nmagnezi has joined #openstack | 07:59 | |
*** davidhadas has joined #openstack | 08:00 | |
*** jrb has quit IRC | 08:01 | |
*** pantea has joined #openstack | 08:04 | |
*** vlad_starkov has joined #openstack | 08:05 | |
*** reidrac has joined #openstack | 08:05 | |
*** jprovazn has joined #openstack | 08:06 | |
*** vlad_starkov has quit IRC | 08:06 | |
*** mattymo has joined #openstack | 08:07 | |
*** vlad_starkov has joined #openstack | 08:08 | |
*** rosendale has quit IRC | 08:10 | |
*** vlad_starkov has quit IRC | 08:10 | |
*** giulivo has joined #openstack | 08:12 | |
*** mirelez has joined #openstack | 08:12 | |
*** davidhadas_ has joined #openstack | 08:13 | |
*** LiJiansheng has joined #openstack | 08:14 | |
*** dobber has joined #openstack | 08:15 | |
*** cwvh has joined #openstack | 08:15 | |
*** davidhadas has quit IRC | 08:16 | |
*** arif-ali has joined #openstack | 08:17 | |
*** devvesa has joined #openstack | 08:17 | |
*** xuan is now known as xuan-mtg | 08:17 | |
*** carnaler has quit IRC | 08:19 | |
*** mirelez has quit IRC | 08:20 | |
*** shardy has joined #openstack | 08:20 | |
*** cwvh has quit IRC | 08:20 | |
*** corrigac has joined #openstack | 08:20 | |
*** ndipanov has joined #openstack | 08:21 | |
*** fsimonce has joined #openstack | 08:21 | |
*** gonska has joined #openstack | 08:22 | |
*** amuller has joined #openstack | 08:23 | |
*** jtomasek has quit IRC | 08:25 | |
*** jorisroovers has joined #openstack | 08:25 | |
*** Krast_ has joined #openstack | 08:26 | |
*** lijunwu has joined #openstack | 08:27 | |
*** kpavel has joined #openstack | 08:27 | |
*** kpavel_ has joined #openstack | 08:28 | |
*** msgodf has joined #openstack | 08:28 | |
*** matsuhashi has quit IRC | 08:29 | |
*** davidhadas_ has quit IRC | 08:29 | |
*** michaelneale has joined #openstack | 08:29 | |
*** matsuhashi has joined #openstack | 08:30 | |
*** Krast has quit IRC | 08:30 | |
*** ywu has quit IRC | 08:31 | |
*** marun has quit IRC | 08:31 | |
*** marun has joined #openstack | 08:32 | |
*** nosnos_ has quit IRC | 08:32 | |
*** kpavel has quit IRC | 08:32 | |
*** nosnos has joined #openstack | 08:32 | |
*** kpavel_ is now known as kpavel | 08:33 | |
*** Zack_Deee has joined #openstack | 08:33 | |
*** hs366 has joined #openstack | 08:34 | |
*** matsuhashi has quit IRC | 08:34 | |
*** germanoak has joined #openstack | 08:35 | |
*** jorisroovers has quit IRC | 08:35 | |
*** hewbrocca has joined #openstack | 08:35 | |
*** corXi has joined #openstack | 08:36 | |
*** matsuhashi has joined #openstack | 08:37 | |
*** simon-AS559 has quit IRC | 08:37 | |
*** fikst has joined #openstack | 08:37 | |
*** ujuc has joined #openstack | 08:37 | |
*** gimps has quit IRC | 08:38 | |
*** yxy has quit IRC | 08:38 | |
*** ptd has joined #openstack | 08:39 | |
*** jistr has joined #openstack | 08:39 | |
*** zz_tsykoduk is now known as tsykoduk | 08:40 | |
*** jpich has joined #openstack | 08:41 | |
*** yuwang has quit IRC | 08:42 | |
*** TheAppleMan has joined #openstack | 08:43 | |
*** siso has joined #openstack | 08:45 | |
*** larmbr has joined #openstack | 08:47 | |
*** devnull1 has joined #openstack | 08:48 | |
*** tsykoduk is now known as zz_tsykoduk | 08:49 | |
*** ptd has quit IRC | 08:49 | |
*** michaelneale has quit IRC | 08:50 | |
*** vvechkanov has joined #openstack | 08:51 | |
*** aswadrangnekar has joined #openstack | 08:51 | |
*** nosnos has quit IRC | 08:52 | |
*** nanjj has quit IRC | 08:52 | |
*** ifarkas has joined #openstack | 08:52 | |
*** nosnos has joined #openstack | 08:52 | |
*** dfarrell-41678 has quit IRC | 08:53 | |
vvechkanov | Hello all. Could anyone help me? I found approved and not implemented blueprint about live snapshots in nova. This one: https://blueprints.launchpad.net/nova/+spec/live-snapshots. I have ideas and really want to implement it. But it is assigned to Anton Antonov. | 08:53 |
vvechkanov | I email to Anton but don't get answer for already 3 days. What shopuld I do in this situation? | 08:54 |
*** sep has joined #openstack | 08:54 | |
*** Krast_ has quit IRC | 08:56 | |
*** e1mer has quit IRC | 08:57 | |
*** flaper87 has quit IRC | 08:57 | |
*** flaper87 has joined #openstack | 08:57 | |
*** berendt has joined #openstack | 08:58 | |
*** e1mer has joined #openstack | 08:58 | |
muehsi | maybe wait 3 more days | 08:59 |
muehsi | it`s been weekend. | 08:59 |
clarkb | and the summit just happened | 08:59 |
*** dfarrell-41678 has joined #openstack | 08:59 | |
*** tkammer has quit IRC | 09:00 | |
*** corrigac has quit IRC | 09:01 | |
*** ioggstream has joined #openstack | 09:05 | |
*** vills has joined #openstack | 09:06 | |
*** corrigac has joined #openstack | 09:07 | |
*** bbcmicrocomputer has joined #openstack | 09:10 | |
*** exed has joined #openstack | 09:10 | |
*** RaviTezu has joined #openstack | 09:11 | |
*** rossella_s has joined #openstack | 09:11 | |
*** RaviTezu has left #openstack | 09:11 | |
*** derekh has joined #openstack | 09:14 | |
*** exed has quit IRC | 09:16 | |
*** pixelb has joined #openstack | 09:17 | |
*** exed has joined #openstack | 09:18 | |
*** eglynn has joined #openstack | 09:19 | |
*** mgergely has joined #openstack | 09:19 | |
*** afazekas has joined #openstack | 09:19 | |
*** s51itxsyc has quit IRC | 09:21 | |
*** f13o has joined #openstack | 09:21 | |
*** mgergely has quit IRC | 09:25 | |
*** osier has quit IRC | 09:25 | |
*** fikst has quit IRC | 09:25 | |
*** changlp has quit IRC | 09:26 | |
*** Jianyong has joined #openstack | 09:26 | |
*** changlp has joined #openstack | 09:26 | |
*** davidhadas has joined #openstack | 09:26 | |
*** lborda has joined #openstack | 09:27 | |
*** Jianyong has quit IRC | 09:27 | |
*** xuan-mtg is now known as xuan | 09:28 | |
*** Krast_ has joined #openstack | 09:28 | |
*** toben has joined #openstack | 09:30 | |
*** lmh has quit IRC | 09:34 | |
*** simon-AS559 has joined #openstack | 09:35 | |
*** simon-AS5591 has joined #openstack | 09:36 | |
*** drussell has joined #openstack | 09:37 | |
*** simon-AS559 has quit IRC | 09:39 | |
*** _sulo has joined #openstack | 09:41 | |
*** paragan has quit IRC | 09:42 | |
*** Krast_ has quit IRC | 09:43 | |
*** f13o has quit IRC | 09:43 | |
*** corrigac_ has joined #openstack | 09:43 | |
*** _sulo has quit IRC | 09:44 | |
*** _sulo has joined #openstack | 09:45 | |
*** lijunwu has quit IRC | 09:46 | |
*** corrigac has quit IRC | 09:46 | |
*** larsbutler has joined #openstack | 09:48 | |
*** bingbu has quit IRC | 09:48 | |
*** MarcMorata has joined #openstack | 09:49 | |
*** SebastianKreutzb has joined #openstack | 09:52 | |
SebastianKreutzb | hi, what is the correct location to post a link to an openstack job offering? | 09:53 |
*** nmagnezi has quit IRC | 09:53 | |
*** gszasz has joined #openstack | 09:55 | |
*** siso has quit IRC | 09:57 | |
*** Yatin_ has joined #openstack | 09:57 | |
*** giorgiodinapoli has quit IRC | 09:57 | |
*** dhanasekaran has joined #openstack | 09:58 | |
*** gdubreui has joined #openstack | 09:59 | |
*** dhanasekaran has quit IRC | 09:59 | |
*** larsbutler has quit IRC | 09:59 | |
*** dhanasekaran has joined #openstack | 09:59 | |
*** boolman_ has joined #openstack | 10:00 | |
EmilienM | SebastianKreutzb: i think you should rather connect with community managers, on #openstack-community | 10:01 |
*** ruo91 has quit IRC | 10:02 | |
EmilienM | SebastianKreutzb: or directly use http://www.openstack.org/post-a-job.html | 10:02 |
*** ArxCruz has quit IRC | 10:03 | |
EmilienM | SebastianKreutzb: "please email details about the available positions to jobs@openstack.org" | 10:03 |
SebastianKreutzb | ah great, thanks! | 10:03 |
*** cwvh has joined #openstack | 10:03 | |
*** boolman has quit IRC | 10:04 | |
*** rushiagr has quit IRC | 10:04 | |
*** sushils has joined #openstack | 10:05 | |
*** davidhadas_ has joined #openstack | 10:05 | |
*** gdubreui has quit IRC | 10:05 | |
*** nmagnezi has joined #openstack | 10:05 | |
*** gdubreui has joined #openstack | 10:05 | |
*** ramishra has joined #openstack | 10:06 | |
*** davidhadas has quit IRC | 10:07 | |
*** marrusl has joined #openstack | 10:07 | |
*** cwvh has quit IRC | 10:08 | |
*** ruo91 has joined #openstack | 10:09 | |
*** shwang has quit IRC | 10:10 | |
*** tonyha has joined #openstack | 10:10 | |
*** fikst has joined #openstack | 10:10 | |
*** exed has quit IRC | 10:12 | |
*** vlad_starkov has joined #openstack | 10:12 | |
*** exed has joined #openstack | 10:14 | |
*** L3tsXpl0it has joined #openstack | 10:16 | |
*** sayan has quit IRC | 10:16 | |
*** yaguang has quit IRC | 10:21 | |
*** drazyl has joined #openstack | 10:21 | |
*** rushiagr has joined #openstack | 10:22 | |
SebastianKreutzb | How do I assign internal IPs to my VMs which are created with OpenStack? Does Nova act as a DHCP? | 10:23 |
dsockwell | i don't know what nova-network does but neutron integrates a dhcp service | 10:24 |
sgran | nova-network also just runs dnsmasq | 10:24 |
*** ruo91 has quit IRC | 10:26 | |
*** michaelneale has joined #openstack | 10:26 | |
SebastianKreutzb | so we maybe better go directly with neutron. we also plan virtual private networks later on. | 10:26 |
SebastianKreutzb | one concept question: security groups isolate VMs from each other right? where is that handled? in a firewall in the VM? | 10:27 |
dsockwell | usually a firewall on the compute node | 10:28 |
*** ildiko has joined #openstack | 10:28 | |
SebastianKreutzb | so the traffic goes from the internet to the compute node and then to the VM? | 10:29 |
*** sayan has joined #openstack | 10:29 | |
dsockwell | http://docs.openstack.org/network-admin/admin/content/under_the_hood_openvswitch.html | 10:30 |
*** vlad_starkov has quit IRC | 10:31 | |
*** vlad_starkov has joined #openstack | 10:32 | |
SebastianKreutzb | oh, that’s complicated :( | 10:33 |
*** davidhadas has joined #openstack | 10:34 | |
*** vlad_starkov has quit IRC | 10:34 | |
dsockwell | luckily neutron automates most of that | 10:35 |
dsockwell | but that's what it does | 10:35 |
SebastianKreutzb | I think I understand at least the concept: internet traffic goes through our data center load balancer/firewall and then onto the DomU of our XenServer which has the openstack controller and the controller forwards it to the proper VM. right? | 10:36 |
*** vlad_starkov has joined #openstack | 10:36 | |
*** f13o has joined #openstack | 10:37 | |
*** vlad_starkov has quit IRC | 10:37 | |
dsockwell | that could work but you might find advantages to giving neutron its own bare-metal box. | 10:37 |
*** davidhadas_ has quit IRC | 10:37 | |
*** rossella_s has quit IRC | 10:37 | |
*** rossella_s has joined #openstack | 10:37 | |
dsockwell | and then, because you have it, the rest of the openstack API services too | 10:38 |
SebastianKreutzb | I also thought about putting openstack controller, etc. on an own box, but all docs recommend to put it onto xen?! | 10:38 |
*** lcestari has joined #openstack | 10:38 | |
dsockwell | oh, they do? i've never used xenserver, so it might be a good idea, but i don't personally see how | 10:39 |
*** tonyha has quit IRC | 10:39 | |
dsockwell | maybe they just want you to save money on having yet another physical server | 10:39 |
dsockwell | or maybe there's special xenapi voodoo for networking | 10:39 |
*** corrigac_ has quit IRC | 10:39 | |
SebastianKreutzb | normally not, xenapi can be totally remote-controlled | 10:39 |
*** tonyha has joined #openstack | 10:40 | |
*** nosnos has quit IRC | 10:41 | |
*** giorgiodinapoli has joined #openstack | 10:41 | |
dsockwell | you're probably better off finding some xenserver specific docs. I know xenserver has (or can have) openvswitch but i don't particularly know much about it. | 10:41 |
*** nosnos has joined #openstack | 10:41 | |
*** Yatin_ has quit IRC | 10:42 | |
dsockwell | if you wait here for a couple hours new york city will wake up and you might find someone who knows more | 10:43 |
*** ArxCruz has joined #openstack | 10:43 | |
*** mhaivieru has joined #openstack | 10:43 | |
SebastianKreutzb | actually I am more in finding an expert for that and even have a budget, but gosh, it’s hard to find openstack guys in berlin. | 10:43 |
*** mhaivieru has left #openstack | 10:44 | |
dsockwell | there's always rackspace | 10:44 |
SebastianKreutzb | they do consulting? | 10:44 |
dsockwell | iirc they do full service installations | 10:45 |
SebastianKreutzb | I would actually prefer to hire someone, but that's maybe too hard :( | 10:45 |
dsockwell | well the summit is only just over, it's not even monday morning | 10:46 |
dsockwell | here, at least | 10:46 |
Qlawy | almost noon ;) | 10:47 |
*** ppenjoy has joined #openstack | 10:47 | |
*** ppenjoy has left #openstack | 10:47 | |
*** exed has quit IRC | 10:47 | |
SebastianKreutzb | here it's 11:47 AM | 10:47 |
*** paragan has joined #openstack | 10:48 | |
SebastianKreutzb | ok, so I wait some hours. maybe there is a xenserver specialist out there :) | 10:48 |
*** renner has joined #openstack | 10:50 | |
*** larsbutler has joined #openstack | 10:51 | |
*** ildiko has quit IRC | 10:52 | |
*** edgy has joined #openstack | 10:52 | |
*** itooon has quit IRC | 10:52 | |
edgy | Sam-I-Am: ping | 10:52 |
*** ildiko has joined #openstack | 10:52 | |
*** gmurphy has joined #openstack | 10:53 | |
*** mwichmann has joined #openstack | 10:53 | |
*** nosnos_ has joined #openstack | 10:55 | |
*** chasmo has quit IRC | 10:57 | |
*** Crichton is now known as Crichton|Offline | 10:57 | |
*** LiJiansheng has quit IRC | 10:57 | |
*** iscsi has joined #openstack | 10:57 | |
iscsi | moin | 10:57 |
*** nosnos has quit IRC | 10:59 | |
*** Crichton|Offline is now known as Crichton | 10:59 | |
*** chasmo has joined #openstack | 11:01 | |
*** hs366 has quit IRC | 11:01 | |
*** sigurding has joined #openstack | 11:02 | |
*** michaelneale has quit IRC | 11:03 | |
*** exed has joined #openstack | 11:04 | |
*** ahasenack has joined #openstack | 11:04 | |
*** tvvcox has joined #openstack | 11:04 | |
*** nosnos_ has quit IRC | 11:06 | |
*** nosnos has joined #openstack | 11:06 | |
*** ujuc has quit IRC | 11:07 | |
*** mwichmann has quit IRC | 11:07 | |
*** jeffrey4l has quit IRC | 11:08 | |
*** edgy has left #openstack | 11:11 | |
*** ahasenack has quit IRC | 11:12 | |
*** matsuhashi has quit IRC | 11:14 | |
*** ahasenack has joined #openstack | 11:14 | |
BobBallAway | hi SebastianKreutzb :) | 11:14 |
BobBallAway | <-- XenAPI specialist ;) | 11:14 |
*** matsuhashi has joined #openstack | 11:14 | |
*** BobBallAway is now known as BobBall | 11:14 | |
*** gmurphy has quit IRC | 11:15 | |
BobBall | SebastianKreutzb: There are a number of reasons - but ATM the DomU has to be on the host where you're going to run VMs | 11:15 |
BobBall | SebastianKreutzb: For example, we will mount the VDI in the DomU for the "resize" functionality | 11:15 |
*** gdubreui has quit IRC | 11:15 | |
BobBall | SebastianKreutzb: We're aiming to decouple this a little more during the next release cycle | 11:15 |
*** matsuhashi has quit IRC | 11:15 | |
*** matsuhas_ has joined #openstack | 11:15 | |
SebastianKreutzb | BobBall: you are working on the xen "connector" of openstack nova? | 11:16 |
BobBall | yes | 11:16 |
SebastianKreutzb | awesome! | 11:17 |
*** souvik has joined #openstack | 11:17 | |
BobBall | It is, yes | 11:17 |
BobBall | :) | 11:17 |
*** Shaan7 has joined #openstack | 11:17 | |
*** LiJiansheng has joined #openstack | 11:19 | |
*** jeffrey4l has joined #openstack | 11:20 | |
*** renebarbosa has quit IRC | 11:20 | |
*** adalbas has joined #openstack | 11:21 | |
*** exed has quit IRC | 11:22 | |
*** freeflying is now known as freeflying_away | 11:23 | |
*** omachace has joined #openstack | 11:23 | |
*** zsun has quit IRC | 11:23 | |
*** johnthetubaguy has joined #openstack | 11:24 | |
*** cf has quit IRC | 11:24 | |
*** matsuhas_ has quit IRC | 11:25 | |
*** omachace1 has joined #openstack | 11:25 | |
*** renebarbosa has joined #openstack | 11:26 | |
*** matsuhashi has joined #openstack | 11:26 | |
*** zsun has joined #openstack | 11:27 | |
*** omachace has quit IRC | 11:28 | |
*** matsuhashi has quit IRC | 11:30 | |
*** bluenemo has joined #openstack | 11:31 | |
*** flaper87 is now known as flaper87|afk | 11:31 | |
*** matsuhashi has joined #openstack | 11:31 | |
*** engkur has quit IRC | 11:33 | |
*** renebarbosa has quit IRC | 11:33 | |
*** souvik1 has joined #openstack | 11:34 | |
*** engkur has joined #openstack | 11:35 | |
*** souvik has quit IRC | 11:36 | |
*** paulwang has quit IRC | 11:37 | |
*** renebarbosa has joined #openstack | 11:39 | |
*** renebarbosa has joined #openstack | 11:39 | |
Qlawy | BobBall: how to use neutron with xen? Is it even possible? | 11:39 |
*** rajdeep has joined #openstack | 11:39 | |
rajdeep | hi | 11:39 |
BobBall | yes Qlawy - it works great in Havana but not in prior releases | 11:40 |
*** fandikurnia01 has quit IRC | 11:40 | |
*** fandikurnia01 has joined #openstack | 11:41 | |
*** zsun has quit IRC | 11:41 | |
BobBall | Qlawy: Check out http://blogs.citrix.com/2013/06/14/openstack-networking-quantum-on-xenserver-from-notworking-to-networking/ for some of the details | 11:41 |
*** Reddy has joined #openstack | 11:41 | |
*** rajdeep has quit IRC | 11:41 | |
Reddy | Hi | 11:41 |
Qlawy | dbrandon: tnx | 11:41 |
Qlawy | BobBall: ↑ | 11:41 |
*** acathrow has joined #openstack | 11:42 | |
BobBall | Qlawy: in particular maybe look at https://raw.github.com/matelakat/shared/xs-q-v1/xenserver-quantum/deployment.png - which shows the extra network that's reated to proxy the changes through to dom0 | 11:42 |
*** zsun has joined #openstack | 11:42 | |
Qlawy | BobBall: tnx very much :) | 11:42 |
BobBall | Welcome! | 11:43 |
*** souvik1 has quit IRC | 11:45 | |
*** omachace1 has left #openstack | 11:49 | |
*** scott_w has joined #openstack | 11:50 | |
*** amritanshu_RnD has quit IRC | 11:50 | |
*** Reddy has quit IRC | 11:50 | |
*** acathrow has left #openstack | 11:51 | |
*** amritanshu_RnD has joined #openstack | 11:51 | |
*** cwvh has joined #openstack | 11:52 | |
*** jttam has joined #openstack | 11:54 | |
*** ioggstream has quit IRC | 11:56 | |
*** s51itxsyc has joined #openstack | 11:56 | |
*** cwvh has quit IRC | 11:57 | |
*** coolsvap has quit IRC | 11:57 | |
*** jttam has quit IRC | 11:59 | |
*** kushal has quit IRC | 11:59 | |
*** corrigac has joined #openstack | 12:00 | |
*** smue has quit IRC | 12:01 | |
*** matanya has joined #openstack | 12:02 | |
*** exed has joined #openstack | 12:03 | |
*** gimps has joined #openstack | 12:03 | |
*** smue has joined #openstack | 12:05 | |
*** nkhare has quit IRC | 12:06 | |
*** ravikup has joined #openstack | 12:06 | |
*** yamahata has joined #openstack | 12:07 | |
*** mrunge is now known as mrunge_brb | 12:08 | |
*** vills has quit IRC | 12:09 | |
*** sc68cal has joined #openstack | 12:09 | |
*** Zack_Deee has quit IRC | 12:11 | |
*** _val_ has quit IRC | 12:14 | |
*** _val_ has joined #openstack | 12:15 | |
*** pfreund has joined #openstack | 12:15 | |
*** devvesa has quit IRC | 12:17 | |
*** nkhare has joined #openstack | 12:18 | |
*** ruo91 has joined #openstack | 12:18 | |
*** ArminderS has quit IRC | 12:20 | |
*** ravikup has quit IRC | 12:21 | |
*** freeflying_away is now known as freeflying | 12:22 | |
*** paragan has quit IRC | 12:22 | |
*** ramishra has quit IRC | 12:24 | |
*** Shmouel`away has quit IRC | 12:24 | |
*** Egyptian[Laptop] has joined #openstack | 12:25 | |
*** tonyha has quit IRC | 12:26 | |
*** devnull1 has quit IRC | 12:26 | |
*** Shmouel`away has joined #openstack | 12:27 | |
*** mrunge_brb is now known as mrunge | 12:28 | |
*** zsun has quit IRC | 12:30 | |
*** nshaikh has quit IRC | 12:30 | |
*** carif has joined #openstack | 12:31 | |
*** FunnyLookinHat has joined #openstack | 12:31 | |
*** desai has joined #openstack | 12:31 | |
*** zsun has joined #openstack | 12:32 | |
*** e1mer has quit IRC | 12:32 | |
*** Harry51S has joined #openstack | 12:32 | |
*** obiat has joined #openstack | 12:35 | |
*** MiteshShah has quit IRC | 12:35 | |
*** verdurin_ is now known as verdurin | 12:35 | |
*** psharma has quit IRC | 12:35 | |
*** exed has quit IRC | 12:35 | |
*** lkthomas has quit IRC | 12:35 | |
*** neha has quit IRC | 12:36 | |
*** Lexis has joined #openstack | 12:37 | |
*** Trixboxer has joined #openstack | 12:37 | |
*** corrigac has quit IRC | 12:38 | |
*** perror has joined #openstack | 12:39 | |
*** rushiagr has quit IRC | 12:39 | |
*** L3tsXpl0it has left #openstack | 12:40 | |
*** ruo91 has quit IRC | 12:40 | |
*** ruo91 has joined #openstack | 12:41 | |
*** bcrochet has quit IRC | 12:41 | |
*** nkhare has quit IRC | 12:41 | |
*** bcrochet has joined #openstack | 12:41 | |
*** bcrochet has quit IRC | 12:42 | |
*** edgy has joined #openstack | 12:45 | |
*** devnull1 has joined #openstack | 12:46 | |
*** amrit_ has joined #openstack | 12:47 | |
*** halfss has joined #openstack | 12:47 | |
*** carif has quit IRC | 12:48 | |
*** rbansal1 has quit IRC | 12:49 | |
*** carif has joined #openstack | 12:49 | |
*** lmh has joined #openstack | 12:51 | |
*** simon-AS5591 has quit IRC | 12:51 | |
*** simon-AS559 has joined #openstack | 12:51 | |
*** exed has joined #openstack | 12:51 | |
*** GeoKM has joined #openstack | 12:52 | |
*** LiJiansheng has quit IRC | 12:54 | |
*** hs366 has joined #openstack | 12:55 | |
*** simon-AS559 has quit IRC | 12:56 | |
*** GeoKM has quit IRC | 12:56 | |
*** souvik has joined #openstack | 12:57 | |
*** flaper87|afk is now known as flaper87 | 12:57 | |
*** Deoan has joined #openstack | 12:57 | |
edgy | Sam-I-Am: I will be hanging for sometime trying to cache you ;) | 12:57 |
*** mmagr has quit IRC | 12:57 | |
*** bcrochet has joined #openstack | 12:59 | |
*** kousik has joined #openstack | 12:59 | |
*** yocum has joined #openstack | 13:00 | |
*** bcrochet has quit IRC | 13:00 | |
*** mmagr has joined #openstack | 13:01 | |
kousik | hi all, glance image-list is working fine but nova image-list giving ERROR: Unauthorized (HTTP 401) ... any solution? | 13:01 |
*** matsuhashi has quit IRC | 13:01 | |
*** jorisroovers has joined #openstack | 13:01 | |
*** simon-AS559 has joined #openstack | 13:02 | |
*** matsuhashi has joined #openstack | 13:02 | |
Qlawy | kousik: check if you have good credentials in nova.conf and glance-registry.conf | 13:02 |
Qlawy | or in api conf files | 13:02 |
*** christophe-wk3-o has joined #openstack | 13:03 | |
SebastianKreutzb | BobBall: do you recommend using Devstack to intially setup a basic production environment (I mean the general changes for Xenserver)? Or is it better to go the manual way? | 13:03 |
SebastianKreutzb | was just reading the citrix blog post about neutron and this one https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp | 13:03 |
*** matsuhashi has quit IRC | 13:04 | |
*** SkyRocknRoll has quit IRC | 13:04 | |
*** Egyptian[Laptop] has quit IRC | 13:04 | |
*** matsuhashi has joined #openstack | 13:04 | |
*** CaptTofu has quit IRC | 13:05 | |
*** vills has joined #openstack | 13:05 | |
*** Dharmit has quit IRC | 13:05 | |
*** CaptTofu has joined #openstack | 13:05 | |
*** carif has quit IRC | 13:06 | |
*** nbrosnahan has quit IRC | 13:06 | |
*** simon-AS559 has quit IRC | 13:06 | |
*** rdas has quit IRC | 13:06 | |
*** ppenjoy has joined #openstack | 13:07 | |
*** vills has quit IRC | 13:07 | |
*** corrigac has joined #openstack | 13:08 | |
christophe-wk3-o | Hi everyone, I've got some trouble with an OpenStack test setup after upgrading to Ubuntu 13.10. I'm using linux bridge networking. There is supposed to be a bridge named brqaf2cda02-42, but it doesn't show ip. | 13:09 |
*** CaptTofu has quit IRC | 13:09 | |
christophe-wk3-o | How do I find out what is causing this? All services start up fine and I don't see any error messages in the log files. | 13:10 |
*** jodok has quit IRC | 13:11 | |
*** simon-AS559 has joined #openstack | 13:11 | |
*** fandikurnia01 has quit IRC | 13:11 | |
*** sgordon has joined #openstack | 13:11 | |
*** davidhadas_ has joined #openstack | 13:13 | |
*** davidhadas has quit IRC | 13:15 | |
kousik | @Qlawy: i have pasted all in http://fpaste.org/53193/13841756/ | 13:15 |
*** bcrochet has joined #openstack | 13:15 | |
kousik | @Qlawy: kindly check | 13:15 |
BobBall | SebastianKreutzb: Go for devstack - it's nice and easy | 13:15 |
BobBall | SebastianKreutzb: The "manual" way works and is probably better when you're going for a large cloud | 13:15 |
BobBall | SebastianKreutzb: but use devstack and https://raw.github.com/citrix-openstack/qa/master/connect-devstack-local.sh to connect two devstack's together | 13:16 |
*** germanoak has quit IRC | 13:16 | |
*** x86brandon has quit IRC | 13:17 | |
*** Exdaix has joined #openstack | 13:17 | |
SebastianKreutzb | I successfully used devstack to setup openstack on xenserver (everything under my local VMWare fusion), but devstack does not use services etc. just screens. or can I use devstack for the setup and later add the services? | 13:18 |
edgy | sirs, if I managed to ran an instance and gave it a floating address, how can I ssh to it now? | 13:19 |
BobBall | Devstack is self-contained | 13:19 |
*** nosnos_ has joined #openstack | 13:19 | |
BobBall | There isn't (as far as I know) a defined process to convert it to using packages | 13:19 |
*** Zack_Deee has joined #openstack | 13:19 | |
BobBall | You either use devstack or you use services | 13:20 |
*** nosnos_ has quit IRC | 13:20 | |
edgy | BobBall: nice and easy? it's a week now and I couldn't do a basic connection :( | 13:20 |
BobBall | of course you can use devstack to create your nova.conf etc and just copy that to a package-based setup | 13:20 |
BobBall | edgy: with xenserver? What's the problem you've got? | 13:20 |
*** nosnos_ has joined #openstack | 13:20 | |
*** nosnos has quit IRC | 13:21 | |
edgy | BobBall: I try to ssh to the instance and I can't, let me paste it ... | 13:21 |
*** ppenjoy has left #openstack | 13:22 | |
*** souvik has quit IRC | 13:22 | |
BobBall | edgy: put it on paste.openstack.org | 13:22 |
BobBall | edgy: and probably your localrc too | 13:22 |
BobBall | edgy: or just describe how you set things up? | 13:22 |
*** ravikup has joined #openstack | 13:23 | |
*** mrichman has joined #openstack | 13:23 | |
*** s51itxsyc has quit IRC | 13:24 | |
*** sputnik13 has joined #openstack | 13:24 | |
*** acathrow has joined #openstack | 13:24 | |
*** ChrisAM1 is now known as ChrisAM | 13:24 | |
*** nosnos_ has quit IRC | 13:24 | |
*** kushal has joined #openstack | 13:26 | |
SebastianKreutzb | devstack does not work for us since we have in production a xenserver pool. and devstack stops if there is more than one host. I would love to go the manual way to actually learn what devstack is doing, but I fear that it will be very hard | 13:26 |
*** retreved has joined #openstack | 13:26 | |
*** freeflying has quit IRC | 13:26 | |
*** krtaylor has quit IRC | 13:26 | |
edgy | BobBall: http://paste.openstack.org/show/51648/ | 13:27 |
BobBall | SebastianKreutzb: Not sure how to set it up with a production pool already existing; you may find problems later anyway because when using a pool, Nova expects to create + own the pool itself (using host aggregates) | 13:27 |
*** maxdml has joined #openstack | 13:27 | |
BobBall | SebastianKreutzb: OpenStack doesn't really need the pool - so we'd advise not to use it | 13:27 |
edgy | BobBall: this installation is on ubuntu 12.04 running bare-metal | 13:27 |
BobBall | edgy: I'm a xenserver bloke so can't really help with that I'm afraid :/ never tried it | 13:28 |
edgy | BobBall: tried what? | 13:28 |
BobBall | bare metal | 13:28 |
*** miurahr has joined #openstack | 13:29 | |
*** dcramer_ has quit IRC | 13:29 | |
edgy | BobBall: I though if you can make it on xen, then the procedure should be exactly or easier in a dedicated server | 13:29 |
*** jcarter has joined #openstack | 13:30 | |
edgy | BobBall: or does bare metal means something else? | 13:30 |
SebastianKreutzb | BobBall: so I can tell the data center guys to merge(?) the current pool of 6 xenservers to one? or how would they do that? | 13:30 |
*** aeperezt has joined #openstack | 13:30 | |
*** aeperezt has quit IRC | 13:30 | |
*** aeperezt has joined #openstack | 13:30 | |
BobBall | baremetal is one of the drivers in Nova that allows you to use a single host to run instances directly ratehr than under a hypervisor | 13:30 |
BobBall | SebastianKreutzb: Do you have VMs on the hosts you want to keep? (Nova expects to control all VMs on the host) - what's the set up that you're aiming for? | 13:31 |
*** christophe-wk3 has joined #openstack | 13:31 | |
edgy | BobBall: then I didn't meant that, I just install openstack in ubuntu in a dedicated server | 13:31 |
*** christophe-wk3-o has left #openstack | 13:31 | |
BobBall | edgy: So you're trying to use KVM then? | 13:31 |
edgy | BobBall: exactly | 13:31 |
*** freeflying has joined #openstack | 13:32 | |
BobBall | Ah yes - I see now - but again, that's something I don't use either... | 13:32 |
BobBall | I have no idea why it might not be working | 13:32 |
*** aeperezt_ has joined #openstack | 13:33 | |
BobBall | I'd enable the logging in devstack (set SCREEN_LOGDIR) and look at the log files for screen-n-cpu and screen-n-net | 13:33 |
edgy | BobBall: my problem has nothing to do with the hypervisor stuff, I just wonder do you need to set any routing things or you should be able to connect directly with ssh? do you connect to the private ip or the floating ip? | 13:33 |
BobBall | It should "just work" if you're using devstack | 13:33 |
BobBall | You don't need to set anything up AFAIK | 13:33 |
edgy | BobBall: and for the localrc do you think there is anything wrong? considering that I have eth0 and eth1 on that server | 13:34 |
edgy | BobBall: just assume it's like running over xen | 13:34 |
SebastianKreutzb | BobBall: no, the Xenserver pool is new and nothing on it, yet (besides the master on the first host) | 13:34 |
BobBall | Looks ok - but networking on XenAPI is the one place where it's very different to KVM :) | 13:34 |
BobBall | SebastianKreutzb: Ok - do you need to run with pools? Or could they be several compute hosts? OpenStack doesn't need them to be in a pool | 13:35 |
*** aeperezt_ has quit IRC | 13:35 | |
SebastianKreutzb | I would pick the most simple setup | 13:35 |
*** aeperezt has quit IRC | 13:35 | |
*** badams has joined #openstack | 13:35 | |
BobBall | then I'd advise not to worry about pools | 13:35 |
BobBall | They add complexity and unless you need it, it's not worth it | 13:36 |
SebastianKreutzb | and it is still possible that several xen compute nodes mount a shared nfs? | 13:36 |
BobBall | ah - that might be why you need a pool :) | 13:36 |
BobBall | If you need shared storage, then yes, you need a pool :) | 13:36 |
BobBall | So let OpenStack set it up as an aggregate | 13:36 |
BobBall | Set up the hosts separately to start | 13:37 |
BobBall | then add each host to the aggregate | 13:37 |
*** Barker has joined #openstack | 13:37 | |
BobBall | and they will be pool-join'ed | 13:37 |
BobBall | What are you using the shared storage for, out of interest? | 13:37 |
BobBall | VM storage? | 13:37 |
SebastianKreutzb | the former CTO chose it for VM storage I guess | 13:38 |
SebastianKreutzb | but everything can be questioned :) | 13:38 |
*** jttam has joined #openstack | 13:38 | |
BobBall | Ok - so there are some definite advantages - e.g. VM migration is near-instant | 13:38 |
*** danielbruno has joined #openstack | 13:38 | |
BobBall | but setup isn't as simple | 13:39 |
*** jodok has joined #openstack | 13:39 | |
*** jdob has joined #openstack | 13:39 | |
SebastianKreutzb | what is the best practice for a setup of several xenservers? a pool? | 13:39 |
BobBall | Depends on the scale and the use cases :) | 13:39 |
BobBall | Most OpenStack deployments with xenserver do not use pools | 13:39 |
edgy | BobBall: thanks for your care to help, hope some one familiar with linux/kvm would help | 13:40 |
SebastianKreutzb | so how do they connect the xenservers under one openstack? | 13:40 |
BobBall | if you get to a certain size (hundreds of hosts) then pools become another abstraction layer that doesn't give the advantages you have in a smaller scale (because you can't have all the hosts in one pool, so things like fast live migration only apply to sub-sets of hosts) | 13:40 |
*** cwvh has joined #openstack | 13:40 | |
*** ahasenack has quit IRC | 13:40 | |
BobBall | Each host is isolated but connects to one scheduler | 13:40 |
BobBall | so nova-manage service list shows all of the computes | 13:41 |
*** zsun has quit IRC | 13:41 | |
*** jcoufal has joined #openstack | 13:41 | |
BobBall | but none of the computes know about each other | 13:41 |
*** miurahr has quit IRC | 13:41 | |
*** radiocats has joined #openstack | 13:41 | |
*** miurahr has joined #openstack | 13:41 | |
SebastianKreutzb | sound simpler | 13:42 |
*** radiocats has quit IRC | 13:42 | |
BobBall | It is substantially simpler, yes | 13:42 |
*** ahasenack has joined #openstack | 13:42 | |
*** obiat has quit IRC | 13:42 | |
*** exed has quit IRC | 13:42 | |
*** radiocats has joined #openstack | 13:42 | |
SebastianKreutzb | is it good practice to use on xenserver as availability zone? | 13:42 |
SebastianKreutzb | one xenserver I mean | 13:43 |
BobBall | no | 13:43 |
*** exed has joined #openstack | 13:43 | |
BobBall | if you do that you won't be able to use the scheduler logic properly | 13:43 |
*** kbringard has joined #openstack | 13:43 | |
BobBall | because you specify which host you want the VM to go to by specifying the availability zone | 13:43 |
BobBall | live migration might not work too? | 13:43 |
SebastianKreutzb | ok, got it | 13:44 |
*** cwvh has quit IRC | 13:44 | |
*** dblessing has joined #openstack | 13:45 | |
SebastianKreutzb | that massive shared storage for VMs, is that best practice? | 13:45 |
SebastianKreutzb | I need to question everything the former CTO did :) | 13:45 |
BobBall | It's a special case in the OpenStack world and is not required by OpenStack - but it depends on whether there are special things you want to do with your use case. | 13:45 |
SebastianKreutzb | I need to ask the head of development here, but I am sure he does not need it | 13:46 |
BobBall | In OS you need to have something serving the images (glance) but I imagine you could do something where they are provided by the same shared storage as the VMs will live on - that might give super-fast deployment | 13:46 |
BobBall | for example. | 13:46 |
*** eglynn has quit IRC | 13:46 | |
*** eglynn has joined #openstack | 13:46 | |
*** jorisroovers has quit IRC | 13:47 | |
SebastianKreutzb | without a pool I could just setup one xenserver and make it work properly and then (relatively) easy add another xenserver? | 13:47 |
*** dblessing has quit IRC | 13:48 | |
*** christophe-wk3 has quit IRC | 13:48 | |
*** dblessing has joined #openstack | 13:48 | |
SebastianKreutzb | what is the most simple network setup in that case? XenAPI Flat DHCP Networking? | 13:50 |
BobBall | yes SebastianKreutzb | 13:50 |
BobBall | yup | 13:50 |
SebastianKreutzb | that’s the one devstack is doing for xenserver? | 13:51 |
*** jorisroovers has joined #openstack | 13:51 | |
*** ravikup has quit IRC | 13:51 | |
*** tonix has joined #openstack | 13:52 | |
BobBall | The very simplest way to do it SebastianKreutzb is to set up N devstack's each indepedently (see https://wiki.openstack.org/wiki/XenServer/DevStack) and then connect them together using https://raw.github.com/citrix-openstack/qa/master/connect-devstack-local.sh | 13:52 |
*** miurahr has quit IRC | 13:53 | |
*** goneri1 is now known as goneri | 13:54 | |
*** eharney has joined #openstack | 13:55 | |
SebastianKreutzb | yes, that’s really simple, but I fear that screen stuff is not cool | 13:55 |
*** nbrosnahan has joined #openstack | 13:55 | |
SebastianKreutzb | it would be good to have something like an instruction how to migrate a devstack setup to a "normal" openstack | 13:55 |
BobBall | it's very cool - means you can connect to the running instances and see what's going on | 13:55 |
*** miurahr has joined #openstack | 13:56 | |
BobBall | Admittedly there isn't any help in restarting one service it if fails | 13:56 |
BobBall | you need to restart all of them on that node | 13:56 |
*** souvik has joined #openstack | 13:56 | |
BobBall | and it's a manual thing rather than automated | 13:56 |
BobBall | but I'm not sure if it's automated in any other system | 13:56 |
BobBall | i.e. they start at boot - but if they die, do they get restarted? | 13:56 |
SebastianKreutzb | somehow my devstack setups itself on reboot | 13:57 |
*** jasondotstar has joined #openstack | 13:57 | |
*** zoresvit has quit IRC | 13:57 | |
BobBall | Anyway - if you're only talking about the computes, it's easy enough to set them up for Xen - http://docs.openstack.org/trunk/openstack-compute/install/yum/content/introduction-to-xen.html | 13:57 |
BobBall | you just set those 4 variables up | 13:57 |
BobBall | and it'll work great :) | 13:57 |
BobBall | so you can set it up using the standard ubuntu packages, then change nova.conf and it sholuld work great (although note the sections later in the page that talk about installing the plugins in dom0) | 13:59 |
*** lbrower has quit IRC | 13:59 | |
*** dims has joined #openstack | 13:59 | |
*** zoresvit has joined #openstack | 13:59 | |
*** jdob has quit IRC | 13:59 | |
*** jdob has joined #openstack | 14:00 | |
SebastianKreutzb | ah cool! | 14:00 |
BobBall | SebastianKreutzb: do read the whole of that page before starting though | 14:00 |
SebastianKreutzb | yes, will do, thanks! | 14:00 |
SebastianKreutzb | I will advise the data center to "unpool" the pool of xenservers. I am friend of simple things. | 14:01 |
BobBall | although it's a lot better when using Havana - the biggest problem was a lack of plugins in dom0 - now if you're using XenAPI (as said at the top) and you haven't got them installed you get a very obvious error! | 14:01 |
*** weshay has joined #openstack | 14:01 | |
*** satheesh has quit IRC | 14:02 | |
*** mkollaro has joined #openstack | 14:03 | |
*** miurahr has quit IRC | 14:03 | |
SebastianKreutzb | this basic setup also has the block storage feature, right? | 14:04 |
*** KLevenstein has joined #openstack | 14:04 | |
*** davidhadas_ has quit IRC | 14:05 | |
*** xqueralt has quit IRC | 14:05 | |
*** KLevenstein has left #openstack | 14:05 | |
*** davidhadas has joined #openstack | 14:05 | |
SebastianKreutzb | oh one more thing I don’t get. I am looking at http://docs.openstack.org/trunk/openstack-compute/install/yum/content/figures/5/figures/xenserver_architecture.png | 14:06 |
*** souvik1 has joined #openstack | 14:06 | |
*** mmagr has quit IRC | 14:06 | |
SebastianKreutzb | with public network the connection from internet is meant, right? so our data center loadbalancers route traffic directly to the OpenStack VM? | 14:06 |
*** souvik has quit IRC | 14:07 | |
*** yaguang has joined #openstack | 14:07 | |
*** julim has joined #openstack | 14:08 | |
*** vartom1111 has quit IRC | 14:08 | |
*** dblessing has left #openstack | 14:08 | |
*** x86brandon has joined #openstack | 14:08 | |
*** dcramer_ has joined #openstack | 14:08 | |
*** Chocobo has joined #openstack | 14:08 | |
*** ahasenack has quit IRC | 14:09 | |
*** ahasenack has joined #openstack | 14:09 | |
*** gonska has quit IRC | 14:10 | |
*** desai has quit IRC | 14:12 | |
*** sures has joined #openstack | 14:12 | |
*** lblanchard has joined #openstack | 14:12 | |
*** SushilKM__ has quit IRC | 14:12 | |
*** yaguang has quit IRC | 14:12 | |
*** cody-somerville has joined #openstack | 14:12 | |
*** jagee has joined #openstack | 14:13 | |
*** matsuhashi has quit IRC | 14:13 | |
*** Kharec has quit IRC | 14:16 | |
*** ahasenack has quit IRC | 14:17 | |
*** jodok has quit IRC | 14:17 | |
*** Chown67 has joined #openstack | 14:17 | |
*** jttam has quit IRC | 14:18 | |
*** Kharec has joined #openstack | 14:19 | |
SebastianKreutzb | if I check the above mentioned diagram, it speaks about 3 physical interfaces. but how can a VM have a physical interface? or am I totally getting things wrong? | 14:19 |
*** mmagr has joined #openstack | 14:19 | |
*** xqueralt has joined #openstack | 14:20 | |
*** ujuc has joined #openstack | 14:21 | |
*** bknudson has joined #openstack | 14:21 | |
*** aymenfrikha has joined #openstack | 14:21 | |
*** Kholloway has joined #openstack | 14:23 | |
*** berendt has quit IRC | 14:23 | |
*** morazi has joined #openstack | 14:23 | |
*** berendt has joined #openstack | 14:23 | |
*** kushal has quit IRC | 14:24 | |
*** christophe-wk3 has joined #openstack | 14:24 | |
*** aeperezt has joined #openstack | 14:24 | |
*** jeflui has joined #openstack | 14:24 | |
*** jeflui has joined #openstack | 14:24 | |
*** matsuhashi has joined #openstack | 14:25 | |
*** ildiko has quit IRC | 14:26 | |
*** ildiko has joined #openstack | 14:26 | |
*** DrBacchus has joined #openstack | 14:27 | |
*** thelorax123 has joined #openstack | 14:27 | |
*** pmathews has joined #openstack | 14:29 | |
*** blackboxsw has joined #openstack | 14:29 | |
*** larsks has joined #openstack | 14:30 | |
*** exed has quit IRC | 14:30 | |
*** mkollaro has quit IRC | 14:31 | |
*** mkollaro1 has joined #openstack | 14:31 | |
*** mestery has quit IRC | 14:31 | |
BobBall | SebastianKreutzb: You pass the interface through as a virtual one - that's all it meant | 14:31 |
BobBall | SebastianKreutzb: but yes, public is external | 14:31 |
*** mestery has joined #openstack | 14:31 | |
*** pmathews has quit IRC | 14:32 | |
SebastianKreutzb | ah okay, I was confused because it said "physical". | 14:32 |
*** devoid has joined #openstack | 14:32 | |
*** zz_Madasi is now known as Madasi | 14:32 | |
*** kushal has joined #openstack | 14:33 | |
*** woorea has joined #openstack | 14:33 | |
SebastianKreutzb | I think I slowly start to get it! traffic comes from the internet into the OpenStack domU and this somehow redirects it to the VMs / tenants | 14:33 |
SebastianKreutzb | and that makes it possible to add a security layer because openstack "knows" where to route what traffic | 14:34 |
*** blamar has joined #openstack | 14:35 | |
*** sayan has quit IRC | 14:37 | |
*** rnirmal has joined #openstack | 14:37 | |
*** cereal_bars has joined #openstack | 14:38 | |
*** exed has joined #openstack | 14:38 | |
*** jcoufal has quit IRC | 14:38 | |
*** jnoller has joined #openstack | 14:39 | |
*** Kvezon has joined #openstack | 14:40 | |
*** para__ has joined #openstack | 14:40 | |
*** mmagr has quit IRC | 14:41 | |
*** simon-AS559 has quit IRC | 14:41 | |
*** simon-AS559 has joined #openstack | 14:41 | |
*** hs366 has quit IRC | 14:41 | |
BobBall | no | 14:42 |
BobBall | unless you are using neutron | 14:42 |
BobBall | XenServer has the networks | 14:42 |
BobBall | and VMs are directly plugged into them | 14:42 |
BobBall | (actually, even with Neutron, the network setup is pushed down into Dom0 IIRC) | 14:43 |
*** woorea has quit IRC | 14:43 | |
*** woorea has joined #openstack | 14:43 | |
*** dcramer_ has quit IRC | 14:44 | |
*** simon-AS559 has quit IRC | 14:45 | |
*** mikedawson has joined #openstack | 14:46 | |
SebastianKreutzb | so xenserver is handling all the virtual networking? | 14:46 |
*** blamar has quit IRC | 14:46 | |
*** DrBacchus has quit IRC | 14:46 | |
*** pravins has quit IRC | 14:46 | |
*** simon-AS559 has joined #openstack | 14:46 | |
Kvezon | Hello, can i receive all availability zones from REST API? I can receive availability zones for tenant, but my user doesn't have right for all tenants. Is it possible to receive an admin user token that has right for everything? | 14:47 |
BobBall | yes SebastianKreutzb | 14:48 |
*** simon-AS5591 has joined #openstack | 14:48 | |
*** vartom1111 has joined #openstack | 14:49 | |
*** christyp has joined #openstack | 14:49 | |
*** corrigac has quit IRC | 14:49 | |
*** mattttt has left #openstack | 14:50 | |
SebastianKreutzb | the openstack vm is sending traffic to the dom0 and it sends it to the VMs? Or do I misunderstand that graphic? It looks as if the external traffic goes into the OpenStack VM and not into dom0? | 14:50 |
*** sigurding has quit IRC | 14:51 | |
*** simon-AS559 has quit IRC | 14:51 | |
*** sureshrao has quit IRC | 14:51 | |
*** ioggstream has joined #openstack | 14:51 | |
*** FunnyLookinHat has quit IRC | 14:52 | |
*** terriyu has joined #openstack | 14:52 | |
*** BLZbubba has joined #openstack | 14:52 | |
BobBall | huh? | 14:53 |
BobBall | external traffic to the VM just goes through the bridges in dom0 | 14:53 |
BobBall | it doesn't go to the openstack VM | 14:53 |
*** nmagnezi has quit IRC | 14:53 | |
SebastianKreutzb | ah, and the openstack VM just sets up the bridges? | 14:53 |
*** vartom1111 has quit IRC | 14:54 | |
*** cereal_bars has quit IRC | 14:54 | |
BobBall | no - devstack can set them up - but the VM assumes they already exist (they are specified in nova.conf) | 14:54 |
BobBall | chances are they do already exist because the xenserver will have set them up | 14:54 |
BobBall | the only case they won't is if you don't care if they are external or not (e.g. the development case in devstack) | 14:55 |
*** fikst has quit IRC | 14:55 | |
*** stevem has joined #openstack | 14:56 | |
*** hemanth_ has quit IRC | 14:57 | |
*** dmsimard has joined #openstack | 14:57 | |
*** woorea has quit IRC | 14:58 | |
*** amritanshu_RnD has quit IRC | 14:58 | |
*** amrit_ has quit IRC | 14:58 | |
*** fnaval__ has quit IRC | 14:58 | |
*** larmbr has quit IRC | 14:59 | |
*** fnaval_ has joined #openstack | 14:59 | |
*** Egyptian[Laptop] has joined #openstack | 14:59 | |
*** DrBacchus has joined #openstack | 14:59 | |
*** jodok has joined #openstack | 15:00 | |
*** tvvcox has quit IRC | 15:00 | |
*** Pengoo has quit IRC | 15:00 | |
*** sergmelikyan has joined #openstack | 15:01 | |
*** hemanth_ has joined #openstack | 15:01 | |
*** jpeeler1 is now known as jpeeler | 15:01 | |
*** armax has joined #openstack | 15:02 | |
*** wdennis has joined #openstack | 15:02 | |
*** simon-AS5591 has quit IRC | 15:02 | |
*** larmbr has joined #openstack | 15:03 | |
*** marclaporte has joined #openstack | 15:03 | |
*** fnaval_ has quit IRC | 15:03 | |
*** rnorwood1 has joined #openstack | 15:04 | |
*** christophe-wk3 has quit IRC | 15:04 | |
*** gszasz_ has joined #openstack | 15:05 | |
*** nouser has joined #openstack | 15:05 | |
*** gszasz has quit IRC | 15:05 | |
*** carlp has joined #openstack | 15:06 | |
*** alunduil has quit IRC | 15:07 | |
*** germanoak has joined #openstack | 15:07 | |
*** berendt has quit IRC | 15:07 | |
*** davidhadas has quit IRC | 15:08 | |
*** boden has joined #openstack | 15:09 | |
*** jecarey has joined #openstack | 15:09 | |
*** marclaporte has joined #openstack | 15:09 | |
*** acathrow has quit IRC | 15:10 | |
SebastianKreutzb | give me a sec, I log into the XenCenter and check it :) | 15:11 |
*** CaptainTacoSauce has joined #openstack | 15:11 | |
*** jthorne has joined #openstack | 15:11 | |
*** Pengoo has joined #openstack | 15:11 | |
*** matanya has quit IRC | 15:12 | |
*** nphase has joined #openstack | 15:12 | |
*** souvik1 has quit IRC | 15:13 | |
*** zul has quit IRC | 15:13 | |
*** amuller has quit IRC | 15:14 | |
*** tvvcox has joined #openstack | 15:14 | |
*** jkienitz has quit IRC | 15:15 | |
*** SebastianKreutzb has quit IRC | 15:15 | |
*** batlogg has joined #openstack | 15:16 | |
*** jodok has quit IRC | 15:16 | |
*** batlogg is now known as jodok | 15:16 | |
*** markpeek has joined #openstack | 15:17 | |
*** jodok has quit IRC | 15:17 | |
*** para__ has quit IRC | 15:18 | |
*** jodok has joined #openstack | 15:18 | |
*** jodok has quit IRC | 15:19 | |
*** fnaval_ has joined #openstack | 15:19 | |
*** aricg has joined #openstack | 15:20 | |
*** rcheleguini has joined #openstack | 15:20 | |
*** exed has quit IRC | 15:20 | |
*** krtaylor has joined #openstack | 15:21 | |
*** dbalog has joined #openstack | 15:21 | |
*** abk has joined #openstack | 15:21 | |
*** pravins has joined #openstack | 15:22 | |
*** acathrow has joined #openstack | 15:22 | |
*** matsuhashi has quit IRC | 15:23 | |
*** matsuhashi has joined #openstack | 15:23 | |
*** dcramer_ has joined #openstack | 15:23 | |
*** vkmc has joined #openstack | 15:24 | |
*** vkmc has quit IRC | 15:24 | |
*** vkmc has joined #openstack | 15:24 | |
*** jttam has joined #openstack | 15:24 | |
*** vlad_starkov has joined #openstack | 15:25 | |
*** jodok has joined #openstack | 15:27 | |
*** mdorman has joined #openstack | 15:27 | |
*** yocum_ has joined #openstack | 15:27 | |
*** matsuhashi has quit IRC | 15:28 | |
*** devoid has quit IRC | 15:28 | |
*** ArminderS has joined #openstack | 15:28 | |
*** jodok has quit IRC | 15:29 | |
*** jttam has quit IRC | 15:29 | |
*** SebastianKreutz has joined #openstack | 15:29 | |
SebastianKreutz | BobBall: sorry, I had to exit IRC to connect to the server. strict rules here :( | 15:30 |
SebastianKreutz | so you wanted to know the bridge setup? | 15:30 |
*** davidhadas has joined #openstack | 15:30 | |
BobBall | hehe | 15:30 |
*** wastrel has joined #openstack | 15:30 | |
BobBall | SebastianKreutz: just saying it should work | 15:31 |
BobBall | does it not? | 15:31 |
SebastianKreutz | think yes. | 15:31 |
SebastianKreutz | we have many PIFs on the xenserver | 15:31 |
SebastianKreutz | I spoke with the head of development and I can "un-pool" the xenserver pool to make things simpler | 15:32 |
*** byeager has joined #openstack | 15:32 | |
*** f13o has quit IRC | 15:32 | |
*** smeaaagle has quit IRC | 15:32 | |
BobBall | great | 15:33 |
*** stevem_ has joined #openstack | 15:33 | |
BobBall | ATM you have all the PIFs shown for each host | 15:33 |
BobBall | because pools show all resources in the DB | 15:33 |
SebastianKreutz | ah okay. all the connected storages are shown there, too. but that will become more simplified | 15:34 |
*** gregmark has joined #openstack | 15:34 | |
*** smeaaagle has joined #openstack | 15:34 | |
*** rnorwood1 has quit IRC | 15:35 | |
SebastianKreutz | is it good practice to directly add a "fat" HDD to the xenserver or is it a network-mounted storage more common? | 15:35 |
SebastianKreutz | I mean for VM storage | 15:35 |
BobBall | Cloud practice is to use the local HDD - enterprise practice is to use network storage | 15:35 |
*** pravins has quit IRC | 15:35 | |
BobBall | but basically whatever-you-have will work if you don't have special requirements | 15:35 |
*** stevem has quit IRC | 15:36 | |
SebastianKreutz | we have this 10TB NFS store, that won’t work I guess it we unpool up the pool | 15:36 |
*** Zack_Deee has quit IRC | 15:36 | |
SebastianKreutz | split up the pool I mean | 15:36 |
SebastianKreutz | or can several xenservers use one NFS? no or? | 15:37 |
*** nbrosnahan has quit IRC | 15:37 | |
*** jlibosva has quit IRC | 15:37 | |
BobBall | Yes they can | 15:38 |
BobBall | "NFS storage" is just a directory on an NFS share | 15:38 |
*** cody-somerville has quit IRC | 15:38 | |
BobBall | each host can only attach to one NFS SR - but you can have many NFS SRs on a single NFS share | 15:38 |
*** hochi has joined #openstack | 15:38 | |
*** datsun180b has joined #openstack | 15:38 | |
*** CrackerJackMack has quit IRC | 15:38 | |
SebastianKreutz | ah, cool! | 15:38 |
*** cody-somerville has joined #openstack | 15:38 | |
*** nbrosnahan has joined #openstack | 15:38 | |
*** rnorwood1 has joined #openstack | 15:39 | |
SebastianKreutz | so I could leave that intact, great. | 15:39 |
*** hochi has quit IRC | 15:39 | |
*** nbrosnah_ has joined #openstack | 15:40 | |
*** Zack_Deee has joined #openstack | 15:40 | |
*** hochi has joined #openstack | 15:40 | |
BobBall | absolutely | 15:40 |
BobBall | and it means you can use that nice and expensive storage array :) | 15:41 |
*** coolsvap has joined #openstack | 15:41 | |
SebastianKreutz | :) | 15:41 |
*** jodok has joined #openstack | 15:41 | |
*** morazi has quit IRC | 15:41 | |
*** FunnyLookinHat has joined #openstack | 15:42 | |
*** CrackerJackMack has joined #openstack | 15:42 | |
*** cuban3r has joined #openstack | 15:42 | |
*** souvik has joined #openstack | 15:42 | |
*** hochi has quit IRC | 15:42 | |
*** jodok has quit IRC | 15:42 | |
cuban3r | Ubuntu 13.10 + Havana, cannot start nova-compute->TRACE nova.virt.driver ImportError: Class LibvirtDriver cannot be found | 15:44 |
*** nbrosnahan has quit IRC | 15:44 | |
*** aymenfrikha has quit IRC | 15:44 | |
*** morazi has joined #openstack | 15:44 | |
*** CrackerJackMack has quit IRC | 15:45 | |
*** SebastianKreutzb has joined #openstack | 15:45 | |
*** galstrom_zzz is now known as galstrom | 15:45 | |
*** SebastianKreutz has quit IRC | 15:46 | |
*** zul has joined #openstack | 15:46 | |
*** xqueralt has quit IRC | 15:46 | |
*** CrackerJackMack has joined #openstack | 15:46 | |
*** CrackerJackMack has quit IRC | 15:47 | |
*** CrackerJackMack has joined #openstack | 15:47 | |
*** miurahr has joined #openstack | 15:47 | |
*** Egyptian[Laptop] has quit IRC | 15:48 | |
*** blamar has joined #openstack | 15:49 | |
*** rnorwood1 has quit IRC | 15:50 | |
*** alunduil has joined #openstack | 15:50 | |
SebastianKreutzb | devstack always installs itself after the openstack controller VM reboot. is there a way to not have that behavior? | 15:50 |
*** Guest__ has joined #openstack | 15:50 | |
*** nbrosnah_ has quit IRC | 15:50 | |
*** nbrosnahan has joined #openstack | 15:51 | |
*** wdennis has quit IRC | 15:51 | |
*** rcleere has joined #openstack | 15:51 | |
*** jprovazn has quit IRC | 15:51 | |
*** ildiko has quit IRC | 15:51 | |
*** dbalog has left #openstack | 15:51 | |
*** CrackerJackMack has quit IRC | 15:51 | |
*** jodok has joined #openstack | 15:52 | |
*** CrackerJackMack has joined #openstack | 15:52 | |
*** CaptTofu has joined #openstack | 15:53 | |
BobBall | yes SebastianKreutzb - remove "run.sh" from /etc/rc.local | 15:53 |
*** tmclaugh[work] has joined #openstack | 15:53 | |
*** exed has joined #openstack | 15:55 | |
*** gszasz_ has quit IRC | 15:55 | |
*** gszasz has joined #openstack | 15:55 | |
*** badiane_ka has quit IRC | 15:55 | |
*** jodok has quit IRC | 15:56 | |
*** moneydouble has joined #openstack | 15:57 | |
Sam-I-Am | morning | 15:57 |
*** tmclaugh[work] has quit IRC | 15:57 | |
*** jodok has joined #openstack | 15:59 | |
*** MaxV has joined #openstack | 15:59 | |
*** jroovers has joined #openstack | 15:59 | |
*** evanz has joined #openstack | 15:59 | |
*** ppenjoy has joined #openstack | 15:59 | |
*** lool has joined #openstack | 15:59 | |
*** tmclaugh[work] has joined #openstack | 15:59 | |
*** rnorwood1 has joined #openstack | 16:00 | |
*** ppenjoy has left #openstack | 16:00 | |
*** jodok has quit IRC | 16:01 | |
CaptainTacoSauce | cuban3r: KVM? | 16:01 |
*** Ruetobas has quit IRC | 16:01 | |
*** CrackerJackMack has quit IRC | 16:02 | |
*** CrackerJackMack has joined #openstack | 16:02 | |
*** jorisroovers has quit IRC | 16:02 | |
*** macjack has quit IRC | 16:02 | |
*** macjack has joined #openstack | 16:02 | |
*** MaxV_ has joined #openstack | 16:03 | |
*** giorgiodinapoli has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack | 16:03 | |
Sam-I-Am | CaptainTacoSauce: yo | 16:03 |
*** mrunge has quit IRC | 16:03 | |
*** galstrom is now known as galstrom_zzz | 16:03 | |
*** jroovers has quit IRC | 16:03 | |
*** danger_fo_away is now known as danger_fo | 16:04 | |
*** halfss has quit IRC | 16:04 | |
*** reidrac has quit IRC | 16:05 | |
*** spzala has joined #openstack | 16:05 | |
*** djbkd has joined #openstack | 16:05 | |
*** lool has quit IRC | 16:06 | |
*** lool has joined #openstack | 16:06 | |
*** halfss has joined #openstack | 16:06 | |
*** CrackerJackMack has quit IRC | 16:06 | |
*** aricg has quit IRC | 16:07 | |
*** CrackerJackMack has joined #openstack | 16:07 | |
*** Ruetobas has quit IRC | 16:07 | |
*** halfss has quit IRC | 16:08 | |
*** halfss has joined #openstack | 16:08 | |
*** galstrom_zzz is now known as galstrom | 16:08 | |
*** devioslang has joined #openstack | 16:08 | |
cuban3r | captaintacosauce: solved --> nova.virt namespace issue | 16:09 |
CaptainTacoSauce | ah okay, neat | 16:09 |
CaptainTacoSauce | heya Sam | 16:09 |
*** halfss has quit IRC | 16:09 | |
*** stevem_ has quit IRC | 16:09 | |
*** davidhadas has quit IRC | 16:09 | |
*** halfss has joined #openstack | 16:09 | |
*** cuban3r has left #openstack | 16:10 | |
Sam-I-Am | hows life? | 16:10 |
*** stevem has joined #openstack | 16:10 | |
*** rnorwood1 has quit IRC | 16:11 | |
*** Kvezon has quit IRC | 16:12 | |
*** pravka has joined #openstack | 16:12 | |
SebastianKreutzb | BobBall: thanks for all your help today! I will tomorrow morning dive into all that and try to come as far as I can :) | 16:12 |
*** pablosan has quit IRC | 16:13 | |
Sam-I-Am | CaptainTacoSauce: is your metadata stuff working? | 16:13 |
*** Ruetobas has joined #openstack | 16:13 | |
BobBall | HTH SebastianKreutzb :) | 16:14 |
*** devoid1 has joined #openstack | 16:15 | |
*** afazekas has quit IRC | 16:15 | |
*** daMaestro has joined #openstack | 16:16 | |
*** devoid1 has quit IRC | 16:16 | |
*** devoid has joined #openstack | 16:16 | |
*** desai has joined #openstack | 16:17 | |
*** eoffenflig is now known as offenflieg | 16:17 | |
*** ppradhan has joined #openstack | 16:17 | |
*** devoid1 has joined #openstack | 16:17 | |
*** devoid has quit IRC | 16:17 | |
*** CrackerJackMack has quit IRC | 16:18 | |
*** CrackerJackMack has joined #openstack | 16:18 | |
*** gszasz has quit IRC | 16:18 | |
*** monst has joined #openstack | 16:19 | |
*** vfiduccia has joined #openstack | 16:20 | |
*** devoid2 has joined #openstack | 16:20 | |
*** terriyu has quit IRC | 16:20 | |
*** devoid1 has quit IRC | 16:20 | |
*** rnirmal has quit IRC | 16:21 | |
*** elo has joined #openstack | 16:22 | |
*** kbringard has quit IRC | 16:22 | |
*** Cris__ has joined #openstack | 16:22 | |
*** renner has quit IRC | 16:22 | |
*** jrb has joined #openstack | 16:23 | |
*** Cris__ has quit IRC | 16:23 | |
*** djoreilly has joined #openstack | 16:25 | |
*** devoid2 has quit IRC | 16:25 | |
*** devoid has joined #openstack | 16:25 | |
*** HenryG has joined #openstack | 16:25 | |
Torikun | Seems like overcommitting is not the issue...How can I make openstack ignore suspended VM's so I can launch more? | 16:26 |
Torikun | is there an override? | 16:26 |
*** souvik1 has joined #openstack | 16:27 | |
*** edgy has left #openstack | 16:27 | |
CaptainTacoSauce | oh, annual enrollment time, bleh | 16:28 |
*** abk has quit IRC | 16:28 | |
CaptainTacoSauce | metadata, metadata, I don't remember that problem | 16:28 |
CaptainTacoSauce | my last problem was network connectivity to the guest VMs but that's working great now so I guess next step is to add cinder and play with that | 16:29 |
*** Chown67 has quit IRC | 16:29 | |
*** MaxV_ has quit IRC | 16:29 | |
*** gszasz has joined #openstack | 16:30 | |
Sam-I-Am | CaptainTacoSauce: oh, with my config i have some issue with the net node claiming the metadata endpoint isnt registered | 16:30 |
Sam-I-Am | but... i thought it was part of neutron's endpoint | 16:30 |
*** MaxV_ has joined #openstack | 16:30 | |
Torikun | Any way to make suspended VM's not count against your memory usage so you can launch more VM's ? | 16:30 |
CaptainTacoSauce | hmmmm yeah haven't seen that one, I'm not even entirely sure what that means | 16:30 |
Sam-I-Am | Torikun: i dont think so.. kind of wouldnt make sense | 16:30 |
Sam-I-Am | CaptainTacoSauce: one sec | 16:31 |
Torikun | I tried overcommit and it does not work | 16:31 |
*** souvik has quit IRC | 16:31 | |
*** jrb has quit IRC | 16:31 | |
Torikun | regular KVM will allow it =( | 16:32 |
Sam-I-Am | CaptainTacoSauce: humm, the error is gone now :/ | 16:32 |
CaptainTacoSauce | you're welcome :P | 16:32 |
Sam-I-Am | i must have rubbed the lamp correctly | 16:33 |
*** rnirmal has joined #openstack | 16:33 | |
Sam-I-Am | CaptainTacoSauce: so your network stuffs is still working? | 16:33 |
CaptainTacoSauce | yeah haven't touched it today but it was working great Friday | 16:33 |
Sam-I-Am | heh, i havent worked on mine since then either | 16:34 |
Sam-I-Am | needed a brain break | 16:34 |
Sam-I-Am | now i'm putting together a second system in an attempt to figure out exactly where the docs go wrong | 16:34 |
*** cdub has joined #openstack | 16:34 | |
*** nkhare has joined #openstack | 16:35 | |
*** jcarter has quit IRC | 16:36 | |
*** rnorwood1 has joined #openstack | 16:36 | |
*** byeager has quit IRC | 16:36 | |
*** byeager has joined #openstack | 16:37 | |
*** eglynn has quit IRC | 16:37 | |
*** aliguori has joined #openstack | 16:37 | |
*** jcarter has joined #openstack | 16:38 | |
*** morazi has quit IRC | 16:38 | |
*** SushilKM__ has joined #openstack | 16:39 | |
*** devioslang has quit IRC | 16:39 | |
*** markpeek has quit IRC | 16:40 | |
*** byeager has quit IRC | 16:41 | |
*** MaxV_ has quit IRC | 16:42 | |
*** MaxV_ has joined #openstack | 16:43 | |
*** renner has joined #openstack | 16:43 | |
*** bluenemo has quit IRC | 16:43 | |
*** MaxV_ has quit IRC | 16:43 | |
CaptainTacoSauce | yeah I'm going to show up to my lab later today and be like what's the deallll | 16:44 |
Sam-I-Am | haha | 16:44 |
Sam-I-Am | i recommend bringing a six pack | 16:44 |
*** MaxV_ has joined #openstack | 16:44 | |
*** maxdml has quit IRC | 16:45 | |
*** flaper87 is now known as flaper87|afk | 16:45 | |
*** elo has quit IRC | 16:45 | |
*** vahid has joined #openstack | 16:48 | |
*** dobber has quit IRC | 16:48 | |
*** para__ has joined #openstack | 16:48 | |
*** vahid is now known as vahidh | 16:48 | |
*** KaZeR has quit IRC | 16:49 | |
*** KaZeR has joined #openstack | 16:50 | |
*** MaxV_ has quit IRC | 16:50 | |
*** morazi has joined #openstack | 16:50 | |
*** MaxV_ has joined #openstack | 16:50 | |
*** corXi has quit IRC | 16:51 | |
*** troytoman-away is now known as troytoman | 16:51 | |
*** christyp has quit IRC | 16:52 | |
*** berendt has joined #openstack | 16:53 | |
*** markpeek has joined #openstack | 16:54 | |
*** KaZeR has quit IRC | 16:55 | |
*** krypto has quit IRC | 16:56 | |
*** byeager_ has joined #openstack | 16:56 | |
*** simon-AS559 has joined #openstack | 16:56 | |
*** markpeek has quit IRC | 16:57 | |
*** mgergely has joined #openstack | 16:57 | |
*** fivestar has quit IRC | 16:58 | |
*** monst_ has joined #openstack | 16:58 | |
*** manishg has quit IRC | 16:58 | |
*** aroque has joined #openstack | 16:58 | |
*** flaper87|afk is now known as flaper87 | 16:58 | |
*** tonix_ has joined #openstack | 16:59 | |
*** tonix has quit IRC | 16:59 | |
*** ArminderS has quit IRC | 16:59 | |
*** ArminderS has joined #openstack | 16:59 | |
*** simon-AS559 has quit IRC | 17:01 | |
*** rnorwood1 has quit IRC | 17:01 | |
*** annegentle has joined #openstack | 17:01 | |
*** smeaaagle has quit IRC | 17:01 | |
*** rnorwood1 has joined #openstack | 17:02 | |
*** zradmin has joined #openstack | 17:02 | |
*** monst has quit IRC | 17:02 | |
*** KaZeR has joined #openstack | 17:03 | |
*** MaxV_ has quit IRC | 17:04 | |
*** ifarkas has quit IRC | 17:04 | |
*** wramthun has quit IRC | 17:04 | |
*** MaxV_ has joined #openstack | 17:04 | |
*** giorgiodinapoli has joined #openstack | 17:05 | |
*** galstrom is now known as galstrom_zzz | 17:05 | |
*** renner has quit IRC | 17:06 | |
*** smeaaagle has joined #openstack | 17:06 | |
*** MaxV_ has quit IRC | 17:07 | |
KaZeR | hi there | 17:07 |
*** mgergely has quit IRC | 17:07 | |
*** perror has quit IRC | 17:07 | |
*** tianst20 has quit IRC | 17:07 | |
*** marun has quit IRC | 17:07 | |
*** simon-AS559 has joined #openstack | 17:08 | |
KaZeR | CaptainTacoSauce: which version are you running ? | 17:08 |
Sam-I-Am | KaZeR: figure out your problem? | 17:08 |
*** rnirmal_ has joined #openstack | 17:08 | |
CaptainTacoSauce | I run havana on saucy. | 17:08 |
*** galstrom_zzz is now known as galstrom | 17:09 | |
*** souvik1 has quit IRC | 17:09 | |
*** ildiko has joined #openstack | 17:09 | |
KaZeR | Sam-I-Am: unfortunately, not yet :( | 17:09 |
KaZeR | ok CaptainTacoSauce. using openvswitch too ? | 17:09 |
CaptainTacoSauce | Yep. | 17:09 |
*** rnirmal has quit IRC | 17:09 | |
*** rnirmal_ is now known as rnirmal | 17:09 | |
Sam-I-Am | KaZeR: thats... weird. | 17:09 |
CaptainTacoSauce | with kvm virt | 17:09 |
*** _sulo has quit IRC | 17:09 | |
Sam-I-Am | that one line fixed my 404s... so... | 17:09 |
*** MarcMorata has quit IRC | 17:09 | |
KaZeR | Sam-I-Am: yep really weird. | 17:10 |
*** rnirmal has quit IRC | 17:10 | |
KaZeR | Sam-I-Am: thanks again anyway, really appreciate | 17:10 |
Sam-I-Am | must be something else missing somewhere | 17:10 |
*** bsdgeek has quit IRC | 17:10 | |
*** rnirmal has joined #openstack | 17:10 | |
Sam-I-Am | the question is where.. | 17:10 |
CaptainTacoSauce | I'm curious what the problem was but probably don't have the cycles to actually look at it. | 17:10 |
*** jkienitz has joined #openstack | 17:13 | |
*** pantea has quit IRC | 17:14 | |
*** mikedawson has quit IRC | 17:14 | |
*** MaxV_ has joined #openstack | 17:15 | |
*** ryker has joined #openstack | 17:15 | |
*** cjellick has joined #openstack | 17:15 | |
*** ahs3 has quit IRC | 17:15 | |
*** bsdgeek has joined #openstack | 17:16 | |
*** berendt has quit IRC | 17:17 | |
*** MaxV_ has quit IRC | 17:18 | |
*** galstrom is now known as galstrom_zzz | 17:18 | |
*** bsdgeek_ has joined #openstack | 17:18 | |
*** bsdgeek_ has quit IRC | 17:18 | |
*** MaxV_ has joined #openstack | 17:18 | |
*** sputnik13 has quit IRC | 17:18 | |
cjellick | hi all. does anyone know how to configure horizon/keystone to limit the number of users retutrned when modifying the users in a project? | 17:19 |
*** Gamekiller77 has joined #openstack | 17:19 | |
cjellick | …have lots of users from ldap and it takes forever to load | 17:19 |
*** bsdgeek_ has joined #openstack | 17:19 | |
*** mikedawson has joined #openstack | 17:19 | |
Gamekiller77 | Does any one know if the L3 part of neutron has it own log files or a way to make it print to standard output | 17:19 |
*** zz_tsykoduk is now known as tsykoduk | 17:19 | |
*** termie has quit IRC | 17:20 | |
*** davidhadas has joined #openstack | 17:20 | |
Sam-I-Am | it should log in /var/log/neutron | 17:20 |
*** bsdgeek has quit IRC | 17:20 | |
Gamekiller77 | but that like the bulk log for all neutron services | 17:20 |
*** ahs3 has joined #openstack | 17:21 | |
Sam-I-Am | i have separate l3 agent and dhcp agent logs in there | 17:21 |
Gamekiller77 | i can get the L3 to work with manual command execution but not via the service start | 17:21 |
Sam-I-Am | if thats what you're looking for | 17:21 |
*** jkienitz has quit IRC | 17:21 | |
*** msgodf has quit IRC | 17:21 | |
Gamekiller77 | so i can just place that right log_dir and log_file | 17:21 |
*** SebastianKreutzb has quit IRC | 17:21 | |
Gamekiller77 | btw thanks Sam-I-Am | 17:22 |
*** ahasenack has joined #openstack | 17:22 | |
*** sayan has joined #openstack | 17:22 | |
KaZeR | Gamekiller77: /usr/bin/quantum-l3-agent-python2.7 --config-file=/etc/quantum/quantum.conf --config-file=/etc/quantum/l3_agent.ini --log-file=/var/log/quantum//quantum-l3-agent.log | 17:22 |
*** jcarter has quit IRC | 17:22 | |
KaZeR | (same for neutron of course) | 17:22 |
*** lborda has quit IRC | 17:22 | |
*** jistr has quit IRC | 17:22 | |
Gamekiller77 | KaZeR: i did that and it runs just fine | 17:22 |
Sam-I-Am | there's also a debug mode if needed | 17:22 |
Gamekiller77 | ok cool was not sure how much the sub system shared with the core server | 17:23 |
*** rmr has joined #openstack | 17:24 | |
*** galstrom_zzz is now known as galstrom | 17:24 | |
*** itamarjp has joined #openstack | 17:24 | |
*** ahs3 has quit IRC | 17:25 | |
*** jkienitz has joined #openstack | 17:26 | |
*** ujuc has quit IRC | 17:26 | |
*** termie has joined #openstack | 17:27 | |
rmr | Hi ! I am new to openstack and was trying to understand the boot process of the it..i.e., in what order services are started...what all could go wrong...can somebody please suggest some good material for this...any help is greatly appreciated ! | 17:27 |
*** kushal has quit IRC | 17:27 | |
*** ayoung_ has joined #openstack | 17:28 | |
*** nbrosnahan has quit IRC | 17:28 | |
*** sigurding has joined #openstack | 17:28 | |
*** MaxV_ has quit IRC | 17:29 | |
*** MaxV_ has joined #openstack | 17:29 | |
*** clayb has joined #openstack | 17:30 | |
*** jkienitz has quit IRC | 17:30 | |
*** rnorwood1 has quit IRC | 17:30 | |
*** hs366 has joined #openstack | 17:30 | |
*** andreas__ has joined #openstack | 17:30 | |
*** vkmc has quit IRC | 17:30 | |
*** dmz has joined #openstack | 17:30 | |
*** nbrosnahan has joined #openstack | 17:31 | |
*** galstrom is now known as galstrom_zzz | 17:31 | |
*** blamar has quit IRC | 17:32 | |
Sam-I-Am | rmr: with upstart things kind of start all at once | 17:33 |
*** sayan has quit IRC | 17:33 | |
CaptainTacoSauce | rmr: I don't have any documentation to refer you to, but I think the system is largely designed to fail and recover -- it shouldn't have a specific runbook. Having said that, I'd say 1) mysql/rabbit 2) keystone 3) everything else | 17:33 |
Sam-I-Am | which... sucks imo | 17:33 |
*** sigurding has quit IRC | 17:33 | |
Sam-I-Am | if you check logs, you'll see that daemons can't connect to other daemons for a while, but then it all cleans up | 17:33 |
Sam-I-Am | rebooting pieces usually reconnect after a bit | 17:33 |
*** rnorwood1 has joined #openstack | 17:34 | |
*** ahasenack has quit IRC | 17:34 | |
*** jpich has quit IRC | 17:34 | |
*** MaxV_ has quit IRC | 17:34 | |
*** marrusl has quit IRC | 17:34 | |
*** jcarter has joined #openstack | 17:35 | |
*** dbalog has joined #openstack | 17:35 | |
*** rnorwood1 has quit IRC | 17:36 | |
*** thelorax123 has quit IRC | 17:36 | |
*** peetaur has quit IRC | 17:37 | |
*** Chown67 has joined #openstack | 17:37 | |
*** thelorax123 has joined #openstack | 17:38 | |
*** sigurding has joined #openstack | 17:38 | |
*** peetaur has joined #openstack | 17:38 | |
*** Chown67 has quit IRC | 17:41 | |
*** cwvh has joined #openstack | 17:42 | |
*** jnoller has quit IRC | 17:43 | |
*** rossella_s has quit IRC | 17:44 | |
*** jnoller has joined #openstack | 17:44 | |
*** exed has quit IRC | 17:44 | |
Gamekiller77 | Sam-I-Am: thanks for the log i found the problem with L3_agent | 17:45 |
Gamekiller77 | root-wrapper was still pointing to quantum name not neutron name | 17:46 |
*** arif-ali has quit IRC | 17:46 | |
*** sushils has quit IRC | 17:47 | |
*** andreas__ has quit IRC | 17:48 | |
*** itooon has joined #openstack | 17:48 | |
*** monst_ has quit IRC | 17:48 | |
Sam-I-Am | that'll do it | 17:48 |
Sam-I-Am | also make sure sudo allows the neutron/nova users | 17:48 |
*** monst has joined #openstack | 17:48 | |
*** troytoman is now known as troytoman-away | 17:50 | |
*** MaxV_ has joined #openstack | 17:50 | |
*** jkienitz has joined #openstack | 17:50 | |
*** sayan has joined #openstack | 17:50 | |
*** satheesh has joined #openstack | 17:51 | |
*** scott_w has quit IRC | 17:51 | |
*** kpavel has quit IRC | 17:52 | |
*** sigurding has quit IRC | 17:52 | |
*** marclaporte has quit IRC | 17:52 | |
*** warik has joined #openstack | 17:53 | |
*** exed has joined #openstack | 17:53 | |
*** monst_ has joined #openstack | 17:53 | |
*** aspiers has quit IRC | 17:53 | |
*** monst_ has quit IRC | 17:54 | |
*** monst_ has joined #openstack | 17:55 | |
*** MaxV_ has quit IRC | 17:55 | |
*** satheesh has quit IRC | 17:56 | |
*** ninja has joined #openstack | 17:57 | |
*** ArminderS has quit IRC | 17:57 | |
*** blamar has joined #openstack | 17:57 | |
*** monst has quit IRC | 17:57 | |
*** vlad_starkov has quit IRC | 17:57 | |
*** sacharya has joined #openstack | 17:58 | |
*** marclaporte has joined #openstack | 17:59 | |
*** pfreund has quit IRC | 17:59 | |
*** monst_ has quit IRC | 18:00 | |
*** pberis has quit IRC | 18:00 | |
*** SushilKM__ has quit IRC | 18:01 | |
*** monst has joined #openstack | 18:01 | |
*** reidrac has joined #openstack | 18:01 | |
*** kbringard has joined #openstack | 18:01 | |
*** pberis has joined #openstack | 18:01 | |
*** stevem has quit IRC | 18:02 | |
*** peetaur has quit IRC | 18:02 | |
*** peetaur has joined #openstack | 18:02 | |
*** derekh has quit IRC | 18:03 | |
*** wdennis has joined #openstack | 18:03 | |
*** Ryan_Lane has joined #openstack | 18:04 | |
Gamekiller77 | Sam-I-Am: not using sudo with my setup in dev | 18:05 |
Sam-I-Am | ok... | 18:05 |
Gamekiller77 | but yah the defualt in neutron,conf is quantum so had to change it and remove sudo | 18:05 |
Gamekiller77 | for rootwrapper | 18:05 |
*** ahasenack has joined #openstack | 18:06 | |
Sam-I-Am | did you upgrade from grizzly or something? | 18:06 |
*** DavidSchmitt has left #openstack | 18:08 | |
*** twoputt has joined #openstack | 18:09 | |
*** twoputt_ has joined #openstack | 18:09 | |
Gamekiller77 | no fresh install of havana | 18:10 |
Gamekiller77 | the upgrade borked the whole setup | 18:10 |
*** vipul is now known as vipul-away | 18:10 | |
Gamekiller77 | so was faster to reinstall | 18:10 |
*** christyp has joined #openstack | 18:10 | |
Sam-I-Am | hmm, wonder why you're seeing 'quantum' in places | 18:10 |
*** zradmin has quit IRC | 18:11 | |
*** satheesh1 has joined #openstack | 18:11 | |
Gamekiller77 | it odd it in the base config at the top of the option is states neutron but in the line to uncomment it quantum | 18:12 |
Gamekiller77 | thinking i should file a bug with this but not sure where the config file come from the project or the RDO stack | 18:13 |
Sam-I-Am | ohhh... rdo | 18:13 |
Sam-I-Am | could be an rdo issue since it uses packstack | 18:13 |
Gamekiller77 | well i did not install via packstack | 18:13 |
*** manishg has joined #openstack | 18:13 | |
*** clouded_tux has quit IRC | 18:13 | |
Sam-I-Am | my havana install on ubuntu is all neutron | 18:13 |
Gamekiller77 | i did it manual via yum | 18:13 |
Gamekiller77 | yah sorry RDO her as we are a RHEL houst | 18:14 |
Gamekiller77 | house | 18:14 |
larsks | Gamekiller77: If you run into RDO problems, just file the bug against RDO...if it's actually an upstream problem it should eventually get there, and if not this makes sure someone will take a look at it. | 18:14 |
Sam-I-Am | i was kind of under the impression that rdo was a devel/test kit like devstack | 18:14 |
*** jaimef has quit IRC | 18:14 | |
Sam-I-Am | but i havent used rdo yet. planning to try it. | 18:14 |
Sam-I-Am | enough people come in here with questions on it | 18:15 |
*** pravka has quit IRC | 18:15 | |
Gamekiller77 | I have two setups with it now | 18:15 |
Gamekiller77 | packstack will do all in one or multi node now | 18:15 |
Sam-I-Am | is it aimed at production or still test? | 18:16 |
Gamekiller77 | but like i said i doing it all by hand to learn the ins and outs | 18:16 |
Sam-I-Am | i havent used packstack either | 18:16 |
*** hs366 has quit IRC | 18:16 | |
Gamekiller77 | i run the dev setup | 18:16 |
Sam-I-Am | i started with devstack, got familiar with it, and then did my own manual install | 18:16 |
*** wramthun has joined #openstack | 18:16 | |
Gamekiller77 | we have it in Stage and will run it in prod soon not sure when | 18:16 |
Sam-I-Am | devstack had a few annoying limitations | 18:16 |
Gamekiller77 | yah i did all by hand first time around | 18:16 |
Gamekiller77 | took me 3 months | 18:16 |
Sam-I-Am | like... logging everything to a screen session | 18:16 |
Sam-I-Am | ha | 18:16 |
*** cwvh has quit IRC | 18:17 | |
*** ndipanov is now known as ndipanov_gone | 18:17 | |
Sam-I-Am | i've done too many hand installs now... takes me a day once the base OS is ready for openstack packages | 18:17 |
Gamekiller77 | yah upgrade to havana was super fast for me | 18:17 |
*** dsockwell has quit IRC | 18:17 | |
Gamekiller77 | but dealing with Ceph p[roblems too | 18:18 |
Gamekiller77 | we have tech support for Ceph | 18:18 |
*** dcramer_ has quit IRC | 18:19 | |
*** flaper87 is now known as flaper87|afk | 18:19 | |
*** MaxV_ has joined #openstack | 18:19 | |
*** gyee has joined #openstack | 18:19 | |
Gamekiller77 | i am now trying to give back to the community | 18:19 |
Sam-I-Am | cool | 18:20 |
Sam-I-Am | i'm trying to give back with doc fixes | 18:20 |
*** ayoung_ has quit IRC | 18:20 | |
*** cococafe has joined #openstack | 18:20 | |
Gamekiller77 | same here with REHL | 18:20 |
Gamekiller77 | already found two problems | 18:20 |
*** ayoung_ has joined #openstack | 18:20 | |
*** satheesh1 has quit IRC | 18:20 | |
Sam-I-Am | i'm trying to find the "key" now to why neutron doesnt work at all using the official docs | 18:21 |
*** homegrown has joined #openstack | 18:21 | |
Sam-I-Am | i think i know what it is... just need more evidence | 18:21 |
*** Lexis has quit IRC | 18:21 | |
*** Lexis has joined #openstack | 18:21 | |
*** jaimef has joined #openstack | 18:22 | |
*** Lexis has left #openstack | 18:22 | |
*** devnull1 has quit IRC | 18:22 | |
*** Lexis has joined #openstack | 18:22 | |
*** stevem has joined #openstack | 18:22 | |
*** briancline has quit IRC | 18:23 | |
*** pravka has joined #openstack | 18:23 | |
*** Lexis has quit IRC | 18:23 | |
Gamekiller77 | with what pluginis | 18:24 |
*** nbrosnahan has quit IRC | 18:24 | |
*** blamar has quit IRC | 18:24 | |
*** blamar has joined #openstack | 18:24 | |
Sam-I-Am | ovs | 18:24 |
Gamekiller77 | that what i have for now | 18:24 |
Gamekiller77 | be switching over to N1k soon | 18:25 |
*** ahs3 has joined #openstack | 18:25 | |
Sam-I-Am | nexus? | 18:26 |
*** sayan has quit IRC | 18:26 | |
*** linuxfreck has joined #openstack | 18:29 | |
Gamekiller77 | yah | 18:29 |
Gamekiller77 | i have to ;) | 18:29 |
Gamekiller77 | i have to prove the cisco on cisco story | 18:30 |
*** Harry51S has quit IRC | 18:30 | |
*** ninja has quit IRC | 18:30 | |
*** CaptTofu has quit IRC | 18:32 | |
Sam-I-Am | ble | 18:32 |
Sam-I-Am | h | 18:32 |
* Sam-I-Am isnt a cisco fan | 18:32 | |
*** CaptTofu has joined #openstack | 18:32 | |
*** jnoller has quit IRC | 18:32 | |
Gamekiller77 | i work there so no choice | 18:32 |
*** twoputt has quit IRC | 18:32 | |
Sam-I-Am | ha, nice. | 18:32 |
Sam-I-Am | <- brocade | 18:32 |
Gamekiller77 | nice | 18:32 |
Sam-I-Am | lets take this out in the parking lot... :) | 18:32 |
Gamekiller77 | you off 1st street | 18:32 |
*** twoputt_ has quit IRC | 18:33 | |
Sam-I-Am | i'm actually in denver | 18:33 |
Gamekiller77 | i go eat lunch by your building here in San Jose | 18:33 |
Gamekiller77 | ok off | 18:33 |
*** Gamekiller77 is now known as GK77_afk | 18:33 | |
*** nbrosnahan has joined #openstack | 18:33 | |
*** pmoosh has joined #openstack | 18:33 | |
*** d34dh0r53 has quit IRC | 18:34 | |
*** Shaan7 has quit IRC | 18:34 | |
*** germanoak has quit IRC | 18:34 | |
*** vipul-away is now known as vipul | 18:35 | |
*** jlibosva has joined #openstack | 18:35 | |
*** engkur has quit IRC | 18:36 | |
*** Barker has quit IRC | 18:39 | |
*** johnthetubaguy has quit IRC | 18:40 | |
*** Barker has joined #openstack | 18:40 | |
*** maxdml has joined #openstack | 18:41 | |
*** sayan has joined #openstack | 18:41 | |
*** wdennis has quit IRC | 18:42 | |
*** jdob has quit IRC | 18:42 | |
*** stevem has quit IRC | 18:43 | |
*** stevem_ has joined #openstack | 18:43 | |
*** vlad_starkov has joined #openstack | 18:45 | |
*** para__ has quit IRC | 18:46 | |
*** smeaaagle has quit IRC | 18:46 | |
*** sayan has quit IRC | 18:48 | |
*** smeaaagle has joined #openstack | 18:49 | |
*** cdub_ has joined #openstack | 18:49 | |
*** Lexis has joined #openstack | 18:50 | |
Lexis | Hello everyone | 18:50 |
Lexis | quick newb question, what is the best way to update a devstack to Havana ? | 18:50 |
clarkb | Lexis: the easiest way is probably to just start over | 18:51 |
Lexis | ^^ | 18:51 |
Sam-I-Am | yeah, pretty much | 18:51 |
Lexis | if I use the default devstack, I get on Grizzly right ? | 18:51 |
clarkb | no default devstack is master | 18:51 |
clarkb | which is currently icehouse | 18:51 |
clarkb | (it depends on what commit of devstack you currently have checked out) | 18:52 |
Sam-I-Am | you can tell it which repo to use | 18:52 |
Sam-I-Am | but the default is devel | 18:52 |
Lexis | ok, I did the deployment but didn't see heat there | 18:52 |
*** albionandrew has joined #openstack | 18:54 | |
Lexis | ok I should read ^^ | 18:54 |
Lexis | https://wiki.openstack.org/wiki/Heat/GettingStartedUsingDevstack | 18:54 |
*** peetaur is now known as Guest43833 | 18:54 | |
*** peetaur has joined #openstack | 18:54 | |
*** msgodf has joined #openstack | 18:55 | |
*** sigurding has joined #openstack | 18:55 | |
*** jergerber has joined #openstack | 18:56 | |
*** cwvh has joined #openstack | 18:56 | |
*** jdob has joined #openstack | 18:58 | |
*** nkhare has quit IRC | 18:58 | |
*** linuxfreck has quit IRC | 18:59 | |
*** _sulo has joined #openstack | 19:00 | |
*** gmi has joined #openstack | 19:02 | |
*** pmathews has joined #openstack | 19:02 | |
*** vlad_starkov has quit IRC | 19:03 | |
*** routerpro has joined #openstack | 19:03 | |
*** vlad_starkov has joined #openstack | 19:03 | |
*** aspiers has joined #openstack | 19:03 | |
*** arif-ali has joined #openstack | 19:04 | |
*** sayan has joined #openstack | 19:05 | |
*** sushils has joined #openstack | 19:06 | |
*** stevem_ has quit IRC | 19:09 | |
*** sushils has quit IRC | 19:09 | |
*** berendt has joined #openstack | 19:09 | |
*** achampion has quit IRC | 19:10 | |
*** dgel has joined #openstack | 19:11 | |
*** sayan has quit IRC | 19:11 | |
*** eglynn has joined #openstack | 19:11 | |
*** DuncanT- has quit IRC | 19:13 | |
*** sigurding has quit IRC | 19:14 | |
*** DuncanT- has joined #openstack | 19:14 | |
*** germanoak has joined #openstack | 19:14 | |
*** hdd has joined #openstack | 19:14 | |
*** renebarbosa has quit IRC | 19:14 | |
*** sigurding has joined #openstack | 19:15 | |
*** Lexis has quit IRC | 19:15 | |
*** renebarbosa has joined #openstack | 19:16 | |
*** Lexis has joined #openstack | 19:16 | |
*** evanz has quit IRC | 19:19 | |
*** andersonvom has joined #openstack | 19:21 | |
*** pablokbs has joined #openstack | 19:21 | |
pablokbs | hello, were can I get help to install openstack on ubuntu 12 ? | 19:22 |
*** dsockwell has joined #openstack | 19:23 | |
*** aspiers has quit IRC | 19:24 | |
*** stkowski has joined #openstack | 19:25 | |
Sam-I-Am | plenty of places | 19:25 |
Sam-I-Am | here, official docs, ask.openstack.org, google search... | 19:26 |
*** vkmc has joined #openstack | 19:26 | |
pablokbs | ok maybe you can help me :) I just want to install openstack on a fresh installed ubuntu 12 server | 19:27 |
pablokbs | with only one NIC | 19:27 |
*** cwvh has quit IRC | 19:27 | |
pablokbs | i've read the DOC but it's about 130 PAGES!!!! | 19:27 |
*** twoputt_ has joined #openstack | 19:27 | |
*** twoputt has joined #openstack | 19:27 | |
*** vlad_sta_ has joined #openstack | 19:27 | |
*** jrb has joined #openstack | 19:28 | |
*** exed has quit IRC | 19:28 | |
*** andersonvom has quit IRC | 19:28 | |
pablokbs | I tried with devstack script, works well but I'm having trouble with the NICs configuration, I just want to make a virtual NIC and NAT some traffic with shorewall, that's it | 19:28 |
*** eglynn has quit IRC | 19:28 | |
*** Zack_Deee has quit IRC | 19:29 | |
*** dgel has quit IRC | 19:29 | |
pablokbs | I really don't understand well about "floating range, fixed range, etc" | 19:29 |
pablokbs | that's my problem I think | 19:29 |
Sam-I-Am | things are a little sketchy with one nic | 19:30 |
*** sigurding has quit IRC | 19:30 | |
*** jrb has quit IRC | 19:30 | |
pablokbs | oh :( | 19:30 |
*** andersonvom has joined #openstack | 19:30 | |
pablokbs | there is no way I can install another nic on that server | 19:30 |
*** vlad_starkov has quit IRC | 19:31 | |
pablokbs | maybe if I create a bridged interface or something | 19:31 |
dsockwell | would a dummy driver NIC work? | 19:31 |
dsockwell | or some other kind of fake NIC | 19:31 |
pablokbs | I hope :) | 19:31 |
Sam-I-Am | i am using 1 nic with devstack | 19:32 |
*** rnorwood1 has joined #openstack | 19:32 | |
Sam-I-Am | it works, but isnt very flexible | 19:32 |
pablokbs | what are the limitations? | 19:32 |
pablokbs | maybe I don't need to much of that | 19:32 |
dsockwell | you could do your testing in a vm with qemu or lxc as a hypervisor and have all the NICs you want | 19:32 |
Sam-I-Am | dsockwell: thats what i'm doing to get around my 2-nic limitation on the network node | 19:33 |
Sam-I-Am | the controller and net nodes are VMs | 19:33 |
*** mkoderer has quit IRC | 19:33 | |
*** rossk has joined #openstack | 19:33 | |
Sam-I-Am | pablokbs: what exactly are you trying to do with shorewall? openstack has an internal way of managing firewall rules with security groups | 19:34 |
pablokbs | Sam-I-Am: that would work | 19:34 |
*** morazi has quit IRC | 19:34 | |
pablokbs | i just want to nat some ports, like 89 | 19:34 |
pablokbs | 80* or 443 | 19:34 |
pablokbs | maybe I should read about all that concepts | 19:35 |
pablokbs | is there any openstack for dummies guide? | 19:35 |
Sam-I-Am | yeah i'd just use security groups for that | 19:35 |
Sam-I-Am | its basically iptables | 19:35 |
pablokbs | sure | 19:35 |
pablokbs | like amazon | 19:35 |
pablokbs | http://devstack.org/guides/single-machine.html | 19:36 |
pablokbs | i'm using this guide | 19:36 |
pablokbs | what's floating range? | 19:36 |
pablokbs | fixed_range it's like the internal network between the virtual machines, right? | 19:36 |
*** choirboy has quit IRC | 19:37 | |
Sam-I-Am | floating is IPs usually reachable by the outside world | 19:37 |
Sam-I-Am | fixed is internal IPs | 19:37 |
dsockwell | so i have 2 security groups, default and ssh/web, and 2 guests, one in each security group but both on the same internal network. Both instances have floating IPs. security groups appear to fail open with all ports on both VMs available from my LAN (which is inside the defined external network) and from one vm to the other. | 19:37 |
Sam-I-Am | out of the box, your VMs will use an internal IP. they can see the world via NAT, but not back in | 19:38 |
*** pmathews has quit IRC | 19:38 | |
*** exed has joined #openstack | 19:38 | |
Sam-I-Am | if you assign a floating IP to the VM, it will 1:1 NAT it with the fixed IP and permit access via security groups | 19:38 |
*** retreved has quit IRC | 19:38 | |
Sam-I-Am | so pinging $floatingip will ping $fixedip | 19:38 |
pablokbs | Sam-I-Am: right, can I have several floating ranges? because I have some public IPs for my dedicated server, but they are in different ranges | 19:38 |
Sam-I-Am | sshing to $floatingip sshs to $fixedip | 19:39 |
pablokbs | Sam-I-Am: got it, nice | 19:39 |
Sam-I-Am | sure | 19:39 |
Sam-I-Am | as long as the networks are there | 19:39 |
pablokbs | sure | 19:39 |
*** retreved has joined #openstack | 19:39 | |
pablokbs | can I assign a ip for certaing port to a VM and the same ip for another port to another VM ? | 19:39 |
dsockwell | pablokbs: i think you'd assign each block as a subnet to your external netwrork | 19:39 |
pablokbs | dsockwell: thanks | 19:39 |
dsockwell | no i don't think you can do that with just openstack | 19:39 |
*** briancline has joined #openstack | 19:39 | |
pablokbs | I can't use the same ip for 2 vms for example? | 19:40 |
dsockwell | if you really need that you'll have to use a firewall guest like you wanted | 19:40 |
Sam-I-Am | internal IPs can be duplicated by different tenants i think, but not external IPs | 19:40 |
pablokbs | I can have a VM who acts like a firewall | 19:41 |
*** monst has quit IRC | 19:41 | |
pablokbs | and nat from there | 19:41 |
Sam-I-Am | yes | 19:41 |
*** ildiko has quit IRC | 19:41 | |
Sam-I-Am | thats fwaas | 19:41 |
pablokbs | :D | 19:41 |
dsockwell | or sometimes load balancing | 19:41 |
*** _sulo has quit IRC | 19:41 | |
pablokbs | yep | 19:41 |
dsockwell | depending on exactly how | 19:41 |
Sam-I-Am | but you probably want to figure out openstack first | 19:41 |
Sam-I-Am | before delving into that mess | 19:41 |
*** monst has joined #openstack | 19:41 | |
pablokbs | haha, yes | 19:41 |
Sam-I-Am | neutron is difficult to grasp | 19:41 |
*** monst has quit IRC | 19:41 | |
*** Barker has quit IRC | 19:42 | |
*** ArxCruz has quit IRC | 19:42 | |
dsockwell | i had to draw pictures to understand neutron and i still don't get parts of it | 19:42 |
*** stevem has joined #openstack | 19:42 | |
pablokbs | the main reason I'm doing this if four cloud-init, that's really cool | 19:42 |
*** smeaaagle has quit IRC | 19:43 | |
pablokbs | i'm a sysadmin for a dev company, I want to give the hability to create instances to developers, and automatically setup a dev server | 19:43 |
*** retreved has quit IRC | 19:43 | |
Sam-I-Am | dsockwell: your problem is kind of odd | 19:43 |
*** jkf has joined #openstack | 19:44 | |
Sam-I-Am | dsockwell: probably requires poking at the iptables rules on strange interfaces | 19:44 |
*** MaxV has quit IRC | 19:44 | |
*** evanjfraser has joined #openstack | 19:44 | |
*** smeaaagle has joined #openstack | 19:44 | |
Sam-I-Am | pablokbs: openstack is pretty cool, but also takes a lot of time to become proficient enough to offer a production environment | 19:44 |
Sam-I-Am | it breaks in interesting ways | 19:44 |
*** MaxV has joined #openstack | 19:45 | |
pablokbs | so are you saying that's still not suitable for production ? | 19:45 |
dsockwell | Sam-I-Am: so i shouldn't have to create a second internal network? | 19:45 |
dsockwell | because that's what i'm trying now | 19:45 |
Sam-I-Am | its fine for production, but it takes some effort for YOU to be comfortable | 19:46 |
*** rmr has quit IRC | 19:46 | |
dsockwell | i can go straight to iptables though | 19:46 |
pablokbs | Sam-I-Am: got it | 19:46 |
*** chandankumar has quit IRC | 19:46 | |
Sam-I-Am | dsockwell: i would think you can apply one secgroup to one vm and another to another vm on the same network | 19:46 |
Sam-I-Am | since those iptables are on a per-vm basis on the compute node | 19:46 |
dsockwell | right | 19:46 |
*** retreved has joined #openstack | 19:47 | |
*** monst has joined #openstack | 19:47 | |
dsockwell | should neutron be telling me about some firewall rules at this point? | 19:47 |
*** moneydouble has quit IRC | 19:47 | |
*** kbringard has quit IRC | 19:47 | |
pablokbs | thank you Sam-I-Am I will play a little with some VM on my computer before running the installer on the server | 19:47 |
dsockwell | pablokbs: i found the puppetlabs-openstack package to be pretty good, except maybe it gave me a firewall problem | 19:48 |
Sam-I-Am | dsockwell: should... at least it needs to know about them | 19:48 |
*** morazi has joined #openstack | 19:48 | |
pablokbs | dsockwell: I do use puppet, are you talking about the new grizzly module? | 19:49 |
Sam-I-Am | dsockwell: have you seen this? i think you have. http://openstack.redhat.com/Networking_in_too_much_detail | 19:49 |
pablokbs | becuase is not compatible with debian nor ubuntu :( | 19:49 |
Sam-I-Am | its pretty good explaining where to find stuff | 19:49 |
dsockwell | pablokbs: worked for havana for me | 19:49 |
pablokbs | on ubuntu ? | 19:49 |
*** MaxV has quit IRC | 19:49 | |
dsockwell | on ubuntu, yes | 19:49 |
pablokbs | nice, I will look into that now | 19:49 |
*** aroque has quit IRC | 19:49 | |
*** Barker has joined #openstack | 19:50 | |
*** Barker has quit IRC | 19:50 | |
dsockwell | i had to get it from github with the stable/havana branch | 19:50 |
dsockwell | which is new as of about last thursday | 19:50 |
*** Chown67 has joined #openstack | 19:50 | |
*** ayoung_ is now known as ayoung | 19:50 | |
dsockwell | and ignore all the docs on forge.puppetlabs.com | 19:50 |
pablokbs | ooh that's the catch | 19:50 |
dsockwell | the manifests have good (if really badly redundant) example headers though | 19:51 |
*** monst has quit IRC | 19:51 | |
pablokbs | if I can do this with puppet, it will be great, because I have 4 dedicated servers to install :P | 19:51 |
dsockwell | well | 19:51 |
dsockwell | i'll keep you posted | 19:51 |
*** monst has joined #openstack | 19:52 | |
*** otherwiseguy has quit IRC | 19:53 | |
*** nsavin has quit IRC | 19:53 | |
pablokbs | dsockwell: thanks for the help | 19:53 |
pablokbs | i'm checking out this puppet module | 19:54 |
*** pmathews has joined #openstack | 19:54 | |
dsockwell | http://pastebin.com/t7saHPrd | 19:54 |
dsockwell | so neutron knows about security groups but not firewalls (at least not the way i asked about them) | 19:54 |
*** Barker has joined #openstack | 19:54 | |
*** hemna has joined #openstack | 19:54 | |
*** bbcmicrocomputer has quit IRC | 19:54 | |
*** stevem_ has joined #openstack | 19:54 | |
Sam-I-Am | did you tell it to use the correct firewall method? | 19:55 |
Sam-I-Am | i.e., not the NoOp firewall | 19:55 |
Sam-I-Am | and it has to be consistent everywhere.. | 19:55 |
dsockwell | i wonder | 19:56 |
*** dgel has joined #openstack | 19:56 | |
Sam-I-Am | i gotta run... back later hopefully | 19:56 |
Sam-I-Am | or tomorrow | 19:56 |
Sam-I-Am | time for happy fun meetings | 19:56 |
dsockwell | hurray! | 19:57 |
*** stevem has quit IRC | 19:57 | |
dsockwell | oop - nova.conf has the noop driver | 19:57 |
dsockwell | wait that's to enable neutron to handle it | 19:58 |
*** nsavin has joined #openstack | 19:58 | |
*** nmagnezi has joined #openstack | 19:58 | |
*** Chown67 has quit IRC | 19:59 | |
*** pmathews has quit IRC | 19:59 | |
dsockwell | it's looking like firewall-list is more for fwaas (which i might need) than explicitly for security groups | 19:59 |
*** germanoak has quit IRC | 20:00 | |
*** dhblaz has joined #openstack | 20:00 | |
*** vkmc has quit IRC | 20:01 | |
*** GK77_afk has quit IRC | 20:02 | |
*** moneydouble has joined #openstack | 20:02 | |
dsockwell | http://www.gossamer-threads.com/lists/openstack/dev/32804 and https://bugs.launchpad.net/nova/+bug/1248859 seem to describe the behavior i'm seeing | 20:03 |
*** vlad_sta_ has quit IRC | 20:05 | |
*** smeaaagle has quit IRC | 20:05 | |
*** aroque has joined #openstack | 20:05 | |
*** Chown67 has joined #openstack | 20:05 | |
dsockwell | going to try switching out the vif driver as described on the mailing list | 20:06 |
*** smeaaagle has joined #openstack | 20:06 | |
*** evanjfraser has quit IRC | 20:09 | |
*** aroque has quit IRC | 20:09 | |
*** aroque has joined #openstack | 20:09 | |
*** sures has quit IRC | 20:10 | |
*** Egyptian[Laptop] has joined #openstack | 20:10 | |
*** byeager_ has quit IRC | 20:10 | |
*** byeager has joined #openstack | 20:11 | |
*** kbringard has joined #openstack | 20:11 | |
*** djoreilly has quit IRC | 20:11 | |
*** cotton has joined #openstack | 20:12 | |
*** gebel has joined #openstack | 20:12 | |
*** smeaaagle has quit IRC | 20:13 | |
*** melwitt has joined #openstack | 20:14 | |
*** smeaaagle has joined #openstack | 20:15 | |
*** byeager has quit IRC | 20:15 | |
*** Chown67_ has joined #openstack | 20:16 | |
*** Chown67 has quit IRC | 20:17 | |
*** Chown67_ is now known as Chown67 | 20:17 | |
*** tvvcox has quit IRC | 20:18 | |
*** byeager has joined #openstack | 20:18 | |
*** angdraug has joined #openstack | 20:21 | |
*** vlad_starkov has joined #openstack | 20:21 | |
*** blamar has quit IRC | 20:21 | |
*** smeaaagle has quit IRC | 20:23 | |
*** renebarbosa has quit IRC | 20:23 | |
*** blamar has joined #openstack | 20:23 | |
*** Barker has quit IRC | 20:23 | |
*** fandikurnia01 has joined #openstack | 20:25 | |
*** smeaaagle has joined #openstack | 20:26 | |
*** alunduil_ has joined #openstack | 20:27 | |
*** germanoak has joined #openstack | 20:27 | |
*** germanoak has quit IRC | 20:28 | |
*** nmagnezi has quit IRC | 20:28 | |
*** germanoak has joined #openstack | 20:28 | |
*** germanoak has joined #openstack | 20:29 | |
*** _sulo has joined #openstack | 20:30 | |
*** ThiagoCMC has joined #openstack | 20:30 | |
*** alunduil has quit IRC | 20:30 | |
*** cwvh has joined #openstack | 20:30 | |
*** rcheleguini has quit IRC | 20:30 | |
*** morazi has quit IRC | 20:30 | |
*** rmoe has joined #openstack | 20:32 | |
*** Chown67 has quit IRC | 20:33 | |
*** vlad_sta_ has joined #openstack | 20:34 | |
*** kindjal has joined #openstack | 20:34 | |
*** Barker has joined #openstack | 20:34 | |
*** pablokbs has quit IRC | 20:35 | |
*** vlad_starkov has quit IRC | 20:36 | |
*** fandikurnia01 has quit IRC | 20:37 | |
*** pablokbs has joined #openstack | 20:37 | |
*** gszasz has quit IRC | 20:38 | |
*** dcramer_ has joined #openstack | 20:38 | |
*** tsykoduk is now known as zz_tsykoduk | 20:40 | |
*** toni_ has joined #openstack | 20:41 | |
*** morazi has joined #openstack | 20:43 | |
*** blasterblues has joined #openstack | 20:44 | |
*** pablosan has joined #openstack | 20:44 | |
*** blasterblues has quit IRC | 20:44 | |
*** retreved has quit IRC | 20:47 | |
*** retreved has joined #openstack | 20:47 | |
*** ahasenack has quit IRC | 20:48 | |
*** ahasenack has joined #openstack | 20:48 | |
*** exed has quit IRC | 20:50 | |
stevem_ | hello friends. | 20:51 |
*** monst_ has joined #openstack | 20:51 | |
stevem_ | on my controller i have namesapce network visable using `ip netns show` | 20:52 |
stevem_ | but on my compute nodes i dont see that | 20:52 |
*** macjack has quit IRC | 20:52 | |
*** dgel has quit IRC | 20:52 | |
stevem_ | should my compute nores have a namespace network? | 20:52 |
*** epopt37 has quit IRC | 20:52 | |
*** retreved has quit IRC | 20:52 | |
*** aspiers has joined #openstack | 20:53 | |
*** erwan_taf has quit IRC | 20:53 | |
*** erwan_taf has joined #openstack | 20:54 | |
*** monst has quit IRC | 20:55 | |
badams | stevem_: don't believe so | 20:55 |
*** gmi has quit IRC | 20:55 | |
*** dtx00ff has joined #openstack | 20:56 | |
*** jorisroovers has joined #openstack | 20:56 | |
*** melmoth has quit IRC | 20:57 | |
*** ioggstream has quit IRC | 20:57 | |
*** byeager has quit IRC | 20:57 | |
*** ioggstream has joined #openstack | 20:57 | |
*** byeager has joined #openstack | 20:57 | |
*** evanz_ has joined #openstack | 21:00 | |
*** scuttlemonkey_ has quit IRC | 21:01 | |
*** eglynn has joined #openstack | 21:02 | |
*** Kholloway has quit IRC | 21:02 | |
*** byeager has quit IRC | 21:02 | |
*** routerpro2 has joined #openstack | 21:03 | |
*** Chown67 has joined #openstack | 21:04 | |
*** dcramer_ has quit IRC | 21:04 | |
*** routerpro has quit IRC | 21:04 | |
*** CaptTofu has quit IRC | 21:04 | |
*** epopt37 has joined #openstack | 21:05 | |
*** CaptTofu has joined #openstack | 21:05 | |
*** peetaur has quit IRC | 21:05 | |
*** peetaur has joined #openstack | 21:05 | |
*** Semor has quit IRC | 21:06 | |
*** x86brandon has quit IRC | 21:06 | |
*** scuttlemonkey has joined #openstack | 21:07 | |
*** jproulx has joined #openstack | 21:08 | |
*** pablokbs has quit IRC | 21:08 | |
*** badams has quit IRC | 21:08 | |
*** pingveno has joined #openstack | 21:09 | |
*** jnoller has joined #openstack | 21:09 | |
*** CaptTofu has quit IRC | 21:09 | |
*** homegrown has quit IRC | 21:10 | |
*** mrichman has quit IRC | 21:11 | |
*** kindjal has quit IRC | 21:12 | |
*** vlad_sta_ has quit IRC | 21:12 | |
*** Chown67 has quit IRC | 21:12 | |
*** _sulo has quit IRC | 21:13 | |
*** arif-ali has quit IRC | 21:14 | |
*** luisg has quit IRC | 21:14 | |
*** julim has quit IRC | 21:14 | |
*** bsdgeek_ has quit IRC | 21:15 | |
*** julim has joined #openstack | 21:16 | |
*** dcramer_ has joined #openstack | 21:17 | |
CaptainTacoSauce | correct, no | 21:18 |
CaptainTacoSauce | actually, let me back up, that's assuming neutron, I have no idea for nova-network | 21:18 |
*** retreved has joined #openstack | 21:18 | |
*** bsdgeek has joined #openstack | 21:18 | |
*** marclaporte has quit IRC | 21:19 | |
*** Semor has joined #openstack | 21:19 | |
*** ahs3 has quit IRC | 21:20 | |
*** shardy is now known as shardy_afk | 21:22 | |
*** boden has quit IRC | 21:23 | |
*** pablosan has quit IRC | 21:24 | |
larsks | CaptainTacoSauce: namespaces are only used for quantum/neutron. When using neutron, you only see namespaces on the network controller. | 21:24 |
larsks | So stevem_ is seeing what one would expect. | 21:25 |
*** evanjfraser has joined #openstack | 21:25 | |
*** blackboxsw has quit IRC | 21:26 | |
*** nbrosnahan has quit IRC | 21:26 | |
*** hdd has quit IRC | 21:26 | |
*** vipul is now known as vipul-away | 21:27 | |
*** ccs has joined #openstack | 21:28 | |
*** rocha_ has joined #openstack | 21:28 | |
*** GeoKM has joined #openstack | 21:28 | |
*** Trixboxer has quit IRC | 21:28 | |
*** luisg has joined #openstack | 21:29 | |
*** jhesketh_ has joined #openstack | 21:29 | |
*** _sulo has joined #openstack | 21:30 | |
*** ahs3 has joined #openstack | 21:30 | |
*** nphase has quit IRC | 21:31 | |
*** nphase has joined #openstack | 21:32 | |
*** kindjal has joined #openstack | 21:33 | |
*** sgran has quit IRC | 21:34 | |
*** arrsim has quit IRC | 21:34 | |
*** michaelneale has joined #openstack | 21:34 | |
*** jasondotstar has quit IRC | 21:36 | |
*** wdennis has joined #openstack | 21:36 | |
*** nphase has quit IRC | 21:37 | |
*** dhblaz has quit IRC | 21:39 | |
*** otherwiseguy has joined #openstack | 21:39 | |
*** otherwiseguy has quit IRC | 21:40 | |
*** reidrac has quit IRC | 21:40 | |
*** otherwiseguy has joined #openstack | 21:40 | |
*** dhblaz has joined #openstack | 21:41 | |
*** wdennis has quit IRC | 21:41 | |
*** wdennis has joined #openstack | 21:41 | |
*** keithne has joined #openstack | 21:42 | |
*** keithne has left #openstack | 21:42 | |
*** jorisroovers has quit IRC | 21:43 | |
*** vlad_starkov has joined #openstack | 21:43 | |
*** vipul-away is now known as vipul | 21:43 | |
*** achampion has joined #openstack | 21:43 | |
*** vlad_starkov has quit IRC | 21:47 | |
*** vlad_starkov has joined #openstack | 21:48 | |
*** Egyptian[Laptop] has quit IRC | 21:48 | |
*** thelorax123 has quit IRC | 21:48 | |
*** acathrow has left #openstack | 21:50 | |
*** thelorax123 has joined #openstack | 21:50 | |
*** smelo has joined #openstack | 21:50 | |
*** exed has joined #openstack | 21:51 | |
*** bknudson has left #openstack | 21:52 | |
*** jdob has quit IRC | 21:54 | |
*** jproulx has quit IRC | 21:55 | |
*** gmurphy has joined #openstack | 21:55 | |
*** spzala has quit IRC | 21:56 | |
*** achampion has quit IRC | 21:56 | |
*** smeaaagle has quit IRC | 21:56 | |
*** smeaaagle has joined #openstack | 21:57 | |
*** MaxV has joined #openstack | 22:01 | |
*** retreved_ has joined #openstack | 22:01 | |
*** MaxV has quit IRC | 22:02 | |
*** MaxV has joined #openstack | 22:02 | |
*** jrb has joined #openstack | 22:03 | |
*** m_3 has quit IRC | 22:04 | |
*** retreved has quit IRC | 22:05 | |
*** jrb has quit IRC | 22:05 | |
*** GeoKM has quit IRC | 22:05 | |
*** retreved_ has quit IRC | 22:06 | |
*** MaxV has quit IRC | 22:06 | |
*** KaZeR_ has joined #openstack | 22:07 | |
*** Pengoo has quit IRC | 22:08 | |
*** adalbas has quit IRC | 22:08 | |
*** stevem_ has quit IRC | 22:08 | |
*** m_3 has joined #openstack | 22:09 | |
*** byeager has joined #openstack | 22:10 | |
*** KaZeR has quit IRC | 22:10 | |
*** monst_ has quit IRC | 22:12 | |
*** jlibosva has quit IRC | 22:12 | |
*** MarkAtwood has joined #openstack | 22:12 | |
*** ccustine has quit IRC | 22:13 | |
*** monst has joined #openstack | 22:13 | |
*** ccustine has joined #openstack | 22:14 | |
*** alunduil_ has quit IRC | 22:16 | |
*** monst has quit IRC | 22:17 | |
*** Deoan has quit IRC | 22:17 | |
*** vahidh has quit IRC | 22:18 | |
*** vlad_sta_ has joined #openstack | 22:18 | |
*** vlad_sta_ has quit IRC | 22:18 | |
*** monst has joined #openstack | 22:20 | |
*** sgordon has quit IRC | 22:21 | |
*** cwvh has quit IRC | 22:21 | |
*** vlad_starkov has quit IRC | 22:21 | |
*** byeager has quit IRC | 22:21 | |
*** monst has quit IRC | 22:22 | |
*** ahasenack has quit IRC | 22:22 | |
*** byeager has joined #openstack | 22:22 | |
*** monst has joined #openstack | 22:22 | |
*** jergerber has quit IRC | 22:22 | |
*** monst_ has joined #openstack | 22:23 | |
*** monst has quit IRC | 22:23 | |
*** christyp has quit IRC | 22:25 | |
*** tmclaugh[work] has quit IRC | 22:26 | |
*** byeager has quit IRC | 22:27 | |
*** cococafe has quit IRC | 22:27 | |
*** CaptainTacoSauce has quit IRC | 22:30 | |
*** danger_fo is now known as danger_fo_away | 22:30 | |
*** mikedawson has quit IRC | 22:34 | |
*** jnoller has quit IRC | 22:35 | |
*** yamahata has quit IRC | 22:37 | |
*** zz_tsykoduk is now known as tsykoduk | 22:38 | |
*** jproulx has joined #openstack | 22:39 | |
*** yamahata has joined #openstack | 22:39 | |
*** pwns has joined #openstack | 22:39 | |
*** weshay has quit IRC | 22:40 | |
*** jthorne has quit IRC | 22:41 | |
*** otherwiseguy has quit IRC | 22:42 | |
*** pablosan has joined #openstack | 22:42 | |
*** wdennis has quit IRC | 22:42 | |
*** desai has quit IRC | 22:44 | |
*** m1n0x811 has joined #openstack | 22:45 | |
*** CaptTofu has joined #openstack | 22:45 | |
*** johnthetubaguy has joined #openstack | 22:45 | |
*** KaZeR_ has quit IRC | 22:46 | |
*** routerpro2 has quit IRC | 22:46 | |
*** KaZeR has joined #openstack | 22:46 | |
*** dguitarbite has joined #openstack | 22:46 | |
*** sushils has joined #openstack | 22:48 | |
*** halfss has quit IRC | 22:48 | |
*** halfss has joined #openstack | 22:48 | |
*** fifieldt has joined #openstack | 22:48 | |
*** bdpayne has joined #openstack | 22:49 | |
*** halfss has quit IRC | 22:49 | |
*** wdennis has joined #openstack | 22:49 | |
*** vlad_starkov has joined #openstack | 22:49 | |
*** wdennis has quit IRC | 22:49 | |
*** nphase has joined #openstack | 22:49 | |
*** wdennis has joined #openstack | 22:50 | |
*** clayb has quit IRC | 22:50 | |
*** johnthetubaguy has quit IRC | 22:50 | |
*** mmalesky has joined #openstack | 22:51 | |
*** loq_mac has joined #openstack | 22:51 | |
*** eglynn has quit IRC | 22:52 | |
*** vlad_starkov has quit IRC | 22:52 | |
*** lcestari has quit IRC | 22:53 | |
*** halfss_ has joined #openstack | 22:54 | |
*** thelorax123 has quit IRC | 22:54 | |
*** yamahata has quit IRC | 22:55 | |
*** thelorax123 has joined #openstack | 22:56 | |
*** Egyptian[Laptop] has joined #openstack | 22:56 | |
*** Zack_Deee has joined #openstack | 22:57 | |
*** dhblaz has quit IRC | 22:57 | |
*** jproulx has quit IRC | 22:58 | |
*** ioggstream has quit IRC | 22:58 | |
*** markpeek has joined #openstack | 22:58 | |
*** lblanchard has quit IRC | 22:59 | |
*** luisg has quit IRC | 23:00 | |
*** dbalog has left #openstack | 23:00 | |
*** luisg has joined #openstack | 23:00 | |
*** wdennis has quit IRC | 23:01 | |
*** ThiagoCMC has quit IRC | 23:02 | |
*** Zack_Deee has quit IRC | 23:02 | |
*** dmsimard has quit IRC | 23:02 | |
*** rmoe has quit IRC | 23:03 | |
*** Egyptian[Laptop] has quit IRC | 23:03 | |
*** ninkotech has quit IRC | 23:03 | |
*** jf-jenni has quit IRC | 23:04 | |
*** giordgiodinapoli has joined #openstack | 23:04 | |
*** rmoe has joined #openstack | 23:04 | |
*** jaimef has quit IRC | 23:04 | |
*** giorgiodinapoli has quit IRC | 23:04 | |
*** bodepd has quit IRC | 23:05 | |
*** Egyptian[Laptop] has joined #openstack | 23:05 | |
*** Egyptian[Laptop] has quit IRC | 23:05 | |
*** Egyptian[Laptop] has joined #openstack | 23:05 | |
*** ninkotech has joined #openstack | 23:06 | |
*** fifieldt has quit IRC | 23:06 | |
*** jproulx has joined #openstack | 23:06 | |
*** exed has quit IRC | 23:06 | |
*** Barker has quit IRC | 23:07 | |
*** exed has joined #openstack | 23:08 | |
*** Guest__ has quit IRC | 23:08 | |
*** germanoak has quit IRC | 23:10 | |
*** albionandrew has quit IRC | 23:10 | |
*** kbringard has quit IRC | 23:10 | |
*** m1n0x811 has quit IRC | 23:10 | |
*** Egyptian[Laptop] has quit IRC | 23:10 | |
*** carif has joined #openstack | 23:11 | |
*** fifieldt has joined #openstack | 23:11 | |
*** MaxV_ has quit IRC | 23:11 | |
*** MaxV has joined #openstack | 23:12 | |
*** ankso has quit IRC | 23:12 | |
*** ankso has joined #openstack | 23:12 | |
*** tn8or has joined #openstack | 23:13 | |
*** carif has quit IRC | 23:13 | |
*** bodepd has joined #openstack | 23:13 | |
*** carif has joined #openstack | 23:14 | |
*** dtx00ff is now known as datamatic | 23:14 | |
*** giulivo has quit IRC | 23:14 | |
*** jaimef has joined #openstack | 23:15 | |
*** christyp has joined #openstack | 23:15 | |
*** TVR_ has quit IRC | 23:16 | |
*** MaxV has quit IRC | 23:16 | |
*** tommy_e has quit IRC | 23:17 | |
*** jproulx has quit IRC | 23:17 | |
*** alunduil_ has joined #openstack | 23:18 | |
*** rnorwood1 has quit IRC | 23:18 | |
*** vlad_starkov has joined #openstack | 23:18 | |
*** bknudson has joined #openstack | 23:19 | |
*** rcleere has quit IRC | 23:19 | |
*** vipul is now known as vipul-away | 23:20 | |
*** exed has quit IRC | 23:20 | |
*** FunnyLookinHat has quit IRC | 23:20 | |
*** vlad_starkov has quit IRC | 23:21 | |
*** exed has joined #openstack | 23:21 | |
*** exed has quit IRC | 23:22 | |
*** miurahr has quit IRC | 23:23 | |
*** miurahr has joined #openstack | 23:23 | |
*** gimps has quit IRC | 23:23 | |
*** nphase has quit IRC | 23:25 | |
*** freeflying is now known as freeflying_away | 23:26 | |
*** mikedawson has joined #openstack | 23:26 | |
*** vipul-away is now known as vipul | 23:27 | |
*** _sulo has quit IRC | 23:28 | |
*** Madasi is now known as zz_Madasi | 23:29 | |
*** smlgs has joined #openstack | 23:30 | |
*** ppradhan has left #openstack | 23:30 | |
*** kindjal has quit IRC | 23:31 | |
*** scuttlemonkey has quit IRC | 23:32 | |
*** tonix_ has quit IRC | 23:33 | |
*** doublerr has joined #openstack | 23:33 | |
*** datsun180b has quit IRC | 23:34 | |
*** fsimonce has quit IRC | 23:35 | |
*** maxdml has quit IRC | 23:36 | |
*** armax has left #openstack | 23:38 | |
*** jagee has quit IRC | 23:38 | |
*** sacharya has quit IRC | 23:39 | |
*** peetaur is now known as Guest49080 | 23:43 | |
*** peetaur has joined #openstack | 23:43 | |
*** rnirmal has quit IRC | 23:43 | |
*** rnirmal has joined #openstack | 23:44 | |
*** aeperezt has quit IRC | 23:44 | |
*** freeflying_away is now known as freeflying | 23:44 | |
*** Egyptian[Laptop] has joined #openstack | 23:44 | |
*** ccustine_ has joined #openstack | 23:44 | |
*** adalbas has joined #openstack | 23:45 | |
*** monst has joined #openstack | 23:46 | |
*** smelo has quit IRC | 23:47 | |
*** eglynn has joined #openstack | 23:47 | |
*** pmathews has joined #openstack | 23:47 | |
*** ccustine has quit IRC | 23:48 | |
*** ccustine_ is now known as ccustine | 23:48 | |
*** thelorax123 has quit IRC | 23:49 | |
*** marclaporte1 has joined #openstack | 23:50 | |
*** rnirmal has quit IRC | 23:50 | |
*** monst_ has quit IRC | 23:50 | |
*** thelorax123 has joined #openstack | 23:51 | |
*** monst has quit IRC | 23:51 | |
*** kushal has joined #openstack | 23:52 | |
*** marclaporte1 has quit IRC | 23:52 | |
*** eglynn has quit IRC | 23:52 | |
*** Zack_Deee has joined #openstack | 23:52 | |
*** mkollaro1 has quit IRC | 23:53 | |
*** loq_mac has quit IRC | 23:54 | |
*** otherwiseguy has joined #openstack | 23:54 | |
*** morazi has quit IRC | 23:55 | |
*** miurahr has quit IRC | 23:57 | |
*** mdenny has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!