*** markvoelker has quit IRC | 00:02 | |
*** dims_ has joined #openstack | 00:02 | |
*** chlong has joined #openstack | 00:04 | |
*** dimsum__ has quit IRC | 00:04 | |
*** gildub has joined #openstack | 00:08 | |
*** GeoKM has joined #openstack | 00:09 | |
*** adam_g has quit IRC | 00:09 | |
*** adam_g has joined #openstack | 00:10 | |
*** adam_g has quit IRC | 00:10 | |
*** adam_g has joined #openstack | 00:10 | |
*** ivar-lazzaro has quit IRC | 00:14 | |
*** annashen has joined #openstack | 00:24 | |
*** GeoKM has quit IRC | 00:25 | |
*** anticw has quit IRC | 00:26 | |
*** sammy007__ has quit IRC | 00:27 | |
*** annashen has quit IRC | 00:28 | |
*** jasondotstar has joined #openstack | 00:28 | |
*** tkatarki has joined #openstack | 00:31 | |
*** ivan_mironov has joined #openstack | 00:33 | |
*** gildub has quit IRC | 00:35 | |
*** Defcronyke has quit IRC | 00:37 | |
*** MarkAtwood has joined #openstack | 00:38 | |
*** smoriya has joined #openstack | 00:39 | |
*** fedexo has quit IRC | 00:41 | |
*** pavel_bondar has quit IRC | 00:41 | |
*** pixelbeat_ has quit IRC | 00:43 | |
*** GeoKM has joined #openstack | 00:43 | |
*** salv-orlando has joined #openstack | 00:46 | |
*** bladewing has quit IRC | 00:49 | |
*** dims_ has quit IRC | 00:50 | |
*** ajmiller has joined #openstack | 00:50 | |
*** ajmiller has quit IRC | 00:51 | |
*** ajmiller has joined #openstack | 00:51 | |
*** dimsum__ has joined #openstack | 00:53 | |
*** gildub has joined #openstack | 00:54 | |
*** rmk has quit IRC | 00:55 | |
*** salv-orlando has quit IRC | 00:55 | |
*** Defcronyke has joined #openstack | 00:55 | |
*** pavel_bondar has joined #openstack | 00:56 | |
*** Defcronyke has joined #openstack | 00:57 | |
*** tkatarki has quit IRC | 00:57 | |
*** anticw has joined #openstack | 01:00 | |
*** Debesis has quit IRC | 01:01 | |
*** pravins has joined #openstack | 01:03 | |
*** MarkAtwood has quit IRC | 01:03 | |
*** ivan_mironov has quit IRC | 01:03 | |
*** h0mer has joined #openstack | 01:04 | |
h0mer | anyone here know where i can find a tutorial or good starting point for OSAD? | 01:05 |
---|---|---|
SamYaple | h0mer: sure https://wiki.openstack.org/wiki/OpenStackAnsible | 01:06 |
*** FallenPegasus has joined #openstack | 01:06 | |
SamYaple | also checkout Kolla if you are into containerized openstack | 01:06 |
*** tkatarki has joined #openstack | 01:07 | |
*** rmk has joined #openstack | 01:07 | |
*** weshay has quit IRC | 01:11 | |
h0mer | ty sir. still trying to wrap my head around how to set up the networking architecture for an osad deployment | 01:12 |
SamYaple | h0mer: I can give you some pointers if you'd like. It is my job afterall | 01:13 |
SamYaple | any question in particular? | 01:13 |
*** t0mb0 has joined #openstack | 01:14 | |
*** s00pcan has joined #openstack | 01:14 | |
h0mer | Sure. So I need help with setting up my physical network layout. So currently I have 8 nodes (dell r610's and dl380 g7's) with 4 nics each... Each nic is connected to a cisco switch that partitions out each nic to a differnt VLAN (untagged). | 01:14 |
h0mer | this is what i've used for a ubuntu/landscape/juju openstack deployment. Is this sufficient for osad? | 01:15 |
SamYaple | so essentially 4 vlans, but the server is unaware of any of them? | 01:15 |
h0mer | i don't understand what you mean by the server is unaware of any of them | 01:16 |
h0mer | which server would that be? | 01:16 |
SamYaple | since the tagging happens on the switch rather than packet before it leaves the node | 01:16 |
*** bladewing has joined #openstack | 01:16 | |
h0mer | oh yes, in that sense yep. The machines know nothing about the vlan tag.. the switch does it on the traffic coming through the port | 01:16 |
SamYaple | that should be fine, but youll need to setup a flat network in openstack, rather than a vlan tagged one (techinically it should just strip the tag, but to be safe youl lwant a flat network) | 01:18 |
SamYaple | OSAD *should* support flat networks, let me confirm | 01:18 |
*** crc32 has joined #openstack | 01:18 | |
SamYaple | youre deploying from the kilo branch, yes h0mer? | 01:18 |
h0mer | yes | 01:18 |
SamYaple | yea youll be able to setup flat networks | 01:19 |
h0mer | alright thank you. Next question.. How mnay nodes do I require? I have two dell r210's that i use for maas and landscape currently. I was hoping to keep the maas on in tact (so I can deploy ubuntu to all my machines with a click of a button) and use the second r210 as a deployment node. | 01:22 |
SamYaple | for kilo, the recommended is 3 "infra" nodes (running your controller type services) and n number of computes | 01:22 |
SamYaple | but technically you only need one node | 01:22 |
SamYaple | for galera and quorum I would not recommend less than 3 nodes | 01:23 |
h0mer | sounds good. next question. Do I need to set up all 4 nic interfaces in ubuntu? And if so, do i need to set up the routing table to route traffic through a single gateway for all 4 nics? | 01:24 |
*** weshay has joined #openstack | 01:25 | |
*** achanda has joined #openstack | 01:25 | |
SamYaple | you only _need_ 2 interfaces I believe | 01:25 |
*** dimsum__ has quit IRC | 01:25 | |
SamYaple | for the container/management net and then an interface for neutron | 01:25 |
SamYaple | those can techinically be the same but since you are using flat networks I would nt recommend it | 01:26 |
SamYaple | also with flat networks you can only have 1 external/provider network per interface fyi | 01:26 |
SamYaple | you can have any number of tenant networks | 01:26 |
h0mer | having said that, do i still need to set up gateway routing between the two nic | 01:27 |
h0mer | s in ubuntu? | 01:27 |
h0mer | because each vlan has a different gateway | 01:27 |
SamYaple | well for the neutron interface, thats all going to be L2 | 01:27 |
SamYaple | for the contaienr/managment stuff, yes that will need to be able to talk to the internet | 01:28 |
*** dimsum__ has joined #openstack | 01:28 | |
SamYaple | the two networks do not and should not communicate | 01:28 |
h0mer | so each nic should not be able to talk to each other... so inter-vlan off? | 01:28 |
h0mer | i meant network not nic | 01:29 |
*** Xurong has joined #openstack | 01:29 | |
*** Martin8412 has quit IRC | 01:29 | |
SamYaple | I would recommend that. the container net is assumed to be secured and should not be accessible by any device you do not also implicitly trust | 01:29 |
SamYaple | it is running services like memcached which have no auth | 01:29 |
*** codebauss has quit IRC | 01:30 | |
*** afics has quit IRC | 01:31 | |
h0mer | so eth0 - 192.168.20.x, eth1 - 192.168.30.x (btw .20 is vlan-20 and .30 is vlan-30). So I will set up both interfaces and point them to their own gateway/dns servers. Now, do either networks need DHCP set up? Or does the OSAD deployement come with a built-in dhcp? | 01:31 |
*** crc32 has quit IRC | 01:32 | |
*** afics has joined #openstack | 01:32 | |
SamYaple | OSAD manages container ips only. It does provide dhcp in a sense (its a static assignment), but again for containers only. the host setup is up to the deployer | 01:33 |
SamYaple | I may have to drop off in a few minutes fyi | 01:33 |
h0mer | alright cool. I'm gonna get started with this shortly. Thanks for the help. Any chance you'd be on later this week? | 01:34 |
h0mer | just in case i run into any issues? | 01:35 |
SamYaple | im always on | 01:35 |
SamYaple | also checkout the #openstack-ansible channel | 01:35 |
*** puranamr has quit IRC | 01:35 | |
*** shuquan has joined #openstack | 01:35 | |
h0mer | btw what was that kolla thing you mentioned earlier? | 01:35 |
*** crc32 has joined #openstack | 01:35 | |
h0mer | an lxc container or docker? | 01:35 |
*** Martin8412 has joined #openstack | 01:35 | |
SamYaple | docker | 01:35 |
h0mer | cool, last question, is there any limitations to the osad openstak deployment? | 01:36 |
SamYaple | If you need something to work _right_ _now_ you should probably stick with OSAD as Kolla won't have its first stable release until Liberty | 01:36 |
SamYaple | h0mer: define limitations. all deployments have limitations | 01:36 |
h0mer | the ubuntu one limits number of vcpu's and memory | 01:36 |
h0mer | and storage | 01:36 |
SamYaple | there are no caps on anything you can use with OSAD, just things OSAD doesn't support you doing | 01:37 |
h0mer | that's what i meant by limitations. Thank you. Btw do you work at rackspace? | 01:37 |
SamYaple | i do | 01:37 |
h0mer | Along with matt? | 01:37 |
*** Lee1092 has joined #openstack | 01:37 | |
SamYaple | yup | 01:38 |
SamYaple | in the same dept at least | 01:38 |
SamYaple | im 3rd shift we dont interact alot | 01:38 |
h0mer | ah gotcha. he was helping me last week. Great guy | 01:38 |
SamYaple | indeed | 01:38 |
SamYaple | though he is a name stealer | 01:38 |
h0mer | lol | 01:38 |
h0mer | alright ty, im gonna tear down my current deployement and get started with osad | 01:39 |
SamYaple | good deal | 01:39 |
*** shuquan_ has joined #openstack | 01:40 | |
*** fedexo has joined #openstack | 01:40 | |
*** shuquan has quit IRC | 01:40 | |
*** shuquan_ is now known as shuquan | 01:40 | |
*** johnbelamaric has joined #openstack | 01:45 | |
*** lyanchih_ has joined #openstack | 01:46 | |
*** lyanchih_ has left #openstack | 01:46 | |
*** lyanchih_ has joined #openstack | 01:47 | |
*** codebauss has joined #openstack | 01:47 | |
*** johnbelamaric1 has joined #openstack | 01:48 | |
*** traceyj has quit IRC | 01:49 | |
*** johnbelamaric has quit IRC | 01:50 | |
*** lyanchih_ has quit IRC | 01:50 | |
*** nunchuck has quit IRC | 01:50 | |
*** lyanchih_ has joined #openstack | 01:50 | |
*** tkatarki has quit IRC | 01:50 | |
*** lyanchih_ has left #openstack | 01:51 | |
*** lyanchih_ has joined #openstack | 01:53 | |
*** erkules has joined #openstack | 01:53 | |
*** salv-orlando has joined #openstack | 01:54 | |
*** yamamoto has joined #openstack | 01:55 | |
*** erkules_ has quit IRC | 01:56 | |
*** shuquan_ has joined #openstack | 01:58 | |
*** shuquan has quit IRC | 01:58 | |
*** shuquan_ is now known as shuquan | 01:58 | |
*** markvoelker has joined #openstack | 01:59 | |
*** shuquan has quit IRC | 02:02 | |
*** dimsum__ has quit IRC | 02:02 | |
*** shuquan has joined #openstack | 02:02 | |
*** markvoelker has quit IRC | 02:03 | |
*** nunchuck has joined #openstack | 02:04 | |
*** weshay has quit IRC | 02:05 | |
*** salv-orlando has quit IRC | 02:06 | |
*** kevin_b has joined #openstack | 02:07 | |
*** whenry has joined #openstack | 02:08 | |
*** kevein has joined #openstack | 02:10 | |
*** baoli has joined #openstack | 02:14 | |
*** shuquan has quit IRC | 02:15 | |
*** shuquan has joined #openstack | 02:15 | |
*** steveg_afk has quit IRC | 02:16 | |
*** ajmiller_ has joined #openstack | 02:22 | |
*** whenry has quit IRC | 02:24 | |
*** ljjjustin has joined #openstack | 02:24 | |
*** annashen has joined #openstack | 02:25 | |
*** orzel has quit IRC | 02:26 | |
*** ajmiller has quit IRC | 02:26 | |
*** kiran-r has joined #openstack | 02:27 | |
*** kiran-r has quit IRC | 02:27 | |
*** annashen has quit IRC | 02:29 | |
*** asdfsx has joined #openstack | 02:30 | |
*** shuquan has quit IRC | 02:31 | |
*** baoli has quit IRC | 02:32 | |
*** shuquan has joined #openstack | 02:33 | |
*** ljjjustin has quit IRC | 02:35 | |
*** pravins has quit IRC | 02:36 | |
*** shuquan has quit IRC | 02:36 | |
*** otter768 has joined #openstack | 02:36 | |
*** shuquan has joined #openstack | 02:37 | |
*** slaweq has joined #openstack | 02:38 | |
*** asdfsx has quit IRC | 02:40 | |
*** shuquan has quit IRC | 02:41 | |
*** ljjjustin has joined #openstack | 02:43 | |
*** shuquan has joined #openstack | 02:44 | |
*** asdfsx has joined #openstack | 02:46 | |
*** jpeeler has joined #openstack | 02:49 | |
*** asdfsx has quit IRC | 02:49 | |
*** asdfsx has joined #openstack | 02:51 | |
*** hakimo_ has joined #openstack | 02:52 | |
*** ajmiller_ has quit IRC | 02:53 | |
*** ajmiller has joined #openstack | 02:53 | |
*** hakimo has quit IRC | 02:54 | |
*** baoli has joined #openstack | 02:54 | |
*** julim has joined #openstack | 02:54 | |
*** gli has joined #openstack | 02:58 | |
*** ljjjustin has quit IRC | 03:00 | |
*** mixomathoze has quit IRC | 03:02 | |
*** ljjjustin has joined #openstack | 03:04 | |
*** baoli has quit IRC | 03:05 | |
*** nunchuck has quit IRC | 03:08 | |
*** diogogmt has quit IRC | 03:08 | |
*** mixomathoze has joined #openstack | 03:10 | |
*** rossella_s has quit IRC | 03:11 | |
*** alejandrito has quit IRC | 03:12 | |
*** ikcerog has joined #openstack | 03:12 | |
*** ajmiller has quit IRC | 03:12 | |
*** asdfsx has quit IRC | 03:13 | |
*** sanchitmalhotra has joined #openstack | 03:13 | |
*** julim has quit IRC | 03:13 | |
*** asdfsx has joined #openstack | 03:15 | |
*** pal has joined #openstack | 03:19 | |
*** sanchitmalhotra1 has joined #openstack | 03:22 | |
*** asdfsx has quit IRC | 03:22 | |
*** sanchitmalhotra has quit IRC | 03:23 | |
*** johnbelamaric1 has quit IRC | 03:24 | |
*** asdfsx has joined #openstack | 03:25 | |
*** shuquan has quit IRC | 03:26 | |
*** asdfsx has quit IRC | 03:27 | |
*** asdfsx has joined #openstack | 03:27 | |
*** as0bu has joined #openstack | 03:29 | |
*** otter768 has quit IRC | 03:29 | |
*** slaweq has quit IRC | 03:30 | |
*** changzhi has joined #openstack | 03:32 | |
*** gli is now known as gli_lunch | 03:32 | |
*** jecarey has joined #openstack | 03:34 | |
*** pal has quit IRC | 03:34 | |
*** JRobinson__ is now known as JRobinson__afk | 03:36 | |
*** julim has joined #openstack | 03:36 | |
*** coolsvap|away is now known as coolsvap | 03:40 | |
*** shuquan has joined #openstack | 03:40 | |
*** hdd has joined #openstack | 03:40 | |
*** FallenPegasus has quit IRC | 03:42 | |
*** cdub has quit IRC | 03:42 | |
* evilrob intended to play with OSAD last week but got distracted by provider networks | 03:44 | |
*** sanchitmalhotra has joined #openstack | 03:44 | |
* evilrob didn't get scenerio 4b working. I know what I'm doing tomorrow. | 03:45 | |
*** s00pcan has quit IRC | 03:45 | |
*** hdd has quit IRC | 03:46 | |
*** puranamr has joined #openstack | 03:46 | |
*** sanchitmalhotra1 has quit IRC | 03:47 | |
*** s00pcan has joined #openstack | 03:48 | |
*** pravins has joined #openstack | 03:49 | |
*** achampion has quit IRC | 03:50 | |
*** achampion has joined #openstack | 03:50 | |
Sam-I-Am | evilrob: moo. | 03:51 |
*** FL1SK has quit IRC | 03:52 | |
*** paramk has quit IRC | 03:52 | |
*** salv-orlando has joined #openstack | 03:52 | |
*** achampion has quit IRC | 03:55 | |
*** julim has quit IRC | 03:56 | |
*** salv-orlando has quit IRC | 03:58 | |
*** s00pcan has quit IRC | 03:59 | |
*** Daviey has quit IRC | 03:59 | |
*** salv-orl_ has joined #openstack | 04:00 | |
*** markvoelker has joined #openstack | 04:00 | |
*** s00pcan has joined #openstack | 04:00 | |
*** shuquan has quit IRC | 04:02 | |
*** shuquan has joined #openstack | 04:03 | |
*** salv-orl_ has quit IRC | 04:04 | |
*** markvoelker has quit IRC | 04:04 | |
*** JRobinson__afk is now known as JRobinson__ | 04:04 | |
*** lyanchih_ has quit IRC | 04:05 | |
*** sanchitmalhotra1 has joined #openstack | 04:08 | |
*** rdas has joined #openstack | 04:09 | |
*** crc32 has quit IRC | 04:10 | |
*** sanchitmalhotra has quit IRC | 04:10 | |
*** ikcerog has quit IRC | 04:11 | |
*** ksobkowiak has quit IRC | 04:13 | |
*** maishsk has joined #openstack | 04:15 | |
*** shuquan has quit IRC | 04:15 | |
*** changzhi has quit IRC | 04:16 | |
*** shuquan has joined #openstack | 04:16 | |
*** ikcerog has joined #openstack | 04:17 | |
*** jecarey has quit IRC | 04:17 | |
*** fedexo has quit IRC | 04:20 | |
*** asdfsx has left #openstack | 04:20 | |
*** puranamr has quit IRC | 04:21 | |
*** sanchitmalhotra has joined #openstack | 04:24 | |
*** sanchitmalhotra1 has quit IRC | 04:26 | |
*** annashen has joined #openstack | 04:26 | |
*** GeoKM has quit IRC | 04:29 | |
*** KaZeR has joined #openstack | 04:29 | |
*** sinh has quit IRC | 04:29 | |
*** sinh has joined #openstack | 04:30 | |
*** annashen has quit IRC | 04:31 | |
*** RoozbehShafiee has joined #openstack | 04:31 | |
*** FallenPegasus has joined #openstack | 04:32 | |
*** Defcronyke_ has joined #openstack | 04:34 | |
*** puranamr has joined #openstack | 04:35 | |
*** s00pcan has quit IRC | 04:35 | |
*** Defcronyke has quit IRC | 04:35 | |
*** fedexo has joined #openstack | 04:36 | |
*** Defcronyke_ has joined #openstack | 04:36 | |
*** as0bu has quit IRC | 04:36 | |
*** Poornima has joined #openstack | 04:37 | |
*** maveric_amitc_ has joined #openstack | 04:37 | |
*** shuquan has quit IRC | 04:38 | |
*** puranamr has quit IRC | 04:38 | |
*** puranamr has joined #openstack | 04:39 | |
*** trifon has quit IRC | 04:42 | |
*** sanchitmalhotra1 has joined #openstack | 04:42 | |
*** sanchitmalhotra has quit IRC | 04:44 | |
*** gem has joined #openstack | 04:44 | |
*** FL1SK has joined #openstack | 04:45 | |
*** ikcerog has quit IRC | 04:45 | |
*** maishsk has quit IRC | 04:46 | |
*** pal has joined #openstack | 04:48 | |
*** rotbeard has joined #openstack | 04:50 | |
*** puranamr has quit IRC | 04:55 | |
*** Bhavya has joined #openstack | 04:56 | |
*** shuquan has joined #openstack | 04:56 | |
*** Daviey has joined #openstack | 04:58 | |
*** maveric_amitc_ has quit IRC | 04:58 | |
*** tserong has quit IRC | 04:58 | |
*** mkolesni__ has joined #openstack | 05:00 | |
*** sanchitmalhotra has joined #openstack | 05:01 | |
*** sanchitmalhotra1 has quit IRC | 05:03 | |
*** kiran-r has joined #openstack | 05:03 | |
*** salv-orlando has joined #openstack | 05:03 | |
*** Nicola-1980 has quit IRC | 05:05 | |
*** salv-orlando has quit IRC | 05:06 | |
*** achampion has joined #openstack | 05:07 | |
*** sreber has joined #openstack | 05:07 | |
*** vimal has joined #openstack | 05:08 | |
*** salv-orlando has joined #openstack | 05:11 | |
*** Caleb-- has quit IRC | 05:11 | |
*** sanchitmalhotra1 has joined #openstack | 05:14 | |
*** pal has quit IRC | 05:15 | |
*** sanchitmalhotra has quit IRC | 05:16 | |
*** lyanchih_ has joined #openstack | 05:16 | |
*** trifon has joined #openstack | 05:18 | |
*** pal has joined #openstack | 05:19 | |
*** sudipto has joined #openstack | 05:19 | |
*** hdd has joined #openstack | 05:20 | |
*** shinenelson has quit IRC | 05:20 | |
*** yottatsa has joined #openstack | 05:21 | |
*** yottatsa has quit IRC | 05:21 | |
*** fawadkhaliq has joined #openstack | 05:23 | |
*** mikeoutland has joined #openstack | 05:24 | |
*** Caleb-- has joined #openstack | 05:24 | |
*** Nicola-1980 has joined #openstack | 05:24 | |
*** trifon has quit IRC | 05:26 | |
*** achampion has quit IRC | 05:26 | |
*** fedexo has quit IRC | 05:27 | |
*** hdd has quit IRC | 05:27 | |
*** trifon has joined #openstack | 05:29 | |
*** otter768 has joined #openstack | 05:30 | |
*** Martin8412 has quit IRC | 05:30 | |
*** changzhi has joined #openstack | 05:34 | |
*** BOKALDO has joined #openstack | 05:34 | |
*** pal_ has joined #openstack | 05:35 | |
*** maveric_amitc_ has joined #openstack | 05:35 | |
*** otter768 has quit IRC | 05:35 | |
*** yottatsa has joined #openstack | 05:35 | |
*** sreber has quit IRC | 05:35 | |
*** vishvendra has joined #openstack | 05:35 | |
*** jpsandiego42 has quit IRC | 05:36 | |
*** kmARC has joined #openstack | 05:37 | |
*** pal has quit IRC | 05:37 | |
*** afazekas has joined #openstack | 05:37 | |
*** GeoKM has joined #openstack | 05:41 | |
*** anubhav has joined #openstack | 05:42 | |
NightKhaos | Why can I not set a network gateway on a non-external network? Even if I'm an Admin and know what I am doing? So basically, in order to fit my use case right now I either have to use expensive public addresses, provide an external network a co-hosted client might "accidently" put a router on, or wait for RBAC to be implemented? | 05:43 |
SamYaple | NightKhaos: I am unsure what you are saying you cannot do. | 05:44 |
*** harlowja has quit IRC | 05:44 | |
SamYaple | Additionally, you "external" network doesn't have to have public ips. Lots of places will do a double-nat type situation and 1:1 map public ips to the "external" net addresses | 05:45 |
*** itzikb has joined #openstack | 05:45 | |
NightKhaos | SamYaple: No that isn't the problem. Sorry. Let me explain. | 05:45 |
*** hezhiqiang has joined #openstack | 05:46 | |
NightKhaos | SamYaple: I have a public range, and a couple of private ranges. | 05:46 |
NightKhaos | SamYaple: The public range is an external network, that's fine. | 05:46 |
*** afazekas has quit IRC | 05:46 | |
*** vuntz has joined #openstack | 05:46 | |
NightKhaos | SamYaple: Most of the private ranges will be used for routable vlan provider networks. Also fine. | 05:46 |
*** Martin8412 has joined #openstack | 05:46 | |
NightKhaos | SamYaple: However, I would also like the capability to create "prod like development network", which is using floating IPs on a private range. But this set MUST be restricted to a subset of tenants. | 05:47 |
NightKhaos | SamYaple: I could solve this problem if I could assign floatings from a non-external network, or if RBAC was implemented. My only other option for this use case is to use the public range, which I only have a /26 for. | 05:48 |
SamYaple | NightKhaos: can you not setup an external network with private ips? What would be the issue with that? | 05:49 |
*** afazekas has joined #openstack | 05:49 | |
NightKhaos | SamYaple: But this set MUST be restricted to a subset of tenants. | 05:49 |
SamYaple | ah i see. there isnt very good control over the external because of the wierdness with it always being 'shared' | 05:50 |
SamYaple | i thought there was some progress on that in Kilo | 05:50 |
SamYaple | let me check | 05:50 |
NightKhaos | SamYaple: Exactly. RBAC will fix this, slated for Liberty AFAICT, but there isn't a solution for Kilo. Unless you can find something I don't know. | 05:51 |
SamYaple | NightKhaos: https://wiki.openstack.org/wiki/Neutron/sharing-model-for-external-networks | 05:51 |
SamYaple | looks like it was abandonded in Kilo | 05:51 |
NightKhaos | SamYaple: Yep, it's in master, i.e. Liberty, by the looks of it. | 05:51 |
SamYaple | :/ yea i dont know of a solution for you then | 05:51 |
SamYaple | you could do an external and allocate all the ips to your tenants | 05:52 |
NightKhaos | SamYaple: It's okay. I guess saying "feature not avaliable for 6 months" will be acceptable if I provide evidence. I hope they don't ask me to backport RBAC into Kilo through. :( | 05:52 |
SamYaple | that way there is nothing left for the other tenants to grab, accidentally or not | 05:53 |
SamYaple | theyll still see the net though | 05:53 |
NightKhaos | SamYaple: Hmm. Interesting idea. Unfortunately the amount of internal projects/tenants is not fixed. | 05:54 |
SamYaple | external private network per internal project that allocates all ips | 05:54 |
SamYaple | then youll end up with alot of externals, but again they wont be usable | 05:55 |
*** lyanchih_ has quit IRC | 05:55 | |
NightKhaos | SamYaple: Interesting hack. I think I can work with it. Thanks. Still, RBAC would be MUCH better. | 05:55 |
SamYaple | go backport it then :P | 05:56 |
*** fawadk has joined #openstack | 05:56 | |
NightKhaos | SamYaple: Doesn't even look complete in Liberty, I'd have to finish it, test it, then backport it. I don't have the time! :P | 05:56 |
SamYaple | thats quiter talk | 05:56 |
*** fawadkhaliq has quit IRC | 05:58 | |
*** vijayagurug has joined #openstack | 05:58 | |
*** josecastroleon has joined #openstack | 05:58 | |
*** lyanchih_ has joined #openstack | 05:59 | |
*** Nicola-1980 has quit IRC | 05:59 | |
*** Bhaskarakiran has joined #openstack | 06:00 | |
NightKhaos | SamYaple: Lend me your TARDUS and I'll finish it last week. | 06:00 |
*** markvoelker has joined #openstack | 06:01 | |
SamYaple | I gave mine back to bill and ted | 06:01 |
*** mkovarik has joined #openstack | 06:01 | |
*** h0mer has quit IRC | 06:02 | |
*** yamamoto has quit IRC | 06:03 | |
*** ParsectiX has joined #openstack | 06:04 | |
*** markvoelker has quit IRC | 06:05 | |
*** Nicola-1980 has joined #openstack | 06:06 | |
*** maishsk has joined #openstack | 06:06 | |
*** yamamoto has joined #openstack | 06:06 | |
*** pcaruana has quit IRC | 06:09 | |
*** pck_ has quit IRC | 06:11 | |
*** jekenned has quit IRC | 06:12 | |
*** pck has joined #openstack | 06:12 | |
*** slogan621 has quit IRC | 06:12 | |
*** jekenned has joined #openstack | 06:12 | |
*** blentz has quit IRC | 06:12 | |
*** blentz has joined #openstack | 06:13 | |
*** shuquan has quit IRC | 06:13 | |
*** jprovazn has joined #openstack | 06:14 | |
*** shuquan has joined #openstack | 06:14 | |
*** AnilV4 has joined #openstack | 06:16 | |
*** shuquan has quit IRC | 06:17 | |
*** bvandenh has joined #openstack | 06:17 | |
*** vijayagurug has left #openstack | 06:21 | |
*** shuquan has joined #openstack | 06:22 | |
*** mikeoutland has quit IRC | 06:22 | |
*** yottatsa has quit IRC | 06:22 | |
*** scheuran has joined #openstack | 06:23 | |
*** yrabl has quit IRC | 06:24 | |
*** yrabl has joined #openstack | 06:25 | |
*** jbell8 has quit IRC | 06:25 | |
*** belmoreira has joined #openstack | 06:25 | |
*** afazekas has quit IRC | 06:27 | |
*** fawadk has quit IRC | 06:27 | |
*** RoozbehShafiee has quit IRC | 06:29 | |
*** RoozbehShafiee has joined #openstack | 06:31 | |
*** afazekas has joined #openstack | 06:32 | |
*** Nicola-1980 has quit IRC | 06:37 | |
*** Nicola-1_ has joined #openstack | 06:37 | |
*** jprovazn has quit IRC | 06:37 | |
*** shuquan has quit IRC | 06:38 | |
*** nask is now known as nask`off | 06:39 | |
*** abehl has joined #openstack | 06:39 | |
*** nask`off is now known as nask | 06:40 | |
*** grafuls has joined #openstack | 06:40 | |
*** groen692 has joined #openstack | 06:40 | |
*** Defcronyke_ has quit IRC | 06:42 | |
*** Guest57239 has quit IRC | 06:42 | |
*** sudipto has quit IRC | 06:45 | |
*** woozle_ has joined #openstack | 06:47 | |
tobasco | nova generates perfect log messages for each request which i can parse for request id and all that stuff, however for example keystone and cinder generates log messages more compareable to apache2 access logs... | 06:48 |
tobasco | anybody know how to fix? | 06:48 |
*** achampion has joined #openstack | 06:53 | |
*** txomon|fon has quit IRC | 06:55 | |
*** kmARC has quit IRC | 06:56 | |
*** abehl has quit IRC | 06:56 | |
*** GeoKM has quit IRC | 06:56 | |
*** anshul has joined #openstack | 06:57 | |
*** achampion has quit IRC | 06:58 | |
*** kawa2014 has joined #openstack | 06:58 | |
*** vishvendra1 has joined #openstack | 07:00 | |
*** FallenPegasus has quit IRC | 07:00 | |
*** ivan_mironov has joined #openstack | 07:01 | |
*** vishvendra has quit IRC | 07:01 | |
*** vishvendra1 is now known as vishvendra | 07:01 | |
*** geaaru has joined #openstack | 07:03 | |
*** yottatsa has joined #openstack | 07:04 | |
SamYaple | tobasco: which version of openstack | 07:05 |
SamYaple | as things start moving toward the oslo libraries i imagine that wil standardize | 07:06 |
tobasco | Kilo | 07:06 |
*** JRobinson__ has quit IRC | 07:06 | |
tobasco | SamYaple: kilo | 07:06 |
*** e0ne has joined #openstack | 07:06 | |
*** masco has joined #openstack | 07:06 | |
*** Serlex^ has joined #openstack | 07:07 | |
*** jprovazn has joined #openstack | 07:07 | |
*** arxcruz has joined #openstack | 07:07 | |
tobasco | SamYaple: will i have to do a lot of stuff i logging.conf manually or can it be fixed easily or how would you propose I go at it? | 07:07 |
*** txomon|fon has joined #openstack | 07:08 | |
SamYaple | tobasco: i doubt there is an easy fix. logging.conf would be the place to adjust these things | 07:08 |
*** markus_z has joined #openstack | 07:09 | |
*** FallenPegasus has joined #openstack | 07:09 | |
tobasco | SamYaple: i was afraid that was the case, nova spits out perfect ones so i'll try just use the nova logging.conf and try to se if I can get it done :[ | 07:09 |
*** equ has left #openstack | 07:10 | |
*** Defcronyke has joined #openstack | 07:10 | |
SamYaple | tobasco: let me know! im about to start doing centralized logging for the Kolla project so ill be neck deep in that next week | 07:10 |
tobasco | SamYaple: sure thing | 07:11 |
*** Defcronyke has joined #openstack | 07:11 | |
*** j___ has joined #openstack | 07:12 | |
*** henrynash has joined #openstack | 07:12 | |
*** achanda has quit IRC | 07:13 | |
*** x-ray has joined #openstack | 07:15 | |
*** jtomasek has joined #openstack | 07:16 | |
*** dgurtner has joined #openstack | 07:17 | |
*** gem has quit IRC | 07:17 | |
*** jsheeren has joined #openstack | 07:17 | |
*** achanda has joined #openstack | 07:17 | |
*** vishvendra has quit IRC | 07:18 | |
*** mrmartin has joined #openstack | 07:19 | |
*** ronis has joined #openstack | 07:20 | |
*** pravins has quit IRC | 07:20 | |
*** e0ne has quit IRC | 07:21 | |
*** ronis_ has joined #openstack | 07:22 | |
*** salv-orlando has quit IRC | 07:22 | |
*** mappo_ has joined #openstack | 07:24 | |
*** ronis has quit IRC | 07:25 | |
*** mappo_ has left #openstack | 07:25 | |
*** jcoufal has joined #openstack | 07:26 | |
*** Ala has joined #openstack | 07:26 | |
*** vexoon has joined #openstack | 07:27 | |
*** pal_ has quit IRC | 07:28 | |
*** anubhav has quit IRC | 07:29 | |
*** pbourke has quit IRC | 07:29 | |
*** RoozbehShafiee has quit IRC | 07:30 | |
*** otter768 has joined #openstack | 07:31 | |
*** jschwarz has joined #openstack | 07:32 | |
*** pbourke has joined #openstack | 07:33 | |
*** eject_ck has joined #openstack | 07:33 | |
*** bluex-pl has joined #openstack | 07:33 | |
*** shuquan has joined #openstack | 07:33 | |
*** vishvendra has joined #openstack | 07:33 | |
*** fsimonce has joined #openstack | 07:35 | |
*** otter768 has quit IRC | 07:36 | |
*** achanda has quit IRC | 07:36 | |
*** jschwarz has quit IRC | 07:36 | |
*** vishvendra has quit IRC | 07:37 | |
*** txomon|fon has quit IRC | 07:37 | |
*** chlong has quit IRC | 07:38 | |
*** pcaruana has joined #openstack | 07:40 | |
*** Ala has quit IRC | 07:40 | |
*** sanchitmalhotra has joined #openstack | 07:44 | |
*** gli_lunch has quit IRC | 07:46 | |
*** bdossant has joined #openstack | 07:46 | |
*** Ala has joined #openstack | 07:46 | |
*** sanchitmalhotra1 has quit IRC | 07:46 | |
*** zz_ttrifonov is now known as ttrifonov | 07:47 | |
*** hrou has quit IRC | 07:47 | |
*** salv-orlando has joined #openstack | 07:48 | |
*** jschwarz has joined #openstack | 07:49 | |
*** gli_lunch has joined #openstack | 07:51 | |
*** shilpa_ has joined #openstack | 07:51 | |
*** FallenPegasus has quit IRC | 07:51 | |
*** gem_ has joined #openstack | 07:52 | |
*** e0ne has joined #openstack | 07:52 | |
*** kmARC has joined #openstack | 07:54 | |
*** ljjjustin has quit IRC | 07:55 | |
*** achampion has joined #openstack | 07:55 | |
*** echirivella has quit IRC | 07:55 | |
*** e0ne has quit IRC | 07:55 | |
*** gli_lunch has quit IRC | 07:57 | |
*** jschwarz has quit IRC | 07:57 | |
*** yottatsa has quit IRC | 07:57 | |
*** TheAppleMan has joined #openstack | 07:58 | |
*** aufi has joined #openstack | 07:58 | |
*** gli_lunch has joined #openstack | 07:59 | |
*** achampion has quit IRC | 07:59 | |
*** fawadkhaliq has joined #openstack | 08:01 | |
*** markvoelker has joined #openstack | 08:02 | |
*** vishvendra has joined #openstack | 08:02 | |
*** itzikb_ has joined #openstack | 08:02 | |
*** itzikb has quit IRC | 08:03 | |
*** anubhav has joined #openstack | 08:04 | |
*** nmagnezi_ has joined #openstack | 08:05 | |
*** ronis__ has joined #openstack | 08:05 | |
*** nmagnezi_ has quit IRC | 08:05 | |
*** ronis_ has quit IRC | 08:05 | |
*** markvoelker has quit IRC | 08:06 | |
*** corXi has joined #openstack | 08:08 | |
*** mrmartin has quit IRC | 08:08 | |
*** echirivella has joined #openstack | 08:08 | |
*** mrmartin has joined #openstack | 08:09 | |
*** itzikb_ has quit IRC | 08:09 | |
*** nmagnezi_ has joined #openstack | 08:09 | |
*** itzikb_ has joined #openstack | 08:09 | |
*** subscope has joined #openstack | 08:10 | |
*** cswang has quit IRC | 08:10 | |
*** itzikb has joined #openstack | 08:10 | |
*** cswang has joined #openstack | 08:11 | |
*** gildub has quit IRC | 08:12 | |
*** jschwarz has joined #openstack | 08:13 | |
tobasco | anybody having experience with rabbitmq clusters? i'm running 3 nodes clustered where i mirror all queues on all nodes, i have tried some integrations with openstack 1) where i run haproxy infront of these and use sticky sessions 2) setting rabbitmq_hosts tuple in configuration files. What I have noticed is that when using #1 you must set the client and server timeout in haproxy to like 48hours to preve | 08:13 |
tobasco | nt timeouts, however when those 48hours expire it's possible that the connection is lost and you'll have to restart your services, when running #2 I have noticed that it takes a long time for the services to fail over to the second node and also some services completely fail to fail over... what is the best way to run rabbitmq? | 08:13 |
*** pblaho has joined #openstack | 08:14 | |
*** itzikb_ has quit IRC | 08:14 | |
*** Sri_Designer has quit IRC | 08:15 | |
*** jistr has joined #openstack | 08:15 | |
*** lucendio has joined #openstack | 08:15 | |
*** scaceres has joined #openstack | 08:16 | |
*** alex_klimov has joined #openstack | 08:16 | |
*** henrynash has quit IRC | 08:16 | |
scaceres | hello, how can I get an instance's metadata? Can it be done by using the nova cli? | 08:16 |
*** groen692 has quit IRC | 08:18 | |
*** yog__ has joined #openstack | 08:19 | |
*** Sri_Designer has joined #openstack | 08:19 | |
*** groen692 has joined #openstack | 08:19 | |
*** ddmitriev1 has joined #openstack | 08:20 | |
*** ddmitriev1 has quit IRC | 08:20 | |
*** cswang has quit IRC | 08:22 | |
*** cswang has joined #openstack | 08:23 | |
*** lucendio has quit IRC | 08:23 | |
*** yamamoto has quit IRC | 08:24 | |
*** gem_ has quit IRC | 08:25 | |
*** jianghw has joined #openstack | 08:25 | |
*** MarkBaker has joined #openstack | 08:25 | |
*** annashen has joined #openstack | 08:27 | |
*** fawadkhaliq has quit IRC | 08:28 | |
*** zhenguo has joined #openstack | 08:29 | |
*** fawadkhaliq has joined #openstack | 08:30 | |
*** pravins has joined #openstack | 08:31 | |
*** CustosL1men has joined #openstack | 08:31 | |
*** annashen has quit IRC | 08:32 | |
*** mihero has joined #openstack | 08:32 | |
*** pal has joined #openstack | 08:33 | |
*** Bhavya has quit IRC | 08:33 | |
*** vuntz has quit IRC | 08:36 | |
*** vuntz has joined #openstack | 08:37 | |
*** pravins has quit IRC | 08:37 | |
*** huanxie has joined #openstack | 08:38 | |
*** gfidente has joined #openstack | 08:39 | |
*** gfidente has quit IRC | 08:39 | |
*** gfidente has joined #openstack | 08:39 | |
*** kushal has joined #openstack | 08:40 | |
*** pravins has joined #openstack | 08:41 | |
*** carroarmato0 has joined #openstack | 08:43 | |
*** vexoon has quit IRC | 08:43 | |
*** eject_ck has quit IRC | 08:45 | |
*** yamamoto has joined #openstack | 08:46 | |
*** jianghw has quit IRC | 08:46 | |
*** jianghjw has joined #openstack | 08:47 | |
*** fzdarsky_ has joined #openstack | 08:48 | |
*** eject_ck has joined #openstack | 08:49 | |
*** anande has joined #openstack | 08:51 | |
*** anande has quit IRC | 08:51 | |
*** sanchitmalhotra1 has joined #openstack | 08:54 | |
*** KarlchenK has joined #openstack | 08:55 | |
*** fzdarsky_ has quit IRC | 08:56 | |
*** erkules has quit IRC | 08:56 | |
*** erkules has joined #openstack | 08:56 | |
*** sanchitmalhotra has quit IRC | 08:56 | |
*** achampion has joined #openstack | 08:57 | |
*** t0mb0 has quit IRC | 08:57 | |
*** pravin_s has joined #openstack | 08:59 | |
*** rubasov has joined #openstack | 09:00 | |
*** pravins has quit IRC | 09:01 | |
*** lucendio has joined #openstack | 09:01 | |
*** achampion has quit IRC | 09:01 | |
*** jagee has joined #openstack | 09:01 | |
*** kutija has joined #openstack | 09:02 | |
*** fawadkhaliq has quit IRC | 09:03 | |
*** toscalix has joined #openstack | 09:03 | |
*** fawadkhaliq has joined #openstack | 09:06 | |
*** bbcmicrocomputer has joined #openstack | 09:06 | |
*** bluex-pl has quit IRC | 09:06 | |
*** cooldharma06 has joined #openstack | 09:07 | |
*** e0ne has joined #openstack | 09:08 | |
cooldharma06 | hi all | 09:12 |
*** julian has joined #openstack | 09:12 | |
cooldharma06 | how to change my python version in openstack or openstack client? | 09:12 |
*** julian is now known as Guest13124 | 09:13 | |
*** pravins has joined #openstack | 09:13 | |
*** shanky has left #openstack | 09:14 | |
*** pravin_s has quit IRC | 09:16 | |
cooldharma06 | default its using 2.7 but i want to check some features in openstackclient which will work in python3 suggest some way to change my python version | 09:16 |
*** KarlchenK has quit IRC | 09:17 | |
*** eject_ck has quit IRC | 09:18 | |
*** sanchitmalhotra has joined #openstack | 09:20 | |
*** dgbaley has quit IRC | 09:21 | |
*** sanchitmalhotra1 has quit IRC | 09:22 | |
*** maveric_amitc_ has quit IRC | 09:25 | |
*** pravins has quit IRC | 09:26 | |
*** RoozbehShafiee has joined #openstack | 09:26 | |
*** Nicola-1_ is now known as Nicola-1980 | 09:29 | |
*** kumar has joined #openstack | 09:31 | |
*** otter768 has joined #openstack | 09:32 | |
*** sudipto has joined #openstack | 09:32 | |
*** fawadkhaliq has quit IRC | 09:32 | |
*** eblake has quit IRC | 09:32 | |
*** fawadkhaliq has joined #openstack | 09:33 | |
*** eblake has joined #openstack | 09:35 | |
*** bluex-pl has joined #openstack | 09:35 | |
*** jianghjw has quit IRC | 09:35 | |
*** otter768 has quit IRC | 09:37 | |
*** MattMan has quit IRC | 09:38 | |
*** MattMan has joined #openstack | 09:39 | |
*** rushiagr_away is now known as rushiagr | 09:39 | |
*** kumar has quit IRC | 09:39 | |
*** tojuvone has joined #openstack | 09:40 | |
*** eject_ck has joined #openstack | 09:40 | |
*** gszasz has joined #openstack | 09:40 | |
*** Bhavya has joined #openstack | 09:42 | |
*** Guest13124 has quit IRC | 09:42 | |
*** bluex-pl has quit IRC | 09:44 | |
*** fawadkhaliq has quit IRC | 09:45 | |
*** fawadkhaliq has joined #openstack | 09:45 | |
*** marzif_ has quit IRC | 09:46 | |
*** marzif_ has joined #openstack | 09:47 | |
*** masco has quit IRC | 09:47 | |
*** pravins has joined #openstack | 09:48 | |
*** marzif_ has quit IRC | 09:48 | |
*** shuquan has quit IRC | 09:49 | |
cooldharma06 | how to use api's of openstackclient api version 3 | 09:52 |
*** Bhavya has quit IRC | 09:54 | |
*** jprovazn has quit IRC | 09:56 | |
*** marzif has joined #openstack | 09:57 | |
*** achampion has joined #openstack | 09:58 | |
*** fawadkhaliq has quit IRC | 09:58 | |
*** salv-orlando has quit IRC | 09:59 | |
*** masco has joined #openstack | 10:00 | |
cooldharma06 | i found by setting in openrc file | 10:00 |
*** snewpy has joined #openstack | 10:02 | |
*** jcoufal_ has joined #openstack | 10:02 | |
*** markvoelker has joined #openstack | 10:02 | |
*** admin0 has joined #openstack | 10:02 | |
*** steveg_afk has joined #openstack | 10:04 | |
*** baigk1 has joined #openstack | 10:04 | |
*** yottatsa has joined #openstack | 10:04 | |
*** arxcruz has quit IRC | 10:05 | |
*** kylek3h_ has joined #openstack | 10:06 | |
*** ejat- has joined #openstack | 10:06 | |
*** mattronix_ has joined #openstack | 10:06 | |
*** markvoelker has quit IRC | 10:07 | |
*** dork_ has joined #openstack | 10:07 | |
*** martin has quit IRC | 10:07 | |
*** martin has joined #openstack | 10:07 | |
*** ndipanov has joined #openstack | 10:07 | |
*** Algorith- has joined #openstack | 10:07 | |
*** rmartinelli_ has joined #openstack | 10:07 | |
*** achampion has quit IRC | 10:07 | |
*** infernix has quit IRC | 10:07 | |
*** martins-afk has quit IRC | 10:07 | |
*** FL1SK has quit IRC | 10:07 | |
*** AlgorithmWizard has quit IRC | 10:08 | |
*** alex_klimov has quit IRC | 10:08 | |
*** baigk has quit IRC | 10:08 | |
*** dsneddon has quit IRC | 10:08 | |
*** jcoufal has quit IRC | 10:08 | |
*** Ti-mo has quit IRC | 10:08 | |
*** rmartinelli has quit IRC | 10:08 | |
*** mattronix has quit IRC | 10:08 | |
*** j___ has quit IRC | 10:08 | |
*** vimal has quit IRC | 10:08 | |
*** pavel_bondar has quit IRC | 10:08 | |
*** jmccrory has quit IRC | 10:08 | |
*** fazzel has quit IRC | 10:08 | |
*** logan2 has quit IRC | 10:08 | |
*** mwagner_lap has quit IRC | 10:08 | |
*** rushiagr has quit IRC | 10:08 | |
*** ivan_mironov has quit IRC | 10:08 | |
*** jpeeler has quit IRC | 10:08 | |
*** ejat has quit IRC | 10:08 | |
*** timello has quit IRC | 10:08 | |
*** HenryG has quit IRC | 10:08 | |
*** blair has quit IRC | 10:08 | |
*** dork has quit IRC | 10:08 | |
*** liqw has quit IRC | 10:08 | |
*** baigk1 is now known as baigk | 10:08 | |
*** liqw has joined #openstack | 10:08 | |
*** martinstl has joined #openstack | 10:08 | |
*** martinsbalodis has joined #openstack | 10:08 | |
*** fazzel has joined #openstack | 10:08 | |
*** jmccrory has joined #openstack | 10:08 | |
*** j___ has joined #openstack | 10:08 | |
*** HenryG has joined #openstack | 10:08 | |
*** Ti-mo- has joined #openstack | 10:08 | |
*** kylek3h has quit IRC | 10:08 | |
*** timello has joined #openstack | 10:08 | |
*** vimal has joined #openstack | 10:08 | |
*** logan2 has joined #openstack | 10:08 | |
*** mwagner_lap has joined #openstack | 10:08 | |
*** NetHawk has joined #openstack | 10:08 | |
*** pixelbeat_ has joined #openstack | 10:08 | |
*** jpeeler has joined #openstack | 10:09 | |
*** alex_klimov has joined #openstack | 10:09 | |
*** pavel_bondar has joined #openstack | 10:09 | |
*** ivan_mironov has joined #openstack | 10:09 | |
*** dsneddon has joined #openstack | 10:10 | |
*** infernix has joined #openstack | 10:10 | |
*** Bhavya has joined #openstack | 10:13 | |
huanxie | \quit | 10:14 |
*** rdo has quit IRC | 10:14 | |
*** Nicola-1980 has quit IRC | 10:15 | |
*** Nicola-1980 has joined #openstack | 10:15 | |
*** pravins has quit IRC | 10:15 | |
*** rdo has joined #openstack | 10:16 | |
*** e0ne has quit IRC | 10:16 | |
*** jprovazn has joined #openstack | 10:17 | |
*** e0ne has joined #openstack | 10:17 | |
*** Serlex^ has left #openstack | 10:18 | |
*** youellet__ has joined #openstack | 10:18 | |
*** maveric_amitc_ has joined #openstack | 10:19 | |
*** itzikb_ has joined #openstack | 10:19 | |
*** jprovazn has quit IRC | 10:20 | |
*** josecastroleon has quit IRC | 10:20 | |
*** huanxie has quit IRC | 10:20 | |
*** jprovazn has joined #openstack | 10:20 | |
*** itzikb_ has quit IRC | 10:20 | |
*** itzikb_ has joined #openstack | 10:21 | |
*** hezhiqiang has quit IRC | 10:21 | |
*** itzikb has quit IRC | 10:21 | |
*** fawadkhaliq has joined #openstack | 10:21 | |
*** lyanchih_ has quit IRC | 10:22 | |
*** youellet_ has quit IRC | 10:22 | |
*** itzikb has joined #openstack | 10:25 | |
*** itzikb_ has quit IRC | 10:25 | |
*** Defcronyke has quit IRC | 10:25 | |
*** scaceres has quit IRC | 10:26 | |
*** tkatarki has joined #openstack | 10:26 | |
*** annashen has joined #openstack | 10:28 | |
*** bbcmicrocomputer has quit IRC | 10:31 | |
*** sanchitmalhotra1 has joined #openstack | 10:31 | |
*** x-ray has quit IRC | 10:32 | |
*** annashen has quit IRC | 10:33 | |
*** sanchitmalhotra has quit IRC | 10:33 | |
*** NetHawk has quit IRC | 10:33 | |
*** x-ray has joined #openstack | 10:33 | |
*** dimsum__ has joined #openstack | 10:34 | |
*** yamamoto has quit IRC | 10:34 | |
*** gli_lunch has quit IRC | 10:34 | |
*** bluex-pl has joined #openstack | 10:36 | |
*** guimaluf has joined #openstack | 10:36 | |
*** bluex-pl has quit IRC | 10:37 | |
*** bluex-pl has joined #openstack | 10:37 | |
*** bbcmicrocomputer has joined #openstack | 10:37 | |
*** orzel has joined #openstack | 10:38 | |
*** NetHawk has joined #openstack | 10:40 | |
*** Debesis has joined #openstack | 10:42 | |
*** admin0 has left #openstack | 10:42 | |
*** gem has joined #openstack | 10:44 | |
*** sesso has joined #openstack | 10:45 | |
*** kutija has quit IRC | 10:48 | |
*** sayan has joined #openstack | 10:49 | |
*** e0ne has quit IRC | 10:50 | |
*** kutija has joined #openstack | 10:50 | |
*** gem has quit IRC | 10:51 | |
*** RedRat has quit IRC | 10:52 | |
*** __mimir has joined #openstack | 10:53 | |
*** jschwarz has quit IRC | 10:53 | |
*** gem has joined #openstack | 10:53 | |
*** GeorgeHahn has joined #openstack | 10:55 | |
*** beejee has joined #openstack | 10:56 | |
*** beejee has quit IRC | 10:57 | |
*** salmankh has joined #openstack | 10:57 | |
*** pcaruana has quit IRC | 10:57 | |
*** mwagner_lap has quit IRC | 10:57 | |
*** salmankh has quit IRC | 10:58 | |
*** gem has quit IRC | 10:58 | |
*** salmankh has joined #openstack | 10:58 | |
*** gem has joined #openstack | 10:59 | |
*** changzhi has quit IRC | 11:01 | |
*** josecastroleon has joined #openstack | 11:02 | |
*** FallenPegasus has joined #openstack | 11:02 | |
*** x-ray has quit IRC | 11:02 | |
*** x-ray has joined #openstack | 11:03 | |
*** beejee has joined #openstack | 11:03 | |
*** arxcruz has joined #openstack | 11:03 | |
*** shinenelson has joined #openstack | 11:04 | |
*** coolsvap is now known as coolsvap|away | 11:06 | |
*** FallenPegasus has quit IRC | 11:07 | |
*** Defcronyke has joined #openstack | 11:09 | |
*** tkatarki has quit IRC | 11:09 | |
*** marzif has quit IRC | 11:09 | |
*** foolstack has quit IRC | 11:09 | |
*** marzif has joined #openstack | 11:10 | |
*** Defcronyke has joined #openstack | 11:10 | |
*** yamamoto has joined #openstack | 11:11 | |
*** ivan_mironov has quit IRC | 11:12 | |
*** Marga__ has quit IRC | 11:13 | |
*** tvvcox has quit IRC | 11:13 | |
*** rushiagr has joined #openstack | 11:13 | |
*** pcaruana has joined #openstack | 11:14 | |
*** tvvcox has joined #openstack | 11:16 | |
*** eject_ck has quit IRC | 11:16 | |
*** scaceres has joined #openstack | 11:16 | |
*** dims_ has joined #openstack | 11:18 | |
*** dgurtner has quit IRC | 11:20 | |
*** dimsum__ has quit IRC | 11:20 | |
*** iota_pi has joined #openstack | 11:21 | |
*** kdas__ has joined #openstack | 11:22 | |
*** kdas__ has quit IRC | 11:22 | |
*** RedRat has joined #openstack | 11:23 | |
*** pal has quit IRC | 11:23 | |
*** blair has joined #openstack | 11:24 | |
*** sanchitmalhotra has joined #openstack | 11:27 | |
*** marzif has quit IRC | 11:27 | |
*** jaypipes has joined #openstack | 11:27 | |
*** dgurtner has joined #openstack | 11:28 | |
*** kevein has quit IRC | 11:28 | |
*** sanchitmalhotra1 has quit IRC | 11:29 | |
*** kiran-r has quit IRC | 11:31 | |
*** Bhaskarakiran has quit IRC | 11:32 | |
*** thrash|g0ne is now known as thrash | 11:33 | |
*** otter768 has joined #openstack | 11:33 | |
*** markvoelker has joined #openstack | 11:33 | |
*** NetHawk has quit IRC | 11:35 | |
*** rtheis has joined #openstack | 11:36 | |
*** otter768 has quit IRC | 11:37 | |
*** itzikb has quit IRC | 11:37 | |
*** markvoelker has quit IRC | 11:38 | |
*** itzikb has joined #openstack | 11:38 | |
*** itzikb has quit IRC | 11:38 | |
*** itzikb_ has joined #openstack | 11:39 | |
*** rdo has quit IRC | 11:41 | |
*** sudipto has quit IRC | 11:41 | |
*** eject_ck has joined #openstack | 11:41 | |
*** rdo has joined #openstack | 11:42 | |
*** julim has joined #openstack | 11:43 | |
*** bluex-pl has quit IRC | 11:43 | |
*** bluex-pl has joined #openstack | 11:44 | |
*** cgiraldo has joined #openstack | 11:45 | |
*** cgiraldo is now known as Guest38868 | 11:46 | |
*** schlitzer has joined #openstack | 11:46 | |
*** dgurtner has quit IRC | 11:47 | |
*** Guest38868 has quit IRC | 11:47 | |
*** bluex-pl has quit IRC | 11:47 | |
*** bluex-pl has joined #openstack | 11:48 | |
*** marcusvrn has joined #openstack | 11:49 | |
*** markvoelker has joined #openstack | 11:50 | |
*** jschwarz has joined #openstack | 11:50 | |
*** Bob_George33 has joined #openstack | 11:50 | |
*** markvoelker_ has joined #openstack | 11:54 | |
*** markvoelker has quit IRC | 11:54 | |
*** dims_ has quit IRC | 11:54 | |
*** hdd has joined #openstack | 11:55 | |
*** dgurtner has joined #openstack | 11:55 | |
*** dimsum__ has joined #openstack | 11:55 | |
*** dgurtner has quit IRC | 11:57 | |
*** dgurtner has joined #openstack | 11:57 | |
*** dgurtner has joined #openstack | 11:57 | |
*** NetHawk has joined #openstack | 11:58 | |
*** coolsvap|away is now known as coolsvap | 11:58 | |
*** RedW has quit IRC | 11:59 | |
*** RedW has joined #openstack | 11:59 | |
*** apahim has joined #openstack | 11:59 | |
*** pixelbeat_ has quit IRC | 12:00 | |
*** radez_g0n3 is now known as radez | 12:00 | |
*** achampion has joined #openstack | 12:01 | |
*** FL1SK has joined #openstack | 12:03 | |
*** pkircher has joined #openstack | 12:04 | |
*** fawadkhaliq has quit IRC | 12:04 | |
*** gildub has joined #openstack | 12:05 | |
*** yottatsa_ has joined #openstack | 12:05 | |
*** Marga_ has joined #openstack | 12:05 | |
*** j___ has quit IRC | 12:05 | |
*** yottatsa has quit IRC | 12:06 | |
*** yamamoto has quit IRC | 12:06 | |
*** achampion has quit IRC | 12:06 | |
*** JuanDRay has joined #openstack | 12:06 | |
*** Bhavya has quit IRC | 12:06 | |
*** dimsum__ has quit IRC | 12:08 | |
*** javier_ has joined #openstack | 12:08 | |
*** javier_ has left #openstack | 12:08 | |
*** rdas has quit IRC | 12:09 | |
*** yamamoto has joined #openstack | 12:13 | |
*** woodard has joined #openstack | 12:13 | |
*** kutija has quit IRC | 12:15 | |
*** eject_ck has quit IRC | 12:16 | |
*** sanchitmalhotra1 has joined #openstack | 12:20 | |
*** j___ has joined #openstack | 12:20 | |
*** morazi has joined #openstack | 12:21 | |
*** rfolco has joined #openstack | 12:21 | |
*** dimsum__ has joined #openstack | 12:22 | |
*** sanchitmalhotra has quit IRC | 12:22 | |
*** jasondotstar has quit IRC | 12:22 | |
*** omegamike has joined #openstack | 12:23 | |
*** yottatsa_ has quit IRC | 12:24 | |
*** marzif has joined #openstack | 12:24 | |
*** yottatsa has joined #openstack | 12:24 | |
*** e0ne has joined #openstack | 12:24 | |
*** marzif has quit IRC | 12:24 | |
*** yottatsa has quit IRC | 12:24 | |
*** marzif has joined #openstack | 12:25 | |
*** hyakuhei_ has joined #openstack | 12:26 | |
*** hyakuhei_ has left #openstack | 12:26 | |
*** nagoor has joined #openstack | 12:27 | |
*** dims_ has joined #openstack | 12:27 | |
*** walterheck has joined #openstack | 12:27 | |
*** woodard has quit IRC | 12:28 | |
*** tkramer has joined #openstack | 12:28 | |
*** jcarter2 has joined #openstack | 12:28 | |
*** dims__ has joined #openstack | 12:29 | |
*** kushal has quit IRC | 12:29 | |
*** dimsum__ has quit IRC | 12:29 | |
*** annashen has joined #openstack | 12:29 | |
*** woodard has joined #openstack | 12:29 | |
*** yottatsa has joined #openstack | 12:29 | |
*** Marga_ has quit IRC | 12:30 | |
*** woodard has quit IRC | 12:30 | |
*** woodard has joined #openstack | 12:31 | |
*** weshay has joined #openstack | 12:32 | |
*** dimsum__ has joined #openstack | 12:32 | |
*** marzif_ has joined #openstack | 12:32 | |
*** dims_ has quit IRC | 12:32 | |
*** jasondotstar has joined #openstack | 12:32 | |
*** RoozbehShafiee has quit IRC | 12:33 | |
*** ivan_mironov has joined #openstack | 12:33 | |
*** daemontool_ has joined #openstack | 12:33 | |
*** marzif has quit IRC | 12:33 | |
*** annashen has quit IRC | 12:33 | |
*** eject_ck has joined #openstack | 12:34 | |
*** eject_ck has quit IRC | 12:34 | |
*** sesso has quit IRC | 12:34 | |
*** dims__ has quit IRC | 12:34 | |
*** pkircher_ has joined #openstack | 12:34 | |
*** apahim has quit IRC | 12:34 | |
*** hdd has quit IRC | 12:35 | |
*** chlong has joined #openstack | 12:36 | |
*** pkircher has quit IRC | 12:36 | |
*** nadeem has joined #openstack | 12:36 | |
*** pkircher_ is now known as pkircher | 12:36 | |
*** pixelbeat_ has joined #openstack | 12:36 | |
*** kushal has joined #openstack | 12:37 | |
*** eject_ck has joined #openstack | 12:37 | |
*** boichev has joined #openstack | 12:39 | |
*** Poornima has quit IRC | 12:39 | |
*** boichev has left #openstack | 12:41 | |
*** Defcronyke has quit IRC | 12:41 | |
*** zhenguo has quit IRC | 12:43 | |
*** joeg has joined #openstack | 12:44 | |
*** AnilV4 has quit IRC | 12:44 | |
*** daffaddfasfads has joined #openstack | 12:45 | |
*** dims_ has joined #openstack | 12:45 | |
*** dimsum__ has quit IRC | 12:46 | |
*** daemontool_ is now known as marzif | 12:46 | |
*** apahim has joined #openstack | 12:46 | |
*** daffaddfasfads has quit IRC | 12:46 | |
*** ivan_mironov has quit IRC | 12:47 | |
*** cgiraldo has joined #openstack | 12:47 | |
*** yottatsa has quit IRC | 12:47 | |
*** yamamoto has quit IRC | 12:47 | |
*** bleepbloop has joined #openstack | 12:48 | |
cgiraldo | I need some support for the metadata agent in a neutron network. Is this the correct place to ask? Thanks | 12:48 |
*** baoli has joined #openstack | 12:49 | |
*** kylek3h_ has quit IRC | 12:49 | |
*** rbowen has joined #openstack | 12:50 | |
*** cloudrancher has quit IRC | 12:50 | |
*** tlian has joined #openstack | 12:50 | |
*** k4n0 has quit IRC | 12:51 | |
*** FallenPegasus has joined #openstack | 12:51 | |
*** dims_ has quit IRC | 12:53 | |
*** yamamoto has joined #openstack | 12:53 | |
*** dimsum__ has joined #openstack | 12:54 | |
*** omegamike has quit IRC | 12:54 | |
*** fguillot has joined #openstack | 12:55 | |
*** dimsum__ is now known as dims | 12:55 | |
*** FallenPegasus has quit IRC | 12:56 | |
*** wentao has joined #openstack | 12:57 | |
*** smoriya has quit IRC | 12:57 | |
*** walterheck has quit IRC | 12:59 | |
wentao | hello | 12:59 |
*** ikcerog has joined #openstack | 12:59 | |
*** jaosorior has joined #openstack | 12:59 | |
*** otter768 has joined #openstack | 13:00 | |
*** ikcerog has quit IRC | 13:00 | |
jschwarz | cgiraldo, either here or #openstack-neutron | 13:00 |
*** yottatsa has joined #openstack | 13:01 | |
*** omegamike has joined #openstack | 13:01 | |
*** geguileo has quit IRC | 13:01 | |
*** markvoelker_ has quit IRC | 13:02 | |
*** wentao has quit IRC | 13:02 | |
*** petan has joined #openstack | 13:02 | |
*** wentao has joined #openstack | 13:03 | |
petan | hi I tried that devstack thing in my VM, but I can't figure out what the default username for interface is? It asked me only for passwords during setup | 13:03 |
petan | now I can access web interface but have no idea what username should I use | 13:03 |
*** markvoelker has joined #openstack | 13:04 | |
*** ivan_mironov has joined #openstack | 13:04 | |
*** j___ has quit IRC | 13:04 | |
*** designbybeck has joined #openstack | 13:06 | |
*** wentao_ has joined #openstack | 13:07 | |
*** KarlchenK has joined #openstack | 13:08 | |
*** e0ne has quit IRC | 13:08 | |
*** wentao has quit IRC | 13:09 | |
*** e0ne has joined #openstack | 13:10 | |
*** scaceres has left #openstack | 13:11 | |
*** dudy has joined #openstack | 13:11 | |
*** aryklein has joined #openstack | 13:12 | |
*** FunnyLookinHat has joined #openstack | 13:12 | |
*** vishvendra has quit IRC | 13:12 | |
*** mamercad has joined #openstack | 13:13 | |
*** ebossac has joined #openstack | 13:14 | |
*** itzikb_ has quit IRC | 13:14 | |
*** wentao_ has quit IRC | 13:14 | |
*** sayan has quit IRC | 13:15 | |
*** ebossac has left #openstack | 13:15 | |
*** KasDev has joined #openstack | 13:16 | |
*** j___ has joined #openstack | 13:16 | |
*** masco has quit IRC | 13:17 | |
*** kylek3h has joined #openstack | 13:17 | |
KasDev | I need so help posting a question to : https://ask.openstack.org/en/questions/. Whenever I try to log-in I get this error: Invalid openid.mode: '' | 13:19 |
*** Defcronyke has joined #openstack | 13:19 | |
*** doug-fish has joined #openstack | 13:19 | |
KasDev | anyone? | 13:20 |
*** spzala has joined #openstack | 13:21 | |
*** Defcronyke has joined #openstack | 13:21 | |
*** woodard has quit IRC | 13:21 | |
*** zul has joined #openstack | 13:21 | |
*** puranamr has joined #openstack | 13:22 | |
*** kutija has joined #openstack | 13:22 | |
*** vexoon has joined #openstack | 13:23 | |
*** pkennedy has joined #openstack | 13:24 | |
*** yamamoto has quit IRC | 13:24 | |
cgiraldo | i fixed my metadata problem. It was related with the ubuntu cloud image I used: https://bugs.launchpad.net/cloud-init/+bug/1315501 . thank you anyway :) | 13:25 |
openstack | Launchpad bug 1315501 in cloud-init (Ubuntu) "cloud-init does not use interfaces.d in trusty" [High,Confirmed] | 13:25 |
*** woodard has joined #openstack | 13:25 | |
*** pkircher has quit IRC | 13:26 | |
*** pal has joined #openstack | 13:27 | |
*** bapalm has joined #openstack | 13:27 | |
*** obedmr has joined #openstack | 13:28 | |
*** pkircher has joined #openstack | 13:29 | |
*** paramk has joined #openstack | 13:29 | |
*** vexoon has quit IRC | 13:30 | |
*** gildub has quit IRC | 13:30 | |
*** TheIntern has joined #openstack | 13:30 | |
*** nunchuck has joined #openstack | 13:30 | |
*** mjturek1 has joined #openstack | 13:31 | |
*** bdossant_ has joined #openstack | 13:32 | |
*** pedroalvarez has quit IRC | 13:32 | |
*** otter768 has quit IRC | 13:33 | |
*** jsheeren has quit IRC | 13:33 | |
*** drawsmcgraw has joined #openstack | 13:33 | |
*** bdossant has quit IRC | 13:33 | |
*** richoid has quit IRC | 13:33 | |
*** pedroalvarez has joined #openstack | 13:33 | |
*** kiwnix has quit IRC | 13:33 | |
*** Gangrif has joined #openstack | 13:34 | |
*** yamamoto has joined #openstack | 13:34 | |
*** ayoung has joined #openstack | 13:35 | |
*** ayoung is now known as admiyo | 13:35 | |
*** KasDev has left #openstack | 13:35 | |
*** rushiagr is now known as rushiagr_away | 13:36 | |
*** choirboy has joined #openstack | 13:36 | |
*** laron has joined #openstack | 13:37 | |
*** bdossant_ has quit IRC | 13:37 | |
*** jbell8 has joined #openstack | 13:37 | |
*** BOKALDO has quit IRC | 13:39 | |
*** mwagner_lap has joined #openstack | 13:39 | |
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org has been restarted in an attempt to improve performance. | 13:39 | |
*** bdossant has joined #openstack | 13:40 | |
*** VW_ has joined #openstack | 13:40 | |
*** tjcocozz has joined #openstack | 13:40 | |
*** tjcocozz_ has joined #openstack | 13:40 | |
*** tjcocozz_ has quit IRC | 13:40 | |
*** lapalm has joined #openstack | 13:41 | |
*** jistr is now known as jistr|mtg | 13:41 | |
*** shilpa_ has quit IRC | 13:41 | |
*** tonisbones has quit IRC | 13:41 | |
*** hdd has joined #openstack | 13:42 | |
*** dneary has joined #openstack | 13:42 | |
*** Marga_ has joined #openstack | 13:42 | |
*** jbell8 has quit IRC | 13:42 | |
*** lucas___ has joined #openstack | 13:42 | |
*** mamercad has quit IRC | 13:42 | |
*** itzikb_ has joined #openstack | 13:43 | |
*** marzif_ has quit IRC | 13:43 | |
*** marzif_ has joined #openstack | 13:44 | |
*** bdossant has quit IRC | 13:44 | |
*** cooldharma06 has quit IRC | 13:44 | |
*** KarlchenK has quit IRC | 13:45 | |
*** vexoon has joined #openstack | 13:46 | |
*** tkatarki has joined #openstack | 13:46 | |
*** maveric7911 has joined #openstack | 13:47 | |
*** superdan is now known as dansmith | 13:47 | |
*** gaughen has joined #openstack | 13:48 | |
*** pkircher has quit IRC | 13:48 | |
*** h00327910__ has quit IRC | 13:48 | |
*** lyanchih_ has joined #openstack | 13:48 | |
*** sayali has joined #openstack | 13:48 | |
*** bknudson has quit IRC | 13:49 | |
*** drawsmcgraw has quit IRC | 13:50 | |
*** drawsmcgraw has joined #openstack | 13:51 | |
*** geguileo has joined #openstack | 13:51 | |
*** bapalm_ has joined #openstack | 13:51 | |
*** kbringard has joined #openstack | 13:51 | |
*** vexoon has quit IRC | 13:51 | |
*** cloudrancher has joined #openstack | 13:53 | |
*** phil_s|away is now known as phil_s_stein | 13:53 | |
*** achampion has joined #openstack | 13:54 | |
*** mdenny has joined #openstack | 13:54 | |
*** pkircher_ has joined #openstack | 13:54 | |
*** spotz_zzz is now known as spotz | 13:54 | |
*** bapalm has quit IRC | 13:54 | |
*** sayali_ has joined #openstack | 13:55 | |
*** maveric7911 has quit IRC | 13:55 | |
*** pkircher_ is now known as pkircher | 13:55 | |
*** sayali_ has quit IRC | 13:55 | |
*** rotbeard has quit IRC | 13:56 | |
*** maishsk_ has joined #openstack | 13:57 | |
*** FallenPegasus has joined #openstack | 13:57 | |
*** maishsk has quit IRC | 13:57 | |
*** maishsk_ is now known as maishsk | 13:57 | |
*** annegentle has joined #openstack | 13:58 | |
*** sayali has quit IRC | 13:58 | |
*** rbak has joined #openstack | 13:59 | |
*** sayalilunkad has joined #openstack | 13:59 | |
*** corenova has joined #openstack | 13:59 | |
*** andrewbogott has joined #openstack | 14:00 | |
andrewbogott | I need to modify my nova-network config and could use a bit of hand-holding. Is anyone around who still remembers how that works? | 14:00 |
*** gem has quit IRC | 14:01 | |
*** nadeem has quit IRC | 14:01 | |
*** nadeem has joined #openstack | 14:02 | |
*** josecastroleon has quit IRC | 14:02 | |
*** mamercad has joined #openstack | 14:02 | |
*** spotz is now known as spotz_zzz | 14:03 | |
*** tonisbones has joined #openstack | 14:04 | |
*** vexoon has joined #openstack | 14:04 | |
*** NetHawk has quit IRC | 14:04 | |
*** spotz_zzz is now known as spotz | 14:04 | |
*** RamJett has quit IRC | 14:04 | |
*** jckasper has quit IRC | 14:05 | |
*** dneary has quit IRC | 14:05 | |
*** sayalilunkad has quit IRC | 14:06 | |
*** sayali has joined #openstack | 14:06 | |
*** robbiew has joined #openstack | 14:06 | |
*** alnet has joined #openstack | 14:06 | |
*** phil_s_stein is now known as phil_s|away | 14:07 | |
*** aeperezt has joined #openstack | 14:07 | |
*** pal_ has joined #openstack | 14:08 | |
*** kkoski has joined #openstack | 14:08 | |
*** brguy has joined #openstack | 14:09 | |
*** ajmiller has joined #openstack | 14:09 | |
*** sayali has quit IRC | 14:09 | |
*** cgiraldo has quit IRC | 14:09 | |
*** sayali has joined #openstack | 14:09 | |
*** gargola has joined #openstack | 14:09 | |
*** alnet has left #openstack | 14:09 | |
*** sayali has quit IRC | 14:10 | |
*** sayalilunkad has joined #openstack | 14:10 | |
*** pal has quit IRC | 14:10 | |
*** ParsectiX has quit IRC | 14:10 | |
*** prad has joined #openstack | 14:11 | |
*** prad has quit IRC | 14:11 | |
*** afazekas has quit IRC | 14:12 | |
*** esheffield has joined #openstack | 14:12 | |
*** bknudson has joined #openstack | 14:13 | |
*** anshul has quit IRC | 14:14 | |
*** anshul has joined #openstack | 14:14 | |
*** itzikb has joined #openstack | 14:14 | |
*** mamercad has quit IRC | 14:16 | |
*** rmartinelli_ has quit IRC | 14:17 | |
*** NetHawk has joined #openstack | 14:17 | |
*** itzikb_ has quit IRC | 14:18 | |
*** rmartinelli has joined #openstack | 14:18 | |
*** yottatsa has quit IRC | 14:19 | |
*** jistr|mtg is now known as jistr | 14:20 | |
*** yottatsa has joined #openstack | 14:20 | |
*** tojuvone has quit IRC | 14:23 | |
*** kencjohnston has joined #openstack | 14:24 | |
*** arielb has joined #openstack | 14:25 | |
*** yottatsa has quit IRC | 14:25 | |
*** Debesis has quit IRC | 14:26 | |
*** yottatsa has joined #openstack | 14:26 | |
*** Ashald has quit IRC | 14:26 | |
*** sac has quit IRC | 14:26 | |
*** itzikb has quit IRC | 14:27 | |
*** Debesis has joined #openstack | 14:27 | |
*** Ashald has joined #openstack | 14:27 | |
*** admiyo has quit IRC | 14:28 | |
*** sayan has joined #openstack | 14:29 | |
*** lucas___ has quit IRC | 14:29 | |
*** joko has quit IRC | 14:30 | |
*** eject_ck has quit IRC | 14:30 | |
*** annashen has joined #openstack | 14:30 | |
*** trifon has quit IRC | 14:30 | |
*** joko has joined #openstack | 14:31 | |
*** __mimir has quit IRC | 14:31 | |
*** yottatsa has quit IRC | 14:31 | |
*** itzikb has joined #openstack | 14:31 | |
*** afazekas has joined #openstack | 14:32 | |
*** rushiagr_away is now known as rushiagr | 14:32 | |
*** lucas___ has joined #openstack | 14:33 | |
*** lucas___ has quit IRC | 14:33 | |
*** kushal has quit IRC | 14:33 | |
*** lucas___ has joined #openstack | 14:33 | |
*** yottatsa has joined #openstack | 14:33 | |
*** annashen has quit IRC | 14:35 | |
*** davi has joined #openstack | 14:35 | |
*** yamamoto has quit IRC | 14:36 | |
*** tvvcox has quit IRC | 14:36 | |
*** prad has joined #openstack | 14:36 | |
*** mkolesni__ has quit IRC | 14:37 | |
*** Billias has quit IRC | 14:37 | |
*** jecarey has joined #openstack | 14:37 | |
*** ivan_mironov1 has joined #openstack | 14:37 | |
*** ivan_mironov has quit IRC | 14:38 | |
*** dannywilson has joined #openstack | 14:39 | |
*** jbell8 has joined #openstack | 14:39 | |
*** pal_ has quit IRC | 14:40 | |
*** tvvcox has joined #openstack | 14:40 | |
*** sayalilunkad has quit IRC | 14:40 | |
*** MarkBaker has quit IRC | 14:41 | |
*** sayali has joined #openstack | 14:41 | |
*** cdub has joined #openstack | 14:42 | |
*** pal has joined #openstack | 14:43 | |
*** yottatsa has quit IRC | 14:43 | |
*** MarkBaker has joined #openstack | 14:43 | |
*** admiyo has joined #openstack | 14:43 | |
*** BOKALDO has joined #openstack | 14:43 | |
*** anubhav has quit IRC | 14:44 | |
*** rbak has quit IRC | 14:46 | |
*** maveric_amitc_ has quit IRC | 14:47 | |
*** electrocucaracha has joined #openstack | 14:47 | |
*** noslzzp has joined #openstack | 14:48 | |
*** abaptist_ has joined #openstack | 14:48 | |
*** abaptist_ has quit IRC | 14:49 | |
*** bleepbloop has quit IRC | 14:49 | |
rmstar | hi guys. does anyone know if there is a way to create a rule that tells nova scheduler not to allocate any VM on a specific compute node if it has more than X Gb or ram? | 14:50 |
*** x-ray has quit IRC | 14:51 | |
*** volga629 has joined #openstack | 14:51 | |
*** cdub has quit IRC | 14:52 | |
*** davi has quit IRC | 14:52 | |
volga629 | Hell Everyone, getting puppet error http://fpaste.org/251028/13510143/ on installation with packstack, any help thank you. I tried use answer file, but can't determine which var is in question | 14:53 |
*** rhagarty has quit IRC | 14:53 | |
*** jcarter2_ has joined #openstack | 14:53 | |
*** anshul has quit IRC | 14:53 | |
*** achanda has joined #openstack | 14:53 | |
*** mtanino has joined #openstack | 14:54 | |
*** jpparkin has joined #openstack | 14:55 | |
*** vivek-ebay has joined #openstack | 14:55 | |
*** jcarter2 has quit IRC | 14:56 | |
*** jcarter2_ has quit IRC | 14:56 | |
*** rhagarty has joined #openstack | 14:56 | |
*** jcarter2 has joined #openstack | 14:56 | |
*** rhagarty_ has joined #openstack | 14:56 | |
*** NetHawk has quit IRC | 14:57 | |
*** rbak has joined #openstack | 14:57 | |
*** kutija has quit IRC | 14:57 | |
*** rbak has quit IRC | 14:58 | |
*** barra204 has joined #openstack | 14:58 | |
*** jdurgin1 has joined #openstack | 14:58 | |
*** hrou has joined #openstack | 14:58 | |
*** RamJett has joined #openstack | 14:59 | |
*** pkennedy_ has joined #openstack | 15:00 | |
*** corXi has quit IRC | 15:00 | |
*** phalmos has joined #openstack | 15:00 | |
*** davi has joined #openstack | 15:01 | |
*** maishsk has quit IRC | 15:02 | |
*** jasondotstar has quit IRC | 15:02 | |
*** kencjohnston has quit IRC | 15:02 | |
*** kutija has joined #openstack | 15:03 | |
*** phil_s|away is now known as phil_s_stein | 15:03 | |
*** pkennedy has quit IRC | 15:03 | |
*** achanda has quit IRC | 15:04 | |
*** agireud has joined #openstack | 15:04 | |
*** RedRat has quit IRC | 15:05 | |
*** bdossant has joined #openstack | 15:05 | |
*** groen692 has quit IRC | 15:06 | |
*** as0bu has joined #openstack | 15:06 | |
s3an | rmstar: I think you can filter on flavors | 15:06 |
*** k4n0 has joined #openstack | 15:07 | |
*** kushal has joined #openstack | 15:07 | |
*** rbak has joined #openstack | 15:07 | |
*** jckasper has joined #openstack | 15:07 | |
*** vexoon has quit IRC | 15:08 | |
*** yottatsa has joined #openstack | 15:08 | |
*** JamesHarrison has quit IRC | 15:09 | |
*** mikeoutland has joined #openstack | 15:09 | |
*** barra204 has quit IRC | 15:09 | |
*** afazekas has quit IRC | 15:10 | |
*** itzikb has quit IRC | 15:11 | |
*** pcaruana has quit IRC | 15:13 | |
*** jbell8 has quit IRC | 15:13 | |
*** k4n0 has quit IRC | 15:13 | |
*** haleyb has joined #openstack | 15:14 | |
*** crose has joined #openstack | 15:14 | |
*** thumpba has joined #openstack | 15:14 | |
*** shakamunyi has joined #openstack | 15:14 | |
*** jasondotstar has joined #openstack | 15:15 | |
*** ronis__ has quit IRC | 15:15 | |
*** rhagarty has quit IRC | 15:15 | |
*** rhagarty has joined #openstack | 15:16 | |
*** akraminsky__ has joined #openstack | 15:16 | |
*** shakamunyi is now known as barra204 | 15:16 | |
*** NetHawk has joined #openstack | 15:16 | |
*** dangers_away is now known as dangers | 15:19 | |
*** puranamr has quit IRC | 15:19 | |
*** akraminsky_ has quit IRC | 15:19 | |
*** anshul has joined #openstack | 15:20 | |
*** as0bu has quit IRC | 15:22 | |
*** JamesHarrison has joined #openstack | 15:23 | |
*** arxcruz has quit IRC | 15:23 | |
*** prometheanfire has joined #openstack | 15:23 | |
prometheanfire | has anyone tested running multiple arches in the same 'cell' within nova? | 15:23 |
prometheanfire | have an arm64 box and really don't want to make a new cell/region for it | 15:23 |
*** bdossant has quit IRC | 15:24 | |
*** as0bu has joined #openstack | 15:24 | |
*** danzilio has joined #openstack | 15:25 | |
*** danzilio has quit IRC | 15:26 | |
*** barra204 has quit IRC | 15:26 | |
*** danzilio has joined #openstack | 15:26 | |
*** pixelbeat_ has quit IRC | 15:27 | |
*** Muhannad has joined #openstack | 15:27 | |
*** danzilio has quit IRC | 15:27 | |
*** danzilio has joined #openstack | 15:27 | |
*** cbader has joined #openstack | 15:28 | |
*** thedodd has joined #openstack | 15:28 | |
*** pixelbeat_ has joined #openstack | 15:28 | |
*** nllrte has joined #openstack | 15:32 | |
*** vijayagurug has joined #openstack | 15:33 | |
*** dannywilson has quit IRC | 15:33 | |
*** vijayagurug has left #openstack | 15:33 | |
*** otter768 has joined #openstack | 15:34 | |
*** laron has quit IRC | 15:34 | |
*** nmagnezi_ has quit IRC | 15:34 | |
*** jpparkin has quit IRC | 15:34 | |
*** carroarmato0 has quit IRC | 15:36 | |
*** jdelaros1 has joined #openstack | 15:36 | |
*** s00pcan has joined #openstack | 15:36 | |
SamYaple | prometheanfire: i think the issue is still going to come down to scheduling | 15:37 |
*** jreeves has joined #openstack | 15:37 | |
SamYaple | different AZ and you should be fine | 15:37 |
*** slaweq has joined #openstack | 15:37 | |
SamYaple | I suppose glance tags would also work | 15:37 |
prometheanfire | SamYaple: ya, that's what I'm worried about | 15:37 |
prometheanfire | SamYaple: glance does support specifying the arch as a57 | 15:37 |
prometheanfire | would be nice to have a generic like arm64 though | 15:38 |
prometheanfire | or armv8 | 15:38 |
SamYaple | you can do custom tags | 15:38 |
prometheanfire | how would that get scheduled? | 15:38 |
*** jreeves has left #openstack | 15:38 | |
*** otter768 has quit IRC | 15:38 | |
SamYaple | i forget but i looked into this in juno and you _can- get custom tags to get figured into the scheduler, or a custom scheduler | 15:38 |
*** paramk_ has joined #openstack | 15:39 | |
SamYaple | but the easist would be a small source deviation for the filter | 15:39 |
*** rodr1go has joined #openstack | 15:39 | |
*** paramk has quit IRC | 15:39 | |
rodr1go | I have followed this tutorial http://dohuyhoang.github.io/openstack/ovh/neutron/2014/07/07/Configure-OpenStack-network-on-OVH.html and everything seems to be working fine except that i can not ping the floating ip from another machine, however i can ping both ips from the namespaced router and I can actually ping the router as well but not the floating ip | 15:40 |
*** sayali has quit IRC | 15:40 | |
*** phalmos has quit IRC | 15:40 | |
*** vt102 has joined #openstack | 15:40 | |
prometheanfire | SamYaple: http://docs.openstack.org/developer/nova/devref/filter_scheduler.html | 15:40 |
rmstar | s3an: thanks. i was looking into filter, but i think i found a simpler solution for my scenario. The reason why I wanted to do this is because for compute service is installed on the controller, so a lot of the ram is used up, but openstack does not see that. I believe if i adjust reserved_host_memory_mb, it should solve my problem. :) | 15:41 |
*** aufi has quit IRC | 15:41 | |
*** barra204 has joined #openstack | 15:41 | |
*** pranavk has left #openstack | 15:42 | |
*** paramk has joined #openstack | 15:42 | |
*** jpsandiego42 has joined #openstack | 15:42 | |
*** balajiiyer has left #openstack | 15:42 | |
*** Muhannad has quit IRC | 15:43 | |
*** paramk_ has quit IRC | 15:43 | |
*** vivek-ebay has quit IRC | 15:44 | |
*** Reepicheep has joined #openstack | 15:45 | |
*** belmoreira has quit IRC | 15:45 | |
*** gyee has joined #openstack | 15:47 | |
*** RedRat has joined #openstack | 15:47 | |
*** blahRus has joined #openstack | 15:47 | |
*** jfran has joined #openstack | 15:47 | |
*** aimon has quit IRC | 15:47 | |
*** TooLmaN has joined #openstack | 15:47 | |
*** j___ has quit IRC | 15:47 | |
*** jcarter2 has quit IRC | 15:48 | |
*** bluex-pl has quit IRC | 15:49 | |
*** dannywilson has joined #openstack | 15:50 | |
*** mikeoutland has quit IRC | 15:50 | |
*** jbell8 has joined #openstack | 15:50 | |
*** davi has quit IRC | 15:51 | |
*** anshul has quit IRC | 15:52 | |
*** lsde has joined #openstack | 15:52 | |
*** dannywilson has quit IRC | 15:53 | |
*** jasondotstar has quit IRC | 15:54 | |
*** cjellick has joined #openstack | 15:54 | |
*** gem has joined #openstack | 15:54 | |
*** puranamr has joined #openstack | 15:55 | |
*** jcarter2 has joined #openstack | 15:56 | |
*** scheuran has quit IRC | 15:57 | |
*** yottatsa has quit IRC | 15:57 | |
*** lucas___ has quit IRC | 15:58 | |
*** lauramoore has joined #openstack | 16:01 | |
*** yottatsa has joined #openstack | 16:02 | |
*** kutija has quit IRC | 16:02 | |
*** ivan_mironov1 has quit IRC | 16:02 | |
*** martinstl is now known as martins-afk | 16:02 | |
*** davi has joined #openstack | 16:02 | |
rmstar | just to let you guys know...that did the trick! :) | 16:02 |
evilrob | Sam-I-Am: moo | 16:03 |
*** _cjones_ has joined #openstack | 16:03 | |
*** prometheanfire has left #openstack | 16:03 | |
*** phalmos has joined #openstack | 16:04 | |
*** VanL has joined #openstack | 16:05 | |
*** tsekiyama has joined #openstack | 16:06 | |
*** arckai has joined #openstack | 16:06 | |
*** Ala has quit IRC | 16:06 | |
*** rdo has quit IRC | 16:07 | |
*** prad_ has joined #openstack | 16:07 | |
*** sudipto has joined #openstack | 16:07 | |
*** galstrom_zzz is now known as galstrom | 16:07 | |
*** rdo has joined #openstack | 16:08 | |
*** puranamr has quit IRC | 16:09 | |
*** yottatsa has quit IRC | 16:09 | |
*** jschwarz has quit IRC | 16:10 | |
*** vivek-ebay has joined #openstack | 16:10 | |
*** crose has quit IRC | 16:11 | |
*** lsmola has quit IRC | 16:11 | |
*** KaZeR has quit IRC | 16:13 | |
*** leeantho has joined #openstack | 16:13 | |
*** Ephur has joined #openstack | 16:14 | |
*** KaZeR has joined #openstack | 16:14 | |
*** lcurtis has joined #openstack | 16:15 | |
*** Marga_ has quit IRC | 16:16 | |
*** fawadkhaliq has joined #openstack | 16:16 | |
*** _cjones_ has quit IRC | 16:16 | |
*** melmoth has quit IRC | 16:17 | |
*** gem has quit IRC | 16:18 | |
*** puranamr has joined #openstack | 16:18 | |
*** vivek-eb_ has joined #openstack | 16:18 | |
*** KaZeR has quit IRC | 16:18 | |
*** vivek-ebay has quit IRC | 16:19 | |
*** VanL has quit IRC | 16:19 | |
*** alex_klimov has quit IRC | 16:20 | |
Sam-I-Am | evilrob: mooooo | 16:21 |
*** yamamoto has joined #openstack | 16:21 | |
evilrob | yeah... so 4b may be stupid simple, but clearly I'm stupider/more-simple | 16:21 |
*** Gangrif has quit IRC | 16:22 | |
*** dgurtner has quit IRC | 16:23 | |
*** vahidh has quit IRC | 16:23 | |
*** choirboy has quit IRC | 16:23 | |
evilrob | friday afternoon, I configured, reconfigured, and still couldn't deploy a VM. so either I did something wrong, missed a step (also doing something wrong), or am misunderstanding something | 16:23 |
evilrob | controller neutron.conf http://paste.openstack.org/show/406640/ ml2_conf.ini http://paste.openstack.org/show/406642/ | 16:24 |
evilrob | compute neutron.conf http://paste.openstack.org/show/406641/ and ml2_conf.ini http://paste.openstack.org/show/406643/ | 16:24 |
*** mikeoutland has joined #openstack | 16:24 | |
*** mikeoutland has quit IRC | 16:24 | |
*** mikeoutland has joined #openstack | 16:24 | |
*** yamahata has quit IRC | 16:25 | |
*** lauramoore has quit IRC | 16:25 | |
*** mosburn has joined #openstack | 16:25 | |
*** marzif_ has quit IRC | 16:25 | |
*** yamamoto has quit IRC | 16:26 | |
Sam-I-Am | hmmm | 16:26 |
Sam-I-Am | looking | 16:26 |
*** brguy has quit IRC | 16:27 | |
*** tab___ has joined #openstack | 16:27 | |
*** KaZeR has joined #openstack | 16:27 | |
*** Marga_ has joined #openstack | 16:27 | |
*** jistr has quit IRC | 16:28 | |
*** jdandrea has joined #openstack | 16:29 | |
*** jcoufal_ has quit IRC | 16:30 | |
*** NetHawk has quit IRC | 16:31 | |
*** annashen has joined #openstack | 16:31 | |
*** yottatsa has joined #openstack | 16:31 | |
*** crose has joined #openstack | 16:32 | |
*** diogogmt has joined #openstack | 16:32 | |
*** otter768 has joined #openstack | 16:32 | |
*** phalmos has quit IRC | 16:33 | |
*** alop has joined #openstack | 16:33 | |
*** jdurgin1 has quit IRC | 16:33 | |
*** mkovarik has quit IRC | 16:35 | |
*** phalmos has joined #openstack | 16:35 | |
*** annashen has quit IRC | 16:35 | |
*** travnewmatic has quit IRC | 16:36 | |
*** yrabl has quit IRC | 16:37 | |
*** TheIntern has quit IRC | 16:37 | |
*** pal_ has joined #openstack | 16:37 | |
*** lucas__ has joined #openstack | 16:37 | |
evilrob | I tried to unconfigure bits I configured for tenant networks and leave sane defaults in place. I get the qdhcp namespace on the controller, but nothing on the compute node. | 16:38 |
*** crose has quit IRC | 16:38 | |
*** e0ne has quit IRC | 16:38 | |
Sam-I-Am | if you make a change like this, its easiest to drop/recreate the neutron db | 16:38 |
evilrob | there's the misunderstanding part. | 16:39 |
evilrob | or the missing step. | 16:39 |
*** kawa2014 has quit IRC | 16:39 | |
*** yottatsa has quit IRC | 16:39 | |
Sam-I-Am | what error are you getting? | 16:39 |
evilrob | fighting production fire at the moment though. | 16:39 |
Sam-I-Am | thats what i'm missing | 16:40 |
*** aimon has joined #openstack | 16:40 | |
Sam-I-Am | the config looks ok from a neutron standpoint | 16:40 |
*** pal has quit IRC | 16:40 | |
evilrob | instance boot gives a "no valid host". "brctl show" gives me no bridges at the moment one either controller or compute. (restarted the linuxbridge agents already) | 16:40 |
*** richoid has joined #openstack | 16:40 | |
*** yog__ has quit IRC | 16:41 | |
*** CustosL1men has quit IRC | 16:41 | |
*** kyleolivo has joined #openstack | 16:42 | |
*** lucas__ has quit IRC | 16:42 | |
Sam-I-Am | any logs from the linux bridge agent? | 16:42 |
Sam-I-Am | also, is this a cirros image or something otherwise simple? | 16:42 |
*** pal_ has quit IRC | 16:42 | |
*** Guest23066 has quit IRC | 16:42 | |
*** grmontpetit has joined #openstack | 16:43 | |
evilrob | cirros | 16:43 |
*** puranamr has quit IRC | 16:43 | |
*** VanL has joined #openstack | 16:43 | |
evilrob | waiting for somethign else to un-break in prod before I go un-break my thing. | 16:43 |
evilrob | I'll look at logs meantime | 16:44 |
Sam-I-Am | ok | 16:44 |
Sam-I-Am | i'd also like to see your networks and how you're launching the vm | 16:44 |
*** jckasper has quit IRC | 16:44 | |
*** yottatsa has joined #openstack | 16:44 | |
*** kyleolivo has quit IRC | 16:44 | |
*** paramk has quit IRC | 16:45 | |
evilrob | "Agent out of sync with plugin" on linuxbridge agent startup | 16:45 |
Sam-I-Am | thats pretty normal | 16:45 |
evilrob | DEBUG neutron.common.rpc [-] neutron.agent.rpc.PluginReportStateAPI method cast called with arguments (<neutron.context.ContextBase object at 0x7f3ee643b210>, {'args': {'agent_state': {'agent_state': {'binary': 'neutron-linuxbridge-agent', 'start_flag': True, 'topic': 'N/A', 'host': 'phl-controller-01', 'agent_type': 'Linux bridge agent', 'configurations': {'interface_mappings': {'provider': 'p20p2'}, 'devices': 0}}}, ' | 16:45 |
evilrob | time': '2015-08-03T16:44:49.708786'}, 'namespace': None, 'method': 'report_state'}) {} wrapper /usr/lib/python2.7/dist-packages/neutron/common/log.py:33 | 16:45 |
evilrob | (controller side) | 16:46 |
Sam-I-Am | oh, you probably dont need debug mode on, just verbose | 16:46 |
*** kiran-r has joined #openstack | 16:46 | |
Sam-I-Am | debug will be difficult to parse | 16:46 |
*** asselin_ has joined #openstack | 16:46 | |
*** pkennedy has joined #openstack | 16:47 | |
*** designbybeck has quit IRC | 16:47 | |
*** paramk has joined #openstack | 16:47 | |
*** kutija has joined #openstack | 16:48 | |
*** yottatsa has quit IRC | 16:48 | |
evilrob | compute node linuxbridge agent can't talk to rabbitmq. | 16:49 |
*** vokt has joined #openstack | 16:50 | |
evilrob | silly me... I installed new packages and didn't look for new logfiles | 16:50 |
Sam-I-Am | heh | 16:50 |
*** cdub has joined #openstack | 16:50 | |
*** jasondot_ has joined #openstack | 16:51 | |
Sam-I-Am | why isnt the rabbit connection working? | 16:51 |
*** pkennedy_ has quit IRC | 16:51 | |
*** ronis__ has joined #openstack | 16:52 | |
evilrob | I didn't pull my test boxen from the list of hosts that get auto-updates to hosts files. Nor did I put them in the hosts file that we push. They're test boxen. | 16:52 |
*** jasondot_ has quit IRC | 16:52 | |
evilrob | and because they're not in the hosts file, neither are they in DNS | 16:52 |
*** jasondot_ has joined #openstack | 16:52 | |
evilrob | I'm being sloppy, and it's making you beer | 16:52 |
evilrob | I mean busy | 16:52 |
*** lapalm has quit IRC | 16:52 | |
*** NetHawk has joined #openstack | 16:53 | |
Sam-I-Am | ahh | 16:53 |
*** lapalm has joined #openstack | 16:53 | |
Sam-I-Am | did someone say beer? | 16:53 |
*** omarrr has joined #openstack | 16:54 | |
*** jasonsb has quit IRC | 16:54 | |
*** jasondot_ is now known as jasondotstar_ | 16:54 | |
*** jasondotstar_ is now known as jasondotstar__ | 16:54 | |
evilrob | anytime you're in town... just let me know. How did your flight go? Uneventful I hope? | 16:54 |
*** arckai has left #openstack | 16:54 | |
*** jasondotstar__ is now known as jasondotstar_ | 16:54 | |
*** lucas__ has joined #openstack | 16:54 | |
*** otter768 has quit IRC | 16:55 | |
*** lucas__ has quit IRC | 16:55 | |
*** lucas__ has joined #openstack | 16:55 | |
Sam-I-Am | uneventful... got back 30 minutes before the storms hit in denver | 16:55 |
*** Marga_ has quit IRC | 16:55 | |
evilrob | good timing | 16:56 |
*** dgurtner has joined #openstack | 16:56 | |
*** dgurtner has joined #openstack | 16:56 | |
Sam-I-Am | yeah, it got really bad here... unforecast, of course | 16:56 |
*** Marga_ has joined #openstack | 16:56 | |
*** kyleolivo has joined #openstack | 16:56 | |
*** rdo has quit IRC | 16:57 | |
*** tjcocozz has quit IRC | 16:57 | |
evilrob | it's not like meteorology is a science... oh wait... | 16:57 |
*** lapalm has quit IRC | 16:58 | |
Sam-I-Am | i want a job where i can be wrong all of the time | 16:58 |
*** coolsvap is now known as coolsvap|away | 16:58 | |
Sam-I-Am | although with openstack sometimes its a miracle it works :) | 16:58 |
*** puranamr has joined #openstack | 16:58 | |
evilrob | well my m1.tiny CirrOS instance is ACTIVE. can't ping it, but I'll check security groups and all that | 16:59 |
Sam-I-Am | need to schedule my next visit that way... probably sep-oct, dependent on weather and aircraft though | 16:59 |
Sam-I-Am | the rule is 'time to spare, go by air' | 16:59 |
Sam-I-Am | nothing ever goes as planned | 16:59 |
*** rdo has joined #openstack | 16:59 | |
Sam-I-Am | not even close | 16:59 |
Sam-I-Am | evilrob: yeah, check secgroups, then look at the bridge stuff | 17:00 |
*** pravins has joined #openstack | 17:00 | |
*** mikeoutl_ has joined #openstack | 17:00 | |
*** lucendio has quit IRC | 17:00 | |
*** CTWill has joined #openstack | 17:02 | |
*** harlowja has joined #openstack | 17:03 | |
evilrob | I should probably go kill the neutron table, recreate it, and re-do basic config. I'm getting things in horizon like "can't connect to neutron" and "can't retrieve floating IPs" | 17:03 |
*** mikeoutland has quit IRC | 17:03 | |
*** ivar-lazzaro has joined #openstack | 17:03 | |
*** matjazp has joined #openstack | 17:04 | |
*** jprovazn has quit IRC | 17:04 | |
evilrob | instance didn't get an IP. | 17:04 |
*** phalmos has quit IRC | 17:05 | |
evilrob | "brctl show" gives me the same bridge name, on each side, 2 different bridge IDs STP not enabled, the same interface on the first line, second interface different between the two boxen | 17:06 |
CTWill | is there a way to add the termination script used in the gui? | 17:06 |
Sam-I-Am | evilrob: horizon wont work without the 'routing' service_plugin iirc | 17:06 |
*** pcaruana has joined #openstack | 17:06 | |
Sam-I-Am | how did you create the network? | 17:06 |
*** pal has joined #openstack | 17:07 | |
Sam-I-Am | evilrob: i think you can add 'routing' and get horizon to work even without deploying l3 agents (but dont quote me)_ | 17:07 |
evilrob | I did a neutron net-create (copy/paste) from the 4b doc | 17:08 |
evilrob | 101 is even the correct vlan ID for us | 17:08 |
*** davi has quit IRC | 17:10 | |
*** beejee has quit IRC | 17:11 | |
*** danzilio has quit IRC | 17:12 | |
*** dgurtner has quit IRC | 17:12 | |
*** kmARC has quit IRC | 17:13 | |
*** tkramer has quit IRC | 17:13 | |
*** lyanchih_ has quit IRC | 17:13 | |
*** danzilio has joined #openstack | 17:13 | |
Sam-I-Am | ok, so you see a bridge with a .100 on it? | 17:14 |
*** dannywilson has joined #openstack | 17:14 | |
evilrob | .101 | 17:14 |
*** diogogmt has quit IRC | 17:15 | |
evilrob | and inside the qdhcp context, interface has the right address (range starts at .200, it has .201) | 17:15 |
evilrob | s/context/namespace/ | 17:15 |
Sam-I-Am | ok | 17:16 |
Sam-I-Am | can you ping the dhcp ip? | 17:16 |
evilrob | controller and compute have that interface un-numbered, but can NOT ping it from elsewhere | 17:17 |
Sam-I-Am | the ip would be in a namespace | 17:18 |
Sam-I-Am | you see the qdhcp namespace, right? | 17:18 |
evilrob | only on the controller | 17:18 |
Sam-I-Am | makes sense | 17:18 |
Sam-I-Am | the compute node should just have a bridge | 17:19 |
evilrob | yes. | 17:19 |
Sam-I-Am | the dhcp ip address should be on an interface in the qdhcp ns | 17:20 |
*** dannywilson has quit IRC | 17:20 | |
*** e0ne has joined #openstack | 17:22 | |
*** FallenPegasus is now known as MarkAtwood | 17:22 | |
*** liam__ has joined #openstack | 17:23 | |
*** liam__ has quit IRC | 17:23 | |
*** Nicola-1980 has quit IRC | 17:23 | |
evilrob | Sam-I-Am: it is | 17:23 |
*** NetHawk has quit IRC | 17:23 | |
*** NetHawk has joined #openstack | 17:24 | |
*** CTWill has left #openstack | 17:24 | |
evilrob | http://paste.openstack.org/show/406778/ | 17:24 |
*** achanda has joined #openstack | 17:25 | |
*** electrocucaracha has quit IRC | 17:25 | |
*** salv-orlando has joined #openstack | 17:25 | |
*** achanda_ has joined #openstack | 17:26 | |
*** beejee has joined #openstack | 17:26 | |
*** achanda has quit IRC | 17:26 | |
evilrob | hmmm... can't ping default route inside that namespace. | 17:29 |
*** henrynash has joined #openstack | 17:30 | |
*** crc32 has joined #openstack | 17:30 | |
*** chlong has quit IRC | 17:31 | |
*** e0ne has quit IRC | 17:31 | |
*** NetHawk has joined #openstack | 17:31 | |
*** electrocucaracha has joined #openstack | 17:32 | |
*** ikcerog has joined #openstack | 17:32 | |
*** hrou has quit IRC | 17:32 | |
*** NetHawk has left #openstack | 17:34 | |
*** jasondotstar_ has quit IRC | 17:34 | |
*** diogogmt has joined #openstack | 17:34 | |
*** jalljo has joined #openstack | 17:34 | |
*** tkramer has joined #openstack | 17:34 | |
*** moha_hunt has joined #openstack | 17:36 | |
Sam-I-Am | default route on that network... something sitting on a router? | 17:38 |
Sam-I-Am | (physical router) | 17:38 |
*** davi has joined #openstack | 17:38 | |
*** davi has joined #openstack | 17:38 | |
*** danielbruno has joined #openstack | 17:39 | |
evilrob | yeah. so the interface is unnumbered, but connected to the switch. The route inside the namespace is to the ip of the physical router, but doesn't ping from inside the namespace. | 17:40 |
evilrob | though when I set this all up for tenant networks last week I had it working fine. | 17:41 |
Sam-I-Am | if you tcpdump on the host interface, do you see tagged frames? | 17:41 |
evilrob | should I go drop the neutron DB, recreate it and start over? will that be cleaner, or should we find the problem here first? | 17:41 |
Sam-I-Am | not sure thats the problem right now | 17:42 |
*** e0ne has joined #openstack | 17:42 | |
*** TheIntern has joined #openstack | 17:42 | |
*** ksobkowiak has joined #openstack | 17:43 | |
*** Gaya has joined #openstack | 17:45 | |
*** tjcocozz has joined #openstack | 17:45 | |
*** Gaya is now known as Guest32376 | 17:45 | |
*** VanL has quit IRC | 17:47 | |
evilrob | tcpdump shows ARPs for the right network coming across that interface. I see a bunch of ways with tcpdump to see vlan tags. appending "vlan 101" to the command shows me no frames | 17:47 |
Sam-I-Am | use -e | 17:48 |
evilrob | yup. vlan 101 | 17:48 |
*** ivan_mironov has joined #openstack | 17:48 | |
*** vivek-ebay has joined #openstack | 17:48 | |
*** cloudrancher has quit IRC | 17:49 | |
*** lucas__ has quit IRC | 17:49 | |
*** lucas__ has joined #openstack | 17:49 | |
Sam-I-Am | and your switchport is passing those to the router? | 17:50 |
evilrob | it was last week. | 17:50 |
Sam-I-Am | pre-beer? | 17:50 |
*** jbell8 has quit IRC | 17:51 | |
evilrob | I could re-number that interface and check | 17:51 |
evilrob | yes | 17:51 |
*** Guest32376 has quit IRC | 17:51 | |
*** nerd1701 has joined #openstack | 17:52 | |
evilrob | renumbered interface pings default just fine | 17:52 |
nerd1701 | Anyone around? | 17:52 |
*** vivek-eb_ has quit IRC | 17:52 | |
nerd1701 | Having some issues with getting Juno - Neutron working. | 17:52 |
evilrob | depends... do you need someone with a clue? | 17:52 |
*** vkmc has quit IRC | 17:52 | |
*** vkmc has joined #openstack | 17:52 | |
nerd1701 | Everything starts up find, but cannot connect to tenant router | 17:52 |
*** Billias has joined #openstack | 17:53 | |
*** vivek-ebay has quit IRC | 17:53 | |
nerd1701 | GRE tunnel is connected | 17:53 |
nerd1701 | Can see DHCP requests crossing the tunnel, but no response | 17:53 |
*** yamahata has joined #openstack | 17:53 | |
evilrob | you have a qdhcp namespace? | 17:54 |
nerd1701 | Yes | 17:54 |
evilrob | and the right IP assigned inside that namespace? | 17:54 |
nerd1701 | I did ip netns exec <qrouter> tcpdump -enl and see nothing. | 17:55 |
nerd1701 | Let me check that. | 17:55 |
*** crc32 has quit IRC | 17:56 | |
*** jbell8 has joined #openstack | 17:57 | |
evilrob | I had a similar problem last week and my issue was with the gre tunnel. the troubleshooting is similar though. | 17:58 |
*** kmARC has joined #openstack | 17:58 | |
nerd1701 | The GRE tunnel is up. I did a tcpdump on the link and see the DHCP requests | 17:58 |
*** beejee has quit IRC | 17:58 | |
nerd1701 | ran ifconifg against the qdhcp namespcace - It shows a 127.0.0;1 and 192.168.1.3 - The VM is supposed to have 192.168.1.2 | 17:59 |
*** salv-orl_ has joined #openstack | 17:59 | |
nerd1701 | qrouter shows 192.168.1.1 and the external IP. FYI - The external IP on the router is pingable | 18:00 |
*** Marga_ has quit IRC | 18:00 | |
*** matjazp has quit IRC | 18:00 | |
nerd1701 | I can ping 192.168.1.1 and 192.168.1.3 from the dhcp namespace, but not 192.168.1.2 | 18:01 |
*** jasonsb has joined #openstack | 18:01 | |
*** salv-orlando has quit IRC | 18:01 | |
*** Marga_ has joined #openstack | 18:01 | |
*** davi has quit IRC | 18:01 | |
nerd1701 | Looking at the flows on the OVS br-tun, it appears something is wrong there (the segmenation_id is 1) [root@neutron ~]# ovs-ofctl dump-flows br-tun | grep 0x1 cookie=0x0, duration=3553.900s, table=3, n_packets=0, n_bytes=0, idle_age=3553, priority=1,tun_id=0x1 actions=mod_vlan_vid:2,resubmit(,10) cookie=0x0, duration=3554.071s, table=22, n_packets=2, n_bytes=140, idle_age=3316, dl_vlan=2 actions=strip_vlan,set_tunnel:0x1,output: | 18:02 |
evilrob | logging into the console on your .2 instance and running the dhcp client by hand. does that show dhcp in tcpdump inside your qdhcp namestapce? | 18:02 |
Sam-I-Am | dhcp responses making it back to the compute node? | 18:03 |
*** elo1 has joined #openstack | 18:03 | |
nerd1701 | Not seeing any response from the DHCP | 18:03 |
* evilrob is trying to help, but I'm just another noob | 18:03 | |
nerd1701 | Not seeing any traffic in the dhcp namespace when running tcpdump | 18:03 |
Sam-I-Am | no responses even from the namespace? | 18:03 |
nerd1701 | Nope | 18:04 |
nerd1701 | I appreciate your help. Those were good things to check :) | 18:04 |
Sam-I-Am | do you see dhcp reqs in the gre tunnel? | 18:04 |
nerd1701 | Yes on both sides | 18:04 |
nerd1701 | I tried setting up 2 VMs and setting their IP addresses manually. Could not ping between them. | 18:04 |
Sam-I-Am | but not on the .3 interface in the namespace? | 18:05 |
nerd1701 | I think there is something wrong in the OVS tables | 18:05 |
Sam-I-Am | you shouldnt need to mess with those manually | 18:05 |
nerd1701 | ip netns exec <qdchp> tcpdump shows nothing | 18:05 |
*** crc32 has joined #openstack | 18:05 | |
*** jcarter2 has quit IRC | 18:05 | |
*** SumitNaiksatam has joined #openstack | 18:05 | |
Sam-I-Am | you'd need to tcpdump on the interface in there | 18:05 |
*** ikcerog_ has joined #openstack | 18:05 | |
*** lapalm has joined #openstack | 18:05 | |
*** markus_z has quit IRC | 18:06 | |
nerd1701 | The Local or the 192.168.1.3? | 18:06 |
*** lapalm has quit IRC | 18:06 | |
*** jcarter2 has joined #openstack | 18:07 | |
Sam-I-Am | .3 | 18:07 |
jwitko | Hey Guys, I have some instances that I am unable to delete. Can anyone help me investigate why? I create the instances to boot off a volume snapshot. That fails and the instance enters the state of Error. At this point I can not reset-state (tried as admin user) and I can not delete the VMs (Request goes through successfully but nothing happens and no errors in logs that i can see) | 18:07 |
Sam-I-Am | the one where dhcp requests should pop in | 18:07 |
*** jasondotstar_ has joined #openstack | 18:07 | |
*** lapalm has joined #openstack | 18:07 | |
jwitko | When I try to reset-state as admin user via cli it responds with a Policy error | 18:07 |
*** jcarter2_ has joined #openstack | 18:08 | |
*** jcarter2 has quit IRC | 18:08 | |
*** dtrainor has joined #openstack | 18:08 | |
*** jcarter2_ has quit IRC | 18:08 | |
*** ikcerog has quit IRC | 18:09 | |
*** jcarter2 has joined #openstack | 18:09 | |
*** martins-afk is now known as martinst | 18:09 | |
*** ikcerog_ has quit IRC | 18:10 | |
nerd1701 | not seeing any traffic at all on either of the qrouter ns interfaces | 18:10 |
*** jtomasek has quit IRC | 18:11 | |
*** dannywilson has joined #openstack | 18:11 | |
*** dannywilson has quit IRC | 18:11 | |
*** dannywilson has joined #openstack | 18:11 | |
*** Marga_ has quit IRC | 18:11 | |
Sam-I-Am | so, dhcp req makes it across the tunnel... then disappears? | 18:12 |
*** electrocucaracha has quit IRC | 18:13 | |
*** rushiagr is now known as rushiagr_away | 18:14 | |
*** achanda has joined #openstack | 18:14 | |
*** jonaspaulo has joined #openstack | 18:14 | |
*** vivek-ebay has joined #openstack | 18:15 | |
*** phalmos has joined #openstack | 18:15 | |
*** KarlchenK has joined #openstack | 18:16 | |
*** achanda_ has quit IRC | 18:16 | |
*** jbell8 has quit IRC | 18:16 | |
nerd1701 | Sam-I-Am - Yes | 18:16 |
*** jbell8 has joined #openstack | 18:16 | |
evilrob | wtf do I still have ovs-cleanup running? I don't have any ovs stuff installed (grumble grumble) | 18:17 |
Sam-I-Am | nerd1701: i suspect a config error on the network node | 18:18 |
nerd1701 | That's what I thought. Been through everything and can't find any error. | 18:19 |
*** comay has joined #openstack | 18:20 | |
*** arielb has quit IRC | 18:20 | |
nerd1701 | It's going to wind up being something stupid. I just know it.... | 18:20 |
*** GenteelBen has joined #openstack | 18:20 | |
evilrob | that's what it was for me last week. now I went and changed which way I'm setting up networking. | 18:20 |
nerd1701 | What was your final problem? | 18:21 |
*** harlowja has quit IRC | 18:21 | |
nerd1701 | I have 3 interfaces on the network box - management, gre (private network), and external connection | 18:21 |
*** harlowja has joined #openstack | 18:21 | |
evilrob | I had the wrong IP in my tunnel endpoint. ovs wouldnt even pring up the tunnel | 18:21 |
nerd1701 | Tunnel is up | 18:22 |
*** pravins has quit IRC | 18:22 | |
Sam-I-Am | nerd1701: whats your source of config info? | 18:22 |
*** eghobo has joined #openstack | 18:22 | |
*** pal has quit IRC | 18:22 | |
nerd1701 | the Juno install guide on openstack.org | 18:22 |
nerd1701 | Running on CentOS | 18:22 |
Sam-I-Am | 7? | 18:22 |
nerd1701 | Yes | 18:22 |
Sam-I-Am | sysctl things set? | 18:22 |
nerd1701 | Yep | 18:22 |
nerd1701 | First step of the config :) | 18:22 |
Sam-I-Am | host firewall disabled? | 18:23 |
nerd1701 | http://docs.openstack.org/juno/install-guide/install/yum/content/neutron-network-node.html | 18:23 |
nerd1701 | Yes, firewalld is disabled on all | 18:23 |
nerd1701 | Using this excellent troubleshooting guide http://dischord.org/2015/03/09/troubleshooting-openstack-neutron-networking-part-one/ | 18:24 |
Sam-I-Am | did you do the init script fix? | 18:24 |
nerd1701 | This one? cp /usr/lib/systemd/system/neutron-openvswitch-agent.service \ /usr/lib/systemd/system/neutron-openvswitch-agent.service.orig | 18:24 |
nerd1701 | sed -i 's,plugins/openvswitch/ovs_neutron_plugin.ini,plugin.ini,g' \ /usr/lib/systemd/system/neutron-openvswitch-agent.service | 18:25 |
Sam-I-Am | yeah, that one | 18:25 |
*** dchait_ has joined #openstack | 18:25 | |
Sam-I-Am | and the symlink | 18:25 |
nerd1701 | Made the symlink | 18:25 |
*** lucendio has joined #openstack | 18:25 | |
*** melmoth has joined #openstack | 18:26 | |
*** ikcerog has joined #openstack | 18:26 | |
Sam-I-Am | on the net node, whats in your neutron.conf, ml2_conf.ini, l3_agent.ini, and dhcp_agent.ini ? | 18:27 |
*** matjazp has joined #openstack | 18:27 | |
*** kushal has quit IRC | 18:28 | |
*** jckasper has joined #openstack | 18:28 | |
*** rotbeard has joined #openstack | 18:29 | |
*** fawadkhaliq has quit IRC | 18:31 | |
*** annashen has joined #openstack | 18:32 | |
*** danzilio has quit IRC | 18:32 | |
*** ramitsurana has joined #openstack | 18:32 | |
*** danzilio has joined #openstack | 18:33 | |
*** harukomoto has joined #openstack | 18:34 | |
*** TooLmaN has quit IRC | 18:34 | |
nerd1701 | Sam-I-Am - Been through those config files and what's in the docs is what is there. | 18:36 |
*** annashen has quit IRC | 18:36 | |
*** tjcocozz has quit IRC | 18:36 | |
*** josecastroleon has joined #openstack | 18:36 | |
*** admiyo has quit IRC | 18:37 | |
Sam-I-Am | local_ip matches the ip of the tunnel interface? | 18:37 |
*** kmARC has quit IRC | 18:38 | |
*** dtrainor has quit IRC | 18:38 | |
*** kmARC_ has joined #openstack | 18:38 | |
*** kmARC_ has quit IRC | 18:38 | |
*** sudipto has quit IRC | 18:38 | |
*** kmARC has joined #openstack | 18:39 | |
nerd1701 | Yes | 18:39 |
Sam-I-Am | i know the config in the guide works | 18:39 |
*** TooLmaN has joined #openstack | 18:40 | |
evilrob | yeah. once I quit the stupid, the config worked for me too | 18:40 |
*** ronis__ has quit IRC | 18:40 | |
*** shibby has joined #openstack | 18:40 | |
Sam-I-Am | anything in the dhcp and ovs agent logs when you try to create the networks and/or launch an instance | 18:40 |
*** phil_s_stein is now known as phil_s|away | 18:41 | |
*** phil_s|away is now known as phil_s_stein | 18:41 | |
*** phil_s_stein is now known as phil_s|away | 18:42 | |
*** doffm has joined #openstack | 18:42 | |
*** dtrainor has joined #openstack | 18:43 | |
*** vivek-ebay has quit IRC | 18:44 | |
*** TheIntern has quit IRC | 18:44 | |
*** kiran-r has quit IRC | 18:45 | |
*** shakamunyi has joined #openstack | 18:46 | |
*** TheIntern has joined #openstack | 18:46 | |
*** gfidente is now known as gfidente|afk | 18:46 | |
*** cjellick has quit IRC | 18:47 | |
*** jasondotstar_ has quit IRC | 18:47 | |
evilrob | Sam-I-Am: so if I give the data interface an IP, it can ping the default route. if I try that ping from inside the qdhcp namespace, I get nothing back. (whether the interface is numbered or not). | 18:47 |
*** issyl0 has joined #openstack | 18:48 | |
*** matjazp has quit IRC | 18:48 | |
*** jasondot_ has joined #openstack | 18:48 | |
*** patrickeast has joined #openstack | 18:49 | |
evilrob | what should I dig into next | 18:49 |
issyl0 | Hi! I'm a bit confused. I was just localising some of your documentation and noticed a few typos in the source strings. I went and tried to follow https://wiki.openstack.org/wiki/Documentation/HowTo to find out how to submit some fixes - do I _really_ have to go through that long process? :-( | 18:49 |
Sam-I-Am | data interface as in, a plain old eth1 or something? | 18:50 |
issyl0 | (I guess I'm just too used to submitting quick GitHub PRs these days to fix little things like that. :-() | 18:50 |
*** jtomasek has joined #openstack | 18:50 | |
evilrob | yeah. p20p2 specifically, but yes. data interface as in a physical interface | 18:50 |
*** X67r has joined #openstack | 18:50 | |
annegentle | issyl0: yes, there isn't really a shortcut when we're coordinating as many things as we are | 18:50 |
annegentle | issyl0: if it's faster for you to simply log a bug we can pick it up pretty easily | 18:50 |
issyl0 | Fair enough. I'll see how it goes. :-) Thanks! | 18:51 |
annegentle | issyl0: thanks for finding those! | 18:51 |
Sam-I-Am | evilrob: assigning an ip to the bare interface would make it untagged/native | 18:51 |
Sam-I-Am | so if that pings, you have a vlan tagging issue | 18:51 |
*** kencjohnston has joined #openstack | 18:51 | |
*** jasondot_ is now known as jasondotstar_ | 18:51 | |
evilrob | which explains why I don't see vlan tags in tcpdump as much anymore (still see them once in a while) | 18:52 |
*** Marga_ has joined #openstack | 18:52 | |
Sam-I-Am | so, neutron might be tagging, but your switch isnt expecting it | 18:52 |
Sam-I-Am | you can simulate this by creating p20p2.vlan# with an ip | 18:53 |
Sam-I-Am | and if it no workie... | 18:53 |
evilrob | already have a p20p2.101@p20p2 | 18:53 |
evilrob | can use that? | 18:53 |
Sam-I-Am | eh, its probably a veth pair to a bridge | 18:54 |
Sam-I-Am | you'd need to troubleshoot this outside of neutron | 18:54 |
Sam-I-Am | best bet, go check your switch config | 18:54 |
Sam-I-Am | i bet its wrong | 18:54 |
*** davi has joined #openstack | 18:54 | |
*** davi has joined #openstack | 18:54 | |
*** sayan has quit IRC | 18:55 | |
*** deckardkain has joined #openstack | 18:55 | |
*** otter768 has joined #openstack | 18:56 | |
*** potato_farmer has joined #openstack | 18:57 | |
evilrob | numbering the p20p2.101 interface still can't ping 10.1.1.1 | 18:57 |
evilrob | grumble.... | 18:57 |
evilrob | I hate supermicro blade switches | 18:57 |
Sam-I-Am | wait, shouldnt you be using cisco? | 18:57 |
evilrob | yes. this is legacy crap pre-acquisition | 18:58 |
potato_farmer | Hi. I started getting the following error when trying to terminate an instance: The server has either erred or is incapable of performing the requested operation. (HTTP 500). When I look at the logs I see: ERR: Failed to publish message to topic 'None': [Errno 32] Broken pipe. Any tips on where to look first? | 18:58 |
evilrob | so basically I want to make that port a trunking port so the switch knows to expect vlan tags. | 19:00 |
*** trifon has joined #openstack | 19:00 | |
Sam-I-Am | yep | 19:00 |
*** otter768 has quit IRC | 19:01 | |
Sam-I-Am | potato_farmer: rabbit problem? | 19:01 |
*** yamahata has quit IRC | 19:01 | |
potato_farmer | The service appears to be running. | 19:01 |
*** yamahata has joined #openstack | 19:02 | |
*** kyleolivo has quit IRC | 19:02 | |
Sam-I-Am | can you still launch instances? | 19:02 |
*** Muhannad has joined #openstack | 19:02 | |
*** X67r_ has joined #openstack | 19:02 | |
*** kyleolivo has joined #openstack | 19:02 | |
*** paramk has quit IRC | 19:03 | |
*** kyleolivo has quit IRC | 19:03 | |
*** vivek-ebay has joined #openstack | 19:03 | |
*** kyleolivo has joined #openstack | 19:04 | |
potato_farmer | checking... | 19:04 |
*** bbcmicrocomputer has quit IRC | 19:04 | |
*** pm90_ has joined #openstack | 19:04 | |
*** shibby has quit IRC | 19:04 | |
*** X67r has quit IRC | 19:05 | |
*** josecastroleon has quit IRC | 19:06 | |
*** jcarter2 has quit IRC | 19:07 | |
*** designbybeck has joined #openstack | 19:07 | |
*** jcarter2 has joined #openstack | 19:07 | |
*** Arkady_Kanevsky has joined #openstack | 19:08 | |
potato_farmer | Sam-I-AM: Yes, I was able to launch a new instance and terminate that instance. | 19:08 |
Sam-I-Am | but other instances wont terminate? | 19:08 |
*** Gerardo_ has joined #openstack | 19:08 | |
potato_farmer | Sam-I-AM: The issue may be with the one instance or its host. | 19:08 |
Gerardo_ | Hello everyone | 19:08 |
Gerardo_ | how are you today? | 19:08 |
Sam-I-Am | potato_farmer: is it host-specific? | 19:09 |
*** shibby has joined #openstack | 19:09 | |
potato_farmer | Sam-I-AM: I am suspecting it might be. Going to try again and see if the logs show anything else. | 19:09 |
*** patrickeast_ has joined #openstack | 19:10 | |
Gerardo_ | i have a question, i have an openstack working installation, but i want to add a SAN for swift, what size do you recommend for the luns? | 19:10 |
Gerardo_ | i have 40tb in the SAN | 19:10 |
*** kyleolivo has quit IRC | 19:10 | |
*** comay has quit IRC | 19:10 | |
*** patrickeast_ has quit IRC | 19:11 | |
*** zul has quit IRC | 19:11 | |
*** e0ne has quit IRC | 19:11 | |
*** tab___ has quit IRC | 19:11 | |
nerd1701 | I'm suspecting this may have something to do with the network connection in vmware | 19:11 |
evilrob | Sam-I-Am: while I've got my switch guy working on this, is there another way to do provider networks? | 19:11 |
Sam-I-Am | Gerardo_: swift doesnt talk to luns | 19:11 |
nerd1701 | Wondering if it's stripping VLANs | 19:11 |
Sam-I-Am | nerd1701: vmware? | 19:11 |
*** patrickeast has quit IRC | 19:11 | |
nerd1701 | Running this as 3 VMs in my lab. | 19:11 |
Gerardo_ | how do i need to configure the SAN to use swift and cinder | 19:12 |
Gerardo_ | ? | 19:12 |
Sam-I-Am | nerd1701: could be, that would have been helpful to know earlier :/ | 19:12 |
Sam-I-Am | evilrob: provider networks push almost all of the networking functions to the physical network, so that stuff just needs to work | 19:13 |
Sam-I-Am | evilrob: you could create a flat network, but you only get one | 19:13 |
nerd1701 | Sorry, thought I mentioned that. | 19:13 |
evilrob | Sam-I-Am: flat will get me ext-net on every compute node essentially? (only need one in this case) | 19:14 |
*** phil_s|away is now known as phil_s_stein | 19:14 | |
*** kutija_ has joined #openstack | 19:14 | |
Sam-I-Am | nerd1701: usually its just permitting promisc mode and mac forging on the vswitch that you use for br-ex | 19:14 |
*** ronis__ has joined #openstack | 19:14 | |
Sam-I-Am | evilrob: yeah, flat is just an untagged vlan | 19:14 |
Sam-I-Am | hence why you only get one per phys interface mapping | 19:15 |
*** vuntz has quit IRC | 19:16 | |
*** jasondotstar_ has quit IRC | 19:16 | |
*** kutija has quit IRC | 19:16 | |
*** jasondotstar has joined #openstack | 19:17 | |
*** jasondot_ has joined #openstack | 19:17 | |
nerd1701 | Sam-I-Am - those are set correctly. | 19:17 |
annegentle | Gerardo_: probably need a bit more background info about block storage (cinder) and object storage (swift) decisions, read up here: http://docs.openstack.org/openstack-ops/content/storage_decision.html | 19:17 |
nerd1701 | I can ping the external address of the router. | 19:17 |
Sam-I-Am | thats good | 19:17 |
*** angdraug has joined #openstack | 19:17 | |
*** X67r_ has quit IRC | 19:18 | |
*** omegamike has quit IRC | 19:19 | |
*** rajatvig has joined #openstack | 19:20 | |
*** eblake_ has joined #openstack | 19:20 | |
*** rajatvig has quit IRC | 19:21 | |
*** rajatvig has joined #openstack | 19:21 | |
evilrob | Sam-I-Am: ok, flat will have to work. I'm ok with that. we'll have more flexibility once we get on cisco kit. That's the next config I do once this is working. | 19:22 |
evilrob | is there a similar doc for that config? | 19:22 |
Gerardo_ | ok thanks i'll keep in mind. | 19:22 |
*** Gerardo_ has quit IRC | 19:22 | |
*** busterswt has joined #openstack | 19:22 | |
*** salmankh has quit IRC | 19:22 | |
Sam-I-Am | evilrob: same 4b, just how you create the network differs | 19:22 |
*** davi has quit IRC | 19:23 | |
annegentle | Sam-I-Am: quit calling it 4b :) code names abound! | 19:23 |
*** CustosL1men has joined #openstack | 19:24 | |
Sam-I-Am | annegentle: haha | 19:24 |
Sam-I-Am | provider networks with linux bridge scenario :) | 19:25 |
annegentle | Sam-I-Am: :) PN w/LB? | 19:25 |
*** slaweq has quit IRC | 19:25 | |
issyl0 | annegentle: You're right. I will just file a bug - it's easier. | 19:25 |
annegentle | issyl0: sure, np | 19:25 |
evilrob | PNLB | 19:25 |
Sam-I-Am | s..sure | 19:26 |
annegentle | issyl0: I'd be happy to pick it up if it's simple typos | 19:26 |
annegentle | PBnJ | 19:26 |
*** ayoung has joined #openstack | 19:26 | |
*** jasondot_ has quit IRC | 19:26 | |
*** cjellick has joined #openstack | 19:26 | |
*** gszasz has quit IRC | 19:27 | |
issyl0 | annegentle: I've only found one so far, and it's some whitespace that doesn't need to be there - not a typo per se. | 19:27 |
*** angdraug has quit IRC | 19:27 | |
*** pixelbeat_ has quit IRC | 19:27 | |
annegentle | issyl0: ooo do tell :) we have a whitespace gate test so I'm surprised | 19:27 |
*** pixelbeat_ has joined #openstack | 19:28 | |
*** agireud_ has joined #openstack | 19:29 | |
*** MentalRay has joined #openstack | 19:29 | |
issyl0 | annegentle: https://www.transifex.com/openstack/openstack-manuals-i18n/translate/#en_GB/glossary-1/51309841 - there's a space between "HowTo"> OpenStack Documentation HowTo</link>" which will presumably render as a double space 'cause there's already one before the start of <link>... | 19:29 |
issyl0 | (It'll make more sense if you look at the string rather than reading my ramblings. ;-)) | 19:30 |
*** agireud has quit IRC | 19:30 | |
*** agireud_ is now known as agireud | 19:30 | |
annegentle | issyl0: hm. I get page not found. | 19:30 |
annegentle | issyl0: and I logged in to transifex | 19:30 |
*** slaweq has joined #openstack | 19:31 | |
issyl0 | annegentle: https://www.dropbox.com/s/x371xejb89yhjxw/Screenshot%202015-08-03%2020.31.05.png?dl=0 | 19:31 |
annegentle | issyl0: thanks, I see it. | 19:32 |
annegentle | ls | 19:32 |
annegentle | er | 19:32 |
annegentle | ha | 19:32 |
issyl0 | :-) | 19:32 |
annegentle | issyl0: so, my guess is that it's a pandoc problem... the source is docbook and then rendered to RST | 19:32 |
annegentle | issyl0: log a bug for deeper investigating | 19:33 |
annegentle | issyl0: because changing the source isn't going to fix that bug, the source has a hard return there | 19:33 |
annegentle | issyl0: or, possibly the po generator is adding it. | 19:33 |
*** Godfath3r has joined #openstack | 19:34 | |
annegentle | issyl0: at any rate, it's in a script somewhere adding it | 19:34 |
issyl0 | Ah, right. | 19:34 |
annegentle | issyl0: it is a real bug, I can log it if needed | 19:34 |
issyl0 | I log bugs in Launchpad, right? | 19:35 |
issyl0 | https://bugs.launchpad.net/~openstack-doc-bugs? | 19:35 |
*** hhuang has quit IRC | 19:36 | |
annegentle | issyl0: you want https://bugs.launchpad.net/openstack-manuals | 19:36 |
issyl0 | Thanks. I'll get writing! | 19:37 |
*** angdraug has joined #openstack | 19:37 | |
*** jasondotstar has quit IRC | 19:38 | |
Sam-I-Am | bbiab, relocate | 19:38 |
*** geaaru has quit IRC | 19:38 | |
evilrob | Sam-I-Am: so now instances will use my normal dhcp server? | 19:38 |
Sam-I-Am | no, they still use the neutron dhcp server | 19:38 |
Sam-I-Am | anywho, gotta run for a bit | 19:38 |
evilrob | ok. relocate. we'll chat when you're back | 19:38 |
*** jasondotstar has joined #openstack | 19:41 | |
*** electrocucaracha has joined #openstack | 19:41 | |
*** sayan has joined #openstack | 19:42 | |
*** Lee1092 has quit IRC | 19:43 | |
evilrob | not sure what command-line bits I didn't get right, but in horizon I created a dhcp agent on the subnet and that fixed my issue. | 19:44 |
*** Billias has quit IRC | 19:45 | |
evilrob | all I've got left not working now is the "console" page in horizon. But I can connect directly with vnc so I'm not too worried about that | 19:45 |
*** eghobo_ has joined #openstack | 19:45 | |
evilrob | and if anyone knows how to solve "failed to connect to server (code: 1006)" I'll take the clue. | 19:46 |
*** danielbruno has quit IRC | 19:47 | |
*** eghobo__ has joined #openstack | 19:47 | |
*** dneary has joined #openstack | 19:47 | |
*** patrickeast has joined #openstack | 19:48 | |
*** angdraug has quit IRC | 19:48 | |
*** angdraug has joined #openstack | 19:48 | |
*** eghobo has quit IRC | 19:48 | |
*** Billias has joined #openstack | 19:49 | |
*** eghobo_ has quit IRC | 19:49 | |
*** ramitsurana has quit IRC | 19:51 | |
*** geekinutah has joined #openstack | 19:51 | |
*** hhuang has joined #openstack | 19:52 | |
*** patrickeast has quit IRC | 19:52 | |
*** jtomasek has quit IRC | 19:52 | |
*** agireud has quit IRC | 19:52 | |
*** alwaysatthenoc has joined #openstack | 19:53 | |
issyl0 | annegentle: https://bugs.launchpad.net/openstack-manuals/+bug/1481068 | 19:53 |
openstack | Launchpad bug 1481068 in openstack-manuals "Extra whitespace between <link> text in the glossary" [Low,New] | 19:53 |
evilrob | and now my instance isn't getting a response from the metadata server, so I can't log in. Sam-I-Am said something about having to use config-drive with provider networks. wondering if it's the same for the flat network config I've got now. | 19:54 |
*** ttrifonov is now known as zz_ttrifonov | 19:54 | |
*** agireud has joined #openstack | 19:54 | |
*** sayan has quit IRC | 19:55 | |
*** shibby has quit IRC | 19:56 | |
*** shibby has joined #openstack | 19:59 | |
*** tkramer has quit IRC | 19:59 | |
*** sanchitmalhotra has joined #openstack | 19:59 | |
*** nagoor has quit IRC | 19:59 | |
*** galstrom is now known as galstrom_zzz | 20:00 | |
*** nagoor has joined #openstack | 20:00 | |
*** mfalatic has joined #openstack | 20:01 | |
*** sanchitmalhotra1 has quit IRC | 20:01 | |
*** patrickeast has joined #openstack | 20:01 | |
*** galstrom_zzz is now known as galstrom | 20:01 | |
*** angdraug has quit IRC | 20:02 | |
*** angdraug has joined #openstack | 20:02 | |
*** danielbruno has joined #openstack | 20:02 | |
*** danielbruno has joined #openstack | 20:02 | |
*** Arkady_Kanevsky has quit IRC | 20:03 | |
*** vivek-ebay has quit IRC | 20:03 | |
*** nllrte has quit IRC | 20:03 | |
*** TooLmaN has quit IRC | 20:07 | |
*** maishsk has joined #openstack | 20:07 | |
*** lapalm has quit IRC | 20:08 | |
*** lapalm has joined #openstack | 20:08 | |
*** baoli has quit IRC | 20:09 | |
*** omarrr has quit IRC | 20:10 | |
*** vimal has quit IRC | 20:10 | |
*** nixpenguin has quit IRC | 20:12 | |
*** lapalm has quit IRC | 20:12 | |
* evilrob is looking at http://docs.openstack.org/user-guide/cli_config_drive.html but wants the config drive to pull the ssh key from the user DB not specify user data files | 20:13 | |
*** rtheis_ has joined #openstack | 20:13 | |
*** rushiagr_away has quit IRC | 20:13 | |
evilrob | oh wait... I think I am being stupid again | 20:13 |
*** Sesso has joined #openstack | 20:13 | |
Sesso | hello | 20:13 |
Sesso | Does anyone use a SAN with openstack? | 20:14 |
Sesso | I have read that people suggest using local server storage. | 20:14 |
*** weshay has quit IRC | 20:14 | |
*** puranamr has quit IRC | 20:15 | |
ultrabizweb | Sesso you can do it that way from what I understand lots of ways to do it. Like a Dedicated NFS server EX: Freenas you also have options like ceph if you are running multiple machines | 20:15 |
*** rtheis has quit IRC | 20:16 | |
*** jasondotstar has quit IRC | 20:16 | |
* evilrob is using ceph | 20:16 | |
ultrabizweb | I have not used ceph yet how do you like it evilrob | 20:17 |
Sesso | Ok great thanks:) | 20:17 |
evilrob | yes... I was being stupid wrt config-drive | 20:17 |
*** lapalm has joined #openstack | 20:17 | |
evilrob | our OS cluster isn't production yet, but I like ceph so far. | 20:17 |
ultrabizweb | its minimum 3 servers right and you generally want them dedicated to ceph even though I have heard ppl dual roles on some clusters | 20:18 |
evilrob | before we got monitoring on our ceph cluster (when it was in test), one of the boxes wedged (hardware issue) and we didn't even notice. | 20:18 |
Sesso | We use ceph at work and the guys like it. The hosts attached to it would go read only once in awhile for some reason. Usually a remount fixes it. | 20:18 |
*** dneary has quit IRC | 20:19 | |
*** maishsk has quit IRC | 20:19 | |
*** jasondotstar has joined #openstack | 20:19 | |
*** maishsk has joined #openstack | 20:20 | |
*** kurtmartin has joined #openstack | 20:21 | |
*** kyleolivo has joined #openstack | 20:22 | |
*** puranamr has joined #openstack | 20:22 | |
*** kyleolivo has quit IRC | 20:22 | |
*** kyleolivo has joined #openstack | 20:23 | |
*** mrmartin has quit IRC | 20:23 | |
*** portalBlock|away is now known as portalBlock | 20:24 | |
*** pm90__ has joined #openstack | 20:24 | |
*** Godfath3r has quit IRC | 20:24 | |
*** rainya is now known as raimo | 20:25 | |
portalBlock | Hello, I am wondering if there is a way to have openstack run a script on boot or append a personality to a file (specifically /etc/rc.local)? | 20:25 |
larsks | portalBlock: not *openstack*, no, but most cloud images (from Fedora, ubuntu, centos, redhat, etc) run "cloud-init" when they boot, which will run scripts passed via openstack's user-data field. | 20:26 |
*** rawl has joined #openstack | 20:26 | |
*** pm90_ has quit IRC | 20:26 | |
*** puranamr has quit IRC | 20:27 | |
portalBlock | Ok, I will have to talk to our host to see if they use a could image then. Thanks for the help! | 20:27 |
*** puranamr has joined #openstack | 20:27 | |
larsks | portalBlock: it all depends on what image *you* choose to boot, usually. If they provide any of the standard cloud images -- or if you can upload one yourself -- you should be all set. | 20:27 |
portalBlock | Right now we are using debian. Is there a specical version to use or is it native support? | 20:28 |
*** kyleolivo has quit IRC | 20:28 | |
larsks | I don't know if debian distributes pre-built cloud images. If the 'cloud-init' package is installed, that would answer the question. | 20:29 |
portalBlock | Ok, thank you. | 20:29 |
portalBlock | Seems to be installed, this should save a lot of time for us~ | 20:31 |
evilrob | looking at config-drive. I can get it to work passing "--config-drive true" on the commandline, but want all VMs to use config-drive. I set force_config_drive=true and it doesn't work. Which piece am i missing? | 20:31 |
larsks | evilrob: what version of openstack? | 20:32 |
evilrob | juno | 20:32 |
*** rtheis_ has quit IRC | 20:32 | |
evilrob | which nova process handles the config-drive bits | 20:32 |
*** rtheis_ has joined #openstack | 20:32 | |
evilrob | I restarted api and conductor | 20:33 |
*** annashen has joined #openstack | 20:33 | |
larsks | The docs say, "if set, valid options are: always", so maybe try setting the parameter to "always"? | 20:33 |
*** noslzzp has quit IRC | 20:33 | |
larsks | I would guess either nova-api or nova-compute. Certainly nova-compute needs to *know* about the parameter. | 20:33 |
larsks | But I'm not sure. | 20:33 |
*** noslzzp has joined #openstack | 20:33 | |
*** Muhannad has quit IRC | 20:34 | |
*** maishsk has quit IRC | 20:34 | |
*** Defcronyke has quit IRC | 20:34 | |
*** CrtxReavr has quit IRC | 20:35 | |
*** jasondotstar is now known as jasondotstar|afk | 20:35 | |
evilrob | larsks: might be it. I was looking at kilo docs that referred to "force_config_drive=true" | 20:36 |
*** annashen has quit IRC | 20:37 | |
larsks | evilrob: Huh. Yeah, I see that in the Kilo release notes. | 20:37 |
evilrob | no joy | 20:38 |
*** melmoth has quit IRC | 20:38 | |
*** vivek-ebay has joined #openstack | 20:38 | |
larsks | Bummer. I've only ever used config drive via the command line, so not sure. I happen to have a Juno install running right now so in a bit I may be able to take a look on my system. | 20:39 |
*** BOKALDO has quit IRC | 20:39 | |
portalBlock | In the cloud-init config I have it download a script and set it executable with chmod but how would I run it? | 20:39 |
larsks | portalBlock: you pass cloud-init the script via user-data when you create an instance. E.g., "nova boot --user-data /some/file" or the equivalent in the web gui. | 20:40 |
larsks | It needs to start with a '#!' path (like '#!/bin/sh'). | 20:40 |
*** vivek-ebay has quit IRC | 20:40 | |
portalBlock | Oh, ok. I misunderstood the documentation then. Thanks again! | 20:40 |
larsks | Ubuntu has some overview documentation: https://help.ubuntu.com/community/CloudInit | 20:41 |
*** CrtxReavr has joined #openstack | 20:41 | |
*** dannywilson has quit IRC | 20:41 | |
*** patrickeast has quit IRC | 20:41 | |
*** MarkAtwood has quit IRC | 20:42 | |
*** patrickeast has joined #openstack | 20:43 | |
*** hrou has joined #openstack | 20:44 | |
*** ronis__ has quit IRC | 20:44 | |
*** maishsk has joined #openstack | 20:44 | |
*** patrickeast has quit IRC | 20:46 | |
*** patrickeast has joined #openstack | 20:47 | |
*** elo1 has quit IRC | 20:48 | |
*** travnewmatic has joined #openstack | 20:49 | |
*** vic5 has joined #openstack | 20:50 | |
*** KarlchenK has quit IRC | 20:51 | |
*** davi has joined #openstack | 20:52 | |
*** lapalm has quit IRC | 20:52 | |
*** patrickeast has quit IRC | 20:52 | |
*** crc32 has quit IRC | 20:52 | |
*** annegentle has quit IRC | 20:54 | |
*** elo has joined #openstack | 20:56 | |
*** pkennedy_ has joined #openstack | 20:56 | |
*** rushiagr_away has joined #openstack | 20:56 | |
*** thumpba has quit IRC | 20:56 | |
*** neeti has joined #openstack | 20:56 | |
*** otter768 has joined #openstack | 20:56 | |
*** mrkz1 has quit IRC | 20:56 | |
*** neeti has quit IRC | 20:57 | |
*** patrickeast has joined #openstack | 20:57 | |
*** RedRat has quit IRC | 20:58 | |
*** pkennedy has quit IRC | 20:59 | |
*** shibby has quit IRC | 20:59 | |
*** ivan_mironov has quit IRC | 21:00 | |
*** dhanus has joined #openstack | 21:00 | |
*** eghobo has joined #openstack | 21:00 | |
*** bapalm_ has quit IRC | 21:00 | |
*** lucas__ has quit IRC | 21:01 | |
*** CrtxReavr has quit IRC | 21:01 | |
*** otter768 has quit IRC | 21:01 | |
*** CrtxReavr has joined #openstack | 21:01 | |
*** aryklein has quit IRC | 21:02 | |
*** eghobo__ has quit IRC | 21:03 | |
*** toscalix has quit IRC | 21:03 | |
*** maishsk has quit IRC | 21:04 | |
*** kkoski has quit IRC | 21:06 | |
*** maishsk has joined #openstack | 21:07 | |
*** aimon has quit IRC | 21:07 | |
*** woodard has quit IRC | 21:08 | |
*** tkatarki has quit IRC | 21:08 | |
*** patrickeast has quit IRC | 21:09 | |
*** travnewmatic_ has joined #openstack | 21:11 | |
*** ndipanov has quit IRC | 21:12 | |
*** davi has quit IRC | 21:13 | |
*** dhanus has quit IRC | 21:13 | |
*** eghobo has quit IRC | 21:14 | |
*** maishsk has quit IRC | 21:15 | |
*** henrynash has quit IRC | 21:16 | |
*** henrynash has joined #openstack | 21:16 | |
*** mjturek1 has quit IRC | 21:17 | |
*** sam__ has joined #openstack | 21:19 | |
*** jasondotstar|afk is now known as jasondotstar | 21:19 | |
evilrob | yeah... still no joy. I either need to get config-drive to default to true or make the metadata server work. There was a workaround listed for the metadata server, but that was listed as fixed in icehouse | 21:19 |
evilrob | and now my ES cluster starts to crap itself... | 21:20 |
*** Defcronyke has joined #openstack | 21:20 | |
*** trifon has quit IRC | 21:21 | |
*** galstrom is now known as galstrom_zzz | 21:21 | |
Sam-I-Am | . | 21:22 |
*** rtheis_ has quit IRC | 21:23 | |
*** Defcronyke has joined #openstack | 21:24 | |
Sam-I-Am | evilrob: so whats happening? | 21:24 |
evilrob | with my ES cluster? :) | 21:25 |
*** Marga_ has quit IRC | 21:25 | |
evilrob | watching cirros boot it makes a bunch of metadata requests that fail, and then comes up without any metadata (including ssh keys) | 21:26 |
Sam-I-Am | with what i left on | 21:26 |
*** sam__ has quit IRC | 21:26 | |
evilrob | played with config-drive, and from the command-line, it works great | 21:26 |
Sam-I-Am | makes sense, provider networks generally dont support ec2-style metadata | 21:26 |
evilrob | now just trying to get it to default to always on | 21:26 |
*** kencjohnston has quit IRC | 21:27 | |
*** shibby has joined #openstack | 21:27 | |
Sam-I-Am | there's a way to make it work off the dhcp agent, but frankly config-drive is a better option | 21:27 |
*** shibby has quit IRC | 21:27 | |
evilrob | and I'm fine with config-drive. I'd just like it to be always on. Sure, I can train users to tick the checkbox on the last tab of the launch instance bit, but shouldn't force_config_drive work? | 21:28 |
*** puranamr has quit IRC | 21:28 | |
*** githogori has quit IRC | 21:29 | |
*** kyleolivo has joined #openstack | 21:29 | |
*** portalBlock is now known as portalBlock|away | 21:30 | |
*** RedRat has joined #openstack | 21:30 | |
*** Sesso has quit IRC | 21:30 | |
*** JuanDRay has quit IRC | 21:30 | |
Sam-I-Am | you can set the option in the nova config file to force it | 21:31 |
evilrob | I tried force_config_drive=True and force_config_drive=Always | 21:31 |
Sam-I-Am | in all nova.conf ? | 21:32 |
*** harukomoto has quit IRC | 21:32 | |
*** electrocucaracha has quit IRC | 21:32 | |
evilrob | on the controller. crap. need it on compute don't I. | 21:32 |
evilrob | fml | 21:32 |
*** eghobo has joined #openstack | 21:33 | |
*** foolstack has joined #openstack | 21:34 | |
*** kyleolivo has quit IRC | 21:35 | |
evilrob | I was so damn target focused on my controller with all the neutron bits, it never even occurred to me. | 21:35 |
*** galstrom_zzz is now known as galstrom | 21:35 | |
evilrob | that solves the provlem | 21:35 |
Sam-I-Am | no big deal | 21:36 |
Sam-I-Am | shit happens | 21:36 |
*** omegamike has joined #openstack | 21:36 | |
*** TheIntern has quit IRC | 21:36 | |
*** IronPriest has joined #openstack | 21:38 | |
*** IronPriest has left #openstack | 21:39 | |
*** electrocucaracha has joined #openstack | 21:39 | |
*** puranamr has joined #openstack | 21:41 | |
*** vivek-ebay has joined #openstack | 21:41 | |
*** eblake has quit IRC | 21:41 | |
*** nagoor has quit IRC | 21:41 | |
*** qhartman has joined #openstack | 21:42 | |
*** electrocucaracha has quit IRC | 21:43 | |
*** pixelbeat_ has quit IRC | 21:43 | |
Hazelesque | hey | 21:43 |
evilrob | Ok, well at least it's working now. So with this flat networking setup, packets from the compute node will go out my local interface and not across the linuxbridge? | 21:43 |
Hazelesque | I read about using SmartOS compute nodes on the wiki... https://wiki.openstack.org/wiki/SmartOS | 21:44 |
Hazelesque | though it looks like the fork in question hasn't been updated since Grizzly? ( https://github.com/tmetsch/nova ) | 21:44 |
*** kyleolivo has joined #openstack | 21:44 | |
* Hazelesque wonders how much faff it would be to get the smartos driver for nova working with newer releases... | 21:45 | |
* evilrob just answered his latest question by using tcpdump | 21:45 | |
Sam-I-Am | evilrob: still uses the bridge | 21:45 |
Sam-I-Am | just no vlan tag | 21:45 |
*** vivek-ebay has quit IRC | 21:46 | |
evilrob | doesn't seem to | 21:46 |
*** morazi has quit IRC | 21:46 | |
*** guyfawkes13 has joined #openstack | 21:46 | |
*** annegentle has joined #openstack | 21:47 | |
evilrob | seems to go straight out the interface. and indeed I just rebooted the controller/neutron box and can still talk to one of my VMs | 21:48 |
*** electrocucaracha has joined #openstack | 21:48 | |
*** ikcerog_ has joined #openstack | 21:49 | |
Sam-I-Am | there should be a brq### on the hosts | 21:49 |
*** eghobo has quit IRC | 21:50 | |
*** danzilio has quit IRC | 21:50 | |
Sam-I-Am | vm tap -> brq w/ security groups -> host interface | 21:50 |
evilrob | ok. when you say bridge, part of me is thinking tunnel. | 21:50 |
Sam-I-Am | bridges go over things, tunnels go through things? :) | 21:50 |
*** jasonsb has quit IRC | 21:51 | |
*** ikcerog_ has quit IRC | 21:51 | |
*** danzilio has joined #openstack | 21:51 | |
*** vivek-ebay has joined #openstack | 21:52 | |
*** ikcerog has quit IRC | 21:52 | |
*** bdemers has quit IRC | 21:54 | |
*** bdemers has joined #openstack | 21:55 | |
*** riffraff169 has quit IRC | 21:56 | |
*** jecarey has quit IRC | 21:56 | |
*** eghobo has joined #openstack | 21:56 | |
*** smyers has quit IRC | 21:57 | |
*** jbell8 has quit IRC | 21:57 | |
*** kurtmartin is now known as kmartin | 21:59 | |
*** mosburn has quit IRC | 21:59 | |
*** mwagner_lap has quit IRC | 21:59 | |
*** aimon has joined #openstack | 22:00 | |
*** smyers has joined #openstack | 22:00 | |
*** agireud has quit IRC | 22:02 | |
*** jcarter2 has quit IRC | 22:02 | |
*** s00pcan has quit IRC | 22:02 | |
*** designbybeck has quit IRC | 22:03 | |
*** hdd has quit IRC | 22:03 | |
*** thedodd has quit IRC | 22:04 | |
*** s00pcan has joined #openstack | 22:04 | |
*** sanchitmalhotra1 has joined #openstack | 22:09 | |
*** jbell8 has joined #openstack | 22:10 | |
*** GenteelBen has quit IRC | 22:11 | |
*** sanchitmalhotra has quit IRC | 22:11 | |
*** jbell8 has quit IRC | 22:11 | |
*** bdemers has quit IRC | 22:13 | |
*** riffraff169 has joined #openstack | 22:13 | |
*** agireud has joined #openstack | 22:14 | |
*** nerd1701 has quit IRC | 22:14 | |
*** bdemers has joined #openstack | 22:16 | |
*** agireud has quit IRC | 22:18 | |
*** kylek3h has quit IRC | 22:18 | |
*** crash has joined #openstack | 22:18 | |
*** thumpba has joined #openstack | 22:19 | |
*** crash is now known as Guest67582 | 22:19 | |
*** Guest67582 has quit IRC | 22:21 | |
*** GeoKM has joined #openstack | 22:21 | |
*** gargola has quit IRC | 22:24 | |
*** busterswt has quit IRC | 22:25 | |
*** morazi has joined #openstack | 22:26 | |
*** VW_ has quit IRC | 22:27 | |
*** spotz is now known as spotz_zzz | 22:28 | |
*** thumpba has quit IRC | 22:29 | |
*** MarkAtwood has joined #openstack | 22:30 | |
*** omegamike has quit IRC | 22:31 | |
*** pkennedy_ has quit IRC | 22:33 | |
*** kyleolivo has quit IRC | 22:33 | |
*** annashen has joined #openstack | 22:33 | |
*** JRobinson__ has joined #openstack | 22:34 | |
*** kbringard has quit IRC | 22:34 | |
*** geekinutah has quit IRC | 22:35 | |
*** MarkAtwood has quit IRC | 22:35 | |
*** annegentle has quit IRC | 22:35 | |
*** kmartin has quit IRC | 22:36 | |
*** kyleolivo has joined #openstack | 22:36 | |
*** galstrom is now known as galstrom_zzz | 22:37 | |
*** kyleolivo has quit IRC | 22:37 | |
*** annashen has quit IRC | 22:38 | |
*** fsimonce has quit IRC | 22:39 | |
*** jdelaros1 has quit IRC | 22:40 | |
*** thumpba has joined #openstack | 22:41 | |
*** Muhannad has joined #openstack | 22:41 | |
*** thumpba has quit IRC | 22:41 | |
*** phil_s_stein is now known as phil_s|away | 22:42 | |
*** kmARC has quit IRC | 22:42 | |
*** jonaspaulo has quit IRC | 22:42 | |
*** annegentle has joined #openstack | 22:43 | |
*** jasonsb has joined #openstack | 22:45 | |
*** alwaysatthenoc has quit IRC | 22:45 | |
*** nadeem has quit IRC | 22:45 | |
*** omegamike has joined #openstack | 22:46 | |
*** AbuAbu has joined #openstack | 22:49 | |
*** obedmr has quit IRC | 22:49 | |
*** obedmr has joined #openstack | 22:50 | |
*** omegamike has quit IRC | 22:51 | |
*** shakamunyi has quit IRC | 22:51 | |
*** dims_ has joined #openstack | 22:51 | |
*** kyleolivo has joined #openstack | 22:52 | |
*** dims has quit IRC | 22:52 | |
*** MarkAtwood has joined #openstack | 22:52 | |
*** dims has joined #openstack | 22:53 | |
*** mwagner_lap has joined #openstack | 22:53 | |
*** obedmr has quit IRC | 22:54 | |
*** bknudson has quit IRC | 22:56 | |
*** dims_ has quit IRC | 22:56 | |
*** steveg_afk has quit IRC | 22:57 | |
*** otter768 has joined #openstack | 22:57 | |
*** rbak has quit IRC | 22:57 | |
*** patrickeast has joined #openstack | 22:59 | |
*** salv-orlando has joined #openstack | 22:59 | |
*** gildub has joined #openstack | 23:01 | |
*** kyleolivo has quit IRC | 23:01 | |
*** potato_farmer has quit IRC | 23:02 | |
*** otter768 has quit IRC | 23:02 | |
*** salv-orl_ has quit IRC | 23:02 | |
*** toscalix has joined #openstack | 23:04 | |
*** jaosorior has quit IRC | 23:04 | |
*** VW_ has joined #openstack | 23:06 | |
*** glavni_ninja has quit IRC | 23:07 | |
*** vivek-ebay has quit IRC | 23:07 | |
*** vivek-ebay has joined #openstack | 23:07 | |
*** slaweq has quit IRC | 23:08 | |
*** jhova has joined #openstack | 23:08 | |
*** fzylogic has joined #openstack | 23:10 | |
*** electrocucaracha has quit IRC | 23:13 | |
*** glavni_ninja has joined #openstack | 23:13 | |
*** VW_ has quit IRC | 23:15 | |
*** VW_ has joined #openstack | 23:15 | |
*** Nex6 has joined #openstack | 23:16 | |
*** Nex6 has quit IRC | 23:16 | |
*** Nex6 has joined #openstack | 23:16 | |
*** dannywilson has joined #openstack | 23:18 | |
*** guyfawkes13 has quit IRC | 23:20 | |
*** VW_ has quit IRC | 23:20 | |
*** GeoKM has quit IRC | 23:21 | |
*** JRobinson__ has quit IRC | 23:23 | |
*** annegentle has quit IRC | 23:24 | |
*** patrickeast has quit IRC | 23:25 | |
*** rawl has quit IRC | 23:26 | |
*** SumitNaiksatam has quit IRC | 23:26 | |
*** qhartman has quit IRC | 23:27 | |
*** Anario has joined #openstack | 23:28 | |
*** danzilio has quit IRC | 23:28 | |
Anario | hi i need help ! | 23:28 |
*** dims has quit IRC | 23:29 | |
Anario | Error: The resource could not be found. (HTTP 404) | 23:29 |
AbuAbu | Anario: what you are doing ? | 23:29 |
AbuAbu | Hi all, http://pastebin.com/wDX0q5xS | 23:29 |
AbuAbu | I'm following keystone configuration for Kilo http://docs.openstack.org/kilo/install-guide/install/apt/content/keystone-verify.html | 23:29 |
Anario | it comes when i create instances | 23:29 |
AbuAbu | I'm running WSGI in apache, but getting this errors in keystone.log | 23:30 |
*** yamamoto has joined #openstack | 23:30 | |
*** toscalix has quit IRC | 23:31 | |
Anario | AbuAbu no i have no problem with keystone | 23:31 |
AbuAbu | how do I switch from eventlet to apache? | 23:31 |
Sam-I-Am | dont start the keystone service | 23:32 |
AbuAbu | Anario: I guess, so! But I do have | 23:32 |
Sam-I-Am | the guide says that | 23:32 |
AbuAbu | hm | 23:32 |
Sam-I-Am | apache binds to ports 5000 and 35357 | 23:32 |
AbuAbu | Sam-I-Am: thanks | 23:32 |
AbuAbu | Disable the keystone service from starting automatically after installation: | 23:32 |
AbuAbu | I did that but started service | 23:32 |
AbuAbu | this is not working /etc/init/keystone.override | 23:33 |
*** marcusvrn has quit IRC | 23:33 | |
AbuAbu | Sam-I-Am: thanks again! it was stupid mistake on my side. | 23:34 |
Sam-I-Am | sure | 23:34 |
AbuAbu | Other issue I got | 23:34 |
*** UmbraMalison_ has quit IRC | 23:34 | |
AbuAbu | I'm running keystone verification command on both controller and remote client - on controller it works great, but on remote client I'm getting this (I have all env variables related to keystone unset) | 23:35 |
AbuAbu | openstack --os-auth-url http://controller:35357 --os-project-name admin --os-username admin --os-auth-type password project list | 23:35 |
AbuAbu | Password: | 23:35 |
AbuAbu | ERROR: openstack The request you have made requires authentication. (HTTP 401) (Request-ID: req-e955fd77-0ca8-4d13-b997-941e278690c4) | 23:35 |
AbuAbu | in both cases I'm entering same password, from both client and controller I can access http://controller:35357/ | 23:35 |
Anario | Error: The resource could not be found. (HTTP 404) (Request-ID: req-551b5e95-01a4-47b7-80b3-03946e28df32) | 23:35 |
*** phalmos has quit IRC | 23:36 | |
AbuAbu | Anario: you have same issue I do have ? | 23:36 |
*** danielbruno has quit IRC | 23:37 | |
Anario | AbuAbu i think no | 23:37 |
*** crossbeau has quit IRC | 23:38 | |
*** UmbraMalison has joined #openstack | 23:38 | |
*** yamamoto has quit IRC | 23:43 | |
*** Debesis_ has joined #openstack | 23:44 | |
*** blahRus has quit IRC | 23:45 | |
*** Debesis has quit IRC | 23:46 | |
*** omegamike has joined #openstack | 23:47 | |
*** omegamike has quit IRC | 23:52 | |
*** sgw has joined #openstack | 23:52 | |
*** smoriya has joined #openstack | 23:52 | |
*** ysopex has joined #openstack | 23:54 | |
*** Reepicheep has quit IRC | 23:57 | |
*** phil_s|away is now known as phil_s_stein | 23:58 | |
*** ysopex has quit IRC | 23:59 | |
*** AbuAbu1 has joined #openstack | 23:59 | |
*** GeoKM has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!