*** cpg|away is now known as cpg | 00:00 | |
*** matjazp has joined #openstack | 00:00 | |
KaZeR | ha crap, i ran puppet so it's back. give me a sec | 00:00 |
---|---|---|
Sam-I-Am | derp | 00:00 |
*** MentalRay has quit IRC | 00:01 | |
*** MarkAtwood has joined #openstack | 00:01 | |
KaZeR | ok removed, and restarted l3-agent service and ovs | 00:01 |
*** annashen has quit IRC | 00:01 | |
*** abhirc has quit IRC | 00:02 | |
*** baoli has quit IRC | 00:04 | |
*** yamamoto has joined #openstack | 00:05 | |
*** doug-fish has left #openstack | 00:05 | |
KaZeR | i do see the tenant vlan creation in ovs logs : Port 992c168d-ff59-492a-aad0-5baacce73765 updated. Details: {u'admin_state_up': True, u'network_id': u'68a494c9-1026-4f9f-90ad-f1506a495c76', u'segmentation_id': 511, u'physical_network': u'physnet1', u'device': u'992c168d-ff59-492a-aad0-5baacce73765', u'port_id': u'992c168d-ff59-492a-aad0-5baacce73765', u'network_type': u'vlan'} | 00:06 |
Sam-I-Am | mmkay | 00:07 |
*** dangers is now known as dangers_away | 00:09 | |
*** pradip_rawat has joined #openstack | 00:10 | |
*** Sri_Designer has quit IRC | 00:10 | |
KaZeR | i do not see any change in behavior | 00:10 |
Sam-I-Am | thats bad L/ | 00:11 |
Sam-I-Am | bad | 00:11 |
Sam-I-Am | no flows in br-ex? | 00:11 |
*** striker has quit IRC | 00:11 | |
*** martins_ has joined #openstack | 00:12 | |
KaZeR | no flows for vlan 501, but i do have 511 : | 00:12 |
KaZeR | cookie=0x0, duration=365.573s, table=0, n_packets=17, n_bytes=2011, idle_age=1, priority=4,in_port=4,dl_vlan=1 actions=mod_vlan_vid:511,NORMAL | 00:12 |
Sam-I-Am | what about in br-int? | 00:12 |
*** eblake_ has quit IRC | 00:12 | |
KaZeR | http://ix.io/gyS | 00:12 |
*** pradip_vedams has quit IRC | 00:13 | |
KaZeR | same, only 511 | 00:13 |
*** pradip_rawat is now known as pradip_vedams | 00:13 | |
*** dino82 has quit IRC | 00:13 | |
*** gyee has joined #openstack | 00:13 | |
*** mnovacyu has joined #openstack | 00:13 | |
Sam-I-Am | hmm | 00:13 |
Sam-I-Am | this might not be possible with only one ovs bridge | 00:13 |
*** eghobo has joined #openstack | 00:13 | |
Sam-I-Am | you could try setting external_network_bridge to br-int | 00:14 |
Sam-I-Am | beyond that i'm more or less out of ideas until i can build this environment locally | 00:14 |
KaZeR | ok thanks. i also have br-vlan as a leftover from yesterday. want me to use this one instead ? | 00:15 |
KaZeR | (i checked, no flow for 501 there now ) | 00:15 |
*** hj-hp has joined #openstack | 00:15 | |
*** adiantum has quit IRC | 00:15 | |
*** hj-hp has quit IRC | 00:16 | |
*** yimmy has quit IRC | 00:16 | |
Sam-I-Am | you'll have to update your mappings to include it, then move the tenant network there | 00:16 |
*** wastrel has joined #openstack | 00:16 | |
*** Manshoon has joined #openstack | 00:17 | |
*** hj-hp has joined #openstack | 00:17 | |
*** Manshoon has quit IRC | 00:18 | |
KaZeR | i have bridge_mappings = physnet1:br-ex,physnet2:br-vlan already in ml2_conf.ini | 00:18 |
*** dmshelton1 has left #openstack | 00:18 | |
Sam-I-Am | and you configured the tenant net on physnet2? | 00:18 |
*** j05h has quit IRC | 00:18 | |
KaZeR | not for the last test. i will do it now | 00:18 |
KaZeR | this matters only on the controller right? no need to change it on the compute ? | 00:19 |
*** dino82 has joined #openstack | 00:19 | |
Sam-I-Am | needs to be the same everywhere | 00:20 |
*** mnovacyu has quit IRC | 00:20 | |
KaZeR | ok | 00:21 |
KaZeR | in ml2_type_vlan, should i use network_vlan_ranges = physnet1:504:554,physnet2:501:502 or network_vlan_ranges = physnet1:501:554,physnet2 ? | 00:22 |
*** mnovacyu has joined #openstack | 00:22 | |
Sam-I-Am | probably doesnt matter | 00:22 |
Sam-I-Am | technically you should be able to create a provider network with any vlan | 00:23 |
Sam-I-Am | this is another problem | 00:23 |
KaZeR | ok | 00:23 |
*** aimon has joined #openstack | 00:23 | |
*** dino82 has quit IRC | 00:24 | |
KaZeR | i've used the first syntax, on both nodes. i'm recreating the tenant network and specifying the provider net physnet2 | 00:24 |
*** brokencycle has quit IRC | 00:24 | |
*** GeoKM has joined #openstack | 00:26 | |
*** sivy has quit IRC | 00:26 | |
*** chemich has joined #openstack | 00:27 | |
*** travnewmatic has quit IRC | 00:27 | |
*** sivy has joined #openstack | 00:27 | |
KaZeR | my tenant vlan now shows up in the br-vlan flow instead of br-ex | 00:28 |
*** henrynash has joined #openstack | 00:28 | |
Sam-I-Am | which makes sense | 00:29 |
KaZeR | i did not recreate the public network ( it was created using "neutron net-create public-132 --provider:network_type vlan --provider:physical_network physnet1 --router:external=True --provider:segmentation_id 501 --shared " ) | 00:29 |
*** mdbooth has quit IRC | 00:29 | |
*** ezobn has joined #openstack | 00:29 | |
Sam-I-Am | you should re-create it, and remove the --shared too | 00:30 |
KaZeR | ok | 00:30 |
*** henrynash has quit IRC | 00:30 | |
*** Zack_Deee has quit IRC | 00:30 | |
*** dino82 has joined #openstack | 00:30 | |
*** henrynash has joined #openstack | 00:31 | |
*** luflores has joined #openstack | 00:31 | |
*** RichardR2seley has left #openstack | 00:31 | |
*** luflores_ has joined #openstack | 00:33 | |
*** luflores has quit IRC | 00:33 | |
*** topon has quit IRC | 00:33 | |
*** davelowe has quit IRC | 00:33 | |
*** solargroovy1 has quit IRC | 00:34 | |
*** hdd has joined #openstack | 00:34 | |
*** davelowe has joined #openstack | 00:34 | |
*** ezobn has quit IRC | 00:34 | |
KaZeR | i do not see a difference in the result | 00:34 |
*** shashankhegde has quit IRC | 00:34 | |
Sam-I-Am | hmm | 00:35 |
*** togdon has quit IRC | 00:35 | |
*** henrynash has quit IRC | 00:35 | |
Sam-I-Am | i dont know what to tell you | 00:35 |
Sam-I-Am | i cant help you anymore | 00:35 |
Sam-I-Am | this should work, and i dont know why it does | 00:35 |
Sam-I-Am | doesnt | 00:35 |
KaZeR | yeah i'm quite confused too. | 00:35 |
*** mdbooth has joined #openstack | 00:35 | |
KaZeR | thanks a lot | 00:35 |
Sam-I-Am | your only option now is to go back to using subinterfaces on the host | 00:35 |
Sam-I-Am | and then create flat networks to each of them | 00:36 |
Sam-I-Am | so you'd have br-vlan501 with a port on p255e1.501 (or whatever), and br-vlan502 with a port on p255e1.502 | 00:36 |
*** solargroovy has joined #openstack | 00:36 | |
Sam-I-Am | configure your bridge mappings accordingly, and use the right one when creating a network of type flat | 00:37 |
KaZeR | if i can get an instance to communicate externally, this would buy me some time | 00:37 |
Sam-I-Am | if you're only ever going to have a few external networks, this isnt a big deal. | 00:37 |
KaZeR | i should only need one external net | 00:37 |
*** matjazp has quit IRC | 00:38 | |
KaZeR | wait.. this means that my instances will all be on the flat network right ? | 00:38 |
Sam-I-Am | no | 00:39 |
Sam-I-Am | you'd still do all the other stuff | 00:39 |
KaZeR | ok cool sounds good | 00:39 |
Sam-I-Am | this just changes where vlan tagging is done | 00:39 |
*** martins_ has quit IRC | 00:39 | |
Sam-I-Am | instead of trying to make ovs do it (which it wont do, apparently), you do it at the host level | 00:40 |
Sam-I-Am | at that point, neutron just sees each vlan subinterface as a flat network | 00:40 |
*** jaypipes has quit IRC | 00:40 | |
*** andresmujica has quit IRC | 00:41 | |
KaZeR | so in neutron, the only change is network_vlan_ranges = physnet1:504:554,physnet2:501:502 -> network_vlan_ranges = physnet1:504:554, and bridge_mappings = physnet1:br-ex,physnet2:br-vlan -> bridge_mappings = physnet1:br-vlan501 | 00:41 |
KaZeR | right ? | 00:41 |
*** travnewmatic has joined #openstack | 00:41 | |
*** youellet_ has joined #openstack | 00:41 | |
*** Marga__ has quit IRC | 00:41 | |
*** yamamoto has quit IRC | 00:42 | |
Sam-I-Am | well, there's some other stuff to make flat networks | 00:42 |
Sam-I-Am | [ml2_type_flat] flat_networks = physnet1,physnet2,... | 00:43 |
Sam-I-Am | this gets kind of weird when you only have one bridge for external and tenant networks (and highly not recommended) | 00:44 |
*** chemich has quit IRC | 00:45 | |
*** cjellick has joined #openstack | 00:45 | |
*** yamamoto has joined #openstack | 00:47 | |
*** yellowbig has joined #openstack | 00:49 | |
*** diogogmt has quit IRC | 00:50 | |
*** cjellick has quit IRC | 00:50 | |
*** andresmujica has joined #openstack | 00:50 | |
KaZeR | my current bridge_mappings is physnet1:br-ex,physnet2:br-vlan | 00:52 |
*** geekinutah has quit IRC | 00:52 | |
*** blair has joined #openstack | 00:52 | |
KaZeR | do i still need a mapping to br-ex ? i should replace it with br-vlan501 and create a new bridge, for the sake of simplicity no ? | 00:53 |
*** fam has joined #openstack | 00:53 | |
Sam-I-Am | well, br-vlan doesnt do you any good when it doesnt connect to anything | 00:53 |
KaZeR | so i should remove br-vlan, br-ex and create a new br-vlan501 with p255e1.501 correct ? | 00:53 |
Sam-I-Am | yeah | 00:54 |
*** Lee1092 has joined #openstack | 00:54 | |
Sam-I-Am | i'm going to locate food | 00:54 |
*** solargroovy has quit IRC | 00:54 | |
KaZeR | ok good luck :) | 00:54 |
*** yamamoto has quit IRC | 00:55 | |
KaZeR | quick question : should i also put br-vlan501 on the compute node ? | 00:55 |
KaZeR | i don't think so, but then the naming does not match anymore as i do have br-ex there | 00:55 |
*** travnewmatic has quit IRC | 00:56 | |
*** sbfox1 has quit IRC | 00:56 | |
*** luflores_ has quit IRC | 00:56 | |
Sam-I-Am | nope, just the controller/network node | 00:56 |
KaZeR | ok | 00:56 |
*** travnewmatic has joined #openstack | 00:57 | |
*** SumitNaiksatam has quit IRC | 00:58 | |
KaZeR | here's the bridges on the controller : http://ix.io/gyY | 00:58 |
*** cpg is now known as cpg|away | 01:00 | |
*** salv-orlando has quit IRC | 01:00 | |
*** havill has joined #openstack | 01:00 | |
*** pradip_vedams has quit IRC | 01:00 | |
*** yuntong has joined #openstack | 01:00 | |
*** pradip_vedams has joined #openstack | 01:00 | |
*** mtanino has quit IRC | 01:01 | |
*** shashankhegde has joined #openstack | 01:02 | |
*** hj-hp has quit IRC | 01:02 | |
*** luminghu353 has joined #openstack | 01:03 | |
*** j05h has joined #openstack | 01:04 | |
*** fnaval has quit IRC | 01:04 | |
*** Noice has quit IRC | 01:04 | |
*** luminghu353 has quit IRC | 01:04 | |
*** Sri_Designer has joined #openstack | 01:07 | |
*** aimon_ has quit IRC | 01:07 | |
*** aimon_ has joined #openstack | 01:08 | |
*** shawnlower has quit IRC | 01:08 | |
Sam-I-Am | that works | 01:09 |
*** gaughen has quit IRC | 01:09 | |
*** MentalRay has joined #openstack | 01:10 | |
*** dims_ has joined #openstack | 01:11 | |
*** VW_ has quit IRC | 01:11 | |
*** dims_ has quit IRC | 01:11 | |
*** dims_ has joined #openstack | 01:11 | |
*** dims has quit IRC | 01:12 | |
*** pradip_vedams has quit IRC | 01:12 | |
*** hemna is now known as hemnafk | 01:12 | |
*** pradip_vedams has joined #openstack | 01:12 | |
comay | i was curious about swift 2.2.1 or 2.2.2 - as part of the kilo development, are they only tested with the latter or is it expected they can/should be used on prior releases such as juno? | 01:13 |
Sam-I-Am | swift is sort of its own thing | 01:13 |
*** Anticimex has quit IRC | 01:14 | |
*** eghobo has quit IRC | 01:14 | |
*** Anticimex has joined #openstack | 01:14 | |
KaZeR | Sam-I-Am: trying to make sure i did not forget smth. here's what i have : | 01:14 |
KaZeR | in /etc/neutron/plugins/ml2/ml2_conf.ini:network_vlan_ranges = physnet1:504:554,physnet2:501:502 | 01:14 |
Sam-I-Am | you dont need physnet2:501:502 because they're going to be flat networks, not vlan | 01:15 |
*** MarkAtwood has quit IRC | 01:15 | |
KaZeR | ok | 01:15 |
*** Ile has quit IRC | 01:15 | |
*** rmoe has quit IRC | 01:15 | |
KaZeR | here's my current ml2_conf.ini : http://pastebin.com/42Yf3bhF | 01:17 |
Sam-I-Am | a few things | 01:18 |
Sam-I-Am | add 'flat' to type_drivers | 01:18 |
*** hyakuhei has quit IRC | 01:18 | |
*** gyee has quit IRC | 01:18 | |
KaZeR | ok | 01:18 |
Sam-I-Am | what is physnet2 ? | 01:18 |
*** eghobo has joined #openstack | 01:19 | |
*** blair has quit IRC | 01:19 | |
*** Sri_Designer has quit IRC | 01:19 | |
KaZeR | mmm that would be a leftover | 01:19 |
Sam-I-Am | so... | 01:20 |
Sam-I-Am | you need a bare (non-sub) interface for your tenant networks, since they use vlans. | 01:20 |
*** blair has joined #openstack | 01:20 | |
Sam-I-Am | this will probably be br-ex, which has a port on p255p1 | 01:20 |
KaZeR | so physnet1:br-vlan501 should be physnet1:br-ex ? | 01:21 |
KaZeR | (i mean in bridge_mappings ) | 01:21 |
*** pradip_vedams has quit IRC | 01:22 | |
*** patrickeast has quit IRC | 01:22 | |
Sam-I-Am | i think you need two mappings. something like ext-net501:br-vlan501 and tenant-nets:br-ex | 01:22 |
*** pradip_vedams has joined #openstack | 01:22 | |
*** Sri_Designer has joined #openstack | 01:22 | |
Sam-I-Am | flat_networks = ext-net501 network_vlan_ranges = tenant-nets:504:554 | 01:22 |
*** eghobo has quit IRC | 01:23 | |
KaZeR | ok. i like that it's quite clear | 01:23 |
Sam-I-Am | br-vlan501 has a port on p255p1.501, and br-ex has a port on p255p1 | 01:23 |
Sam-I-Am | you could call br-ex anything really, like br-tenants | 01:23 |
Sam-I-Am | its called br-ex because on most systems it only handles external network traffic. on yours, it handles tenant networks too (hence why it isnt a typical architecture) | 01:24 |
*** eghobo has joined #openstack | 01:25 | |
KaZeR | makes sense. | 01:25 |
KaZeR | so if i understood you correctly, this is my new config : http://pastebin.com/kq8SC5KA | 01:25 |
*** hfu has joined #openstack | 01:25 | |
*** Sri_Designer has quit IRC | 01:26 | |
Sam-I-Am | change network_vlan_ranges to tenant-nets:501:554 | 01:26 |
Sam-I-Am | other than that it looks fine. now, on the compute node it'll look a little different | 01:27 |
Sam-I-Am | because you dont have flat networks, nor ext-net501 and br-vlan501 ... just br-ex | 01:27 |
larsks | iwilson: around? Sounds like neutron was having issues contacting your amq service. Did you get any further with that? | 01:27 |
*** rwsu is now known as rwsu-afk | 01:27 | |
Sam-I-Am | hey larsks | 01:27 |
larsks | Sam-I-Am: Hey there! | 01:28 |
Sam-I-Am | maybe you can help here | 01:28 |
KaZeR | Sam-I-Am: 501? sure? because 501 and 502 are reserved ( 503 also for ceph ) | 01:28 |
Sam-I-Am | i was under the impression you could make vlan provider/external networks and let ovs do the tagging on br-ex for those | 01:28 |
*** martinst is now known as martins-afk | 01:28 | |
Sam-I-Am | KaZeR: errr 504:554 | 01:28 |
Sam-I-Am | i cant type | 01:28 |
KaZeR | ok makes sense :) | 01:29 |
KaZeR | ok probable last iteration of the controller : http://pastebin.com/geG0B9zP | 01:29 |
*** otter768 has joined #openstack | 01:30 | |
Sam-I-Am | you might need that network_vlan_ranges also in [ovs] | 01:30 |
Sam-I-Am | i forget | 01:30 |
*** Joufflu has joined #openstack | 01:30 | |
Sam-I-Am | otherwise looks fine | 01:30 |
Sam-I-Am | you'll also want to rebuild your neutron db after adding 'flat' network type | 01:31 |
KaZeR | ok | 01:31 |
larsks | Sam-I-Am: I don't have enough practical experience with vlan networks to be sure, but I thought so, too. | 01:31 |
*** _cjones_ has quit IRC | 01:31 | |
*** hj-hp has joined #openstack | 01:31 | |
Sam-I-Am | larsks: mmkay. | 01:32 |
*** Osobnik has quit IRC | 01:32 | |
*** ZoanthusR has quit IRC | 01:32 | |
KaZeR | Sam-I-Am: compute node : http://pastebin.com/c2tkbj3x | 01:32 |
*** rmoe has joined #openstack | 01:32 | |
KaZeR | compute bridges : http://ix.io/gz3 | 01:33 |
*** hj-hp has quit IRC | 01:33 | |
Sam-I-Am | shouldn't physnet1 be tenant-nets ? | 01:33 |
Sam-I-Am | and add the flat type | 01:34 |
KaZeR | i actually just removed the flat becuase of "because you dont have flat networks, nor ext-net501 and br-vlan501 ... just br-ex" | 01:34 |
Sam-I-Am | the type drivers field is a database thing | 01:34 |
KaZeR | ok | 01:34 |
Sam-I-Am | best to leave those all the same | 01:34 |
*** otter768 has quit IRC | 01:34 | |
*** clayb has quit IRC | 01:36 | |
KaZeR | so updated compute : http://ix.io/gz4 | 01:36 |
*** martins-afk is now known as martinst | 01:36 | |
*** dims has joined #openstack | 01:37 | |
*** agarciam has quit IRC | 01:37 | |
*** hyakuhei has joined #openstack | 01:38 | |
*** amalagon has joined #openstack | 01:38 | |
*** agarciam has joined #openstack | 01:38 | |
Sam-I-Am | type_drivers = flat,vlan ... and get rid of 'flat_networks' | 01:39 |
KaZeR | oh ok | 01:40 |
*** pradip_vedams has quit IRC | 01:40 | |
*** pradip_vedams has joined #openstack | 01:40 | |
KaZeR | http://ix.io/gz5 | 01:40 |
*** dims_ has quit IRC | 01:40 | |
*** melwitt has quit IRC | 01:41 | |
notmyname | comay: those releases of swift can absolutely be used with previous versions of other openstack projects | 01:41 |
*** mnovacyu has quit IRC | 01:41 | |
Sam-I-Am | yeah thats it | 01:41 |
KaZeR | cool. what's the best way to rebuild the neutron db ? | 01:41 |
Sam-I-Am | drop it, recreate it, then use neutron-db-manage | 01:42 |
KaZeR | ok | 01:42 |
Sam-I-Am | i thought you did this before | 01:42 |
notmyname | comay: yes, those swift releases happened during the overall openstack kilo cycle. but they are prod-ready and can be used with older parts of openstack | 01:42 |
*** yimmy has joined #openstack | 01:42 | |
*** bdpayne has quit IRC | 01:43 | |
*** Thelo has joined #openstack | 01:43 | |
KaZeR | Sam-I-Am: i did, i even have a script for it. i was just wondering if it was the best way :) | 01:44 |
*** Thelo has quit IRC | 01:44 | |
*** vicky has joined #openstack | 01:44 | |
*** Osobnik has joined #openstack | 01:45 | |
*** hyakuhei has quit IRC | 01:45 | |
*** Thelo has joined #openstack | 01:45 | |
*** Thelo has quit IRC | 01:46 | |
*** Thelo has joined #openstack | 01:46 | |
*** tier has joined #openstack | 01:47 | |
KaZeR | ok i'm ready to recreate the public network | 01:48 |
KaZeR | actually i lost the 501 connectivity.. it was definitely working a moment ago | 01:48 |
*** yog_ has quit IRC | 01:49 | |
Sam-I-Am | what do you mean lost? | 01:51 |
KaZeR | i mean that from the controller, i can not reach the gw on 501 anymore | 01:52 |
KaZeR | i was able to do it a few minutes ago. | 01:52 |
*** Sri_Designer has joined #openstack | 01:52 | |
Sam-I-Am | where was the ip address before? | 01:52 |
KaZeR | http://ix.io/gz8 | 01:53 |
*** mrjazzcat has quit IRC | 01:53 | |
KaZeR | ip hasn't changed, 172.16.132.2 | 01:53 |
*** OutBackDingo has quit IRC | 01:53 | |
*** NarenNarendra has quit IRC | 01:53 | |
KaZeR | gw is .1, and i have an admin box on 132.252 | 01:53 |
*** Zack_Deee has joined #openstack | 01:53 | |
*** pixelbeat has joined #openstack | 01:53 | |
*** jdurgin has quit IRC | 01:53 | |
Sam-I-Am | br-ex probably doesnt need that ip anymore | 01:54 |
KaZeR | mmm this is the ip i use to connect to the box | 01:54 |
Sam-I-Am | whatever ip should be on vlan 501, needs to go on br-vlan501 | 01:54 |
*** pixelb has quit IRC | 01:54 | |
Sam-I-Am | hmmmm | 01:54 |
*** georgem1 has joined #openstack | 01:54 | |
Sam-I-Am | here's what happened | 01:55 |
KaZeR | moving the ip to br-vlan501 fixed it | 01:55 |
Sam-I-Am | since p255p1.501 is a port on br-vlan501, you need to move the ip to br-vlan501 | 01:55 |
*** michaelneale has joined #openstack | 01:55 | |
KaZeR | yep makes sense now :) | 01:56 |
*** shashankhegde has quit IRC | 01:56 | |
KaZeR | so any specific argument required to create the public net ? | 01:57 |
comay | notmyname great, thanks for the clarification | 01:58 |
Sam-I-Am | KaZeR: yeah, you have to change the type to flat, and the network to ext-net501 | 01:58 |
*** yaguang has joined #openstack | 01:59 | |
KaZeR | ok. neutron net-create public-132 --provider:network_type flat --provider:physical_network --provider:physical_network --router:external=True | 01:59 |
KaZeR | not shared, right ? | 01:59 |
Sam-I-Am | not shared, and you need to fix physical_network to be something :) | 01:59 |
*** ghostpl_ has quit IRC | 02:00 | |
*** che-arne has quit IRC | 02:00 | |
KaZeR | meh copy paste :) | 02:00 |
*** joeg has joined #openstack | 02:00 | |
KaZeR | neutron net-create public-132 --provider:network_type flat --provider:physical_network ext-net501 --router:external=True | 02:00 |
Sam-I-Am | yes | 02:00 |
*** ljfisher has quit IRC | 02:01 | |
KaZeR | ok. moving on the the tenant now... | 02:01 |
KaZeR | i used --provider:network_type vlan --provider:physical_network tenant-nets for the tenant network | 02:02 |
Sam-I-Am | yeah | 02:03 |
Sam-I-Am | if its working right, you could just do 'net-create <name>' and neutron does the rest for you | 02:03 |
Sam-I-Am | it knows you're using vlans and it knows the valid range, so it'll just assign one | 02:03 |
*** misterpink has joined #openstack | 02:04 | |
*** Sri_Designer has quit IRC | 02:04 | |
*** Sri_Designer has joined #openstack | 02:05 | |
*** leeantho has quit IRC | 02:05 | |
*** dkaigarodsev_ has quit IRC | 02:05 | |
KaZeR | ok makes sense | 02:06 |
*** PaulCapestany has quit IRC | 02:06 | |
*** go_chiba has joined #openstack | 02:06 | |
*** jdurgin has joined #openstack | 02:07 | |
KaZeR | instance spawned. drumroll.... | 02:08 |
*** PaulCapestany has joined #openstack | 02:08 | |
Sam-I-Am | well, we could have tested some stuff from within the qrouter namespace | 02:08 |
*** GeoKM has quit IRC | 02:09 | |
KaZeR | i was actually thinking the same thing.. but just noticed there's no qrouter ns | 02:09 |
KaZeR | i have two qdhcp | 02:09 |
KaZeR | that's it | 02:09 |
*** sivy has quit IRC | 02:09 | |
Sam-I-Am | thats not good | 02:09 |
*** jingwang has joined #openstack | 02:09 | |
Sam-I-Am | did you do the usual router commands? | 02:09 |
*** thrash is now known as thrash|g0ne | 02:10 | |
*** sivy has joined #openstack | 02:10 | |
KaZeR | i think so.. i use a script for this | 02:10 |
*** sivy has quit IRC | 02:10 | |
KaZeR | http://pastebin.com/qRsDzPBt | 02:10 |
Sam-I-Am | not sure why you have two dhcps. there might be one from the old setup. | 02:10 |
Sam-I-Am | your script does a router-gateway-set, right? | 02:11 |
KaZeR | yes, and in http://pastebin.com/qRsDzPBt you can see that | external_gateway_info | {"network_id": "59ec1357-c355-47de-bb57-af84e24b56c2", "enable_snat": true} | | 02:12 |
KaZeR | which is public-132 | 02:12 |
Sam-I-Am | hmm | 02:12 |
Sam-I-Am | well, check the l3 agent logs | 02:12 |
Sam-I-Am | and ovs agent logs | 02:12 |
KaZeR | meh config.. ERROR neutron.agent.l3_agent [req-c1a7f0e2-e4b7-429a-8cc9-8ed72bc31cae None] The external network bridge 'br-vlan' does not exist | 02:13 |
KaZeR | should i use an empty external_network_bridge ? | 02:13 |
Sam-I-Am | yes | 02:13 |
Sam-I-Am | wonder where it got br-vlan from | 02:13 |
*** annashen has joined #openstack | 02:13 | |
KaZeR | from a previous test i did :) | 02:13 |
Sam-I-Am | oh | 02:14 |
*** ncamacho is now known as zz_ncamacho | 02:14 | |
*** bill_az has quit IRC | 02:14 | |
Sam-I-Am | so, when you fix it, you should just be able to restart the l3 agent... and a router should appear (at some point) | 02:14 |
KaZeR | yep | 02:14 |
KaZeR | and from this namespace I CAN FINALLY PING THE EXTERNAL GW! | 02:14 |
*** diegows has quit IRC | 02:14 | |
*** shibby has quit IRC | 02:15 | |
Sam-I-Am | wooo | 02:15 |
KaZeR | let's see the instance | 02:16 |
*** nitti has joined #openstack | 02:17 | |
*** weshay has quit IRC | 02:17 | |
*** mekpro has quit IRC | 02:17 | |
KaZeR | IT WORKS | 02:17 |
*** koolhead17 has joined #openstack | 02:17 | |
Sam-I-Am | score | 02:17 |
KaZeR | wow | 02:17 |
KaZeR | last test, the floating ip | 02:17 |
*** che-arne has joined #openstack | 02:17 | |
*** erkules_ has joined #openstack | 02:18 | |
*** calinux has joined #openstack | 02:18 | |
*** Thelo has quit IRC | 02:18 | |
*** ezobn has joined #openstack | 02:19 | |
KaZeR | and it works! | 02:20 |
Sam-I-Am | woo | 02:20 |
*** erkules has quit IRC | 02:20 | |
*** nitti has quit IRC | 02:21 | |
*** ezobn has quit IRC | 02:23 | |
*** jpuellma has quit IRC | 02:24 | |
*** diogogmt has joined #openstack | 02:25 | |
*** luflores has joined #openstack | 02:25 | |
*** sivy has joined #openstack | 02:28 | |
*** thedodd has joined #openstack | 02:28 | |
*** sivy has quit IRC | 02:28 | |
*** baoli has joined #openstack | 02:29 | |
*** gli has joined #openstack | 02:30 | |
*** hdd has quit IRC | 02:32 | |
*** gigawhat has joined #openstack | 02:34 | |
*** cjellick has joined #openstack | 02:34 | |
*** fletcher has quit IRC | 02:35 | |
*** georgem1 has quit IRC | 02:36 | |
*** MentalRay has quit IRC | 02:37 | |
*** dalgaaf has quit IRC | 02:37 | |
*** MentalRay has joined #openstack | 02:37 | |
*** georgem1 has joined #openstack | 02:38 | |
*** Sri_Designer has quit IRC | 02:38 | |
*** cjellick has quit IRC | 02:39 | |
*** yimmy has quit IRC | 02:39 | |
*** appprod0 has joined #openstack | 02:39 | |
*** hfu has quit IRC | 02:40 | |
*** ancoron has joined #openstack | 02:42 | |
*** chlong_ has joined #openstack | 02:43 | |
*** warriorforGod has joined #openstack | 02:43 | |
*** annashen has quit IRC | 02:45 | |
*** ancoron_ has quit IRC | 02:46 | |
*** markvoelker has quit IRC | 02:47 | |
*** markvoelker has joined #openstack | 02:47 | |
*** hfu has joined #openstack | 02:47 | |
*** stevemar has joined #openstack | 02:49 | |
*** markvoelker has quit IRC | 02:51 | |
*** michaelneale has quit IRC | 02:52 | |
*** yamahata has quit IRC | 02:52 | |
*** koolhead17 has quit IRC | 02:53 | |
*** nphase has joined #openstack | 02:53 | |
*** michaelneale has joined #openstack | 02:54 | |
*** remya has joined #openstack | 02:55 | |
*** georgem1 has quit IRC | 02:56 | |
*** remya has quit IRC | 02:56 | |
*** remya has joined #openstack | 02:57 | |
*** nitti has joined #openstack | 02:59 | |
*** hfu has quit IRC | 03:00 | |
*** hfu has joined #openstack | 03:01 | |
*** annashen has joined #openstack | 03:01 | |
*** antons has quit IRC | 03:01 | |
*** yimmy has joined #openstack | 03:01 | |
*** Thelo has joined #openstack | 03:02 | |
*** georgem1 has joined #openstack | 03:02 | |
*** gigawhat has quit IRC | 03:03 | |
*** yog_ has joined #openstack | 03:04 | |
*** davidlenwell has quit IRC | 03:05 | |
*** luflores has quit IRC | 03:07 | |
*** tier has quit IRC | 03:08 | |
*** ninkotech has quit IRC | 03:08 | |
*** rlasting_ has joined #openstack | 03:09 | |
*** alanf-mc- has joined #openstack | 03:09 | |
*** rlasting_ has quit IRC | 03:10 | |
*** rm_work has quit IRC | 03:10 | |
*** travnewmatic has quit IRC | 03:10 | |
*** warriorforGod has quit IRC | 03:10 | |
*** davidlenwell has joined #openstack | 03:11 | |
*** rlastinger has quit IRC | 03:12 | |
*** mfalatic has quit IRC | 03:12 | |
*** michaelneale has quit IRC | 03:12 | |
*** alanf-mc has quit IRC | 03:13 | |
*** gigawhat has joined #openstack | 03:13 | |
*** michaelneale has joined #openstack | 03:13 | |
*** gigawhat has quit IRC | 03:14 | |
*** nphase has quit IRC | 03:14 | |
*** michaelneale has quit IRC | 03:15 | |
*** ghostpl_ has joined #openstack | 03:15 | |
*** baoli has quit IRC | 03:16 | |
*** annashen has quit IRC | 03:17 | |
*** sks has joined #openstack | 03:17 | |
*** antons has joined #openstack | 03:18 | |
*** saltlake has joined #openstack | 03:18 | |
*** JRobinson__ is now known as JRobinson__afk | 03:19 | |
*** saltlake has quit IRC | 03:21 | |
*** pradip_rawat has joined #openstack | 03:21 | |
*** eghobo has quit IRC | 03:22 | |
*** gigawhat has joined #openstack | 03:23 | |
*** rlastinger has joined #openstack | 03:23 | |
*** saltlake has joined #openstack | 03:24 | |
*** dims has quit IRC | 03:24 | |
*** pradip_vedams has quit IRC | 03:24 | |
*** pradip_rawat is now known as pradip_vedams | 03:24 | |
*** hdd has joined #openstack | 03:24 | |
*** Anticimex has quit IRC | 03:24 | |
*** Anticimex has joined #openstack | 03:25 | |
*** sks has quit IRC | 03:28 | |
*** OutBackDingo has joined #openstack | 03:28 | |
*** alanf-mc- has quit IRC | 03:29 | |
*** ghostpl_ has quit IRC | 03:29 | |
*** OutBackDingo has quit IRC | 03:30 | |
*** otter768 has joined #openstack | 03:31 | |
*** OutBackDingo has joined #openstack | 03:31 | |
*** coolsvap_ is now known as coolsvap | 03:33 | |
*** antons has quit IRC | 03:33 | |
*** baoli has joined #openstack | 03:33 | |
*** kushal has quit IRC | 03:33 | |
*** Sri_Designer has joined #openstack | 03:34 | |
*** kushal has joined #openstack | 03:36 | |
*** otter768 has quit IRC | 03:36 | |
*** bkopilov has quit IRC | 03:36 | |
*** annashen has joined #openstack | 03:37 | |
*** engkur has joined #openstack | 03:38 | |
*** zerda has joined #openstack | 03:38 | |
*** rbowen has quit IRC | 03:42 | |
*** engkur has quit IRC | 03:43 | |
*** markvoelker has joined #openstack | 03:43 | |
*** yamamoto_ has joined #openstack | 03:43 | |
*** annashen_ has joined #openstack | 03:44 | |
*** michaelneale has joined #openstack | 03:45 | |
*** Sri_Designer has quit IRC | 03:47 | |
*** annashen has quit IRC | 03:48 | |
*** annashen has joined #openstack | 03:49 | |
*** michaelneale has quit IRC | 03:49 | |
*** gigawhat has quit IRC | 03:49 | |
*** deepthi has joined #openstack | 03:51 | |
*** saltlake has quit IRC | 03:51 | |
*** michaelneale has joined #openstack | 03:52 | |
*** warriorforGod has joined #openstack | 03:52 | |
*** warriorforGod has joined #openstack | 03:52 | |
*** martinst is now known as martins-afk | 03:54 | |
*** JRobinson__afk is now known as JRobinson__ | 03:56 | |
*** baoli has quit IRC | 03:59 | |
*** baoli has joined #openstack | 03:59 | |
*** michaelneale has quit IRC | 03:59 | |
*** annashen has quit IRC | 04:00 | |
*** eeceetwo has joined #openstack | 04:00 | |
*** hfu has quit IRC | 04:00 | |
*** eblake_ has joined #openstack | 04:01 | |
*** engkur has joined #openstack | 04:01 | |
*** mikeoutland has joined #openstack | 04:03 | |
*** mixomathoze has quit IRC | 04:04 | |
*** diogogmt has quit IRC | 04:04 | |
*** bgmccollum has quit IRC | 04:04 | |
*** baoli has quit IRC | 04:04 | |
*** baoli has joined #openstack | 04:05 | |
*** diogogmt has joined #openstack | 04:05 | |
*** bgmccollum has joined #openstack | 04:06 | |
*** travnewmatic has joined #openstack | 04:06 | |
*** MarkAtwood has joined #openstack | 04:07 | |
*** annashen_ has quit IRC | 04:07 | |
*** AnilV4 has joined #openstack | 04:07 | |
*** ezobn has joined #openstack | 04:07 | |
*** saltlake has joined #openstack | 04:08 | |
*** travnewmatic has quit IRC | 04:09 | |
*** MarkAtwood has quit IRC | 04:09 | |
*** cemason has joined #openstack | 04:09 | |
*** baoli has quit IRC | 04:09 | |
*** thedodd has quit IRC | 04:10 | |
*** mixomathoze has joined #openstack | 04:11 | |
*** pensu has joined #openstack | 04:11 | |
*** pensu has quit IRC | 04:11 | |
*** kebray has joined #openstack | 04:11 | |
*** pensu has joined #openstack | 04:12 | |
*** pensu has quit IRC | 04:12 | |
*** shashankhegde has joined #openstack | 04:12 | |
*** ezobn has quit IRC | 04:12 | |
*** travnewmatic has joined #openstack | 04:12 | |
*** pensu has joined #openstack | 04:12 | |
*** shashankhegde has quit IRC | 04:13 | |
*** sivy has joined #openstack | 04:14 | |
*** jagee has quit IRC | 04:15 | |
*** engkur has quit IRC | 04:16 | |
*** andresmujica1 has joined #openstack | 04:16 | |
*** andresmujica has quit IRC | 04:16 | |
*** sprachgenerator has joined #openstack | 04:16 | |
*** thedodd has joined #openstack | 04:18 | |
*** thedodd has quit IRC | 04:18 | |
*** aimon__ has joined #openstack | 04:19 | |
*** engkur has joined #openstack | 04:19 | |
*** signed8bit_ZZZzz has quit IRC | 04:21 | |
*** aimon has quit IRC | 04:21 | |
*** engkur has quit IRC | 04:23 | |
*** dims has joined #openstack | 04:25 | |
*** anderbubble has quit IRC | 04:25 | |
*** yamamoto_ has quit IRC | 04:26 | |
*** ghostpl_ has joined #openstack | 04:26 | |
*** spzala has quit IRC | 04:26 | |
*** ezobn has joined #openstack | 04:28 | |
*** dims has quit IRC | 04:30 | |
*** jecarey has joined #openstack | 04:30 | |
*** georgem1 has quit IRC | 04:31 | |
*** ghostpl_ has quit IRC | 04:31 | |
*** MarkAtwood has joined #openstack | 04:32 | |
*** Osobnik has quit IRC | 04:33 | |
*** patrickeast has joined #openstack | 04:33 | |
*** ezobn has quit IRC | 04:35 | |
*** engkur has joined #openstack | 04:35 | |
*** rm_work|away has joined #openstack | 04:36 | |
*** sprachgenerator has quit IRC | 04:36 | |
*** rm_work|away is now known as rm_work | 04:36 | |
*** rm_work has joined #openstack | 04:36 | |
*** warriorforGod has quit IRC | 04:37 | |
*** jmickle has joined #openstack | 04:39 | |
*** annashen has joined #openstack | 04:41 | |
*** pixelbeat has quit IRC | 04:42 | |
*** naman has quit IRC | 04:42 | |
*** ngoracke has joined #openstack | 04:44 | |
*** markvoelker has quit IRC | 04:44 | |
*** markvoelker has joined #openstack | 04:45 | |
*** jmickle has quit IRC | 04:46 | |
*** remya has quit IRC | 04:46 | |
*** deepakcs has joined #openstack | 04:47 | |
*** jasonsb has joined #openstack | 04:48 | |
*** markvoelker has quit IRC | 04:49 | |
*** MarkAtwood has quit IRC | 04:52 | |
*** travnewmatic has quit IRC | 04:53 | |
*** jmickle has joined #openstack | 04:53 | |
*** linuxgeek_ has joined #openstack | 04:53 | |
*** MentalRay has quit IRC | 04:55 | |
*** KaZeR has quit IRC | 04:55 | |
*** sbfox has joined #openstack | 04:55 | |
*** KaZeR has joined #openstack | 04:56 | |
*** yaguang has quit IRC | 04:56 | |
*** ivar-laz_ has joined #openstack | 04:56 | |
*** ivar-laz_ has quit IRC | 04:56 | |
*** bkopilov has joined #openstack | 04:56 | |
*** coolsvap is now known as coolsvap_ | 04:57 | |
*** sivy has joined #openstack | 04:57 | |
*** patrickeast has quit IRC | 04:58 | |
*** Poornima has joined #openstack | 04:58 | |
*** jmccrory has joined #openstack | 04:59 | |
*** ivar-lazzaro has quit IRC | 04:59 | |
*** alop has quit IRC | 05:00 | |
*** KaZeR has quit IRC | 05:00 | |
*** pradip_vedams has quit IRC | 05:00 | |
*** pradip_vedams has joined #openstack | 05:01 | |
*** yamahata has joined #openstack | 05:01 | |
*** jmickle has quit IRC | 05:03 | |
*** coolsvap_ is now known as coolsvap | 05:04 | |
*** Fenuks has joined #openstack | 05:04 | |
*** jamespage has quit IRC | 05:05 | |
*** gnuoy has quit IRC | 05:05 | |
*** gnuoy has joined #openstack | 05:06 | |
*** jamespage has joined #openstack | 05:06 | |
*** blairo has joined #openstack | 05:06 | |
*** jmickle has joined #openstack | 05:06 | |
*** yaguang has joined #openstack | 05:07 | |
*** anderbubble has joined #openstack | 05:07 | |
*** blair has quit IRC | 05:08 | |
*** nkhare has joined #openstack | 05:08 | |
*** penguinRaider has quit IRC | 05:09 | |
*** cpg|away is now known as cpg | 05:09 | |
*** aneto has joined #openstack | 05:10 | |
*** penguinRaider has joined #openstack | 05:10 | |
*** KaZeR has joined #openstack | 05:12 | |
*** jmccrory has quit IRC | 05:13 | |
*** jmccrory has joined #openstack | 05:13 | |
*** blairo has quit IRC | 05:15 | |
*** jmickle has quit IRC | 05:17 | |
*** vijayagurug has joined #openstack | 05:18 | |
*** pradip has joined #openstack | 05:18 | |
*** jcoufal has joined #openstack | 05:18 | |
*** anderbubble has quit IRC | 05:18 | |
*** mnovacyu has joined #openstack | 05:20 | |
*** masco has joined #openstack | 05:20 | |
*** jckasper has joined #openstack | 05:23 | |
*** spradeepv has joined #openstack | 05:25 | |
spradeepv | Hi, I am trying to install devstack kilo version. I am stuck where glance throws error while trying to create image. The error is "401 Unauthorized This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required. Request returned failure status. Invalid Open | 05:27 |
spradeepv | Any help? | 05:27 |
spradeepv | My local.conf is as follows | 05:27 |
spradeepv | [[local|localrc]] # Credentials ADMIN_PASSWORD=password MYSQL_PASSWORD=password RABBIT_PASSWORD=password SERVICE_PASSWORD=password SERVICE_TOKEN=password SERVICE_TENANT_NAME=admin SERVICE_USER_NAME=admin SERVICE_USER=admin # Services disable_service n-net ENABLED_SERVICES=rabbit,mysql,key ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc,n-cauth ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta ENABLED_SERVICE | 05:28 |
zerda | spradeepv, http://paste.openstack.org/ please | 05:28 |
*** rlasting_ has joined #openstack | 05:29 | |
*** anshul has joined #openstack | 05:29 | |
*** jecarey has quit IRC | 05:29 | |
*** lazl0w has quit IRC | 05:29 | |
spradeepv | zerda: Sorry about that. Here is the link to local.conf http://paste.openstack.org/show/182277/ | 05:29 |
*** otter768 has joined #openstack | 05:32 | |
*** fnaval has joined #openstack | 05:32 | |
*** fnaval has quit IRC | 05:32 | |
*** rlastinger has quit IRC | 05:32 | |
*** aneto has quit IRC | 05:33 | |
*** KaZeR has quit IRC | 05:34 | |
*** KaZeR has joined #openstack | 05:35 | |
*** amalagon has quit IRC | 05:36 | |
*** aeperezt has quit IRC | 05:36 | |
*** otter768 has quit IRC | 05:37 | |
*** mikeoutland has quit IRC | 05:37 | |
*** yamamoto_ has joined #openstack | 05:38 | |
*** jcoufal has quit IRC | 05:39 | |
*** jcoufal_ has joined #openstack | 05:39 | |
*** yaguang has quit IRC | 05:40 | |
*** cdub has quit IRC | 05:41 | |
*** koolhead17 has joined #openstack | 05:41 | |
*** coredump has joined #openstack | 05:41 | |
*** naman has joined #openstack | 05:42 | |
*** che-arne has quit IRC | 05:42 | |
*** Fenuks has quit IRC | 05:43 | |
*** user_42 has joined #openstack | 05:43 | |
*** EricGonczer_ has joined #openstack | 05:44 | |
naman | can anyone plz help me in configuring controller, compute and network node using devstack | 05:44 |
*** jcoufal_ has quit IRC | 05:44 | |
*** KaZeR has quit IRC | 05:46 | |
*** wastrel has quit IRC | 05:47 | |
*** jmccrory has quit IRC | 05:47 | |
*** comay has quit IRC | 05:47 | |
*** pravka has quit IRC | 05:47 | |
*** saltlake has quit IRC | 05:48 | |
*** wasmum has quit IRC | 05:49 | |
*** pravka has joined #openstack | 05:49 | |
*** che-arne has joined #openstack | 05:49 | |
*** steveg is now known as sgordon | 05:50 | |
*** achanda has quit IRC | 05:50 | |
*** yimmy has quit IRC | 05:51 | |
*** rdas has joined #openstack | 05:55 | |
*** gildub has quit IRC | 05:55 | |
*** remya has joined #openstack | 05:55 | |
*** OutBackDingo has quit IRC | 05:58 | |
*** sks has joined #openstack | 05:59 | |
*** ParsectiX has quit IRC | 05:59 | |
*** nitti has joined #openstack | 06:00 | |
*** ajo has joined #openstack | 06:00 | |
*** ParsectiX has joined #openstack | 06:00 | |
*** sarob has quit IRC | 06:01 | |
*** OutBackDingo has joined #openstack | 06:01 | |
*** mnovacyu has quit IRC | 06:03 | |
*** sarob has joined #openstack | 06:03 | |
*** ParsectiX has quit IRC | 06:04 | |
*** ParsectiX has joined #openstack | 06:04 | |
*** nitti has quit IRC | 06:04 | |
*** pradip has quit IRC | 06:04 | |
*** ParsectiX has quit IRC | 06:05 | |
*** sarob has quit IRC | 06:08 | |
*** anande has joined #openstack | 06:08 | |
*** okrieg has quit IRC | 06:10 | |
*** ghostpl_ has joined #openstack | 06:11 | |
*** smillward has quit IRC | 06:12 | |
*** smillward has joined #openstack | 06:12 | |
*** Fenuks has joined #openstack | 06:12 | |
*** Sandeep has joined #openstack | 06:13 | |
*** Sandeep is now known as Guest74752 | 06:13 | |
*** Guest74752 has quit IRC | 06:14 | |
*** zerda has quit IRC | 06:14 | |
*** ghostpl_ has quit IRC | 06:15 | |
*** annashen has quit IRC | 06:15 | |
*** kebray has quit IRC | 06:16 | |
*** Akshik has joined #openstack | 06:17 | |
*** gargola_ has quit IRC | 06:19 | |
*** kebray has joined #openstack | 06:19 | |
*** achanda has joined #openstack | 06:19 | |
*** che-arne has quit IRC | 06:19 | |
*** k69 has joined #openstack | 06:22 | |
*** controller1 has joined #openstack | 06:22 | |
*** yaguang has joined #openstack | 06:22 | |
*** Ile has joined #openstack | 06:23 | |
*** koolhead17 has quit IRC | 06:25 | |
*** fifieldt has joined #openstack | 06:26 | |
*** ngoracke has quit IRC | 06:28 | |
*** Akshik_ has joined #openstack | 06:28 | |
*** pravins has joined #openstack | 06:29 | |
*** sarob has joined #openstack | 06:30 | |
*** Akshik has quit IRC | 06:31 | |
*** oro has joined #openstack | 06:32 | |
*** anande has quit IRC | 06:33 | |
*** Viswanath has joined #openstack | 06:34 | |
*** kushal has quit IRC | 06:36 | |
*** zerda has joined #openstack | 06:36 | |
*** pck has quit IRC | 06:37 | |
*** sarob has quit IRC | 06:41 | |
*** annashen has joined #openstack | 06:42 | |
*** pck has joined #openstack | 06:42 | |
*** SumitNaiksatam has joined #openstack | 06:43 | |
*** yfauser has joined #openstack | 06:45 | |
*** appprod0 has quit IRC | 06:46 | |
*** yfauser has left #openstack | 06:46 | |
*** Marga_ has joined #openstack | 06:49 | |
*** Marga_ has quit IRC | 06:49 | |
*** Marga_ has joined #openstack | 06:50 | |
*** annashen has quit IRC | 06:50 | |
*** hyakuhei has joined #openstack | 06:50 | |
*** kushal has joined #openstack | 06:51 | |
*** mrunge has joined #openstack | 06:51 | |
*** yog_ has quit IRC | 06:51 | |
*** Viswanath has quit IRC | 06:53 | |
*** avagi has joined #openstack | 06:54 | |
*** harukomoto has joined #openstack | 06:56 | |
*** JRobinson__ has quit IRC | 06:57 | |
*** hdd has quit IRC | 06:58 | |
*** groen692 has joined #openstack | 06:58 | |
*** avagi has left #openstack | 06:59 | |
*** remya has quit IRC | 06:59 | |
*** che-arne has joined #openstack | 07:00 | |
*** naman has quit IRC | 07:00 | |
*** nkrinner has joined #openstack | 07:01 | |
*** belmoreira has joined #openstack | 07:03 | |
*** itzikb has joined #openstack | 07:03 | |
*** neeti has joined #openstack | 07:03 | |
*** hyakuhei has quit IRC | 07:04 | |
*** yog_ has joined #openstack | 07:04 | |
*** henrynash has joined #openstack | 07:07 | |
*** jcoufal has joined #openstack | 07:07 | |
*** ajo has quit IRC | 07:08 | |
*** hyakuhei has joined #openstack | 07:09 | |
*** scheuran has joined #openstack | 07:10 | |
*** cdub has joined #openstack | 07:11 | |
*** gszasz has joined #openstack | 07:12 | |
*** sarob has joined #openstack | 07:13 | |
*** erkules_ is now known as erkules | 07:13 | |
*** pkoniszewski has joined #openstack | 07:13 | |
*** harukomoto has quit IRC | 07:14 | |
*** subscope has quit IRC | 07:14 | |
*** KaZeR has joined #openstack | 07:14 | |
*** agarciam has left #openstack | 07:15 | |
*** jstarmer has joined #openstack | 07:17 | |
*** sarob has quit IRC | 07:18 | |
*** pravins has quit IRC | 07:19 | |
*** jstarmer has quit IRC | 07:21 | |
*** sgordon is now known as steveg | 07:22 | |
*** remya has joined #openstack | 07:23 | |
*** remya has left #openstack | 07:23 | |
*** wicope has joined #openstack | 07:23 | |
*** pravka has quit IRC | 07:23 | |
*** cbinx has quit IRC | 07:27 | |
*** rossk has quit IRC | 07:27 | |
*** harukomoto has joined #openstack | 07:27 | |
*** ParsectiX has joined #openstack | 07:28 | |
*** ian_ott has joined #openstack | 07:29 | |
*** jdurgin1 has joined #openstack | 07:29 | |
*** ghostpl_ has joined #openstack | 07:31 | |
*** ghostpl_ has quit IRC | 07:31 | |
*** ghostpl_ has joined #openstack | 07:31 | |
*** otter768 has joined #openstack | 07:33 | |
*** martian_ has quit IRC | 07:33 | |
*** tnovacik_ has joined #openstack | 07:33 | |
*** pravins has joined #openstack | 07:34 | |
*** jprovazn has joined #openstack | 07:35 | |
*** Marga_ has quit IRC | 07:35 | |
*** otter768 has quit IRC | 07:37 | |
*** BOKALDO has joined #openstack | 07:38 | |
*** aimon_ has quit IRC | 07:40 | |
*** marius_endian has joined #openstack | 07:40 | |
*** chlong_ has quit IRC | 07:42 | |
*** linuxgeek_ has quit IRC | 07:42 | |
*** Miouge has joined #openstack | 07:43 | |
*** chlong has quit IRC | 07:43 | |
*** henrynash has quit IRC | 07:43 | |
*** k4n0 has joined #openstack | 07:44 | |
*** markvoelker has joined #openstack | 07:44 | |
*** remya has joined #openstack | 07:46 | |
*** ian_ott has quit IRC | 07:46 | |
*** stamak has joined #openstack | 07:46 | |
*** markvoelker has quit IRC | 07:50 | |
*** afazekas_ has joined #openstack | 07:50 | |
*** nmagnezi has joined #openstack | 07:51 | |
*** ddmitriev has quit IRC | 07:51 | |
*** ian_ott has joined #openstack | 07:53 | |
*** ian_ott has quit IRC | 07:53 | |
*** hfu has joined #openstack | 07:56 | |
*** Club420 has joined #openstack | 07:57 | |
*** Joufflu has quit IRC | 07:58 | |
*** hyakuhei has quit IRC | 07:59 | |
*** ejat has joined #openstack | 08:00 | |
*** ejat has joined #openstack | 08:00 | |
*** maufart has joined #openstack | 08:03 | |
*** dims has joined #openstack | 08:03 | |
*** e0ne has joined #openstack | 08:03 | |
*** michaelneale has joined #openstack | 08:04 | |
*** lubyou has quit IRC | 08:05 | |
*** ejat has quit IRC | 08:05 | |
iwilson | I'm getting a lot of "Connection Timed out" errors in oslo.messaging._drivers.impl_rabbit | 08:05 |
*** mpaolino has joined #openstack | 08:05 | |
iwilson | CentOS7 Packstack/RDO | 08:06 |
iwilson | RabbitMq seems to be happy -- it's running and generally...alive. | 08:06 |
iwilson | I'm not sure where I should continue looking at. | 08:06 |
*** kushal has quit IRC | 08:07 | |
*** crack has quit IRC | 08:07 | |
*** dims has quit IRC | 08:07 | |
*** maximov has joined #openstack | 08:07 | |
*** jtomasek has joined #openstack | 08:08 | |
*** moha_hunt has joined #openstack | 08:09 | |
*** achanda has quit IRC | 08:09 | |
*** ashneo76 has quit IRC | 08:11 | |
*** pask81 has joined #openstack | 08:11 | |
*** racedo has quit IRC | 08:12 | |
*** ki0 has joined #openstack | 08:12 | |
*** linforpros has joined #openstack | 08:13 | |
*** ezobn has joined #openstack | 08:13 | |
*** adiantum has joined #openstack | 08:15 | |
*** ronis has joined #openstack | 08:16 | |
*** kushal has joined #openstack | 08:19 | |
*** oro has quit IRC | 08:20 | |
*** mpavone has joined #openstack | 08:20 | |
*** dulek has joined #openstack | 08:22 | |
*** ska has quit IRC | 08:22 | |
*** nshaikh has joined #openstack | 08:23 | |
*** hjensas has joined #openstack | 08:26 | |
*** hjensas has joined #openstack | 08:26 | |
*** jcoufal has quit IRC | 08:28 | |
*** jcoufal_ has joined #openstack | 08:28 | |
*** dgurtner has joined #openstack | 08:31 | |
*** zero141 has joined #openstack | 08:32 | |
*** kawa2014 has joined #openstack | 08:33 | |
*** Guest31320 has quit IRC | 08:33 | |
*** dsanders has quit IRC | 08:34 | |
*** geaaru has joined #openstack | 08:34 | |
*** k69 has quit IRC | 08:34 | |
*** ska has joined #openstack | 08:35 | |
*** yog_ has quit IRC | 08:35 | |
*** neeti has quit IRC | 08:35 | |
*** ropav has joined #openstack | 08:37 | |
*** pnavarro has joined #openstack | 08:37 | |
*** SVK has joined #openstack | 08:38 | |
*** neeti has joined #openstack | 08:38 | |
*** twillber has joined #openstack | 08:38 | |
*** salv-orlando has joined #openstack | 08:39 | |
*** pixelbeat has joined #openstack | 08:39 | |
*** pravins has quit IRC | 08:40 | |
*** sergef has joined #openstack | 08:41 | |
*** epcim has joined #openstack | 08:43 | |
*** pravins has joined #openstack | 08:43 | |
*** mrunge is now known as mrunge_bbl | 08:43 | |
*** ezobn has quit IRC | 08:44 | |
*** jwitko has quit IRC | 08:44 | |
*** jschwarz has joined #openstack | 08:44 | |
*** ezobn has joined #openstack | 08:44 | |
*** martian_ has joined #openstack | 08:45 | |
*** freeflying has joined #openstack | 08:45 | |
*** kenju254 has quit IRC | 08:46 | |
*** ropav has quit IRC | 08:47 | |
*** jpena has joined #openstack | 08:48 | |
*** zz_ttrifonov is now known as ttrifonov | 08:48 | |
*** gfidente has joined #openstack | 08:49 | |
*** gfidente has quit IRC | 08:49 | |
*** gfidente has joined #openstack | 08:49 | |
*** karimb has joined #openstack | 08:49 | |
*** rushiagr_away is now known as rushiagr | 08:49 | |
*** ezobn_ has joined #openstack | 08:49 | |
*** Ala has joined #openstack | 08:49 | |
*** jcoufal_ has quit IRC | 08:50 | |
*** MarkBaker has joined #openstack | 08:50 | |
*** Free_maN has joined #openstack | 08:50 | |
*** jagee has joined #openstack | 08:51 | |
*** MaxV has joined #openstack | 08:51 | |
*** PingKuo has joined #openstack | 08:51 | |
*** yog_ has joined #openstack | 08:51 | |
*** jagee has quit IRC | 08:51 | |
*** vicky has quit IRC | 08:52 | |
*** corXi has joined #openstack | 08:52 | |
*** vicky has joined #openstack | 08:52 | |
*** yamahata has quit IRC | 08:53 | |
*** jistr has joined #openstack | 08:53 | |
*** ezobn has quit IRC | 08:53 | |
*** henrynash has joined #openstack | 08:53 | |
*** ezobn_ has quit IRC | 08:53 | |
*** kenju254 has joined #openstack | 08:54 | |
*** Ile has quit IRC | 08:55 | |
*** MarkBaker has quit IRC | 08:55 | |
*** freeflying has quit IRC | 08:55 | |
*** MarkBaker has joined #openstack | 08:55 | |
*** Zack_Deee has quit IRC | 08:55 | |
*** freeflying__ has joined #openstack | 08:55 | |
*** freeflying__ is now known as freeflying | 08:55 | |
SVK | instance not getting IP from DHCP..also network:dhcp port is showing down on dashboard..Openstack Juno On ubuntu??? | 08:56 |
*** stevemar has quit IRC | 08:57 | |
*** dulek has quit IRC | 08:57 | |
*** ifdm_ has quit IRC | 08:57 | |
*** dulek has joined #openstack | 08:58 | |
*** henrynash has quit IRC | 08:59 | |
*** ndipanov has joined #openstack | 09:00 | |
SVK | instance not getting IP from DHCP..also network:dhcp port is showing down on dashboard..Openstack Juno On ubuntu??? | 09:00 |
*** henrynash has joined #openstack | 09:01 | |
*** Guest31320 has joined #openstack | 09:03 | |
*** itarchitectkev has joined #openstack | 09:03 | |
*** dulek_ has joined #openstack | 09:04 | |
*** dulek has quit IRC | 09:04 | |
*** MarkBaker has quit IRC | 09:05 | |
*** ezobn has joined #openstack | 09:06 | |
*** basic` has quit IRC | 09:06 | |
*** oro has joined #openstack | 09:06 | |
*** ezobn has quit IRC | 09:07 | |
*** PaulCuzner has quit IRC | 09:08 | |
*** walterheck has joined #openstack | 09:09 | |
*** k4n0 has quit IRC | 09:09 | |
*** MasterPiece has quit IRC | 09:10 | |
*** k4n0 has joined #openstack | 09:10 | |
*** Danilo has joined #openstack | 09:10 | |
*** k4n0 has quit IRC | 09:10 | |
*** vicky has quit IRC | 09:10 | |
Danilo | Is there someone that know how many developer are based in Italy? | 09:11 |
*** havill has quit IRC | 09:11 | |
SVK | instance not getting IP from DHCP..also network:dhcp port is showing down on dashboard..Openstack Juno On ubuntu??? | 09:12 |
*** k4n0 has joined #openstack | 09:12 | |
*** martian_ has quit IRC | 09:13 | |
*** walterheck has quit IRC | 09:14 | |
*** Danilo has quit IRC | 09:14 | |
*** walterheck has joined #openstack | 09:14 | |
*** ifdm_ has joined #openstack | 09:14 | |
*** ifdm_ has joined #openstack | 09:14 | |
*** sarob has joined #openstack | 09:14 | |
*** jgrimm is now known as zz_jgrimm | 09:15 | |
*** MarkBaker has joined #openstack | 09:15 | |
*** steveg is now known as sgordon | 09:16 | |
iwilson | progress -- but now ip netns isn't showing a qrouter object | 09:16 |
*** derekh has joined #openstack | 09:17 | |
*** jpena has quit IRC | 09:17 | |
*** yuntong has quit IRC | 09:17 | |
*** jpena has joined #openstack | 09:18 | |
*** bvandenh has joined #openstack | 09:18 | |
*** itarchitectkev has quit IRC | 09:18 | |
*** maximov has quit IRC | 09:18 | |
*** itarchitectkev has joined #openstack | 09:19 | |
*** itarchitectkev has quit IRC | 09:19 | |
*** itarchitectkev has joined #openstack | 09:19 | |
*** sarob has quit IRC | 09:19 | |
*** maximov has joined #openstack | 09:20 | |
*** tvvcox has joined #openstack | 09:21 | |
*** cdub has quit IRC | 09:22 | |
*** etacsufbo has joined #openstack | 09:23 | |
*** sbfox has quit IRC | 09:24 | |
*** kushal has quit IRC | 09:24 | |
*** michaelneale has quit IRC | 09:26 | |
*** mcornea has joined #openstack | 09:26 | |
*** _shaps_ has joined #openstack | 09:26 | |
*** michaelneale has joined #openstack | 09:26 | |
*** capitol has joined #openstack | 09:27 | |
*** mpaolino has quit IRC | 09:27 | |
*** linforpros has quit IRC | 09:28 | |
*** maximov has quit IRC | 09:28 | |
*** pdb has quit IRC | 09:29 | |
*** pdb has joined #openstack | 09:29 | |
*** dulek_ has quit IRC | 09:31 | |
*** KaZeR has quit IRC | 09:31 | |
*** jemangs_ has quit IRC | 09:32 | |
*** vdo has joined #openstack | 09:32 | |
*** sgordon is now known as steveg | 09:32 | |
*** bbcmicrocomputer has joined #openstack | 09:33 | |
*** MattMan has left #openstack | 09:33 | |
*** bbcmicrocomputer has quit IRC | 09:33 | |
*** bbcmicrocomputer has joined #openstack | 09:33 | |
*** MattMan has joined #openstack | 09:33 | |
*** otter768 has joined #openstack | 09:33 | |
*** jemangs has joined #openstack | 09:35 | |
*** markus_z has joined #openstack | 09:36 | |
*** maximov has joined #openstack | 09:36 | |
*** cdub has joined #openstack | 09:36 | |
*** pixelbeat has quit IRC | 09:36 | |
*** jp_at_hp has joined #openstack | 09:37 | |
*** piloophaz has joined #openstack | 09:37 | |
*** kushal has joined #openstack | 09:37 | |
*** brokencycle has joined #openstack | 09:37 | |
*** otter768 has quit IRC | 09:38 | |
*** jaosorior has joined #openstack | 09:38 | |
*** yog_ has quit IRC | 09:41 | |
*** mpaolino has joined #openstack | 09:41 | |
*** beejee has joined #openstack | 09:42 | |
*** michaelneale has quit IRC | 09:43 | |
*** dizquierdo has joined #openstack | 09:45 | |
*** markvoelker has joined #openstack | 09:47 | |
*** yamamoto_ has quit IRC | 09:49 | |
*** salv-orlando has quit IRC | 09:49 | |
*** mekpro1 has joined #openstack | 09:50 | |
*** alesales has joined #openstack | 09:50 | |
*** gary_perkins has joined #openstack | 09:52 | |
*** markvoelker has quit IRC | 09:52 | |
*** franred has joined #openstack | 09:52 | |
*** markus_z has quit IRC | 09:53 | |
*** ninkotech_ has joined #openstack | 09:54 | |
*** yog_ has joined #openstack | 09:54 | |
*** Acidnerd has joined #openstack | 09:56 | |
*** hfu has quit IRC | 09:56 | |
*** hichihara has quit IRC | 09:57 | |
*** ezobn has joined #openstack | 09:57 | |
*** cody-somerville has joined #openstack | 09:58 | |
*** walterheck has quit IRC | 09:58 | |
*** walterheck has joined #openstack | 09:59 | |
*** bluex-pl has joined #openstack | 09:59 | |
*** yaguang has quit IRC | 10:01 | |
*** achanda has joined #openstack | 10:01 | |
*** pradip_vedams has quit IRC | 10:03 | |
*** pradip_vedams has joined #openstack | 10:03 | |
*** yaguang has joined #openstack | 10:05 | |
*** dkaigarodsev has joined #openstack | 10:05 | |
*** sluo_laptop has quit IRC | 10:05 | |
*** kushal has quit IRC | 10:05 | |
*** kushal has joined #openstack | 10:06 | |
*** Krin has joined #openstack | 10:06 | |
*** VW_ has joined #openstack | 10:07 | |
*** henrynash has quit IRC | 10:08 | |
*** sergef has quit IRC | 10:08 | |
*** ajo has joined #openstack | 10:09 | |
Club420 | yo fellas, where can i configure swift and glance to allow uploading images >15gb? i use devstack instead, and got swift enabled service, so by default glance stores images in swift and fails with error. | 10:09 |
*** Tinfoilhat_ has quit IRC | 10:10 | |
*** EmilienM|afk is now known as EmilienM | 10:11 | |
*** PingKuo has quit IRC | 10:11 | |
*** mrmartin has joined #openstack | 10:12 | |
*** koolhead17 has joined #openstack | 10:13 | |
*** sarob has joined #openstack | 10:16 | |
*** cdub has quit IRC | 10:16 | |
*** achanda has quit IRC | 10:17 | |
*** michaelneale has joined #openstack | 10:18 | |
*** steveg is now known as sgordon | 10:19 | |
*** Acinonyx has quit IRC | 10:19 | |
*** sarob has quit IRC | 10:21 | |
*** pelix has joined #openstack | 10:21 | |
*** mpaolino has quit IRC | 10:23 | |
*** popw has joined #openstack | 10:23 | |
*** yamamoto has joined #openstack | 10:26 | |
*** tnovacik_ has quit IRC | 10:27 | |
*** michaelneale has quit IRC | 10:29 | |
*** lubyou has joined #openstack | 10:30 | |
*** ifdm_ has quit IRC | 10:30 | |
*** SVK has quit IRC | 10:32 | |
*** matjazp has joined #openstack | 10:33 | |
*** RedRat has quit IRC | 10:33 | |
*** gli has quit IRC | 10:33 | |
*** MarkBaker has quit IRC | 10:35 | |
*** eglynn-officeafk is now known as eglynn-office | 10:35 | |
*** fzdarsky has joined #openstack | 10:36 | |
*** popw has quit IRC | 10:36 | |
*** mpaolino has joined #openstack | 10:37 | |
*** Kumi1 has joined #openstack | 10:38 | |
*** eglynn has joined #openstack | 10:38 | |
*** nshaikh has quit IRC | 10:38 | |
Club420 | i found the config file from glance, where it sets the maximum object size and chunk size. for a 15gb vmdk size file, what should i set the swift_store_large_object_chunk_size? by default 200mb | 10:38 |
*** Kumi1 has left #openstack | 10:38 | |
*** sergef has joined #openstack | 10:39 | |
*** Acinonyx has joined #openstack | 10:40 | |
*** mrunge_bbl is now known as mrunge | 10:40 | |
*** dkaigarodsev_ has joined #openstack | 10:41 | |
*** pnavarro_ has joined #openstack | 10:42 | |
*** jpena_ has joined #openstack | 10:42 | |
Club420 | or can someone explain what chunk is? | 10:43 |
geaaru | hi, i'm upgraded my environment to juno release (2014.2.2) and enable dvr router, but on legacy router already present before upgrade i have a problem. It seems that routers are created correctly but net iface of the router is not attached to openvswitch bridge | 10:43 |
*** ifdm_ has joined #openstack | 10:43 | |
*** pnavarro has quit IRC | 10:43 | |
*** jpena has quit IRC | 10:43 | |
*** yog_ has quit IRC | 10:43 | |
geaaru | if i enable dvr routers , legacy router must be removed and created as dvr routers ? | 10:43 |
geaaru | thans in advance | 10:43 |
geaaru | second question, what is module that connect router ifaces to openvswitch ? neutron-openvswitch-agent or neutron-l3-agent ? thanks in advance | 10:44 |
*** henrynash has joined #openstack | 10:46 | |
*** pnavarro_ has quit IRC | 10:47 | |
*** jpena_ has quit IRC | 10:47 | |
*** jpena_ has joined #openstack | 10:48 | |
*** pnavarro_ has joined #openstack | 10:48 | |
*** eharney has quit IRC | 10:49 | |
*** achanda has joined #openstack | 10:50 | |
*** mekpro1 has quit IRC | 10:51 | |
*** dims has joined #openstack | 10:52 | |
*** OutBackDingo has quit IRC | 10:53 | |
*** himangi has joined #openstack | 10:54 | |
*** dims_ has joined #openstack | 10:55 | |
*** remya has quit IRC | 10:58 | |
*** opuk has quit IRC | 10:58 | |
*** dims has quit IRC | 10:58 | |
*** andriikolesnikov has joined #openstack | 10:59 | |
*** LeRieur has joined #openstack | 10:59 | |
*** remya has joined #openstack | 11:01 | |
*** piloophaz has quit IRC | 11:02 | |
*** eharney has joined #openstack | 11:02 | |
*** VW_ has quit IRC | 11:03 | |
*** scheuran has quit IRC | 11:08 | |
*** brokencycle has quit IRC | 11:10 | |
*** RedRat has joined #openstack | 11:10 | |
*** matjazp has quit IRC | 11:11 | |
*** brokencycle has joined #openstack | 11:12 | |
*** amotoki has joined #openstack | 11:12 | |
*** tnovacik has joined #openstack | 11:13 | |
*** Zack_Deee has joined #openstack | 11:13 | |
*** cbader has quit IRC | 11:15 | |
*** yamamoto has quit IRC | 11:15 | |
*** salv-orlando has joined #openstack | 11:15 | |
*** achanda has quit IRC | 11:17 | |
*** sarob has joined #openstack | 11:17 | |
*** SVK has joined #openstack | 11:17 | |
*** opuk has joined #openstack | 11:17 | |
*** mekpro has joined #openstack | 11:18 | |
*** yamamoto has joined #openstack | 11:18 | |
*** mekpro has quit IRC | 11:18 | |
*** lucendio has joined #openstack | 11:18 | |
*** pcaruana has joined #openstack | 11:19 | |
*** dkaigarodsev_ has quit IRC | 11:20 | |
*** vivekopenstack has joined #openstack | 11:20 | |
*** ifdm_ has quit IRC | 11:20 | |
vivekopenstack | Hi All | 11:20 |
vivekopenstack | need some help about openstack | 11:21 |
*** k4n0 has quit IRC | 11:21 | |
*** sarob has quit IRC | 11:22 | |
controller1 | ya sure | 11:23 |
controller1 | I am not a master at it | 11:23 |
controller1 | but will try if I could help | 11:23 |
*** tnovacik has quit IRC | 11:24 | |
*** tnovacik has joined #openstack | 11:24 | |
vivekopenstack | oh great | 11:24 |
*** remya has left #openstack | 11:25 | |
vivekopenstack | i m stuck at neutron part | 11:25 |
vivekopenstack | can you please help me on this | 11:25 |
*** yaguang has quit IRC | 11:27 | |
*** screwgoth has joined #openstack | 11:28 | |
*** pboros has joined #openstack | 11:28 | |
*** screwgoth has joined #openstack | 11:29 | |
*** screwgoth has joined #openstack | 11:29 | |
*** screwgoth has quit IRC | 11:29 | |
*** screwgoth has joined #openstack | 11:29 | |
*** screwgoth has joined #openstack | 11:29 | |
*** saibarspeis has joined #openstack | 11:29 | |
*** screwgoth has quit IRC | 11:29 | |
*** screwgoth has joined #openstack | 11:30 | |
*** screwgoth has joined #openstack | 11:30 | |
*** VW_ has joined #openstack | 11:30 | |
*** screwgoth has joined #openstack | 11:30 | |
*** bobmel has joined #openstack | 11:32 | |
*** rushiagr is now known as rushiagr_away | 11:33 | |
*** etacsufbo has quit IRC | 11:34 | |
*** otter768 has joined #openstack | 11:34 | |
*** Poornima has quit IRC | 11:35 | |
*** bobmel_ has quit IRC | 11:35 | |
*** MarkBaker has joined #openstack | 11:37 | |
*** VW__ has joined #openstack | 11:38 | |
*** VW__ has quit IRC | 11:39 | |
*** otter768 has quit IRC | 11:39 | |
*** VW__ has joined #openstack | 11:39 | |
*** ifdm_ has joined #openstack | 11:39 | |
*** sayan has joined #openstack | 11:39 | |
*** Zack_Deee has quit IRC | 11:39 | |
*** vivekopenstack has quit IRC | 11:40 | |
*** opuk has quit IRC | 11:41 | |
*** opuk has joined #openstack | 11:41 | |
*** VW_ has quit IRC | 11:41 | |
*** Zack_Deee has joined #openstack | 11:42 | |
*** fzdarsky has quit IRC | 11:42 | |
*** salv-orlando has quit IRC | 11:44 | |
*** cemason has quit IRC | 11:45 | |
*** ifdm_ has quit IRC | 11:46 | |
*** deepthi has quit IRC | 11:46 | |
*** skairc has joined #openstack | 11:46 | |
*** dguerri is now known as dguerri`afk | 11:47 | |
*** walterheck has quit IRC | 11:47 | |
*** cemason has joined #openstack | 11:48 | |
*** markus_z has joined #openstack | 11:49 | |
*** chlong has joined #openstack | 11:51 | |
*** chlong_ has joined #openstack | 11:51 | |
*** matjazp has joined #openstack | 11:51 | |
*** marrusl has quit IRC | 11:53 | |
*** walterheck has joined #openstack | 11:53 | |
*** bill_az has joined #openstack | 11:54 | |
*** cdent has joined #openstack | 11:54 | |
*** tserong has joined #openstack | 11:54 | |
*** k4n0 has joined #openstack | 11:54 | |
*** vivekopenstack has joined #openstack | 11:57 | |
*** deepakcs has quit IRC | 11:59 | |
*** wicope has quit IRC | 12:00 | |
*** sgordon is now known as steveg | 12:02 | |
*** nkhare has quit IRC | 12:03 | |
*** Hell_Fire_ has quit IRC | 12:03 | |
*** Fenuks has quit IRC | 12:03 | |
*** go_chiba has quit IRC | 12:04 | |
*** mpaolino has quit IRC | 12:04 | |
*** go_chiba has joined #openstack | 12:05 | |
*** dkaigarodsev_ has joined #openstack | 12:05 | |
*** skairc has left #openstack | 12:06 | |
*** johnbelamaric has joined #openstack | 12:07 | |
*** maximov has quit IRC | 12:07 | |
*** ddmitriev has joined #openstack | 12:07 | |
*** pensu has left #openstack | 12:08 | |
*** vivekopenstack has quit IRC | 12:09 | |
*** maximov has joined #openstack | 12:09 | |
*** rtheis has joined #openstack | 12:09 | |
*** k4n0 has quit IRC | 12:10 | |
*** tochi has quit IRC | 12:11 | |
*** kenju254 has quit IRC | 12:11 | |
*** cdub has joined #openstack | 12:12 | |
*** marius_endian has quit IRC | 12:13 | |
*** henrynash has quit IRC | 12:13 | |
*** adalbas has joined #openstack | 12:13 | |
*** dims_ has quit IRC | 12:14 | |
*** henrynash has joined #openstack | 12:14 | |
*** dims has joined #openstack | 12:14 | |
*** eglynn is now known as eglynn-lunch | 12:15 | |
*** kenju254 has joined #openstack | 12:16 | |
*** nkhare has joined #openstack | 12:16 | |
*** dkaigarodsev_ has quit IRC | 12:17 | |
*** yuntong has joined #openstack | 12:18 | |
*** danielbruno has joined #openstack | 12:18 | |
*** danielbruno has quit IRC | 12:18 | |
*** danielbruno has joined #openstack | 12:18 | |
*** Fenuks has joined #openstack | 12:19 | |
*** himangi has quit IRC | 12:20 | |
*** marius_endian has joined #openstack | 12:20 | |
*** pravins has quit IRC | 12:21 | |
*** jpuellma has joined #openstack | 12:21 | |
*** Zack_Deee has quit IRC | 12:21 | |
*** fale has quit IRC | 12:22 | |
*** mwagner_lap has quit IRC | 12:22 | |
*** rahulrrixe has joined #openstack | 12:23 | |
*** kenju254 has quit IRC | 12:23 | |
*** fale has joined #openstack | 12:24 | |
*** fale has joined #openstack | 12:24 | |
Club420 | can someone help me with my issue here? https://ask.openstack.org/en/question/61722/devstack-terminal-glance-failed-to-upload-image-with-swift-backend/?answer=61827#post-id-61827 | 12:26 |
*** kenju254 has joined #openstack | 12:28 | |
*** cody-somerville has quit IRC | 12:28 | |
*** keith_newstadt has joined #openstack | 12:30 | |
*** baoli has joined #openstack | 12:30 | |
*** user_42 has quit IRC | 12:31 | |
*** vysakh has joined #openstack | 12:32 | |
*** maximov has quit IRC | 12:32 | |
*** vysakh has quit IRC | 12:32 | |
*** mtanino has joined #openstack | 12:33 | |
*** anande has joined #openstack | 12:33 | |
*** keith_newstadt has quit IRC | 12:33 | |
*** annegentle has quit IRC | 12:33 | |
*** melmoth has joined #openstack | 12:34 | |
*** Ile has joined #openstack | 12:34 | |
*** Harry51S has joined #openstack | 12:34 | |
*** rfolco has joined #openstack | 12:35 | |
*** nagoor has joined #openstack | 12:35 | |
*** cdub has quit IRC | 12:36 | |
*** engkur has quit IRC | 12:36 | |
*** akrog is now known as geguileo | 12:37 | |
*** maximov has joined #openstack | 12:38 | |
*** remline has left #openstack | 12:39 | |
*** thrash|g0ne is now known as thrash | 12:39 | |
*** bobmel has quit IRC | 12:39 | |
*** bobmel has joined #openstack | 12:40 | |
*** dneary has joined #openstack | 12:40 | |
*** etacsufbo has joined #openstack | 12:41 | |
*** baoli_ has joined #openstack | 12:41 | |
*** vijayagurug has left #openstack | 12:41 | |
*** tnovacik has quit IRC | 12:42 | |
*** diegows has joined #openstack | 12:42 | |
*** Akshik_ has quit IRC | 12:42 | |
*** mfalatic has joined #openstack | 12:44 | |
*** baoli has quit IRC | 12:44 | |
*** dulek has joined #openstack | 12:44 | |
*** bobmel has quit IRC | 12:44 | |
*** moha_hunt has quit IRC | 12:45 | |
*** dulek_ has joined #openstack | 12:46 | |
*** sks has quit IRC | 12:46 | |
*** GentileBen has joined #openstack | 12:47 | |
*** dneary has quit IRC | 12:47 | |
*** user_42 has joined #openstack | 12:47 | |
*** marrusl has joined #openstack | 12:47 | |
*** cpg is now known as cpg|away | 12:49 | |
*** crack has joined #openstack | 12:49 | |
*** spradeepv has quit IRC | 12:49 | |
*** etacsufbo has quit IRC | 12:49 | |
*** markvoelker has joined #openstack | 12:50 | |
*** AnilV4 has quit IRC | 12:52 | |
*** ZZelle has quit IRC | 12:52 | |
*** ZZelle has joined #openstack | 12:52 | |
*** rbowen has joined #openstack | 12:53 | |
*** salv-orlando has joined #openstack | 12:54 | |
*** brokencycle has quit IRC | 12:54 | |
*** martins-afk is now known as martinst | 12:55 | |
*** nkhare has quit IRC | 12:55 | |
Club420 | devstack ... if i change the loopback disk size from 6 to 60. will change take effects after i unstack. clean and stack again?? | 12:56 |
*** vectra has quit IRC | 12:56 | |
*** scheuran has joined #openstack | 12:56 | |
*** markvoelker has quit IRC | 12:56 | |
*** neeti_ has joined #openstack | 12:56 | |
*** rfolco has quit IRC | 12:56 | |
*** matjazp has quit IRC | 12:56 | |
*** gszasz has quit IRC | 12:56 | |
*** kushal has quit IRC | 12:57 | |
*** kushal has joined #openstack | 12:58 | |
*** neeti has quit IRC | 12:58 | |
*** EricGonczer_ has quit IRC | 12:59 | |
*** whenry has joined #openstack | 12:59 | |
*** engkur has joined #openstack | 12:59 | |
*** gszasz has joined #openstack | 12:59 | |
*** weshay has joined #openstack | 13:00 | |
Madkiss | morganfainberg: are you around? :) | 13:00 |
*** SVK has quit IRC | 13:00 | |
*** engkur has quit IRC | 13:01 | |
*** georgem1 has joined #openstack | 13:02 | |
*** vectra has joined #openstack | 13:02 | |
*** bvandenh has quit IRC | 13:03 | |
*** kylek3h has joined #openstack | 13:03 | |
*** HerrNerdinger has joined #openstack | 13:03 | |
*** HerrNerdinger has quit IRC | 13:03 | |
*** HerrNerdinger has joined #openstack | 13:04 | |
HerrNerdinger | good day | 13:04 |
*** ttrifonov is now known as zz_ttrifonov | 13:04 | |
*** jkraj has joined #openstack | 13:05 | |
*** afazekas_ has quit IRC | 13:05 | |
*** neeti_ has quit IRC | 13:05 | |
*** jckasper has quit IRC | 13:06 | |
*** fyrril has joined #openstack | 13:06 | |
*** esker has joined #openstack | 13:07 | |
*** luflores has joined #openstack | 13:07 | |
*** zz_ttrifonov is now known as ttrifonov | 13:09 | |
*** nkhare has joined #openstack | 13:09 | |
*** praveens has joined #openstack | 13:09 | |
*** sayan has quit IRC | 13:10 | |
*** mwagner_lap has joined #openstack | 13:10 | |
*** eblake_ has quit IRC | 13:11 | |
*** eblake_ has joined #openstack | 13:11 | |
*** vsaienko has joined #openstack | 13:11 | |
*** jprovazn has quit IRC | 13:13 | |
*** go_chiba has quit IRC | 13:13 | |
*** galstrom_zzz is now known as galstrom | 13:14 | |
*** yuntong has quit IRC | 13:14 | |
*** praveens has quit IRC | 13:16 | |
*** Free_maN has quit IRC | 13:16 | |
*** sputnik13 has quit IRC | 13:17 | |
*** bkopilov has quit IRC | 13:17 | |
*** primechuck has quit IRC | 13:17 | |
*** jyrkip has joined #openstack | 13:19 | |
*** Delair has joined #openstack | 13:19 | |
*** cody-somerville has joined #openstack | 13:19 | |
*** itarchitectkev_ has joined #openstack | 13:20 | |
*** chlong has quit IRC | 13:20 | |
*** chlong_ has quit IRC | 13:20 | |
*** piloophaz has joined #openstack | 13:21 | |
*** GentileBen has quit IRC | 13:21 | |
*** eglynn-lunch is now known as eglynn | 13:21 | |
*** GentileBen has joined #openstack | 13:21 | |
*** rushiagr_away is now known as rushiagr | 13:22 | |
*** itarchitectkev has quit IRC | 13:23 | |
*** matjazp has joined #openstack | 13:23 | |
*** kebray has quit IRC | 13:23 | |
*** tkramer has joined #openstack | 13:24 | |
*** nkhare has quit IRC | 13:25 | |
*** itarchitectkev_ has quit IRC | 13:25 | |
*** itarchitectkev_ has joined #openstack | 13:26 | |
*** zerda has quit IRC | 13:26 | |
*** bobmel has joined #openstack | 13:27 | |
*** dgurtner has quit IRC | 13:29 | |
*** dgurtner has joined #openstack | 13:30 | |
*** dgurtner has joined #openstack | 13:30 | |
*** MasterPiece has joined #openstack | 13:30 | |
*** diogogmt has quit IRC | 13:31 | |
*** cody-somerville has quit IRC | 13:31 | |
*** bobmel has quit IRC | 13:31 | |
*** dneary has joined #openstack | 13:32 | |
HerrNerdinger | how is it possible to delete rally volumes if the OpenStack throws an error by deleteing? | 13:32 |
*** dyasny has joined #openstack | 13:33 | |
*** yaguang has joined #openstack | 13:33 | |
*** jprovazn has joined #openstack | 13:34 | |
*** gszasz has quit IRC | 13:34 | |
*** MasterPiece has quit IRC | 13:34 | |
*** otter768 has joined #openstack | 13:35 | |
*** etacsufbo has joined #openstack | 13:36 | |
*** yog_ has joined #openstack | 13:36 | |
*** martian_ has joined #openstack | 13:38 | |
*** Fenuks has quit IRC | 13:38 | |
*** uksysadmin has joined #openstack | 13:39 | |
*** otter768 has quit IRC | 13:40 | |
*** itarchitectkev_ has quit IRC | 13:41 | |
*** joeg has quit IRC | 13:42 | |
*** cdub has joined #openstack | 13:42 | |
*** baffle_ has joined #openstack | 13:42 | |
*** baffle has quit IRC | 13:42 | |
*** baffle_ is now known as baffle | 13:43 | |
*** cody-somerville has joined #openstack | 13:43 | |
*** penguinRaider has quit IRC | 13:44 | |
*** mtanino has quit IRC | 13:44 | |
*** fzdarsky has joined #openstack | 13:44 | |
*** signed8bit has joined #openstack | 13:45 | |
*** baffle has quit IRC | 13:46 | |
*** baffle has joined #openstack | 13:46 | |
*** penguinRaider has joined #openstack | 13:46 | |
*** controller1 has quit IRC | 13:48 | |
*** lucendio has quit IRC | 13:48 | |
*** jehb_ has joined #openstack | 13:48 | |
*** matjazp has quit IRC | 13:49 | |
*** tberchenbriter_ has quit IRC | 13:49 | |
*** tier has joined #openstack | 13:49 | |
*** tberchenbriter_ has joined #openstack | 13:50 | |
*** bobmel has joined #openstack | 13:50 | |
*** Delair has quit IRC | 13:51 | |
*** jehb has quit IRC | 13:52 | |
*** tberchenbriter_ has quit IRC | 13:53 | |
*** markvoelker has joined #openstack | 13:53 | |
*** jmckind has joined #openstack | 13:54 | |
*** tberchenbriter_ has joined #openstack | 13:54 | |
*** joeg has joined #openstack | 13:54 | |
*** lucendio has joined #openstack | 13:55 | |
*** johnbelamaric has quit IRC | 13:56 | |
*** klamath has joined #openstack | 13:56 | |
*** gaughen has joined #openstack | 13:56 | |
*** pradip_vedams has quit IRC | 13:56 | |
*** tberchenbriter_ has quit IRC | 13:56 | |
*** klamath has quit IRC | 13:56 | |
*** tberchenbriter_ has joined #openstack | 13:56 | |
*** pradip_vedams has joined #openstack | 13:57 | |
*** cemason has quit IRC | 13:57 | |
*** mjturek1 has quit IRC | 13:57 | |
*** klamath has joined #openstack | 13:57 | |
*** gaughen has quit IRC | 13:57 | |
*** anderbubble has joined #openstack | 13:58 | |
*** gaughen has joined #openstack | 13:58 | |
*** lborda has joined #openstack | 13:58 | |
*** tberchenbriter_ has quit IRC | 13:59 | |
*** mjturek1 has joined #openstack | 13:59 | |
*** markvoelker has quit IRC | 13:59 | |
*** anderbubble has quit IRC | 13:59 | |
*** eharney has quit IRC | 14:00 | |
*** joeg has quit IRC | 14:00 | |
*** tberch8 has joined #openstack | 14:00 | |
*** cpschult has joined #openstack | 14:00 | |
*** etacsufbo has quit IRC | 14:00 | |
*** joeg has joined #openstack | 14:00 | |
*** kkoski has joined #openstack | 14:02 | |
*** annegentle has joined #openstack | 14:02 | |
*** Acidnerd has quit IRC | 14:03 | |
*** Acidnerd has joined #openstack | 14:03 | |
*** __ale__ has quit IRC | 14:03 | |
*** rfolco has joined #openstack | 14:04 | |
*** dudy has joined #openstack | 14:04 | |
*** cemason has joined #openstack | 14:05 | |
*** _ale1_ has joined #openstack | 14:05 | |
*** eharney has joined #openstack | 14:06 | |
*** henrynash has quit IRC | 14:06 | |
*** eharney has quit IRC | 14:06 | |
*** eharney has joined #openstack | 14:06 | |
*** joeg has quit IRC | 14:06 | |
*** txomon|fon has quit IRC | 14:06 | |
*** kso has joined #openstack | 14:07 | |
*** pravins has joined #openstack | 14:08 | |
*** Delair has joined #openstack | 14:08 | |
Delair | @all I have a bash script which will launch full environment exactly same what you can do on heat.. it lauches vm, network, port and assign floating ip on a statictly configured VM.. CAN I DO THE SAME IF A VM GETS AN IP FROM DHCP? | 14:10 |
*** markvoelker has joined #openstack | 14:10 | |
larsks | Delair: Do you mean a vm launched via nova? | 14:10 |
larsks | (Just to make sure I understand) | 14:10 |
Delair | YEAP | 14:10 |
*** arunkant has quit IRC | 14:10 | |
*** ZoanthusR has joined #openstack | 14:11 | |
*** opuk has quit IRC | 14:11 | |
larsks | Okay. So, a vm launched via nova *always* gets an address via dhcp (usually, from the dhcp server provided by either neutron or nova-network). Does your environment behave this way? | 14:11 |
larsks | Or do you have some sort of external dhcp server? | 14:11 |
Delair | it get dhcp ip from neutron\ | 14:12 |
larsks | Because if it's just a normal setup, then you just "nova floating-ip-associate" to assign an ip to an instance. You don't need to know the instance ip. | 14:12 |
Delair | no external dhcp servers | 14:12 |
*** doug-fish has joined #openstack | 14:12 | |
larsks | That is, you (a) nova boot, (b) nova floating-ip-create, and (c) nova floating-ip-associate <instance_id_or_name> <floating_ip_address> | 14:12 |
*** aeperezt has joined #openstack | 14:13 | |
Delair | humm let me modify the script and see if that work | 14:13 |
*** georgem1 has quit IRC | 14:13 | |
*** opuk has joined #openstack | 14:13 | |
larsks | I would say try it by hand first to make sure you undestand the commands correctly... | 14:13 |
Delair | can i do the same with neutron floaintg ip associate | 14:14 |
*** ngoracke has joined #openstack | 14:14 | |
*** joeg has joined #openstack | 14:15 | |
*** galstrom is now known as galstrom_zzz | 14:15 | |
*** che-arne has quit IRC | 14:15 | |
larsks | You can, sure, but it's a little trickier. Using the nova commands is easier and accomplishes the same thing. | 14:15 |
*** ZoanthusR has quit IRC | 14:15 | |
*** salv-orlando has quit IRC | 14:15 | |
*** bknudson has quit IRC | 14:15 | |
Delair | ok cool Thanks Larsks | 14:15 |
larsks | Using neutron, you need to first determine which fixed ip was assigned to your instance. | 14:15 |
Delair | but with nova it will work the same way RIGHT? | 14:16 |
larsks | Right. Nova just talks to neutron for the networking. | 14:16 |
Delair | what is the difference between nova floatingip associate and neutron floating ip associate then ? | 14:16 |
larsks | Functionally, there is none. | 14:17 |
larsks | Using the nova command is simpler because you can just specify an instance name or uuid. | 14:17 |
*** changbl has quit IRC | 14:17 | |
larsks | And nova does the work required to provide the necessary information to neutron. | 14:17 |
*** nitti has joined #openstack | 14:17 | |
Delair | Thanks again let ma try | 14:18 |
*** ljfisher has joined #openstack | 14:19 | |
*** sarob has joined #openstack | 14:20 | |
*** anderbubble has joined #openstack | 14:20 | |
*** bvandenh has joined #openstack | 14:21 | |
*** txomon|fon has joined #openstack | 14:22 | |
*** gszasz has joined #openstack | 14:23 | |
*** thgomes has joined #openstack | 14:23 | |
*** thgomes has left #openstack | 14:23 | |
*** wastrel has joined #openstack | 14:24 | |
*** wastrel has quit IRC | 14:24 | |
*** wastrel has joined #openstack | 14:24 | |
*** etacsufbo has joined #openstack | 14:24 | |
*** Tinfoilhat_ has joined #openstack | 14:25 | |
*** sarob has quit IRC | 14:25 | |
*** pnavarro__ has joined #openstack | 14:26 | |
*** jpena__ has joined #openstack | 14:26 | |
*** opuk has quit IRC | 14:26 | |
*** primechuck has joined #openstack | 14:26 | |
*** jpena_ has quit IRC | 14:27 | |
*** pravins has quit IRC | 14:27 | |
*** pnavarro_ has quit IRC | 14:27 | |
*** JimFall has joined #openstack | 14:28 | |
*** Delair has quit IRC | 14:29 | |
*** jpena__ has quit IRC | 14:30 | |
*** VW__ has quit IRC | 14:30 | |
*** jpena__ has joined #openstack | 14:31 | |
*** VW_ has joined #openstack | 14:31 | |
*** afazekas_ has joined #openstack | 14:31 | |
*** pnavarro__ has quit IRC | 14:31 | |
*** lcurtis has joined #openstack | 14:31 | |
*** sld has joined #openstack | 14:32 | |
*** warriorforGod has joined #openstack | 14:32 | |
*** warriorforGod has joined #openstack | 14:32 | |
*** masco has quit IRC | 14:32 | |
*** mcornea has quit IRC | 14:33 | |
*** EricGonczer_ has joined #openstack | 14:33 | |
*** opuk has joined #openstack | 14:33 | |
*** danofsatx has quit IRC | 14:34 | |
*** radez_g0n3 is now known as radez | 14:34 | |
*** nmagnezi has quit IRC | 14:34 | |
*** georgem1 has joined #openstack | 14:35 | |
*** bknudson has joined #openstack | 14:36 | |
*** danofsatx|w has joined #openstack | 14:36 | |
*** tier_ has joined #openstack | 14:36 | |
*** steveg is now known as sgordon | 14:37 | |
*** opuk has quit IRC | 14:37 | |
*** opuk has joined #openstack | 14:37 | |
*** RedRat_ has joined #openstack | 14:37 | |
*** tier has quit IRC | 14:39 | |
*** pravins has joined #openstack | 14:40 | |
*** RedRat has quit IRC | 14:40 | |
*** twillber has quit IRC | 14:41 | |
*** zz_jgrimm is now known as jgrimm | 14:43 | |
*** uksysadmin has quit IRC | 14:43 | |
*** pnavarro__ has joined #openstack | 14:43 | |
*** deepakcs has joined #openstack | 14:44 | |
*** johnbelamaric has joined #openstack | 14:44 | |
*** uksysadmin has joined #openstack | 14:45 | |
*** aryklein has joined #openstack | 14:45 | |
*** swebb has quit IRC | 14:45 | |
*** cdub has quit IRC | 14:46 | |
*** opuk has quit IRC | 14:46 | |
*** FunnyLookinHat has joined #openstack | 14:47 | |
*** sarob has joined #openstack | 14:47 | |
*** mcornea has joined #openstack | 14:47 | |
*** mcornea has quit IRC | 14:48 | |
*** lblanchard has joined #openstack | 14:48 | |
*** mcornea has joined #openstack | 14:48 | |
*** nphase has joined #openstack | 14:49 | |
*** danofsatx|w has quit IRC | 14:49 | |
*** Acidnerd has quit IRC | 14:49 | |
*** fzdarsky has quit IRC | 14:51 | |
*** jgrimm is now known as zz_jgrimm | 14:51 | |
*** sarob has quit IRC | 14:52 | |
*** swebb has joined #openstack | 14:52 | |
*** opuk has joined #openstack | 14:54 | |
*** alagalah has joined #openstack | 14:54 | |
*** jckasper has joined #openstack | 14:55 | |
*** jckasper_ has joined #openstack | 14:55 | |
*** opuk has quit IRC | 14:55 | |
*** opuk has joined #openstack | 14:55 | |
*** ncerny has joined #openstack | 14:55 | |
*** claflico has joined #openstack | 14:56 | |
*** eglynn-office has quit IRC | 14:58 | |
*** anderbubble has quit IRC | 14:58 | |
*** jckasper has quit IRC | 14:59 | |
*** gargola has joined #openstack | 14:59 | |
*** prad has joined #openstack | 15:00 | |
*** annashen has joined #openstack | 15:00 | |
*** gargola_ has joined #openstack | 15:00 | |
*** cemason has quit IRC | 15:01 | |
aryklein | I am deploying an openstack cloud (one controller/network node with 4 compute nodes) in Ubuntu 14.04 LTS. It's a critical/production environment and I am not an Openstack guru. Rather I'm very new in Openstack. So I need a long term support Openstack version. According to https://wiki.ubuntu.com/ServerTeam/CloudArchive and my needs, is it correct to choose Icehouse instead of Juno? | 15:01 |
*** cptweasel has joined #openstack | 15:01 | |
*** striker has joined #openstack | 15:01 | |
*** gargola has quit IRC | 15:01 | |
morganfainberg | Madkiss: here now. I'm pacific timezone. So this is about as early as I show up most days. Sometimes later. | 15:01 |
*** gargola_ has quit IRC | 15:01 | |
*** gargola has joined #openstack | 15:01 | |
*** robbiew has joined #openstack | 15:02 | |
*** jrist has quit IRC | 15:02 | |
aryklein | Please help me to know if I am in the right way | 15:02 |
*** _ale1_ has quit IRC | 15:02 | |
*** signed8b_ has joined #openstack | 15:03 | |
*** remya has joined #openstack | 15:03 | |
larsks | aryklein: You're probably better off talking asking that question directly of your support partner. That said, openstack is a rapidly moving targets, and each release typically fixes a large number of problems with the previous release. Planning to pin your environment on a *particular* release at this stage in the game might not be a great idea. | 15:03 |
*** gargola_ has joined #openstack | 15:03 | |
*** daniel3_ has joined #openstack | 15:04 | |
*** jwalcik has joined #openstack | 15:05 | |
*** pravka has joined #openstack | 15:05 | |
*** anande has quit IRC | 15:05 | |
*** signed8bit has quit IRC | 15:06 | |
aryklein | larsks: but (in your experience) moving from one version to another is it complicated for someone with little experience? I mean... it could broke all the environment? | 15:06 |
*** MentalRay has joined #openstack | 15:06 | |
*** _ale1_ has joined #openstack | 15:06 | |
*** gargola has quit IRC | 15:06 | |
*** gigawhat has joined #openstack | 15:07 | |
*** nelsnelson has joined #openstack | 15:07 | |
larsks | aryklein: It can be tricky, sure. It's good to try something like that in a test environment first, but that's true for just about any complex application. | 15:08 |
*** esheffield has joined #openstack | 15:09 | |
*** e0ne is now known as e0ne_ | 15:09 | |
*** yaguang has quit IRC | 15:09 | |
aryklein | larsks: ok... so you recommend me to start with Juno? | 15:10 |
*** ninkotech_ has quit IRC | 15:10 | |
*** dmsimard_away is now known as dmsimard | 15:10 | |
*** Club420 has quit IRC | 15:11 | |
*** ParsectiX has quit IRC | 15:11 | |
*** yamahata has joined #openstack | 15:11 | |
larsks | aryklein: Well, if you are concerned about support, I think you need to take that question to whomever you are going to be paying for support and get their recommendation. | 15:11 |
*** inigomontoya has joined #openstack | 15:11 | |
*** jecarey has joined #openstack | 15:11 | |
*** annashen has quit IRC | 15:12 | |
*** fzdarsky has joined #openstack | 15:12 | |
*** sputnik13 has joined #openstack | 15:12 | |
*** Ananci has joined #openstack | 15:12 | |
*** bkopilov has joined #openstack | 15:12 | |
*** kebray has joined #openstack | 15:13 | |
*** pradip_rawat has joined #openstack | 15:13 | |
Madkiss | morganfainberg: not a problem. I was just a bit desperate ... | 15:13 |
*** salv-orlando has joined #openstack | 15:14 | |
aryklein | larsks: In this company we don't have support for that. I'm going to be the sysadmin of this cloud :) | 15:14 |
larsks | In that case, yeah, I would probably start with Juno. | 15:14 |
Madkiss | morganfainberg: https://plus.google.com/u/0/+KristianK%C3%B6hntopp/posts/TKbNvKvK11a -- is that massive amount of requests to MySQL expected? :( | 15:14 |
aryklein | larsks: thanks for your recommendation! | 15:15 |
*** EricGonczer_ has quit IRC | 15:15 | |
aryklein | larsks: I'll start with Juno | 15:15 |
*** asilenkov_ has quit IRC | 15:15 | |
*** ghostpl_ has quit IRC | 15:15 | |
*** annegentle has quit IRC | 15:16 | |
*** MarkBaker has quit IRC | 15:16 | |
*** acfleury has joined #openstack | 15:16 | |
*** pradip_vedams has quit IRC | 15:16 | |
*** pradip_rawat is now known as pradip_vedams | 15:16 | |
*** adalbas has quit IRC | 15:17 | |
*** georgem1 has quit IRC | 15:17 | |
*** brokencycle has joined #openstack | 15:17 | |
*** yimmy has joined #openstack | 15:17 | |
*** blahRus has joined #openstack | 15:18 | |
morganfainberg | Madkiss: keystone is stupidly chatty to the back end :(. The order i see here is fix scale issue of token table crushing the db. The next step is to work on optimizing how we chat to the backend. Now we do have caching capabilities. Which do use memcache when enabled and configured that can help. This does suffer from some pitfalls in eventlet when not using | 15:18 |
morganfainberg | the pool, but the housekeeping code / other bad things aren't done that make token storage in memcache bad. | 15:18 |
morganfainberg | Madkiss: that is next on my hit list to address (same with ldap chatty ness) | 15:18 |
*** ejat has joined #openstack | 15:19 | |
*** ejat has quit IRC | 15:19 | |
*** ejat has joined #openstack | 15:19 | |
Madkiss | morganfainberg: I got keystone up and running in Apache + Mod_wsgi actually | 15:19 |
Madkiss | compared to eventlet, I see an improvement | 15:19 |
Madkiss | (220 tokens/s with eventlet, 270 tokens/s with mod_wsgi) | 15:19 |
*** e0ne_ has quit IRC | 15:19 | |
Madkiss | Still, Kristian is close to a heart attack every time he looks into this | 15:19 |
morganfainberg | We also have a ping that happens in the sql to make sure the connections are live. There was an attempt to optimize it, but that caused bigger issues. | 15:20 |
morganfainberg | There are many things we can be better about, but it's nothing we can wave a wand and fix. | 15:21 |
*** rdaly2 has joined #openstack | 15:21 | |
*** pravins has quit IRC | 15:21 | |
Madkiss | morganfainberg: Is there any chance to make a kilo keystone work with a juno cloud? I'm thinking about leveraging the advantages of KLWT with a Juno setup. | 15:21 |
*** markvoelker has quit IRC | 15:21 | |
morganfainberg | Yes. We typically work with older OpenStack deployments. | 15:21 |
*** sld has quit IRC | 15:21 | |
morganfainberg | It is one of my goals to continue to do so. | 15:21 |
*** markvoelker has joined #openstack | 15:21 | |
*** _ale1_ has quit IRC | 15:21 | |
*** _ale1_ has joined #openstack | 15:22 | |
*** pravins has joined #openstack | 15:22 | |
morganfainberg | No guarantees as that isn't tested today besides folks just doing it. But we do work to keep our apis stable for that. Now running a new keystone on the same server as your other apis might prove to be an issue because of dependencies b | 15:23 |
*** lucendio has quit IRC | 15:23 | |
*** joeg has quit IRC | 15:23 | |
morganfainberg | But that is something you can probably work around. | 15:23 |
*** joeg has joined #openstack | 15:23 | |
Madkiss | well. I'm a debian developer, and I know how to package ubuntu stuff, so that shouldn't be too big of an issue | 15:23 |
*** ejat has quit IRC | 15:23 | |
morganfainberg | The klwt will still be chatty to the backend, but for different reasons. You will need to reconstruct data for the tokens on validate. | 15:24 |
Madkiss | If I understand you correctly, I would take packages from the current snapshot stuff, build keystone from there, install it into a juno cloud and have a look? | 15:24 |
morganfainberg | You might run into issues if you share the Python install that keystone uses with any other OpenStack services. If keystone is kilo and the rest is Juno. | 15:25 |
Madkiss | hmkay | 15:25 |
*** ninkotech has joined #openstack | 15:25 | |
*** markvoelker has quit IRC | 15:26 | |
Madkiss | morganfainberg: are you talking about stuff like ths oslo components? | 15:26 |
morganfainberg | Yep. | 15:26 |
morganfainberg | And even other Python libs. | 15:26 |
Madkiss | let's see | 15:27 |
*** cemason has joined #openstack | 15:28 | |
*** eblake_ has quit IRC | 15:28 | |
*** pravins has quit IRC | 15:30 | |
*** filippos has quit IRC | 15:30 | |
geaaru | hi, how can i configure nova to use cinder v2 api ? currently I have this value on catalog_info: cinder_catalog_info = volume:cinder:internalURL | 15:31 |
geaaru | thanks in advance | 15:31 |
*** jpomero has joined #openstack | 15:31 | |
*** sarob has joined #openstack | 15:32 | |
*** filippos has joined #openstack | 15:32 | |
*** igordcard has joined #openstack | 15:32 | |
*** VW_ has quit IRC | 15:33 | |
*** VW_ has joined #openstack | 15:34 | |
*** zz_jgrimm is now known as jgrimm | 15:35 | |
*** otter768 has joined #openstack | 15:36 | |
*** MKCone`Office has quit IRC | 15:37 | |
*** georgem1 has joined #openstack | 15:38 | |
*** kebray has quit IRC | 15:38 | |
*** Muntaner has joined #openstack | 15:39 | |
Muntaner | hello to everyone | 15:39 |
*** e0ne has joined #openstack | 15:39 | |
*** MKCone`Office has joined #openstack | 15:39 | |
*** diogogmt has joined #openstack | 15:40 | |
*** itarchitectkev has joined #openstack | 15:40 | |
*** otter768 has quit IRC | 15:41 | |
*** jpomero has quit IRC | 15:41 | |
*** nphase has quit IRC | 15:42 | |
*** uksysadmin has quit IRC | 15:42 | |
*** nphase has joined #openstack | 15:43 | |
*** nphase has joined #openstack | 15:43 | |
*** itzikb has quit IRC | 15:43 | |
*** stamak has quit IRC | 15:44 | |
*** sarob has quit IRC | 15:44 | |
*** eblake_ has joined #openstack | 15:44 | |
*** eblake_ has quit IRC | 15:44 | |
*** eblake_ has joined #openstack | 15:44 | |
*** aspiers has quit IRC | 15:45 | |
*** hyakuhei has joined #openstack | 15:45 | |
*** phalmos has joined #openstack | 15:46 | |
*** ccockerhamkc has joined #openstack | 15:46 | |
*** rotbeard has joined #openstack | 15:47 | |
*** cemason has quit IRC | 15:48 | |
*** reed has joined #openstack | 15:48 | |
*** Tross has left #openstack | 15:49 | |
*** igordcard has quit IRC | 15:50 | |
*** MarkAtwood has joined #openstack | 15:50 | |
*** vnguyen has joined #openstack | 15:50 | |
*** markvoelker has joined #openstack | 15:51 | |
*** che-arne has joined #openstack | 15:53 | |
*** HerrNerdinger has quit IRC | 15:54 | |
*** mortiz has joined #openstack | 15:54 | |
*** jmccrory has joined #openstack | 15:54 | |
*** shawnlower has joined #openstack | 15:55 | |
*** dsanders has joined #openstack | 15:55 | |
*** travnewmatic has joined #openstack | 15:57 | |
*** mrjazzcat has joined #openstack | 15:57 | |
*** knikolla has joined #openstack | 15:57 | |
*** knikolla has left #openstack | 15:57 | |
*** rdas has quit IRC | 15:58 | |
*** cjellick has joined #openstack | 15:58 | |
*** igordcard has joined #openstack | 15:58 | |
*** yamahata has quit IRC | 16:00 | |
*** cjellick has quit IRC | 16:00 | |
*** dangers_away is now known as dangers | 16:00 | |
*** dachary has quit IRC | 16:01 | |
*** ronis has quit IRC | 16:02 | |
*** travnewmatic has quit IRC | 16:02 | |
*** shibby has joined #openstack | 16:02 | |
*** mikedillion has joined #openstack | 16:02 | |
*** cdub has joined #openstack | 16:03 | |
*** himangi has joined #openstack | 16:03 | |
*** brokencycle has quit IRC | 16:04 | |
*** pm90_ has joined #openstack | 16:04 | |
georgem1 | do you have any recommendations for the partitioning scheme of the compute nodes? no shared storage, KVM, Ubuntu | 16:05 |
*** travnewmatic has joined #openstack | 16:05 | |
*** angdraug has joined #openstack | 16:05 | |
*** jschwarz has quit IRC | 16:05 | |
*** anshul has quit IRC | 16:06 | |
*** pm90_ has quit IRC | 16:06 | |
georgem1 | I'm thinking /boot 500 MB, swap 128 GB (50% of RAM), / 50 GB and the rest for /var; there will be no memory overcommit so I don't want to waste more space for swap | 16:06 |
*** hj-hp has joined #openstack | 16:06 | |
Muntaner | guys, I can't see the console of my VMs | 16:06 |
Muntaner | vnc seems to have problems | 16:06 |
Muntaner | anybody can help me? | 16:06 |
Muntaner | I can see the consoles in LAN, but not via public IP | 16:07 |
larsks | geaaru: it looks like you need to set cinder_catalog_info = volume2:cinder:internalURL | 16:07 |
*** pm90_ has joined #openstack | 16:07 | |
larsks | Muntaner: what does "can't see" mean? Are you getting an error message? Some other behavior? | 16:07 |
*** travnewmatic has quit IRC | 16:07 | |
Muntaner | larsks, I see a "white screen" where there should be the console | 16:08 |
Muntaner | any problem particular | 16:08 |
*** travnewmatic has joined #openstack | 16:08 | |
*** penguinRaider has quit IRC | 16:08 | |
*** himangi has quit IRC | 16:08 | |
Muntaner | naturally, I'm talkin about horizon | 16:08 |
*** Marga_ has joined #openstack | 16:08 | |
geaaru | larsks: ok, or volumev2:cinderv2:internalURL if I create a different service name on keystone configuration for cinder v2, is it correct? | 16:08 |
*** himangi has joined #openstack | 16:08 | |
Muntaner | oh wait, larsks, after some time I get a timeout | 16:08 |
*** penguinRaider has joined #openstack | 16:08 | |
larsks | Muntaner: On the command line, what do you see if you run "nova get-vnc-console <your_instance> novnc"? | 16:09 |
larsks | Muntaner: Or, alternately, what url does the "click here to show only console" link point to? | 16:09 |
*** changbl has joined #openstack | 16:09 | |
Muntaner | larsks, what should I insert in <your_instance> ? | 16:09 |
Muntaner | larsks, points to: http:/<public IP>:6080/vnc_auto.html?token=etc etc | 16:10 |
*** nkrinner has quit IRC | 16:10 | |
*** mikedillion has quit IRC | 16:11 | |
larsks | Okay. There went the easy answer (often people have the base url misconfigured, but that looks fine). | 16:11 |
*** cjellick has joined #openstack | 16:11 | |
*** andriikolesnikov has quit IRC | 16:11 | |
larsks | On your compute hosts, what is the value of vncserver_listen? | 16:11 |
Muntaner | 0.0.0.0 | 16:11 |
larsks | Okay. Incidentally, is this an all-in-one configuration or do you have separate compute hosts? | 16:12 |
Muntaner | larsks, it is an all-in-one | 16:12 |
*** remya has quit IRC | 16:12 | |
Muntaner | all components in one server | 16:12 |
Muntaner | (rude, I know) | 16:12 |
*** himangi has quit IRC | 16:12 | |
*** penguinRaider has quit IRC | 16:12 | |
*** VW_ has quit IRC | 16:12 | |
larsks | Got it. Hmm. Have you checked that nova-novncproxy is running? | 16:12 |
*** maufart has quit IRC | 16:12 | |
*** penguinRaider has joined #openstack | 16:12 | |
Muntaner | nova-novncproxy start/running, process 28888 | 16:13 |
*** Halabee has joined #openstack | 16:13 | |
Muntaner | do you need conf files, larsks ? | 16:13 |
*** himangi has joined #openstack | 16:13 | |
*** piloophaz has quit IRC | 16:13 | |
larsks | Not yet :). Trying to find an actual problem first, other than the browser behavior. | 16:13 |
*** solargroovy has joined #openstack | 16:13 | |
*** dsanders has quit IRC | 16:14 | |
Muntaner | larsks, can it be a port problem? I mean, 6080 port not workin? | 16:14 |
larsks | Can you confirm that you can connect to port 6080? | 16:14 |
larsks | Yeah. | 16:14 |
larsks | So, (a) check with 'netstat' or 'ss' that novncproxy is actually listening on port 6080, | 16:14 |
Muntaner | can you give me a rapid workaround to check if I can? :) | 16:14 |
larsks | and then confirm that you can connect to port 6080 using your public ip address. | 16:14 |
larsks | E.g: | 16:14 |
larsks | curl http://<public ip>:6080 | 16:14 |
*** saibarspeis has quit IRC | 16:15 | |
*** jpena__ has quit IRC | 16:15 | |
larsks | Do that from wherever you are running your browser, not from the host running horizion. Unless that's the same place. | 16:15 |
*** kebray has joined #openstack | 16:15 | |
*** tnovacik has joined #openstack | 16:15 | |
*** mrmartin has quit IRC | 16:15 | |
*** Noice has joined #openstack | 16:16 | |
*** hjensas has quit IRC | 16:16 | |
Muntaner | larsks, it hangs | 16:16 |
Muntaner | maybe we gotcha? | 16:16 |
*** behle has joined #openstack | 16:16 | |
*** ofkoz has joined #openstack | 16:16 | |
larsks | Possibly. So, first, did you confirm there is something listening on port 6080? What is the output of 'netstat -tlnp | grep 6080'? | 16:16 |
*** mekpro has joined #openstack | 16:16 | |
*** annegentle has joined #openstack | 16:16 | |
Muntaner | larsks, should I run that on the openstack server? | 16:16 |
*** Halabee has quit IRC | 16:17 | |
larsks | We're checking if novncproxy is listening on port 6080. So run it wherever novncproxy is running. | 16:17 |
*** VW_ has joined #openstack | 16:17 | |
*** VW_ has quit IRC | 16:17 | |
larsks | That should be your openstack server, yes. | 16:17 |
*** dtrainor has joined #openstack | 16:17 | |
Muntaner | tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN 28888/python | 16:17 |
*** walterheck has quit IRC | 16:17 | |
larsks | Okay, that looks good. | 16:17 |
*** VW_ has joined #openstack | 16:18 | |
larsks | Does your iptables configuration drop connections by default? Do you have a rule permitting inbound traffic on port 6080? | 16:18 |
*** ljfisher has quit IRC | 16:18 | |
*** yamamoto has quit IRC | 16:18 | |
Muntaner | larsks, I can't access directly to the network configuration - I should talk with the administrator | 16:19 |
*** walterheck has joined #openstack | 16:19 | |
*** ofkoz_ has quit IRC | 16:19 | |
larsks | You don't have root access on your openstack server? | 16:19 |
Muntaner | larsks, yep | 16:19 |
Muntaner | but not to the router | 16:19 |
larsks | Okay, right, but I was first asking about the iptables configuration *on your openstack server*. | 16:19 |
*** bigpup6 has joined #openstack | 16:20 | |
*** jmccrory has quit IRC | 16:20 | |
larsks | It is also possible that there is a network firewall in place, of course, but let's verify that the server isn't the problem first. | 16:20 |
Muntaner | larsks, I never specified such rules | 16:20 |
Muntaner | larsks, at 90% there is a firewall | 16:20 |
*** Zack_Deee has joined #openstack | 16:20 | |
*** jschwarz has joined #openstack | 16:20 | |
*** hyakuhei has quit IRC | 16:20 | |
larsks | Okay. So far, everything else looks just fine. | 16:20 |
*** travnewmatic has quit IRC | 16:21 | |
*** sparr has quit IRC | 16:21 | |
*** sparr has joined #openstack | 16:21 | |
*** EricGonczer_ has joined #openstack | 16:21 | |
*** ljfisher has joined #openstack | 16:21 | |
*** MarkBaker has joined #openstack | 16:21 | |
Muntaner | larsks, thanks :) | 16:21 |
*** annegentle has quit IRC | 16:22 | |
*** hyakuhei has joined #openstack | 16:22 | |
*** mrunge has quit IRC | 16:23 | |
*** crose has joined #openstack | 16:24 | |
*** itarchitectkev has quit IRC | 16:24 | |
*** gyee has joined #openstack | 16:24 | |
*** phalmos has quit IRC | 16:25 | |
*** itarchitectkev has joined #openstack | 16:25 | |
*** ronis has joined #openstack | 16:26 | |
*** spzala has joined #openstack | 16:26 | |
*** EricGonc_ has joined #openstack | 16:27 | |
*** Muntaner has quit IRC | 16:27 | |
*** deepakcs has quit IRC | 16:27 | |
*** sayan has joined #openstack | 16:27 | |
*** thangp has joined #openstack | 16:27 | |
*** spzala has quit IRC | 16:27 | |
*** bill_az has quit IRC | 16:28 | |
*** basic` has joined #openstack | 16:28 | |
*** tsekiyama has joined #openstack | 16:28 | |
*** jpena__ has joined #openstack | 16:29 | |
*** Muntaner has joined #openstack | 16:30 | |
georgem1 | Muntaner: do a tcpdump on port 6080 when you open the console in the browser and this way you see if the traffic reaches your controller | 16:30 |
Noice | .j #letssee | 16:30 |
*** EricGonczer_ has quit IRC | 16:30 | |
*** Noice has left #openstack | 16:30 | |
*** cbinx has joined #openstack | 16:32 | |
*** k4n0 has joined #openstack | 16:32 | |
*** mpls_offsec has joined #openstack | 16:34 | |
*** jdurgin1 has quit IRC | 16:34 | |
Muntaner | georgem1: seems like I have just the port 80 open | 16:35 |
*** kebray has quit IRC | 16:35 | |
*** jpena__ has quit IRC | 16:35 | |
*** ipoll has joined #openstack | 16:36 | |
*** etacsufbo has quit IRC | 16:36 | |
*** travnewmatic has joined #openstack | 16:37 | |
*** whenry has quit IRC | 16:37 | |
*** alesales has quit IRC | 16:37 | |
georgem1 | Muntaner:well, if you see no traffic reaching the server on 6080 then something else is blocking before it gets there; you should talk to your network admins but if you have access to another server in the same network, you could try to telnet from there to controller 6080 and see if it works | 16:38 |
*** dachary_ has joined #openstack | 16:39 | |
*** jp_at_hp has quit IRC | 16:40 | |
*** rushiagr is now known as rushiagr_away | 16:40 | |
Muntaner | georgem1, I'm testing with nz on the remote IP | 16:40 |
Muntaner | just 80 succeds | 16:41 |
*** Marga_ has quit IRC | 16:42 | |
*** himangi has quit IRC | 16:42 | |
*** angdraug has quit IRC | 16:43 | |
*** amotoki has quit IRC | 16:43 | |
*** ncerny has quit IRC | 16:43 | |
*** stevemar has joined #openstack | 16:44 | |
*** hemnafk is now known as hemna | 16:45 | |
*** BLZbubba_ has joined #openstack | 16:45 | |
*** fnaval has joined #openstack | 16:45 | |
*** anderbubble has joined #openstack | 16:46 | |
*** stamak has joined #openstack | 16:46 | |
*** himangi has joined #openstack | 16:46 | |
*** andresmujica1 has quit IRC | 16:47 | |
*** rushiagr_away is now known as rushiagr | 16:47 | |
*** dachary_ has quit IRC | 16:47 | |
*** koolhead17 has quit IRC | 16:48 | |
*** jpena__ has joined #openstack | 16:48 | |
*** mnovacyu has joined #openstack | 16:49 | |
*** corXi has quit IRC | 16:49 | |
*** pcaruana has quit IRC | 16:50 | |
*** joesavak has joined #openstack | 16:50 | |
*** barclaac|2 has joined #openstack | 16:50 | |
*** dachary has joined #openstack | 16:50 | |
*** inigomontoya has quit IRC | 16:50 | |
*** rwsu-afk is now known as rwsu | 16:50 | |
*** andresmujica has joined #openstack | 16:51 | |
*** martines_ has joined #openstack | 16:51 | |
*** inigomontoya has joined #openstack | 16:52 | |
*** kebray has joined #openstack | 16:52 | |
*** jmickle has joined #openstack | 16:52 | |
*** solargroovy has quit IRC | 16:52 | |
*** salv-orlando has quit IRC | 16:53 | |
*** barclaac has quit IRC | 16:53 | |
*** tnovacik has quit IRC | 16:53 | |
*** koolhead17 has joined #openstack | 16:53 | |
*** koolhead17 has joined #openstack | 16:53 | |
*** amotoki has joined #openstack | 16:54 | |
*** cemason has joined #openstack | 16:55 | |
*** solargroovy has joined #openstack | 16:55 | |
*** anderbubble has quit IRC | 16:55 | |
*** Marga_ has joined #openstack | 16:55 | |
*** annashen has joined #openstack | 16:55 | |
*** bobmel has quit IRC | 16:55 | |
*** Marga_ has quit IRC | 16:56 | |
*** dachary has left #openstack | 16:56 | |
*** bobmel has joined #openstack | 16:56 | |
*** Marga_ has joined #openstack | 16:56 | |
*** epcim has quit IRC | 16:56 | |
*** fletcher has joined #openstack | 16:57 | |
*** ronis has quit IRC | 16:59 | |
*** KaZeR has joined #openstack | 16:59 | |
*** afazekas_ is now known as afazekas | 17:00 | |
*** jmckind has quit IRC | 17:00 | |
*** amotoki has quit IRC | 17:02 | |
*** jistr has quit IRC | 17:02 | |
*** bdpayne has joined #openstack | 17:03 | |
*** che-arne has quit IRC | 17:03 | |
*** vdo has quit IRC | 17:04 | |
*** KaZeR has quit IRC | 17:04 | |
*** k4n0 has quit IRC | 17:04 | |
*** k4n0 has joined #openstack | 17:04 | |
*** solargroovy has quit IRC | 17:04 | |
*** jckasper has joined #openstack | 17:05 | |
*** jsavak has joined #openstack | 17:05 | |
*** solargroovy has joined #openstack | 17:05 | |
*** pm90_ has quit IRC | 17:06 | |
*** hdd has joined #openstack | 17:06 | |
*** lsmola has quit IRC | 17:06 | |
*** cjellick has quit IRC | 17:07 | |
*** pkoniszewski has quit IRC | 17:07 | |
*** MarkBaker has quit IRC | 17:08 | |
*** Ala has quit IRC | 17:08 | |
*** joesavak has quit IRC | 17:08 | |
*** gszasz has quit IRC | 17:09 | |
*** jckasper_ has quit IRC | 17:09 | |
*** joesavak has joined #openstack | 17:09 | |
*** dulek has quit IRC | 17:10 | |
*** dulek_ has quit IRC | 17:10 | |
*** jsavak has quit IRC | 17:10 | |
*** oro has quit IRC | 17:10 | |
*** jwalcik has quit IRC | 17:11 | |
*** Acinonyx has quit IRC | 17:11 | |
*** fzdarsky has quit IRC | 17:11 | |
*** cjellick has joined #openstack | 17:12 | |
Madkiss | What would be appropriate measures to speed up nova-api? | 17:13 |
Madkiss | Running it inside of mod_wsgi with apache seems to have the opposite effect | 17:13 |
*** Acinonyx has joined #openstack | 17:14 | |
*** cemason has quit IRC | 17:14 | |
*** annashen has quit IRC | 17:16 | |
*** scheuran has quit IRC | 17:17 | |
*** RedRat__ has joined #openstack | 17:17 | |
*** annashen has joined #openstack | 17:17 | |
*** annegentle has joined #openstack | 17:18 | |
*** yamamoto has joined #openstack | 17:19 | |
*** sivy has joined #openstack | 17:19 | |
*** galstrom_zzz is now known as galstrom | 17:19 | |
*** sivy has quit IRC | 17:20 | |
*** RedRat_ has quit IRC | 17:20 | |
*** sivy has joined #openstack | 17:20 | |
*** jmccrory has joined #openstack | 17:21 | |
*** jmickle_ has joined #openstack | 17:21 | |
*** _cjones_ has joined #openstack | 17:21 | |
*** kebray has quit IRC | 17:21 | |
*** MaxV has quit IRC | 17:23 | |
*** aimon__ has quit IRC | 17:23 | |
*** annegentle has quit IRC | 17:23 | |
*** belmoreira has quit IRC | 17:23 | |
*** yamamoto has quit IRC | 17:24 | |
*** jmickle has quit IRC | 17:24 | |
*** jmickle_ is now known as jmickle | 17:24 | |
*** shibby has quit IRC | 17:25 | |
*** fletcher has quit IRC | 17:25 | |
*** Noice has joined #openstack | 17:26 | |
*** shibby has joined #openstack | 17:26 | |
*** bvandenh has quit IRC | 17:27 | |
georgem1 | Madkiss: more workers? | 17:27 |
*** cdub has quit IRC | 17:27 | |
*** EricGonc_ has quit IRC | 17:27 | |
*** sbfox has joined #openstack | 17:28 | |
*** che-arne has joined #openstack | 17:28 | |
Madkiss | georgem1: i think that would improve the overall capacity but not the actual latency for individual requests | 17:28 |
*** rdaly2 has quit IRC | 17:28 | |
*** andriikolesnikov has joined #openstack | 17:28 | |
*** lucendio has joined #openstack | 17:29 | |
*** rossk has joined #openstack | 17:29 | |
*** yamahata has joined #openstack | 17:29 | |
*** Muntaner has quit IRC | 17:29 | |
georgem1 | Madkiss:well, what's the bottleneck? db calls? token validation? | 17:29 |
*** RScottCoyle has joined #openstack | 17:29 | |
*** rossk_ has joined #openstack | 17:30 | |
Madkiss | georgem1: I can determine what time keystone needs to issue tokens, and then I see the nova request and something inside nova happens | 17:30 |
Madkiss | what would be a good method to properly profile nove-api? | 17:30 |
*** phalmos has joined #openstack | 17:30 | |
*** leeantho has joined #openstack | 17:30 | |
*** ropav has joined #openstack | 17:31 | |
*** jpena__ has quit IRC | 17:31 | |
*** fii has joined #openstack | 17:32 | |
fii | Hello Gurus | 17:32 |
*** shibby has quit IRC | 17:32 | |
*** gigawhat has quit IRC | 17:32 | |
*** UmbraMalison has quit IRC | 17:32 | |
fii | We're testing docker with openstack | 17:32 |
*** maximov has quit IRC | 17:32 | |
Madkiss | Welcome to a world full of pain | 17:33 |
fii | But when we try nova boot --image larsks/thttpd --flavor m1.small test0 | 17:33 |
*** Krin has quit IRC | 17:33 | |
fii | We're getting | ca9a73b7-604c-404b-8e77-980937f77f16 | test0 | ERROR | - | NOSTATE | | | 17:33 |
Madkiss | what version of nova-docker did you use? | 17:33 |
fii | Madkiss: Its getting better | 17:33 |
*** rossk has quit IRC | 17:33 | |
Madkiss | I don't think so. | 17:33 |
fii | Madkiss: We're testing it on devstack | 17:34 |
larsks | fii: if it's going to ERROR state, there is probably a useful error message in the nova-compute.log. | 17:34 |
*** EricGonczer_ has joined #openstack | 17:34 | |
Madkiss | fii: Whatever is in HEAD of nova-docker won't work with juno. | 17:34 |
Madkiss | There are some additional patches required. | 17:34 |
larsks | fii: Also, if you are using nova-docker master...yeah, what Madkiss just said. | 17:34 |
larsks | Or you can pin your nova-docker repository at the stable/juno branch, and use that. | 17:34 |
*** kebray has joined #openstack | 17:34 | |
*** ezobn_ has joined #openstack | 17:34 | |
*** maximov has joined #openstack | 17:35 | |
Madkiss | larsks: I don't think that works either | 17:35 |
*** cbinx1 has joined #openstack | 17:35 | |
larsks | Madkiss: If your devstack is pinned at stable/juno and your nova-docker is at stable/juno, it will work. | 17:35 |
fii | will this work with RDO ? | 17:35 |
larsks | But for devstack master, you need patches beyond the current nova-docker master, I think. | 17:35 |
fii | Cool | 17:35 |
Madkiss | fii: the reality is that you don't want to combine docker with OpenStack anyway. | 17:35 |
larsks | fii: should. That's what I've been using. | 17:35 |
*** cbinx has quit IRC | 17:36 | |
fii | OK...Thanks for that | 17:36 |
Madkiss | These are two worls so different from each other that there is no way to combine them meaningfully in a production setup | 17:36 |
larsks | Oh, I dunno. I can see some use cases. OpenStack provides a lot more networking flexibility than you get with straight docker. | 17:36 |
*** Osobnik has joined #openstack | 17:36 | |
*** dsanders has joined #openstack | 17:36 | |
larsks | But there are certainly improvements to be made. | 17:36 |
*** kebray has quit IRC | 17:36 | |
*** tries__ has joined #openstack | 17:36 | |
*** jsavak has joined #openstack | 17:37 | |
Madkiss | I think waiting for LXD is a better idea to be honest. | 17:37 |
*** fii has left #openstack | 17:37 | |
*** otter768 has joined #openstack | 17:37 | |
larsks | I am sure people will end up using both :) | 17:37 |
Madkiss | oh well. | 17:38 |
*** Marga_ has quit IRC | 17:38 | |
*** igordcard has quit IRC | 17:38 | |
*** ezobn has quit IRC | 17:38 | |
*** Marga_ has joined #openstack | 17:38 | |
*** maximov has quit IRC | 17:38 | |
*** karimb has quit IRC | 17:39 | |
*** andriikolesnikov has quit IRC | 17:39 | |
*** jlvillal|afk is now known as jlvillal | 17:39 | |
*** joesavak has quit IRC | 17:39 | |
*** ScreenBlack has joined #openstack | 17:39 | |
*** SumitNaiksatam has quit IRC | 17:40 | |
*** derekh has quit IRC | 17:40 | |
*** pask81 has quit IRC | 17:40 | |
*** jmccrory has quit IRC | 17:40 | |
*** jmccrory has joined #openstack | 17:40 | |
*** kushal has quit IRC | 17:40 | |
*** comay has joined #openstack | 17:41 | |
*** otter768 has quit IRC | 17:41 | |
*** maximov has joined #openstack | 17:41 | |
*** marius_endian has quit IRC | 17:41 | |
*** kebray has joined #openstack | 17:42 | |
georgem1 | Madkiss: the best article I read about tuning Openstack is http://blog.gridcentric.com/bid/318277/Boosting-OpenStack-s-Parallel-Performance (you'll have to read it cached by Google) | 17:42 |
*** jwitko has joined #openstack | 17:42 | |
georgem1 | Madkiss: it's probably not very relevant anymore, but still a good read | 17:43 |
*** kushal has joined #openstack | 17:43 | |
*** karimb has joined #openstack | 17:43 | |
*** thebwt1 is now known as thebwt | 17:43 | |
*** zul has quit IRC | 17:43 | |
*** che-arne has quit IRC | 17:43 | |
*** karimb has quit IRC | 17:43 | |
*** ayoung-mtg is now known as ayoung | 17:44 | |
*** alanf-mc has joined #openstack | 17:44 | |
*** georgem1 has quit IRC | 17:44 | |
*** mekpro has quit IRC | 17:44 | |
*** alop has joined #openstack | 17:44 | |
*** sgordon is now known as steveg | 17:44 | |
*** walterheck has quit IRC | 17:45 | |
*** UmbraMalison has joined #openstack | 17:45 | |
*** Kharec has joined #openstack | 17:45 | |
*** fzdarsky has joined #openstack | 17:45 | |
*** ezobn_ has quit IRC | 17:46 | |
*** bluex-pl has quit IRC | 17:46 | |
*** ropav has quit IRC | 17:46 | |
*** ScreenBlack has left #openstack | 17:47 | |
*** EricGonc_ has joined #openstack | 17:47 | |
*** coredump has quit IRC | 17:48 | |
*** mwagner_lap has quit IRC | 17:48 | |
*** nagoor has quit IRC | 17:49 | |
*** EricGonczer_ has quit IRC | 17:49 | |
*** salv-orlando has joined #openstack | 17:49 | |
*** gregmark has joined #openstack | 17:49 | |
*** shashankhegde has joined #openstack | 17:50 | |
*** Kharec has quit IRC | 17:50 | |
*** jobewan has joined #openstack | 17:50 | |
*** cody-somerville has quit IRC | 17:50 | |
*** anderbubble has joined #openstack | 17:51 | |
*** warik has joined #openstack | 17:51 | |
*** JuanDRay has joined #openstack | 17:52 | |
*** che-arne has joined #openstack | 17:52 | |
*** vexoon has joined #openstack | 17:53 | |
*** RedRat has joined #openstack | 17:54 | |
*** matjazp has joined #openstack | 17:54 | |
*** dizquierdo has quit IRC | 17:55 | |
*** Marga_ has quit IRC | 17:56 | |
*** JuanDRay has quit IRC | 17:56 | |
*** RedRat__ has quit IRC | 17:56 | |
*** warik has quit IRC | 17:58 | |
*** alanf-mc has quit IRC | 17:59 | |
*** aimon has joined #openstack | 17:59 | |
*** _shaps_ has quit IRC | 18:00 | |
*** vexoon has quit IRC | 18:00 | |
*** cookednoodles has joined #openstack | 18:01 | |
*** aneto_ has joined #openstack | 18:01 | |
*** SumitNaiksatam has joined #openstack | 18:01 | |
*** ki0_ has joined #openstack | 18:02 | |
*** k4n0 has quit IRC | 18:02 | |
*** kbyrne has quit IRC | 18:03 | |
*** ivar-lazzaro has joined #openstack | 18:03 | |
*** phalmos has quit IRC | 18:03 | |
*** gmoro has quit IRC | 18:03 | |
*** nstrug has joined #openstack | 18:03 | |
*** nstrug has quit IRC | 18:03 | |
*** nstrug has joined #openstack | 18:03 | |
aneto_ | hello everyone, I am having an issue with cinder.volume.manager giving an error "Unable to create export for volume", now I cannot attach volumes, however I can delete and create them. | 18:03 |
*** ki0 has quit IRC | 18:03 | |
*** jmckind has joined #openstack | 18:04 | |
*** kbyrne has joined #openstack | 18:05 | |
*** gmoro has joined #openstack | 18:05 | |
*** SumitNaiksatam has quit IRC | 18:06 | |
*** ki0_ has quit IRC | 18:06 | |
*** shashankhegde has quit IRC | 18:07 | |
*** anderbubble has quit IRC | 18:07 | |
*** jschwarz has quit IRC | 18:07 | |
*** SumitNaiksatam has joined #openstack | 18:07 | |
*** noslzzp has joined #openstack | 18:08 | |
*** zul has joined #openstack | 18:09 | |
*** dudy has quit IRC | 18:09 | |
*** dudy has joined #openstack | 18:10 | |
*** hyakuhei has quit IRC | 18:11 | |
*** stamak has quit IRC | 18:11 | |
*** mpavone has quit IRC | 18:11 | |
*** jngd has joined #openstack | 18:11 | |
*** alanf-mc has joined #openstack | 18:12 | |
*** two_oes has joined #openstack | 18:12 | |
*** MarkBaker has joined #openstack | 18:14 | |
*** cemason has joined #openstack | 18:15 | |
*** pradip_rawat has joined #openstack | 18:15 | |
nosleep77 | hi guys, how do I change "admin_state_up" to false/disabled in neutron agent-list? | 18:15 |
*** avagi has joined #openstack | 18:16 | |
*** pradip_vedams has quit IRC | 18:16 | |
*** pradip_rawat is now known as pradip_vedams | 18:16 | |
*** mikeoutland has joined #openstack | 18:16 | |
*** afazekas has quit IRC | 18:16 | |
ly2en | nosleep77: tamper with the agent ? | 18:17 |
*** mikeoutland has quit IRC | 18:17 | |
*** inigomontoya has quit IRC | 18:17 | |
*** ChuckC has quit IRC | 18:17 | |
*** mikeoutland has joined #openstack | 18:17 | |
*** whenry has joined #openstack | 18:18 | |
*** ajo has quit IRC | 18:18 | |
*** ronis has joined #openstack | 18:19 | |
*** ajo has joined #openstack | 18:19 | |
*** edd12121 has joined #openstack | 18:19 | |
*** annegentle has joined #openstack | 18:19 | |
*** georgem1 has joined #openstack | 18:19 | |
nosleep77 | ly2en: i shutdown the neutron node but it only changes the alive status to xxx not admin state | 18:20 |
*** VW_ has quit IRC | 18:20 | |
*** rmoe has quit IRC | 18:20 | |
*** VW_ has joined #openstack | 18:20 | |
*** nstrug has quit IRC | 18:20 | |
*** pkoniszewski has joined #openstack | 18:21 | |
*** Godfath3r has joined #openstack | 18:22 | |
*** edd12121 has quit IRC | 18:22 | |
*** edd12121 has joined #openstack | 18:23 | |
*** Acinonyx has quit IRC | 18:23 | |
*** dgurtner has quit IRC | 18:23 | |
*** dsanders has quit IRC | 18:23 | |
*** annegentle has quit IRC | 18:24 | |
*** pnavarro__ has quit IRC | 18:24 | |
edd12121 | Hello im making a questionnaire about RPG 13 questions multiple choice is there any female who would mind to answer this questionnaire since most of players who answered are male if yes the link is http://freeonlinesurveys.com/s.asp?sid=uywbo4p7amls16t624047​ this is for a research project if yesthanks | 18:25 |
*** mcornea has quit IRC | 18:25 | |
*** jasonsb has quit IRC | 18:26 | |
*** edd12121 has left #openstack | 18:26 | |
*** coredump has joined #openstack | 18:28 | |
*** shashankhegde has joined #openstack | 18:28 | |
*** ajo has quit IRC | 18:29 | |
*** patrickeast has joined #openstack | 18:29 | |
*** cody-somerville has joined #openstack | 18:29 | |
*** hdd has quit IRC | 18:30 | |
*** henrynash has joined #openstack | 18:32 | |
*** jckasper has quit IRC | 18:32 | |
*** cdent has quit IRC | 18:34 | |
*** MasterPiece has joined #openstack | 18:34 | |
*** itarchitectkev has quit IRC | 18:34 | |
*** rmoe has joined #openstack | 18:35 | |
*** cemason has quit IRC | 18:35 | |
*** shibby has joined #openstack | 18:35 | |
*** jprovazn has quit IRC | 18:35 | |
*** fzdarsky has quit IRC | 18:35 | |
*** zero141 has quit IRC | 18:36 | |
*** cody-somerville has quit IRC | 18:36 | |
*** zz_ncamacho is now known as ncamacho | 18:36 | |
*** dsanders has joined #openstack | 18:36 | |
*** matjazp has quit IRC | 18:37 | |
*** jmickle has quit IRC | 18:37 | |
*** jngd has quit IRC | 18:38 | |
*** mfink_ has joined #openstack | 18:38 | |
*** nphase has quit IRC | 18:39 | |
*** Miouge has quit IRC | 18:39 | |
*** nphase has joined #openstack | 18:39 | |
*** mtanino has joined #openstack | 18:40 | |
*** ChuckC has joined #openstack | 18:40 | |
*** gigawhat has joined #openstack | 18:41 | |
*** dteselkin_ has quit IRC | 18:41 | |
*** MarkBaker has quit IRC | 18:41 | |
*** jwalcik has joined #openstack | 18:42 | |
*** Miouge has joined #openstack | 18:45 | |
*** pradip_vedams has quit IRC | 18:45 | |
*** galstrom is now known as galstrom_zzz | 18:45 | |
*** Marga_ has joined #openstack | 18:46 | |
*** pradip_vedams has joined #openstack | 18:46 | |
*** Marga_ has quit IRC | 18:47 | |
*** ChuckC has quit IRC | 18:47 | |
*** Marga_ has joined #openstack | 18:47 | |
*** Marga_ has quit IRC | 18:48 | |
*** barclaac has joined #openstack | 18:48 | |
*** Marga_ has joined #openstack | 18:48 | |
*** coolsvap is now known as coolsvap_ | 18:48 | |
*** cbader has joined #openstack | 18:48 | |
*** gyee has quit IRC | 18:48 | |
*** dteselkin_ has joined #openstack | 18:49 | |
*** stamak has joined #openstack | 18:49 | |
*** ChuckC has joined #openstack | 18:49 | |
*** Marga_ has quit IRC | 18:49 | |
*** melwitt has joined #openstack | 18:49 | |
*** Marga_ has joined #openstack | 18:49 | |
*** travnewmatic_ has joined #openstack | 18:50 | |
*** jagee has joined #openstack | 18:50 | |
*** mattgriffin has joined #openstack | 18:51 | |
*** barclaac|2 has quit IRC | 18:51 | |
*** travnewmatic_ has quit IRC | 18:51 | |
*** maximov has quit IRC | 18:51 | |
*** travnewmatic_ has joined #openstack | 18:51 | |
*** dims_ has joined #openstack | 18:51 | |
*** jmickle has joined #openstack | 18:52 | |
*** bandarji has joined #openstack | 18:52 | |
*** travnewmatic has quit IRC | 18:53 | |
*** dims_ has quit IRC | 18:53 | |
*** dims_ has joined #openstack | 18:54 | |
*** tries__ has quit IRC | 18:54 | |
*** Thelo has quit IRC | 18:54 | |
dudy | security-doc : does anyone know where the compilation documentation is? it seems to work differently from user-guide and other documentation fellows | 18:54 |
*** gary_perkins has quit IRC | 18:55 | |
*** anderbubble has joined #openstack | 18:55 | |
*** dims has quit IRC | 18:55 | |
*** kenju254 has quit IRC | 18:56 | |
dudy | I just want the ability to compile the documentation into html... | 18:56 |
dudy | internally we'll likely do some documentation edits on it | 18:56 |
*** tundrajimmy has joined #openstack | 18:56 | |
*** solargroovy has quit IRC | 18:57 | |
*** galstrom_zzz is now known as galstrom | 18:58 | |
*** tier has joined #openstack | 18:59 | |
*** tier has quit IRC | 18:59 | |
*** solargroovy has joined #openstack | 19:00 | |
*** kenju254 has joined #openstack | 19:00 | |
*** e0ne is now known as e0ne_ | 19:00 | |
*** tier has joined #openstack | 19:00 | |
*** markus_z has quit IRC | 19:00 | |
*** mnovacyu has quit IRC | 19:01 | |
*** prad has quit IRC | 19:01 | |
*** tier_ has quit IRC | 19:02 | |
*** cjellick has quit IRC | 19:03 | |
*** pradip_vedams has quit IRC | 19:04 | |
*** pradip_vedams has joined #openstack | 19:04 | |
*** tries__ has joined #openstack | 19:06 | |
*** hdd has joined #openstack | 19:07 | |
*** eglynn has quit IRC | 19:08 | |
*** mnovacyu has joined #openstack | 19:09 | |
*** koolhead17 has quit IRC | 19:09 | |
*** pkoniszewski has quit IRC | 19:09 | |
*** ZZelle_ has joined #openstack | 19:11 | |
*** fzdarsky has joined #openstack | 19:12 | |
*** stamak has quit IRC | 19:12 | |
*** nmagnezi has joined #openstack | 19:13 | |
*** jdurgin has quit IRC | 19:13 | |
*** adiantum has quit IRC | 19:13 | |
*** cjellick has joined #openstack | 19:14 | |
*** tries__ has quit IRC | 19:14 | |
*** geaaru has quit IRC | 19:15 | |
*** Tinfoilhat_ has quit IRC | 19:15 | |
*** jckasper has joined #openstack | 19:16 | |
*** alanf-mc- has joined #openstack | 19:16 | |
*** jehb has joined #openstack | 19:17 | |
*** aeperezt has quit IRC | 19:17 | |
*** MasterPiece has quit IRC | 19:17 | |
*** alanf-mc has quit IRC | 19:17 | |
*** slashd has joined #openstack | 19:18 | |
*** jasonsb has joined #openstack | 19:19 | |
*** cemason has joined #openstack | 19:20 | |
*** ejat has joined #openstack | 19:20 | |
*** dgurtner has joined #openstack | 19:20 | |
*** ejat has quit IRC | 19:21 | |
*** ejat has joined #openstack | 19:21 | |
*** coolsvap_ is now known as coolsvap | 19:21 | |
*** travnewmatic_ has quit IRC | 19:22 | |
*** ajo has joined #openstack | 19:22 | |
*** travnewmatic_ has joined #openstack | 19:22 | |
*** ejat has quit IRC | 19:24 | |
*** fzdarsky has quit IRC | 19:24 | |
*** joffter has joined #openstack | 19:24 | |
*** travnewmatic_ has quit IRC | 19:25 | |
*** mfalatic has quit IRC | 19:25 | |
*** ejat has joined #openstack | 19:25 | |
*** ejat has quit IRC | 19:25 | |
*** ejat has joined #openstack | 19:25 | |
*** sbfox has quit IRC | 19:26 | |
*** himangi has quit IRC | 19:26 | |
*** matjazp has joined #openstack | 19:27 | |
*** tier has quit IRC | 19:27 | |
*** tier has joined #openstack | 19:27 | |
*** sbfox has joined #openstack | 19:27 | |
*** ejat has quit IRC | 19:28 | |
*** mnovacyu has quit IRC | 19:28 | |
*** alanf-mc- has quit IRC | 19:28 | |
*** sbfox has quit IRC | 19:28 | |
*** pradip_rawat has joined #openstack | 19:28 | |
*** ejat has joined #openstack | 19:28 | |
*** anshul has joined #openstack | 19:29 | |
*** ejat has quit IRC | 19:29 | |
*** ejat has joined #openstack | 19:29 | |
*** tries__ has joined #openstack | 19:29 | |
*** jdurgin has joined #openstack | 19:30 | |
*** arbrandes has joined #openstack | 19:30 | |
*** aeperezt has joined #openstack | 19:30 | |
*** pradip_vedams has quit IRC | 19:31 | |
*** pradip_rawat is now known as pradip_vedams | 19:31 | |
*** pelix has quit IRC | 19:31 | |
*** mortiz has quit IRC | 19:31 | |
*** mortiz has joined #openstack | 19:31 | |
*** nitti has quit IRC | 19:31 | |
*** nmagnezi has quit IRC | 19:32 | |
*** arbrandes_ has joined #openstack | 19:32 | |
*** EricGonc_ has quit IRC | 19:33 | |
*** MaxV has joined #openstack | 19:34 | |
*** alanf-mc has joined #openstack | 19:35 | |
*** beejee has quit IRC | 19:35 | |
*** arbrandes has quit IRC | 19:36 | |
*** anderbubble_ has joined #openstack | 19:36 | |
*** nitti has joined #openstack | 19:36 | |
*** rotbeard has quit IRC | 19:36 | |
*** vnguyen has quit IRC | 19:37 | |
*** koolhead17 has joined #openstack | 19:37 | |
*** koolhead17 has quit IRC | 19:37 | |
*** koolhead17 has joined #openstack | 19:37 | |
*** tvvcox has quit IRC | 19:37 | |
*** EricGonczer_ has joined #openstack | 19:37 | |
*** anderbubble has quit IRC | 19:37 | |
*** anderbubble_ is now known as anderbubble | 19:37 | |
*** hj-hp has quit IRC | 19:38 | |
*** crose has quit IRC | 19:38 | |
*** alanf-mc has quit IRC | 19:38 | |
*** otter768 has joined #openstack | 19:38 | |
*** geguileo has quit IRC | 19:39 | |
*** mwagner_lap has joined #openstack | 19:39 | |
kupo24z | Sam-I-Am: You around? | 19:40 |
*** filippos has quit IRC | 19:40 | |
*** cemason has quit IRC | 19:40 | |
*** crose has joined #openstack | 19:40 | |
Sam-I-Am | kupo24z: yeah, for a short while | 19:41 |
Sam-I-Am | dudy: compilation documentation? | 19:41 |
*** saibarspeis has joined #openstack | 19:41 | |
*** saibarspeis has quit IRC | 19:42 | |
*** filippos has joined #openstack | 19:42 | |
*** jecarey has quit IRC | 19:43 | |
*** otter768 has quit IRC | 19:43 | |
dudy | Sam-I-Am: indeed. I just wasn't sure why there's no pom.xml in the repository | 19:43 |
*** arbrandes_ is now known as arbrandes | 19:43 | |
dudy | and I'd also like to build operations-guide too... | 19:44 |
*** alanf-mc has joined #openstack | 19:44 | |
dudy | if we make anything generic enough, I'd PR it back... no promises... but our devs and folks would like to use Dash docsets... so I've been hacking up documentation scripts for that | 19:44 |
*** mgiampapa has joined #openstack | 19:45 | |
Sam-I-Am | where were you looking for the security guide content? | 19:45 |
*** achanda has joined #openstack | 19:45 | |
dudy | https://github.com/openstack/security-doc | 19:45 |
dudy | we want to generate from source, to add and alter the docs a bit... link things together... maybe add CVE info and other stuff | 19:46 |
*** anshul has quit IRC | 19:46 | |
Sam-I-Am | most of this stuff is docbook, with the tool chain described here - https://wiki.openstack.org/wiki/Documentation/HowTo | 19:46 |
Sam-I-Am | there's a movement to convert everything to rst | 19:46 |
dudy | ah, ok... that's the word I was looking for... thanks | 19:47 |
*** kebray has quit IRC | 19:48 | |
*** travnewmatic has joined #openstack | 19:49 | |
*** matjazp has quit IRC | 19:49 | |
*** penguinRaider has quit IRC | 19:50 | |
harmw | hm, how come when I clean up everything LBaaS I suddenly get floatingip disconnecting, or going in some kind of unacessible stale state | 19:52 |
harmw | LBaaS is biting, somewhere | 19:52 |
*** rdaly2 has joined #openstack | 19:52 | |
*** e0ne_ is now known as e0ne | 19:52 | |
*** matjazp has joined #openstack | 19:54 | |
*** kushal has quit IRC | 19:54 | |
*** alanf-mc has quit IRC | 19:54 | |
*** Tinfoilhat_ has joined #openstack | 19:54 | |
*** jkraj has quit IRC | 19:55 | |
*** peas has quit IRC | 19:56 | |
*** tier has quit IRC | 19:56 | |
*** justincampbell has joined #openstack | 19:57 | |
*** tier has joined #openstack | 19:57 | |
*** bdpayne_ has joined #openstack | 19:58 | |
*** sayan has quit IRC | 19:59 | |
*** tier_ has joined #openstack | 19:59 | |
*** pradip_vedams has quit IRC | 20:00 | |
*** pradip_vedams has joined #openstack | 20:00 | |
*** groen692 has quit IRC | 20:00 | |
*** okrieg has joined #openstack | 20:00 | |
dudy | I'm already starting to understand why one would move from docbook to rst | 20:00 |
*** sayan has joined #openstack | 20:00 | |
*** matjazp_ has joined #openstack | 20:01 | |
*** bdpayne has quit IRC | 20:01 | |
*** vnguyen has joined #openstack | 20:01 | |
ly2en | http://www.networkworld.com/article/2888972/opensource-subnet/openstack-board-member-rob-hirschfeld-on-the-impact-of-devops-sdn-docker-and-more.html | 20:01 |
*** bdpayne_ has quit IRC | 20:02 | |
*** MentalRay has quit IRC | 20:02 | |
*** VW_ has quit IRC | 20:02 | |
*** matjazp has quit IRC | 20:03 | |
*** himangi has joined #openstack | 20:03 | |
*** jecarey has joined #openstack | 20:03 | |
*** smccann has joined #openstack | 20:03 | |
*** tier has quit IRC | 20:03 | |
*** ajo has quit IRC | 20:03 | |
*** kebray has joined #openstack | 20:03 | |
*** kebray has quit IRC | 20:04 | |
*** kebray has joined #openstack | 20:05 | |
*** ajo has joined #openstack | 20:07 | |
*** kushal has joined #openstack | 20:07 | |
*** matjazp_ has quit IRC | 20:08 | |
*** matjazp has joined #openstack | 20:08 | |
*** moha_hunt has joined #openstack | 20:09 | |
*** martinst is now known as martins-afk | 20:09 | |
*** jtomasek has quit IRC | 20:10 | |
*** rlucio has joined #openstack | 20:10 | |
*** mattgriffin has quit IRC | 20:11 | |
*** coredump|br has joined #openstack | 20:12 | |
*** coredump has quit IRC | 20:12 | |
*** Harry51S has quit IRC | 20:13 | |
*** himangi has quit IRC | 20:15 | |
*** MaxV_ has joined #openstack | 20:15 | |
*** shashankhegde has quit IRC | 20:15 | |
*** pradip_vedams has quit IRC | 20:15 | |
*** rbak_ has joined #openstack | 20:16 | |
*** rbak has quit IRC | 20:16 | |
*** danman has joined #openstack | 20:17 | |
*** coredump|br has quit IRC | 20:17 | |
*** warriorforGod has quit IRC | 20:18 | |
*** hj-hp has joined #openstack | 20:18 | |
*** MaxV has quit IRC | 20:19 | |
*** MentalRay has joined #openstack | 20:19 | |
*** smccann has quit IRC | 20:20 | |
*** sivy has quit IRC | 20:21 | |
*** rdaly2_ has joined #openstack | 20:21 | |
*** koolhead17 has quit IRC | 20:22 | |
*** yamamoto has joined #openstack | 20:22 | |
zimboboyd | I installed the Openstack cloud (on VIrtualbox) for the first time. I used Mirantis Fuel. I want to test Murano with Docker. Now my question is where can i find a download of the image "Ubuntu14.04 x64 (pre-installed murano agent and docker)" ? | 20:22 |
*** rdaly2 has quit IRC | 20:22 | |
*** bdpayne has joined #openstack | 20:22 | |
*** __nick has quit IRC | 20:23 | |
*** Charlie_Labelle has joined #openstack | 20:23 | |
*** __nick has joined #openstack | 20:23 | |
*** kebray has quit IRC | 20:24 | |
*** Godfath3r has quit IRC | 20:24 | |
*** yamamoto has quit IRC | 20:26 | |
*** sivy has joined #openstack | 20:26 | |
*** himangi has joined #openstack | 20:27 | |
*** Marga_ has quit IRC | 20:28 | |
*** penguinRaider has joined #openstack | 20:28 | |
*** bandicot has joined #openstack | 20:28 | |
*** cjellick has quit IRC | 20:28 | |
*** mnovacyu has joined #openstack | 20:28 | |
*** whenry has quit IRC | 20:30 | |
*** coredump has joined #openstack | 20:30 | |
*** cjellick has joined #openstack | 20:33 | |
*** himangi has quit IRC | 20:33 | |
*** mnovacyu has quit IRC | 20:33 | |
*** lborda has quit IRC | 20:33 | |
*** lborda has joined #openstack | 20:34 | |
*** oro has joined #openstack | 20:34 | |
*** bdpayne has quit IRC | 20:34 | |
*** ajo has quit IRC | 20:34 | |
*** bdpayne has joined #openstack | 20:35 | |
*** kebray has joined #openstack | 20:35 | |
*** Godfath3r has joined #openstack | 20:37 | |
*** bill_az has joined #openstack | 20:38 | |
*** vtzan has joined #openstack | 20:38 | |
*** himangi has joined #openstack | 20:40 | |
*** bbcmicrocomputer has quit IRC | 20:40 | |
*** kawa2014 has quit IRC | 20:41 | |
*** galstrom is now known as galstrom_zzz | 20:42 | |
*** cjellick has quit IRC | 20:43 | |
*** penguinRaider has quit IRC | 20:44 | |
*** hj-hp has quit IRC | 20:44 | |
*** MentalRay has quit IRC | 20:44 | |
*** joshskidmore has quit IRC | 20:45 | |
*** KaZeR has joined #openstack | 20:45 | |
*** MentalRay has joined #openstack | 20:47 | |
*** cjellick has joined #openstack | 20:47 | |
*** mattgriffin has joined #openstack | 20:48 | |
*** epcim has joined #openstack | 20:49 | |
*** warriorforGod has joined #openstack | 20:49 | |
*** warriorforGod has joined #openstack | 20:49 | |
*** aryklein has quit IRC | 20:50 | |
*** geek_cl has joined #openstack | 20:50 | |
*** penguinRaider has joined #openstack | 20:50 | |
*** galstrom_zzz is now known as galstrom | 20:51 | |
*** georgem1 has quit IRC | 20:52 | |
*** kushal has quit IRC | 20:52 | |
*** cookednoodles has quit IRC | 20:52 | |
*** sergef has quit IRC | 20:53 | |
*** ndru has joined #openstack | 20:53 | |
*** warriorforGod has quit IRC | 20:53 | |
*** zsais has joined #openstack | 20:54 | |
*** mattgriffin has quit IRC | 20:56 | |
*** hj-hp has joined #openstack | 20:56 | |
*** VW_ has joined #openstack | 20:56 | |
*** penguinRaider has quit IRC | 20:56 | |
*** JRobinson__ has joined #openstack | 20:57 | |
*** ShaunR has joined #openstack | 20:57 | |
*** morganfainberg is now known as needscoffee | 20:57 | |
*** georgem1 has joined #openstack | 20:58 | |
ShaunR | Am i correct in saying if the vm's are connected to the internet through a bridge on the compute node that this is considered the legecy nova networking? | 20:58 |
*** cookednoodles has joined #openstack | 20:59 | |
*** cookednoodles has quit IRC | 20:59 | |
*** melmoth has quit IRC | 20:59 | |
tkramer | Hi Jim, I'm free when you are | 20:59 |
*** BOKALDO has quit IRC | 20:59 | |
tkramer | oops.. sww | 21:00 |
*** melmoth has joined #openstack | 21:00 | |
*** bandicot has quit IRC | 21:00 | |
*** MentalRay has quit IRC | 21:00 | |
*** cdub has joined #openstack | 21:01 | |
*** MentalRay has joined #openstack | 21:01 | |
*** alagalah has left #openstack | 21:01 | |
*** Tinfoilhat_ has quit IRC | 21:01 | |
*** RedRat has quit IRC | 21:01 | |
*** LeRieur has quit IRC | 21:01 | |
*** mortiz has quit IRC | 21:02 | |
*** alanf-mc has joined #openstack | 21:02 | |
*** rfolco has quit IRC | 21:03 | |
*** ShaunR has quit IRC | 21:03 | |
*** ShaunR has joined #openstack | 21:03 | |
*** lblanchard has quit IRC | 21:03 | |
* ShaunR tap tap... is this thing on? | 21:04 | |
*** matjazp has quit IRC | 21:05 | |
*** lcurtis has quit IRC | 21:05 | |
*** ezobn has joined #openstack | 21:05 | |
*** kushal has joined #openstack | 21:05 | |
*** mrmartin has joined #openstack | 21:06 | |
*** rushiagr is now known as rushiagr_away | 21:06 | |
Sam-I-Am | ShaunR: that could also be provider-type neutron networks | 21:06 |
*** rmartinelli has quit IRC | 21:06 | |
*** solargroovy has quit IRC | 21:07 | |
ShaunR | where is the docs on that? | 21:07 |
*** andresmujica has quit IRC | 21:08 | |
*** mortiz has joined #openstack | 21:08 | |
*** harukomoto has quit IRC | 21:08 | |
*** andresmujica has joined #openstack | 21:08 | |
*** MarkBaker has joined #openstack | 21:08 | |
*** hjensas has joined #openstack | 21:08 | |
*** hjensas has joined #openstack | 21:08 | |
Sam-I-Am | ShaunR: there arent many. how did you stumble upon this question? | 21:09 |
*** alanf-mc has quit IRC | 21:09 | |
ShaunR | Digging into openstack to see if it's right for me, currently i've got a home grown setup, vm's are bridged with custom ebtables rules to control traffic to/from vm's. | 21:10 |
*** galstrom is now known as galstrom_zzz | 21:10 | |
ShaunR | I really dont like the idea of forwarding all my hosts (compute) traffic through an additional point of failure. | 21:10 |
ShaunR | seams like an extra level of complexity thats not really needed | 21:11 |
*** harukomoto has joined #openstack | 21:11 | |
ShaunR | but at the same time i want to run openstack as it's ment to be run, legecy puts a bad taste in my mouth for a new infrastructure :) | 21:11 |
*** rotbart has joined #openstack | 21:11 | |
Sam-I-Am | so, you have a couple of choices here | 21:12 |
*** solargroovy has joined #openstack | 21:12 | |
*** behle_ has joined #openstack | 21:12 | |
ShaunR | Just a FYI, this would be for a provider network. Providing VM's to hosting customers. | 21:12 |
Sam-I-Am | first, if you have a suitable hardware network infra, you can push all L3/routing operations out to it using provider networks. if you've used VMware, this is similar to vSwitches | 21:12 |
Sam-I-Am | well, provider in this sense might mean something different | 21:13 |
*** behle__ has joined #openstack | 21:13 | |
Sam-I-Am | provider in this sense simply means networks are really managed by hardware infra | 21:13 |
Sam-I-Am | in other words, your customers/tenants cannot create/change/delete networks | 21:14 |
*** jecarey_ has joined #openstack | 21:14 | |
*** henrynash has quit IRC | 21:14 | |
*** AmirBaleghi13 has joined #openstack | 21:14 | |
*** coolsvap is now known as coolsvap_ | 21:15 | |
*** henrynash has joined #openstack | 21:15 | |
ShaunR | our infra now is simple, servers are deployed with Xen and our backend software installed. | 21:15 |
*** behle has quit IRC | 21:16 | |
*** behle__ is now known as behle | 21:16 | |
ShaunR | there are 2 vlans, one management, one customer | 21:16 |
*** georgem1 has quit IRC | 21:16 | |
*** behle_ has quit IRC | 21:16 | |
ShaunR | vm's are created, networking is through tap/bridge interface, custom firewall rules to prevent spoofing, ip stealing, etc | 21:16 |
*** MentalRay has quit IRC | 21:16 | |
*** jecarey has quit IRC | 21:17 | |
*** geek_cl has quit IRC | 21:19 | |
*** melmoth has quit IRC | 21:20 | |
Sam-I-Am | so your customers can't create their own networks | 21:20 |
*** cpg|away is now known as cpg | 21:21 | |
ShaunR | no | 21:21 |
*** lcurtis has joined #openstack | 21:21 | |
*** shashankhegde has joined #openstack | 21:21 | |
*** changbl has quit IRC | 21:21 | |
*** MentalRay has joined #openstack | 21:22 | |
ShaunR | they get what we give them :) | 21:22 |
*** KaZeR has quit IRC | 21:22 | |
*** noslzzp has quit IRC | 21:22 | |
*** KaZeR has joined #openstack | 21:23 | |
Sam-I-Am | do you want that capability? | 21:23 |
Sam-I-Am | its sort of the "cloudy way" for IaaS | 21:23 |
ShaunR | I suppose it could be a useful feature down the road to add. | 21:23 |
Sam-I-Am | you can do both | 21:24 |
*** mnovacyu has joined #openstack | 21:24 | |
Sam-I-Am | to avoid the single-point-of-failure (network node), you'll either use provider networks (that is, provided by the hardware infra) and/or DVR | 21:25 |
ShaunR | i could see it being useful for customers who want to have a private network for internal traffic between vm's | 21:25 |
*** KaZeR_ has joined #openstack | 21:25 | |
*** tsekiyama has quit IRC | 21:26 | |
*** tsekiyama has joined #openstack | 21:26 | |
*** sbfox has joined #openstack | 21:26 | |
ShaunR | what your talking about doesnt require creating a seperate vlan/subnet for each vm i hope? | 21:26 |
*** KaZeR has quit IRC | 21:27 | |
*** kebray has quit IRC | 21:28 | |
*** Marga_ has joined #openstack | 21:28 | |
*** EricGonczer_ has quit IRC | 21:29 | |
*** user_42 has quit IRC | 21:30 | |
*** NarenNarendra has joined #openstack | 21:30 | |
*** gigawhat has quit IRC | 21:30 | |
*** mikeoutland has quit IRC | 21:31 | |
*** jmickle has quit IRC | 21:31 | |
*** ghostpl_ has joined #openstack | 21:31 | |
*** JRobinson__ has quit IRC | 21:32 | |
*** thumpba has joined #openstack | 21:33 | |
*** jmickle has joined #openstack | 21:33 | |
*** mortiz has quit IRC | 21:33 | |
*** Marga_ has quit IRC | 21:33 | |
Sam-I-Am | nope | 21:33 |
*** achanda has quit IRC | 21:34 | |
Sam-I-Am | so, in a fully IaaS environment, tenants can create their own networks and they're usually overlays... vxlan or gre | 21:34 |
Sam-I-Am | so no extra infrastructure required to make them work | 21:34 |
Sam-I-Am | they can be purely internal to the customer, or they can connect to the outside world | 21:34 |
capitol | i'm installing openstack for the first time on debian, and are currently installing the nova components on the controller, and i get a question about what api's i should enable, i can't find anything about this in the documentation | 21:34 |
*** hjensas has quit IRC | 21:34 | |
*** pkoniszewski has joined #openstack | 21:34 | |
*** mikeoutland has joined #openstack | 21:34 | |
capitol | i'm installing icehouse btw | 21:34 |
|splat| | is there a way to manually refresh teh DB backend to the Admin>Hypervisors page? I believe the usage stats are way off | 21:35 |
Sam-I-Am | capitol: which instructions are you using? | 21:35 |
*** michaelneale has joined #openstack | 21:35 | |
capitol | Sam-I-Am: http://docs.openstack.org/juno/install-guide/install/apt-debian/content/ch_nova.html#compute-service | 21:35 |
*** achanda has joined #openstack | 21:35 | |
Sam-I-Am | so, this is not going to work | 21:35 |
Sam-I-Am | first, the juno docs dont work with icehouse. second, the debian stuff is broke. | 21:35 |
*** michaelneale has quit IRC | 21:36 | |
capitol | as i couldn't navigate to the debian-icehouse docs on the site, it just redirected me back | 21:36 |
Sam-I-Am | capitol: we removed the debian docs because they're bad | 21:36 |
*** galstrom_zzz is now known as galstrom | 21:36 | |
Sam-I-Am | which might explain why you can't find what you want | 21:36 |
capitol | Sam-I-Am: aha, good to know | 21:36 |
Sam-I-Am | so here's your choices... | 21:37 |
Sam-I-Am | continue to use debian, disable debconf, and mostly follow the ubuntu guide (with a few hacks) | 21:37 |
Sam-I-Am | or just use ubuntu | 21:37 |
CrtxReavr | What is 'Aero?' | 21:37 |
*** ezobn has quit IRC | 21:37 | |
Sam-I-Am | or... use debian and install from source, i guess. | 21:37 |
capitol | Sam-I-Am: thanks for the info :) | 21:37 |
*** ncerny has joined #openstack | 21:37 | |
*** abhirc has joined #openstack | 21:37 | |
*** tnovacik has joined #openstack | 21:37 | |
Sam-I-Am | imho, debian wheezy is too old for modern networking features | 21:38 |
*** michaelneale has joined #openstack | 21:38 | |
capitol | aha, yes, will i have better luck with jessie? | 21:38 |
*** vnguyen has quit IRC | 21:39 | |
*** otter768 has joined #openstack | 21:39 | |
Sam-I-Am | yeah, except the packages still may not work | 21:39 |
SamYaple | capitol: going from source on debian is the only way to go | 21:40 |
*** Marga_ has joined #openstack | 21:40 | |
capitol | ok, i'll see how far i get, and then maybe switch to ubuntu | 21:40 |
*** two_oes has quit IRC | 21:40 | |
*** georgem1 has joined #openstack | 21:40 | |
*** ezobn has joined #openstack | 21:41 | |
*** georgem1 has quit IRC | 21:41 | |
capitol | but that would require a trip to the server hall and a reinstall, so that won't happen today | 21:41 |
*** georgem1 has joined #openstack | 21:41 | |
SamYaple | from source, you _should_ be alright, but youll likely have to pull in newer packages for some things | 21:41 |
Sam-I-Am | aight, time to hit the bus home, see y'all in a bit | 21:41 |
SamYaple | see ya Sam-I-Am | 21:41 |
*** SamYaple is now known as I-Am-Sam | 21:41 | |
I-Am-Sam | Now that he is gone, lets make one thing clear | 21:41 |
*** pkonisze has joined #openstack | 21:41 | |
*** I-Am-Sam is now known as SamYaple | 21:42 | |
*** otter768 has quit IRC | 21:43 | |
*** vnguyen has joined #openstack | 21:44 | |
*** pkoniszewski has quit IRC | 21:44 | |
*** lcurtis has quit IRC | 21:44 | |
*** MentalRay has quit IRC | 21:44 | |
*** abhirc has quit IRC | 21:45 | |
*** enterprisedc has quit IRC | 21:45 | |
*** ezobn has quit IRC | 21:46 | |
*** enterprisedc has joined #openstack | 21:46 | |
*** matjazp has joined #openstack | 21:46 | |
*** Miouge has quit IRC | 21:46 | |
*** hj-hp has quit IRC | 21:48 | |
*** luflores has quit IRC | 21:49 | |
*** tries__ has quit IRC | 21:50 | |
*** markvoelker has quit IRC | 21:51 | |
*** markvoelker has joined #openstack | 21:51 | |
*** MentalRay has joined #openstack | 21:52 | |
*** dmellado has quit IRC | 21:52 | |
*** hj-hp has joined #openstack | 21:53 | |
*** radez is now known as radez_g0n3 | 21:54 | |
*** hj-hp has quit IRC | 21:54 | |
*** justincampbell has quit IRC | 21:54 | |
*** e0ne has quit IRC | 21:54 | |
*** markvoelker has quit IRC | 21:56 | |
*** jecarey_ is now known as jecarey | 21:56 | |
*** markvoelker has joined #openstack | 21:57 | |
*** cjellick has quit IRC | 21:58 | |
*** karimb has joined #openstack | 21:58 | |
*** Ananci has quit IRC | 21:59 | |
*** kebray has joined #openstack | 21:59 | |
*** kebray has quit IRC | 21:59 | |
*** tier_ has quit IRC | 22:00 | |
*** matjazp has quit IRC | 22:00 | |
*** alanf-mc has joined #openstack | 22:01 | |
*** gigawhat has joined #openstack | 22:02 | |
*** cjellick has joined #openstack | 22:03 | |
*** kkoski has quit IRC | 22:04 | |
*** vnguyen has quit IRC | 22:05 | |
*** kkoski has joined #openstack | 22:05 | |
*** e0ne has joined #openstack | 22:05 | |
*** rwsu has quit IRC | 22:06 | |
*** mydev has joined #openstack | 22:06 | |
*** RedRat has joined #openstack | 22:06 | |
*** vnguyen has joined #openstack | 22:06 | |
*** kkoski has quit IRC | 22:06 | |
*** alanf-mc has quit IRC | 22:08 | |
*** eby_ has joined #openstack | 22:09 | |
*** gigawhat has quit IRC | 22:09 | |
*** ejat has quit IRC | 22:10 | |
*** yellowbig has quit IRC | 22:10 | |
*** jsavak has quit IRC | 22:10 | |
*** eby_ has quit IRC | 22:10 | |
*** eby_ has joined #openstack | 22:10 | |
*** henrynash has quit IRC | 22:10 | |
*** henrynash has joined #openstack | 22:11 | |
*** behle has quit IRC | 22:11 | |
*** Charlie_Labelle has quit IRC | 22:11 | |
*** epcim has quit IRC | 22:11 | |
*** GentileBen has quit IRC | 22:12 | |
*** needscoffee is now known as needsmostcoffee | 22:12 | |
*** needsmostcoffee is now known as morganfainberg | 22:13 | |
*** aeperezt has quit IRC | 22:13 | |
*** stevemar is now known as thinksmorganneed | 22:13 | |
*** alanf-mc has joined #openstack | 22:13 | |
*** abhirc has joined #openstack | 22:13 | |
*** thinksmorganneed is now known as stevemar | 22:13 | |
*** gigawhat has joined #openstack | 22:14 | |
*** ncerny has quit IRC | 22:15 | |
*** ncerny_ has joined #openstack | 22:15 | |
*** alanf-mc has quit IRC | 22:16 | |
*** VW_ has quit IRC | 22:16 | |
*** VW_ has joined #openstack | 22:17 | |
*** cody-somerville has joined #openstack | 22:17 | |
*** mrmartin has quit IRC | 22:17 | |
*** OutBackDingo has joined #openstack | 22:18 | |
*** michaelneale has quit IRC | 22:20 | |
*** jgrimm is now known as zz_jgrimm | 22:20 | |
*** cemason has joined #openstack | 22:22 | |
*** lborda has quit IRC | 22:22 | |
*** yamamoto has joined #openstack | 22:24 | |
*** jmickle has quit IRC | 22:26 | |
*** aeperezt has joined #openstack | 22:27 | |
*** ncerny_ has quit IRC | 22:28 | |
*** ronis has quit IRC | 22:28 | |
*** yamamoto has quit IRC | 22:28 | |
*** coredump has quit IRC | 22:28 | |
*** Godfath3r has quit IRC | 22:29 | |
*** rwsu has joined #openstack | 22:30 | |
*** steveg is now known as sgordon | 22:30 | |
*** tnovacik has quit IRC | 22:31 | |
*** yocum has quit IRC | 22:31 | |
*** danielbruno has quit IRC | 22:31 | |
*** mattgriffin has joined #openstack | 22:32 | |
*** st34lth has joined #openstack | 22:32 | |
*** georgem1 has quit IRC | 22:33 | |
*** jmickle has joined #openstack | 22:33 | |
*** star114 has joined #openstack | 22:34 | |
*** bigpup6 has quit IRC | 22:35 | |
*** side_control has quit IRC | 22:36 | |
*** jmickle has quit IRC | 22:36 | |
*** bandarji has quit IRC | 22:38 | |
*** mattgriffin has quit IRC | 22:38 | |
*** ezobn has joined #openstack | 22:38 | |
*** gyee has joined #openstack | 22:38 | |
*** yocum has joined #openstack | 22:38 | |
*** MaxV has joined #openstack | 22:39 | |
*** thangp has quit IRC | 22:40 | |
*** sayan has quit IRC | 22:40 | |
*** gyee has quit IRC | 22:40 | |
*** MaxV_ has quit IRC | 22:41 | |
*** ccockerhamkc has quit IRC | 22:41 | |
*** jaosorior has quit IRC | 22:42 | |
*** gyee has joined #openstack | 22:42 | |
*** moha_hunt has quit IRC | 22:42 | |
*** cemason has quit IRC | 22:42 | |
*** hdd has quit IRC | 22:44 | |
*** henrynash has quit IRC | 22:44 | |
*** vtzan has quit IRC | 22:47 | |
*** cody-somerville has quit IRC | 22:47 | |
*** ezobn has quit IRC | 22:48 | |
*** klamath has quit IRC | 22:50 | |
*** geaaru has joined #openstack | 22:50 | |
*** dgel has joined #openstack | 22:51 | |
*** crack has quit IRC | 22:51 | |
*** achanda has quit IRC | 22:51 | |
*** joeg has quit IRC | 22:52 | |
*** rahulrrixe has quit IRC | 22:53 | |
*** annashen has quit IRC | 22:54 | |
*** zsais has quit IRC | 22:54 | |
*** cpschult has quit IRC | 22:55 | |
*** star114 has quit IRC | 22:55 | |
*** dudy has quit IRC | 22:56 | |
*** jmckind has quit IRC | 22:57 | |
*** side_control has joined #openstack | 22:57 | |
*** cody-somerville has joined #openstack | 22:57 | |
*** martins-afk is now known as martinst | 22:59 | |
*** warriorforGod has joined #openstack | 23:00 | |
*** warriorforGod has joined #openstack | 23:00 | |
*** rdaly2_ has quit IRC | 23:00 | |
*** danman has quit IRC | 23:00 | |
*** yimmy has quit IRC | 23:02 | |
*** achanda has joined #openstack | 23:02 | |
*** pkonisze has quit IRC | 23:03 | |
*** primechuck has quit IRC | 23:03 | |
*** rdaly2 has joined #openstack | 23:05 | |
*** crack has joined #openstack | 23:06 | |
*** rdaly2 has quit IRC | 23:07 | |
*** nelsnelson has quit IRC | 23:07 | |
*** aimon has quit IRC | 23:07 | |
*** kso has quit IRC | 23:08 | |
*** evilrob_ has joined #openstack | 23:08 | |
*** evilrob has quit IRC | 23:09 | |
*** warriorforGod has quit IRC | 23:09 | |
*** primechuck has joined #openstack | 23:09 | |
*** blahdeblah_ has joined #openstack | 23:09 | |
*** alop has quit IRC | 23:09 | |
*** nitti has quit IRC | 23:09 | |
*** bknudson has quit IRC | 23:09 | |
*** tan has quit IRC | 23:09 | |
*** NarenNarendra has quit IRC | 23:10 | |
*** luflores has joined #openstack | 23:10 | |
*** IRTermite has quit IRC | 23:10 | |
*** tan has joined #openstack | 23:11 | |
*** jdurgin has quit IRC | 23:11 | |
*** cemason has joined #openstack | 23:12 | |
*** jwalcik has quit IRC | 23:12 | |
*** luflores_ has joined #openstack | 23:12 | |
*** blahdeblah has quit IRC | 23:12 | |
*** alop has joined #openstack | 23:12 | |
*** MentalRay has quit IRC | 23:13 | |
*** claflico has quit IRC | 23:13 | |
*** eby_ has quit IRC | 23:13 | |
*** tkramer has quit IRC | 23:13 | |
*** MentalRay has joined #openstack | 23:14 | |
*** signed8b_ has quit IRC | 23:15 | |
*** luflores has quit IRC | 23:15 | |
*** adiantum has joined #openstack | 23:16 | |
*** yamamoto has joined #openstack | 23:17 | |
*** pboros has quit IRC | 23:18 | |
*** GeoKM has joined #openstack | 23:18 | |
*** stevemar has quit IRC | 23:19 | |
*** mikeoutland has quit IRC | 23:20 | |
*** vnguyen has quit IRC | 23:21 | |
*** vnguyen has joined #openstack | 23:22 | |
*** dmellado has joined #openstack | 23:24 | |
*** sivy has quit IRC | 23:24 | |
*** jdurgin has joined #openstack | 23:25 | |
*** jecarey has quit IRC | 23:25 | |
*** gaughen has quit IRC | 23:26 | |
*** FatDarrel has joined #openstack | 23:26 | |
FatDarrel | hey everyone! | 23:26 |
FatDarrel | I was wondering if anyone knew where I could get some help on tempest | 23:26 |
clarkb | FatDarrel: #openstack-qa is a good place to start | 23:27 |
FatDarrel | clarkb: thanks | 23:27 |
*** trown is now known as trown|outttypeww | 23:27 | |
*** gaughen has joined #openstack | 23:28 | |
*** anderbubble has quit IRC | 23:30 | |
*** nosleep77 has quit IRC | 23:30 | |
*** blahRus has quit IRC | 23:30 | |
*** flaviof has quit IRC | 23:31 | |
*** cemason has quit IRC | 23:31 | |
*** yamamoto has quit IRC | 23:31 | |
ShaunR | hmm docs talk about editing /etc/nova/nova.conf file and finding the [database] section... there isnt one? | 23:32 |
*** JimFall has quit IRC | 23:33 | |
*** mikeoutland has joined #openstack | 23:35 | |
*** yamamoto has joined #openstack | 23:35 | |
*** Zack_Deee has quit IRC | 23:37 | |
*** ljfisher has quit IRC | 23:39 | |
*** dneary has quit IRC | 23:40 | |
*** otter768 has joined #openstack | 23:40 | |
*** FunnyLookinHat has quit IRC | 23:41 | |
*** yamamoto has quit IRC | 23:42 | |
*** mfink_ has quit IRC | 23:43 | |
*** amotoki has joined #openstack | 23:43 | |
*** oro has quit IRC | 23:43 | |
*** tochi has joined #openstack | 23:43 | |
*** lucendio has quit IRC | 23:44 | |
*** amotoki has quit IRC | 23:44 | |
*** otter768 has quit IRC | 23:44 | |
*** diogogmt has quit IRC | 23:45 | |
*** shashankhegde has quit IRC | 23:47 | |
Sam-I-Am | ShaunR: it this ubuntu? | 23:47 |
*** michaelneale has joined #openstack | 23:47 | |
*** dmsimard is now known as dmsimard_away | 23:48 | |
*** daniel3_ has quit IRC | 23:48 | |
*** calinux has quit IRC | 23:48 | |
*** EmilienM is now known as EmilienM|afk | 23:49 | |
*** FatDarrel is now known as phd2 | 23:51 | |
*** gigawhat has quit IRC | 23:52 | |
*** rotbart has quit IRC | 23:52 | |
*** gigawhat has joined #openstack | 23:52 | |
*** chlong has joined #openstack | 23:54 | |
*** himangi has quit IRC | 23:54 | |
*** MentalRay has quit IRC | 23:54 | |
*** dims_ has quit IRC | 23:55 | |
*** jdurgin has quit IRC | 23:55 | |
*** jdurgin has joined #openstack | 23:55 | |
*** MarkAtwood has quit IRC | 23:55 | |
*** henrynash has joined #openstack | 23:55 | |
*** shibby has quit IRC | 23:56 | |
*** galstrom is now known as galstrom_zzz | 23:57 | |
*** salv-orlando has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!