*** emagana has quit IRC | 00:01 | |
*** SimonChung has quit IRC | 00:15 | |
*** markvoelker has joined #openstack-operators | 00:16 | |
WormMan | gah, love these puppet modules... nova uses rabbit_userid, neutron uses rabbit_user | 00:17 |
---|---|---|
Zucan | :) Seems like the puppet modules are following the inconsistent standards set forth by the different openstack projects :) | 00:18 |
*** hitalia has quit IRC | 00:18 | |
WormMan | yea, inconsistent consistency | 00:18 |
Zucan | exactly | 00:18 |
WormMan | and I managed to totally miss the puppet complaint session at the summit :) | 00:19 |
Zucan | There were so many complaint sessions to attend, can't attend them all.... | 00:20 |
*** david-lyle has quit IRC | 00:20 | |
jlk | heh | 00:20 |
jlk | I figure my puppet complaints have been filed by me pushing Ansible | 00:20 |
mdorman | WormMan / Zucan : yeah we want to get more consistency in that stuff. if you can file bugs under the puppet projects where you find that stuff, that would be useful | 00:21 |
Zucan | Yup. I plan on doing that. | 00:22 |
WormMan | I plan on grumbling, fixing my calling code(which was trying to use a single hiera hash for all rabbit parameters) | 00:23 |
mdorman | cool, thanks. | 00:23 |
Zucan | A lot of the inconsistencies I see are related to the CLI commands, which will be surplanted by the openstack client. eventually. :) | 00:23 |
*** markvoelker has quit IRC | 00:23 | |
mdorman | yup yup | 00:23 |
mdorman | all related | 00:23 |
WormMan | don't even get me started on the other stuff :) | 00:23 |
*** alop has quit IRC | 00:23 | |
Zucan | :) heh heh | 00:23 |
*** markvoelker has joined #openstack-operators | 00:23 | |
mdorman | i have similar frustrations with the cli tools in general | 00:23 |
WormMan | I'm trying to get HA enabled, some modules take different subets of the parameters and for the rest I have to call blah_config directly | 00:24 |
Zucan | Yup. :) to tenant_id or tenant or not :) | 00:24 |
mdorman | totally | 00:25 |
WormMan | luckily, my current problem is as easy as: $neutron_os_opts = merge(delete($os_opts,'rabbit_userid'),{'rabbit_user' => $os_opts['rabbit_userid']} ) | 00:27 |
mdorman | so you use a hash like that to provide the parameters to the neutron class? are you using create_resources ? | 00:28 |
WormMan | mdorman: yes, it's all coming from hiera instead of the chains of parameters that the openstack module uses | 00:28 |
Zucan | yeah, we use hiera extensively too... in fact, we depend on it | 00:29 |
Zucan | (get it?) :) | 00:29 |
WormMan | which I find even more fragile | 00:29 |
WormMan | here, let's copy the same parameter 10 times | 00:29 |
WormMan | of course, I have to do some fun templating in hiera... | 00:30 |
WormMan | auth_uri: "http://%{hiera('os_api_fqdn')}:5000/v2.0" | 00:30 |
*** rlrevell has joined #openstack-operators | 00:30 | |
WormMan | still need to clean that mess up a bit... :) | 00:31 |
WormMan | of course, if every module used the same names for the same options... | 00:31 |
mdorman | right, right | 00:32 |
mdorman | do you use the data binding stuff at all? so where you can just ‘include neutron’, and it’ll automatically pull in the parameters from neutron for you? | 00:32 |
mdorman | you still have the different-parameter-name-in-every-module problem, but at least makes the manifest code cleaner | 00:33 |
mdorman | in any case i think i can say that we def. want to make that experience better for people. now that the puppet stuff is in the ‘big tent’ we are getting a little more serious about this stuff | 00:33 |
mdorman | but we can always use help, too, so feel free to send patches over :) | 00:33 |
WormMan | see, this time I'm not patching anything :) | 00:34 |
WormMan | the nice thing is by abusing create_resources my control node HA pair is now 600 lines of puppet instead of 1800 | 00:35 |
WormMan | also, I enjoy unintended side effects, like "class{'nova::network': enable=>false)" trying to enable ip_forwarding | 00:36 |
*** j05hk has quit IRC | 00:36 | |
WormMan | I suppose once I make the cloud go(tm) I can circle back and think about fixing the base code | 00:37 |
WormMan | still having to hard call the blah_config on a bunch of nova and neutron stuff | 00:38 |
mdorman | yeah well at least teh *_config providers are there so that’s pretty easy | 00:39 |
WormMan | yea, the trick is figuring out what I, or puppet, missed | 00:39 |
WormMan | the ML2 stuff is just lovely | 00:40 |
*** simon-AS5591 has quit IRC | 01:15 | |
*** rlrevell has left #openstack-operators | 01:24 | |
*** david-lyle has joined #openstack-operators | 01:35 | |
*** j05hk has joined #openstack-operators | 02:24 | |
*** david-lyle has quit IRC | 02:33 | |
*** blair has joined #openstack-operators | 02:33 | |
*** j05hk has quit IRC | 02:44 | |
*** mdorman has quit IRC | 02:46 | |
*** j05hk has joined #openstack-operators | 02:56 | |
*** david-lyle has joined #openstack-operators | 03:11 | |
*** fawadkhaliq has joined #openstack-operators | 03:22 | |
*** VW has joined #openstack-operators | 03:26 | |
*** j05hk has quit IRC | 03:33 | |
*** VW has quit IRC | 03:44 | |
*** stanchan has joined #openstack-operators | 03:45 | |
*** VW has joined #openstack-operators | 03:45 | |
*** emagana has joined #openstack-operators | 03:51 | |
*** maishsk_afk has joined #openstack-operators | 04:31 | |
*** maishsk_afk is now known as maishsk | 04:31 | |
*** markvoelker has quit IRC | 04:31 | |
*** maishsk has quit IRC | 04:33 | |
*** VW has quit IRC | 04:58 | |
*** matrohon has joined #openstack-operators | 05:01 | |
*** csoukup has quit IRC | 05:12 | |
*** belmoreira has joined #openstack-operators | 05:23 | |
*** matrohon has quit IRC | 05:27 | |
*** cloudm2 has quit IRC | 05:32 | |
*** fawadk has joined #openstack-operators | 05:37 | |
*** fawadk has quit IRC | 05:37 | |
*** fawadk has joined #openstack-operators | 05:37 | |
*** fawadk is now known as fawadkhaliq_ | 05:37 | |
*** fawadkhaliq has quit IRC | 05:39 | |
*** emagana has quit IRC | 06:00 | |
*** emagana has joined #openstack-operators | 06:01 | |
*** simon-AS559 has joined #openstack-operators | 06:03 | |
*** fawadkhaliq has joined #openstack-operators | 06:03 | |
*** simon-AS5591 has joined #openstack-operators | 06:05 | |
*** emagana has quit IRC | 06:05 | |
*** fawadkhaliq_ has quit IRC | 06:05 | |
*** fawadk has joined #openstack-operators | 06:06 | |
*** simon-AS559 has quit IRC | 06:07 | |
*** fawadkhaliq has quit IRC | 06:08 | |
*** simon-AS5591 has quit IRC | 06:28 | |
*** maishsk_afk has joined #openstack-operators | 06:39 | |
*** fawadkhaliq has joined #openstack-operators | 06:51 | |
*** fawadk has quit IRC | 06:54 | |
*** markvoelker has joined #openstack-operators | 07:17 | |
*** simon-AS559 has joined #openstack-operators | 07:17 | |
*** simon-AS559 has quit IRC | 07:19 | |
*** matrohon has joined #openstack-operators | 07:24 | |
*** emagana has joined #openstack-operators | 07:25 | |
*** emagana has quit IRC | 07:30 | |
*** simon-AS5591 has joined #openstack-operators | 07:37 | |
*** fawadkhaliq has quit IRC | 07:50 | |
*** emagana has joined #openstack-operators | 08:04 | |
*** emagana has quit IRC | 08:09 | |
*** matrohon has quit IRC | 08:14 | |
*** maishsk_afk is now known as maishsk | 08:34 | |
*** emagana has joined #openstack-operators | 08:59 | |
*** emagana has quit IRC | 09:03 | |
*** belmoreira has quit IRC | 09:15 | |
*** derekh has joined #openstack-operators | 09:37 | |
*** simon-AS559 has joined #openstack-operators | 09:38 | |
*** simon-AS5591 has quit IRC | 09:41 | |
*** emagana has joined #openstack-operators | 09:53 | |
*** emagana has quit IRC | 09:57 | |
*** maishsk has quit IRC | 10:00 | |
*** maishsk_afk has joined #openstack-operators | 10:04 | |
*** emagana has joined #openstack-operators | 10:47 | |
*** emagana has quit IRC | 10:48 | |
*** emagana has joined #openstack-operators | 10:48 | |
*** emagana has quit IRC | 10:53 | |
*** matrohon has joined #openstack-operators | 11:17 | |
*** openstack has joined #openstack-operators | 11:37 | |
*** emagana has joined #openstack-operators | 11:43 | |
*** emagana has quit IRC | 11:48 | |
*** blair has quit IRC | 11:48 | |
*** markvoelker has quit IRC | 12:04 | |
*** markvoelker has joined #openstack-operators | 12:04 | |
*** emagana has joined #openstack-operators | 12:37 | |
*** emagana has quit IRC | 12:41 | |
*** matrohon has quit IRC | 12:44 | |
*** fawadkhaliq has joined #openstack-operators | 13:00 | |
*** dminer has joined #openstack-operators | 13:00 | |
*** dboik has joined #openstack-operators | 13:05 | |
*** Piet has quit IRC | 13:09 | |
*** radez_g0n3 is now known as radez | 13:13 | |
*** VW has joined #openstack-operators | 13:17 | |
*** rlrevell has joined #openstack-operators | 13:18 | |
*** matrohon has joined #openstack-operators | 13:25 | |
*** emagana has joined #openstack-operators | 13:31 | |
*** emagana has quit IRC | 13:35 | |
*** cloudm2 has joined #openstack-operators | 13:42 | |
*** jeh has joined #openstack-operators | 13:44 | |
*** j05hk has joined #openstack-operators | 13:49 | |
*** j05hk has quit IRC | 14:00 | |
*** j05hk has joined #openstack-operators | 14:00 | |
*** ferest has joined #openstack-operators | 14:06 | |
*** saneax has joined #openstack-operators | 14:06 | |
*** ferest has quit IRC | 14:08 | |
*** csoukup has joined #openstack-operators | 14:13 | |
*** blair has joined #openstack-operators | 14:20 | |
*** simon-AS559 has quit IRC | 14:23 | |
*** j05hk has quit IRC | 14:24 | |
*** esker has joined #openstack-operators | 14:33 | |
*** j05hk has joined #openstack-operators | 14:35 | |
*** emagana has joined #openstack-operators | 14:40 | |
*** MeganR has joined #openstack-operators | 14:43 | |
*** simon-AS559 has joined #openstack-operators | 14:45 | |
*** arcimboldo has joined #openstack-operators | 14:50 | |
*** maishsk_afk has quit IRC | 14:59 | |
*** Hosam has joined #openstack-operators | 15:01 | |
*** maishsk_afk has joined #openstack-operators | 15:08 | |
*** maishsk_afk_ has joined #openstack-operators | 15:13 | |
*** mdorman has joined #openstack-operators | 15:13 | |
*** maishsk_afk has quit IRC | 15:13 | |
*** maishsk_afk_ is now known as maishsk_afk | 15:13 | |
*** MeganR has quit IRC | 15:20 | |
*** MeganR has joined #openstack-operators | 15:21 | |
*** rbrooker_ has joined #openstack-operators | 15:25 | |
*** maishsk_afk has quit IRC | 15:28 | |
*** maishsk_afk has joined #openstack-operators | 15:30 | |
*** csoukup has quit IRC | 15:33 | |
*** VW has quit IRC | 15:39 | |
*** VW has joined #openstack-operators | 15:40 | |
*** alop has joined #openstack-operators | 15:43 | |
*** alop has quit IRC | 15:43 | |
*** alop has joined #openstack-operators | 15:43 | |
*** maishsk_afk has quit IRC | 15:44 | |
*** saneax has quit IRC | 15:50 | |
*** barra204 has quit IRC | 15:54 | |
*** emagana has quit IRC | 16:00 | |
*** emagana has joined #openstack-operators | 16:02 | |
*** matrohon has quit IRC | 16:02 | |
*** rlrevell1 has joined #openstack-operators | 16:03 | |
*** rlrevell1 has quit IRC | 16:03 | |
*** rlrevell1 has joined #openstack-operators | 16:03 | |
*** rlrevell has quit IRC | 16:06 | |
*** rbrooker_ has quit IRC | 16:17 | |
*** derekh_ has joined #openstack-operators | 16:21 | |
*** derekh has quit IRC | 16:25 | |
*** cdelatte has joined #openstack-operators | 16:29 | |
*** fawadkhaliq has quit IRC | 16:30 | |
*** maishsk_afk has joined #openstack-operators | 16:37 | |
*** stanchan has quit IRC | 16:47 | |
*** radez is now known as radez_g0n3 | 16:48 | |
*** emagana has quit IRC | 16:53 | |
*** rlrevell1 has quit IRC | 16:59 | |
*** dboik has quit IRC | 17:07 | |
*** robksawyer has joined #openstack-operators | 17:08 | |
*** dboik has joined #openstack-operators | 17:12 | |
mdorman | is anybody doing event publishing with ceilometer? is ceilometer-collector the service that actually handles dispatching the events to the publisher? or is that some other service? | 17:13 |
mdorman | trying to get a minimal ceilometer set up that just consumes notifications from the other services, and then dispatches those back out to kafka. i don’t need/want any of the metering or alarming stuff | 17:14 |
*** dboik has quit IRC | 17:16 | |
*** RichardRaseley has joined #openstack-operators | 17:18 | |
*** fawadkhaliq has joined #openstack-operators | 17:22 | |
*** arcimboldo has quit IRC | 17:24 | |
*** fawadkhaliq has quit IRC | 17:27 | |
*** emagana has joined #openstack-operators | 17:31 | |
*** VW has quit IRC | 17:31 | |
*** rlrevell has joined #openstack-operators | 17:41 | |
*** dboik has joined #openstack-operators | 17:49 | |
*** emagana has quit IRC | 17:50 | |
*** Hosam has quit IRC | 17:55 | |
*** hitalia has joined #openstack-operators | 17:56 | |
*** simon-AS559 has quit IRC | 18:01 | |
*** VW has joined #openstack-operators | 18:12 | |
*** maishsk_afk has quit IRC | 18:19 | |
*** dboik has quit IRC | 18:22 | |
*** dboik_ has joined #openstack-operators | 18:30 | |
*** maishsk_afk has joined #openstack-operators | 18:35 | |
*** maishsk_afk has quit IRC | 18:43 | |
*** maishsk_afk has joined #openstack-operators | 18:45 | |
*** maishsk_afk is now known as maishsk | 18:46 | |
*** VW has quit IRC | 18:49 | |
*** dminer has quit IRC | 18:50 | |
*** maishsk has quit IRC | 18:50 | |
*** maishsk has joined #openstack-operators | 18:51 | |
*** Hosam has joined #openstack-operators | 18:56 | |
*** dboik_ has quit IRC | 18:57 | |
*** dboik has joined #openstack-operators | 18:57 | |
*** fawadkhaliq has joined #openstack-operators | 19:01 | |
*** fawadkhaliq has quit IRC | 19:06 | |
*** VW has joined #openstack-operators | 19:12 | |
*** fawadkhaliq has joined #openstack-operators | 19:14 | |
*** arcimboldo has joined #openstack-operators | 19:16 | |
*** gyee has joined #openstack-operators | 19:16 | |
*** arcimboldo has quit IRC | 19:30 | |
*** arcimboldo has joined #openstack-operators | 19:30 | |
*** fawadkhaliq has quit IRC | 19:33 | |
*** csoukup has joined #openstack-operators | 19:40 | |
mdorman | mfisch: you seen http://lists.openstack.org/pipermail/openstack/2015-May/012892.html ? (re: fernet tokens with ldap identity backend) | 19:45 |
mfisch | yeah | 19:46 |
mfisch | we're not affectec | 19:46 |
mfisch | affected | 19:46 |
mdorman | kk | 19:46 |
mfisch | because we're still using keystone ids for user ids | 19:46 |
mdorman | gottcha | 19:46 |
*** simon-AS559 has joined #openstack-operators | 19:49 | |
*** simon-AS5591 has joined #openstack-operators | 19:50 | |
*** arcimboldo has quit IRC | 19:50 | |
*** arcimboldo has joined #openstack-operators | 19:51 | |
*** simon-AS559 has quit IRC | 19:53 | |
*** Rockyg has joined #openstack-operators | 20:01 | |
*** matrohon has joined #openstack-operators | 20:03 | |
*** Piet has joined #openstack-operators | 20:08 | |
*** esker has quit IRC | 20:19 | |
*** VW has quit IRC | 20:21 | |
*** matrohon has quit IRC | 20:24 | |
*** arcimboldo has quit IRC | 20:26 | |
*** VW has joined #openstack-operators | 20:34 | |
*** barra204 has joined #openstack-operators | 20:35 | |
*** esker has joined #openstack-operators | 20:46 | |
*** robksawyer has quit IRC | 20:49 | |
*** barra204 has quit IRC | 20:50 | |
*** maishsk_ has joined #openstack-operators | 21:01 | |
*** esker has quit IRC | 21:01 | |
*** simon-AS5591 has quit IRC | 21:02 | |
*** maishsk has quit IRC | 21:03 | |
*** maishsk_ is now known as maishsk | 21:03 | |
*** robksawyer has joined #openstack-operators | 21:08 | |
*** rlrevell has quit IRC | 21:10 | |
*** dboik has quit IRC | 21:49 | |
*** arcimboldo has joined #openstack-operators | 21:53 | |
*** VW has quit IRC | 21:56 | |
*** VW has joined #openstack-operators | 21:57 | |
*** VW has quit IRC | 21:59 | |
*** VW has joined #openstack-operators | 21:59 | |
*** VW has quit IRC | 22:04 | |
*** Piet has quit IRC | 22:05 | |
*** VW has joined #openstack-operators | 22:06 | |
*** VW has quit IRC | 22:06 | |
*** VW has joined #openstack-operators | 22:07 | |
*** VW_ has joined #openstack-operators | 22:11 | |
*** VW has quit IRC | 22:11 | |
*** Rockyg has quit IRC | 22:11 | |
*** rlrevell has joined #openstack-operators | 22:17 | |
*** rlrevell has quit IRC | 22:28 | |
*** Piet has joined #openstack-operators | 22:31 | |
*** fawadkhaliq has joined #openstack-operators | 22:34 | |
*** fawadkhaliq has quit IRC | 22:38 | |
*** VW_ has quit IRC | 22:41 | |
*** derekh_ has quit IRC | 22:42 | |
*** csoukup has quit IRC | 22:44 | |
*** arcimboldo has quit IRC | 22:45 | |
*** geoffarnold has joined #openstack-operators | 22:50 | |
*** geoffarnold has quit IRC | 22:53 | |
*** csoukup has joined #openstack-operators | 23:00 | |
*** Rockyg has joined #openstack-operators | 23:01 | |
*** blair has quit IRC | 23:01 | |
*** csoukup has quit IRC | 23:05 | |
*** Hosam has quit IRC | 23:23 | |
*** mdorman has quit IRC | 23:23 | |
*** rlrevell has joined #openstack-operators | 23:24 | |
*** alop has quit IRC | 23:28 | |
*** rlrevell has quit IRC | 23:29 | |
*** rlrevell has joined #openstack-operators | 23:29 | |
*** alop has joined #openstack-operators | 23:31 | |
*** blair has joined #openstack-operators | 23:31 | |
*** rlrevell has quit IRC | 23:32 | |
*** fawadkhaliq has joined #openstack-operators | 23:38 | |
*** hitalia has quit IRC | 23:40 | |
*** RichardRaseley has quit IRC | 23:40 | |
*** rlrevell has joined #openstack-operators | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!