openstackgerrit | Mohammed Naser proposed openstack/puppet-nova master: Pass arguments as array for nova-manage provider https://review.openstack.org/504977 | 00:08 |
---|---|---|
*** vnogin has quit IRC | 00:10 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-keystone master: [DNM] test https://review.openstack.org/504361 | 00:21 |
*** xarses_ has joined #puppet-openstack | 00:42 | |
openstackgerrit | Merged openstack/puppet-octavia master: Add api_handler option https://review.openstack.org/503988 | 00:45 |
openstackgerrit | Merged openstack/puppet-octavia master: Deprecate revocation_cache_time option https://review.openstack.org/503928 | 00:46 |
*** ntpttr_laptop has quit IRC | 00:50 | |
openstackgerrit | Merged openstack/puppet-neutron master: add parameter to overwrite/add wsgi process options https://review.openstack.org/504892 | 01:18 |
openstackgerrit | zhongshengping proposed openstack/puppet-nova master: Remove useless options https://review.openstack.org/504871 | 01:21 |
*** ilbot3 has quit IRC | 01:45 | |
*** ntpttr_laptop has joined #puppet-openstack | 01:51 | |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-cookiecutter master: Deprecate revocation_cache_time option https://review.openstack.org/504348 | 01:51 |
*** ilbot3 has joined #puppet-openstack | 01:55 | |
*** ntpttr_laptop has quit IRC | 02:02 | |
*** xarses_ has quit IRC | 02:04 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-nova master: Pass arguments as array for nova-manage provider https://review.openstack.org/504977 | 02:23 |
mnaser | puppet cores: please prioritize this to fix our gates and fix tripleo - https://review.openstack.org/#/c/504977/ | 02:27 |
mnaser | please read comments in the bug as i provide more insight and link to logs where the builds were successful | 02:28 |
mnaser | the faster we get this merged the faster things clear up | 02:28 |
* mwhahaha waits for gerrit to stop being stupid | 02:31 | |
openstackgerrit | Merged openstack/puppet-openstack-integration master: keystone: run credential setup on xenial https://review.openstack.org/504407 | 02:33 |
mnaser | yeah its been quite slow since the upgrade | 02:35 |
-openstackstatus- NOTICE: Gerrit is being restarted to feed its insatiable memory appetite | 02:41 | |
mnaser | mwhahaha also both those patches (the original one and the fix) should be sent to stable/pike to fix the periodic problems in tripleo | 02:42 |
mnaser | ill remember to do them but just saying it in case i forget :p | 02:43 |
mwhahaha | k | 02:43 |
*** mwarad has joined #puppet-openstack | 02:46 | |
*** larsks has joined #puppet-openstack | 02:50 | |
larsks | Anyone around now who can help with an rspec test? I'm getting an "unsupported osfamily" error I don't understand while trying to write a test for puppet-tripleo. | 02:51 |
mwhahaha | larsks: sounds like you're not properly populating the facts so a module is erroring on you | 02:53 |
mwhahaha | larsks: do you have the test posted somewhere? | 02:54 |
mwhahaha | larsks: that's where the on_supported_os block for rspec tests is handy because it'll populate that stuff for you. example https://github.com/openstack/puppet-tripleo/blob/master/spec/classes/tripleo_profile_base_aodh_evaluator_spec.rb#L50-L58 | 02:54 |
larsks | mwhahaha: this is my stub test that is failing: https://gist.github.com/larsks/3b82c8226f2eec94c476065fd392f67b | 02:55 |
larsks | I used the aodh test as a model, actually. | 02:56 |
mwhahaha | larsks: my assumption is that the fluentd class is doing something silly | 02:56 |
larsks | That's probably not an unreasonable assumption. I'm just having a hard time reading the backtraces that rake spec is producing. | 02:56 |
mwhahaha | https://github.com/soylent/konstantin-fluentd/blob/master/manifests/params.pp#L6-L20 | 02:57 |
larsks | Ah, for example. | 02:57 |
mwhahaha | so if $facts['osfamily'] isn't 'redhat' or 'debian' it throws that fatal | 02:57 |
larsks | I wasn't able to tell that the fluentd module is what was producing the error, so that helps a lot. | 02:57 |
mwhahaha | osfamily should be set correctly via the on_supported_os stuff | 02:57 |
mwhahaha | though it might be including something outside of redhat/debian | 02:58 |
larsks | Part of the problem is that the generated error shows up verbatim (the ${facts['osfamily']} part shows up literally in the output), so I'm not sure what is triggering it. | 02:58 |
larsks | Actually, belay that. | 02:59 |
larsks | I think it's empty? The actual line with the error is "# Unsupported osfamily" | 02:59 |
mwhahaha | yea it might be empty | 02:59 |
larsks | So...what is my best option here? | 03:00 |
larsks | E.g., do I set osfamily (+ other facts?) explicitly in the test instead of using the on_supported_os bit? | 03:01 |
mwhahaha | that wouldn't be ideal but it would work | 03:01 |
mwhahaha | let me take a look at it real quick | 03:01 |
mwhahaha | it might also be puppet version specific | 03:02 |
larsks | My local environment is puppet 4.8.1. | 03:02 |
mwhahaha | eh that should be ok | 03:02 |
openstackgerrit | ShangXiao proposed openstack/puppet-openstack-integration master: Update and replace http with https for doc links https://review.openstack.org/504998 | 03:02 |
mwhahaha | larsks: it's the $facts['osfamily'] | 03:12 |
mwhahaha | larsks: $::osfamily is correct in the test but the $facts var doesn't appear to be properly constructed | 03:12 |
larsks | Okay. Is that something I can fix that in that let (:facts) ... block? | 03:13 |
mwhahaha | no i tried that as well | 03:14 |
mwhahaha | let me see if i can figure out what's going on | 03:14 |
mwhahaha | you might just have to skip the test for now | 03:14 |
larsks | I'm working on this because emilient said "I would be fine with this review if it had a test" :) | 03:14 |
mwhahaha | seems like a bug in puppet-rspec | 03:15 |
larsks | Well, I guess I'm glad I wasn't missing something simple. | 03:15 |
mwhahaha | it's probably because we use rspec-puppet 2.2.0 which is way old by now | 03:17 |
mwhahaha | larsks: yea it's the version of rspec-puppet we have in puppet-openstack_spec_helper | 03:24 |
larsks | mwhahaha: you mean, it works with a different version? Or you are confirming that 2.2.0 is the version currently in use? | 03:24 |
mwhahaha | yes to both | 03:24 |
mwhahaha | we need to bump the version in puppet-openstadck_spec_helper | 03:25 |
mwhahaha | which will resolve your problems | 03:25 |
*** xarses_ has joined #puppet-openstack | 03:25 | |
mwhahaha | i'm testing locally then i'll propose a patch | 03:25 |
larsks | Awesome. I appreciate you taking the time to look into this, because I was stumped. | 03:25 |
larsks | It's gotten way late here, so I'm going to turn in. Thanks again! | 03:27 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack_spec_helper master: Bump rspec-puppet version https://review.openstack.org/505002 | 03:27 |
mwhahaha | larsks: good night. -^ is the patch we'll need first | 03:27 |
larsks | Yah, I added myself as a reviewer so I can find it in the morning :) | 03:27 |
mwhahaha | we'll see how badly it blows up :D | 03:28 |
* mwhahaha wanders off as well | 03:28 | |
*** ntpttr_laptop has joined #puppet-openstack | 03:40 | |
*** ntpttr_laptop has quit IRC | 03:51 | |
*** ykarel has joined #puppet-openstack | 04:01 | |
*** ykarel_ has joined #puppet-openstack | 04:03 | |
*** ykarel has quit IRC | 04:05 | |
*** udesale has joined #puppet-openstack | 04:16 | |
*** skramaja has joined #puppet-openstack | 04:39 | |
*** agurenko has joined #puppet-openstack | 05:04 | |
*** skramaja_ has joined #puppet-openstack | 05:12 | |
*** skramaja has quit IRC | 05:14 | |
*** ratailor has joined #puppet-openstack | 05:47 | |
*** ykarel_ is now known as ykarel | 05:53 | |
*** udesale has quit IRC | 05:59 | |
*** udesale has joined #puppet-openstack | 06:00 | |
*** jtomasek has joined #puppet-openstack | 06:00 | |
*** Mosibi has quit IRC | 06:05 | |
*** spredzy has quit IRC | 06:05 | |
*** tdasilva has quit IRC | 06:05 | |
*** mwhahaha has quit IRC | 06:05 | |
*** kellyzdude has quit IRC | 06:05 | |
*** cmurphy has quit IRC | 06:05 | |
*** rajinir has quit IRC | 06:05 | |
*** cmurphy has joined #puppet-openstack | 06:06 | |
*** mwhahaha has joined #puppet-openstack | 06:06 | |
*** pepijn has quit IRC | 06:07 | |
*** xarses_ has quit IRC | 06:09 | |
*** Mosibi has joined #puppet-openstack | 06:10 | |
*** spredzy has joined #puppet-openstack | 06:10 | |
*** tdasilva has joined #puppet-openstack | 06:10 | |
*** kellyzdude has joined #puppet-openstack | 06:10 | |
*** rajinir has joined #puppet-openstack | 06:10 | |
*** mnaser has quit IRC | 06:12 | |
*** mnaser has joined #puppet-openstack | 06:21 | |
*** jaganathan has joined #puppet-openstack | 06:41 | |
*** ccamacho has joined #puppet-openstack | 06:49 | |
*** yprokule has joined #puppet-openstack | 07:14 | |
*** mwarad has quit IRC | 07:14 | |
*** _mwarad_ has joined #puppet-openstack | 07:14 | |
*** rcernin has joined #puppet-openstack | 07:18 | |
*** skramaja_ is now known as skramaja_afk | 07:21 | |
*** tesseract has joined #puppet-openstack | 07:24 | |
-openstackstatus- NOTICE: Post jobs are not executed currently, do not tag any releases | 07:24 | |
*** ChanServ changes topic to "Post jobs are not executed currently, do not tag any releases" | 07:24 | |
*** _mwarad_ has quit IRC | 07:32 | |
*** vnogin has joined #puppet-openstack | 07:34 | |
*** jpena|off is now known as jpena | 07:35 | |
*** amoralej|off is now known as amoralej | 07:36 | |
openstackgerrit | zhongshengping proposed openstack/puppet-nova master: Rename the spicehtml5proxy.pp test file https://review.openstack.org/505091 | 07:37 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints https://review.openstack.org/501613 | 07:48 |
*** vnogin has quit IRC | 07:51 | |
*** _mwarad_ has joined #puppet-openstack | 07:55 | |
openstackgerrit | zhongshengping proposed openstack/puppet-neutron master: Add unit test for missing config resources https://review.openstack.org/505100 | 07:55 |
*** vnogin has joined #puppet-openstack | 07:56 | |
*** shardy has joined #puppet-openstack | 08:04 | |
*** ykarel is now known as ykarel|lunch | 08:11 | |
*** fxpester has joined #puppet-openstack | 08:21 | |
*** jaosorior has quit IRC | 08:33 | |
*** jaosorior has joined #puppet-openstack | 08:34 | |
*** pepijn has joined #puppet-openstack | 08:39 | |
*** ykarel|lunch is now known as ykarel | 08:47 | |
*** udesale has quit IRC | 08:50 | |
*** udesale has joined #puppet-openstack | 09:03 | |
*** udesale has quit IRC | 09:05 | |
*** udesale has joined #puppet-openstack | 09:05 | |
*** udesale__ has joined #puppet-openstack | 09:10 | |
*** udesale has quit IRC | 09:12 | |
*** salmankhan has joined #puppet-openstack | 09:12 | |
*** skramaja_afk is now known as skramaja | 09:13 | |
*** gfidente has joined #puppet-openstack | 09:33 | |
*** gfidente has quit IRC | 09:33 | |
*** gfidente has joined #puppet-openstack | 09:33 | |
openstackgerrit | Alfredo Moralejo proposed openstack/puppet-horizon stable/ocata: Create new version in ocata https://review.openstack.org/505138 | 09:37 |
openstackgerrit | Alfredo Moralejo proposed openstack/puppet-horizon stable/newton: Create new version in newton https://review.openstack.org/505142 | 09:47 |
*** vnogin has quit IRC | 09:52 | |
*** salmankhan has quit IRC | 09:53 | |
*** salmankhan has joined #puppet-openstack | 09:53 | |
*** vnogin has joined #puppet-openstack | 10:03 | |
*** _mwarad_ has quit IRC | 10:26 | |
*** udesale__ has quit IRC | 10:32 | |
*** udesale has joined #puppet-openstack | 10:32 | |
*** jtomasek has quit IRC | 10:33 | |
*** jtomasek has joined #puppet-openstack | 10:34 | |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints https://review.openstack.org/501613 | 10:35 |
openstackgerrit | Merged openstack/puppet-nova master: add parameter to overwrite/add wsgi process options https://review.openstack.org/504898 | 10:36 |
*** hjensas has quit IRC | 10:39 | |
*** hjensas has joined #puppet-openstack | 10:39 | |
*** chem has joined #puppet-openstack | 10:43 | |
*** oidgar has joined #puppet-openstack | 10:47 | |
*** udesale has quit IRC | 10:54 | |
*** udesale has joined #puppet-openstack | 10:55 | |
*** dtantsur|afk is now known as dtantsur | 10:58 | |
*** salmankhan has quit IRC | 10:58 | |
*** salmankhan has joined #puppet-openstack | 10:58 | |
*** morazi has quit IRC | 11:00 | |
*** jaganathan has quit IRC | 11:13 | |
*** jpena is now known as jpena|lunch | 11:40 | |
*** morazi has joined #puppet-openstack | 11:46 | |
*** jaganathan has joined #puppet-openstack | 11:49 | |
*** vnogin has quit IRC | 11:53 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-openstacklib master: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/505192 | 11:57 |
*** vnogin has joined #puppet-openstack | 12:00 | |
*** jaosorior has quit IRC | 12:02 | |
openstackgerrit | Dmitry Tantsur proposed openstack/puppet-ironic master: Removed deprecated support for setting IPMI credentials https://review.openstack.org/505195 | 12:09 |
openstackgerrit | Benedikt Trefzer proposed openstack/puppet-aodh master: add parameter to overwrite/add wsgi process options https://review.openstack.org/505196 | 12:10 |
*** vnogin has quit IRC | 12:11 | |
*** dprince has joined #puppet-openstack | 12:16 | |
openstackgerrit | Benedikt Trefzer proposed openstack/puppet-aodh master: add parameter to overwrite/add wsgi process options https://review.openstack.org/505196 | 12:17 |
openstackgerrit | Dmitry Tantsur proposed openstack/puppet-ironic master: Remove support for already removed SSH drivers https://review.openstack.org/505200 | 12:18 |
openstackgerrit | Benedikt Trefzer proposed openstack/puppet-gnocchi master: add parameter to overwrite/add wsgi process options https://review.openstack.org/505203 | 12:23 |
*** trown|outtypewww is now known as trown | 12:23 | |
*** skramaja has quit IRC | 12:25 | |
*** atoth has joined #puppet-openstack | 12:25 | |
*** jaganathan has quit IRC | 12:26 | |
amoralej | could someone take a look into https://review.openstack.org/#/c/505142/ and https://review.openstack.org/#/c/505138 ? | 12:35 |
amoralej | we need it to unblock ci on stable releases in RDO | 12:35 |
amoralej | EmilienM, mwhahaha ^ | 12:37 |
*** jaganathan has joined #puppet-openstack | 12:38 | |
*** amoralej is now known as amoralej|lunch | 12:39 | |
*** ansmith has joined #puppet-openstack | 12:41 | |
*** jpena|lunch is now known as jpena | 12:42 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-ironic master: Update openstackdocstheme to latest version https://review.openstack.org/505208 | 12:42 |
*** vnogin has joined #puppet-openstack | 12:45 | |
mnaser | amoralej|lunch https://review.openstack.org/#/c/505197/ and https://review.openstack.org/#/c/505199/ and ready once that's done (but we cant release anything yet because post jobs are broken) | 12:47 |
*** vnogin has quit IRC | 12:50 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-watcher master: Update openstackdocstheme to latest version https://review.openstack.org/505215 | 12:57 |
*** ratailor has quit IRC | 12:58 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-zaqar master: Update openstackdocstheme to latest version https://review.openstack.org/505218 | 12:58 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-vswitch master: Update openstackdocstheme to latest version https://review.openstack.org/505219 | 12:59 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-vitrage master: Update openstackdocstheme to latest version https://review.openstack.org/505221 | 13:00 |
*** jaganathan has quit IRC | 13:04 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-trove master: Update openstackdocstheme to latest version https://review.openstack.org/505223 | 13:05 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-tempest master: Update openstackdocstheme to latest version https://review.openstack.org/505225 | 13:05 |
*** pepijn has quit IRC | 13:07 | |
*** pepijn has joined #puppet-openstack | 13:07 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-tacker master: Update openstackdocstheme to latest version https://review.openstack.org/505226 | 13:07 |
*** amoralej|lunch is now known as amoralej | 13:11 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-swift master: Update openstackdocstheme to latest version https://review.openstack.org/505228 | 13:12 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-sahara master: Update openstackdocstheme to latest version https://review.openstack.org/505229 | 13:12 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-panko master: Update openstackdocstheme to latest version https://review.openstack.org/505230 | 13:12 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-oslo master: Update openstackdocstheme to latest version https://review.openstack.org/505231 | 13:12 |
amoralej | mnaser, thanks for creating the releases review | 13:14 |
*** udesale has quit IRC | 13:17 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-openstack_extras master: Update openstackdocstheme to latest version https://review.openstack.org/505235 | 13:23 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-openstacklib master: Update openstackdocstheme to latest version https://review.openstack.org/505236 | 13:23 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-nova master: Update openstackdocstheme to latest version https://review.openstack.org/505237 | 13:24 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-neutron master: Update openstackdocstheme to latest version https://review.openstack.org/505238 | 13:25 |
*** owalsh is now known as owalsh_biab | 13:27 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-mistral master: Update openstackdocstheme to latest version https://review.openstack.org/505241 | 13:29 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-manila master: Update openstackdocstheme to latest version https://review.openstack.org/505242 | 13:29 |
*** markvoelker has joined #puppet-openstack | 13:30 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-horizon master: Update openstackdocstheme to latest version https://review.openstack.org/505243 | 13:30 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-keystone master: Update openstackdocstheme to latest version https://review.openstack.org/505244 | 13:30 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-gnocchi master: Update openstackdocstheme to latest version https://review.openstack.org/505249 | 13:36 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-heat master: Update openstackdocstheme to latest version https://review.openstack.org/505250 | 13:36 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-glance master: Update openstackdocstheme to latest version https://review.openstack.org/505251 | 13:36 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-ec2api master: Update openstackdocstheme to latest version https://review.openstack.org/505252 | 13:36 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-designate master: Update openstackdocstheme to latest version https://review.openstack.org/505253 | 13:38 |
*** dtantsur is now known as dtantsur|lunch | 13:38 | |
*** vnogin has joined #puppet-openstack | 13:39 | |
*** vnogin has quit IRC | 13:44 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-congress master: Update openstackdocstheme to latest version https://review.openstack.org/505257 | 13:45 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-cinder master: Update openstackdocstheme to latest version https://review.openstack.org/505258 | 13:45 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-barbican master: Update openstackdocstheme to latest version https://review.openstack.org/505259 | 13:45 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-ceph master: Update openstackdocstheme to latest version https://review.openstack.org/505260 | 13:45 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-ceilometer master: Update openstackdocstheme to latest version https://review.openstack.org/505264 | 13:52 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-openstack_spec_helper master: Update openstackdocstheme to latest version https://review.openstack.org/505265 | 13:52 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-rally master: Update openstackdocstheme to latest version https://review.openstack.org/505266 | 13:52 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-openstack-cookiecutter master: Update openstackdocstheme to latest version https://review.openstack.org/505269 | 13:54 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-aodh master: Update openstackdocstheme to latest version https://review.openstack.org/505272 | 13:56 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-ovn master: Update openstackdocstheme to latest version https://review.openstack.org/505273 | 13:56 |
*** beddari has joined #puppet-openstack | 13:58 | |
*** owalsh_biab is now known as owalsh | 14:02 | |
openstackgerrit | Chenghui Yu proposed openstack/puppet-octavia master: Update openstackdocstheme to latest version https://review.openstack.org/505275 | 14:02 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-magnum master: Update openstackdocstheme to latest version https://review.openstack.org/505276 | 14:02 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-glare master: Update openstackdocstheme to latest version https://review.openstack.org/505277 | 14:03 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-freezer master: Update openstackdocstheme to latest version https://review.openstack.org/505278 | 14:03 |
dmsimard | those patches... | 14:03 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-murano master: Update openstackdocstheme to latest version https://review.openstack.org/505279 | 14:04 |
openstackgerrit | Chenghui Yu proposed openstack/puppet-cloudkitty master: Update openstackdocstheme to latest version https://review.openstack.org/505281 | 14:05 |
*** ratailor has joined #puppet-openstack | 14:14 | |
*** vnogin has joined #puppet-openstack | 14:20 | |
*** ykarel has quit IRC | 14:35 | |
mwhahaha | mnaser: https://puppet.com/blog/building-docker-images-puppet so i guess we could look at that | 14:42 |
mnaser | mwhahaha yeah i did a bit of google-ing and there's also a few interesting docker providers | 14:42 |
*** ChanServ sets mode: +o mwhahaha | 14:42 | |
*** mwhahaha sets mode: +o mnaser | 14:43 | |
mwhahaha | unfortunately the container aspect really isn't puppet friendly | 14:43 |
mwhahaha | because it's a step prior to the actual deployment | 14:43 |
mnaser | my logic was assuming the containers are already built | 14:44 |
mwhahaha | so all we really could do is expose container building using the existing stuff but that's pretty much on the operator to put it together | 14:44 |
mnaser | (kinda like the assumption that rpms/packaging exists) | 14:44 |
mwhahaha | unfortunately the config part is assumed to be wrapped in with the building | 14:44 |
mwhahaha | which is why we had to do all sort of shenanigans in tripleo | 14:44 |
mnaser | oh so you're not mounting volumes with the config in it? | 14:45 |
mnaser | you're building images with config baked in? | 14:45 |
mwhahaha | a bit of both | 14:45 |
mwhahaha | there's a config container but we also bindmap stuff | 14:45 |
mnaser | i was thinking to bind mount into the docker container a folder from the host so the containers themselves are never changed (ex: they are downloaded from dockerhub or $provider_regsitry) | 14:46 |
mnaser | if the user wants to build their own then that's up to them (kinda like how we just deploy rpms/debs.. regardless of where they come from) | 14:46 |
mnaser | i was thinking of doing barbican as an exercise and see how that goes | 14:47 |
mwhahaha | i'm personally not a huge fan of the containerize all the things movement | 14:47 |
mwhahaha | i think it makes sense for apis/workers | 14:48 |
mnaser | i agree | 14:48 |
mwhahaha | but when you get to infrastructure stuff (ie libvirt) it's just more painful | 14:48 |
mnaser | 100% agreed, anything that touches hardware shouldnt be containerized | 14:48 |
*** jaosorior has joined #puppet-openstack | 14:48 | |
mnaser | at vexxhost, we run every service inside nspawn container except for neutron-openvswitch-agent, cinder-volume, nova-compute, etc | 14:49 |
mwhahaha | yea that makes a whole bunch of sense | 14:51 |
mnaser | puppet-nova gonna merge any second now | 14:52 |
openstackgerrit | Merged openstack/puppet-nova master: Pass arguments as array for nova-manage provider https://review.openstack.org/504977 | 14:52 |
mnaser | boom | 14:52 |
openstackgerrit | Merged openstack/puppet-horizon stable/newton: Create new version in newton https://review.openstack.org/505142 | 14:52 |
openstackgerrit | Merged openstack/puppet-horizon stable/ocata: Create new version in ocata https://review.openstack.org/505138 | 14:52 |
openstackgerrit | Mohammed Naser proposed openstack/puppet-nova stable/pike: Pass arguments as array for nova-manage provider https://review.openstack.org/505295 | 14:55 |
openstackgerrit | Mohammed Naser proposed openstack/puppet-nova stable/pike: Sanitize nova_manage output in provider https://review.openstack.org/505294 | 14:55 |
*** beekneemech is now known as bnemec | 14:56 | |
*** xarses_ has joined #puppet-openstack | 15:00 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-openstacklib master: Fix beaker tests to use openstack_integration for RabbitMQ https://review.openstack.org/505299 | 15:03 |
*** andreww has joined #puppet-openstack | 15:03 | |
*** ccamacho has quit IRC | 15:03 | |
*** andreww has quit IRC | 15:03 | |
*** trown is now known as trown|brb | 15:03 | |
*** xarses_ has quit IRC | 15:05 | |
*** andreww has joined #puppet-openstack | 15:05 | |
*** andreww is now known as xarses_ | 15:06 | |
*** trown|brb is now known as trown | 15:08 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstacklib master: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/505192 | 15:12 |
*** makowals has quit IRC | 15:16 | |
*** ccamacho has joined #puppet-openstack | 15:21 | |
*** vnogin has quit IRC | 15:30 | |
*** jaosorior has quit IRC | 15:32 | |
*** vnogin has joined #puppet-openstack | 15:32 | |
*** vnogin has quit IRC | 15:37 | |
*** jaganathan has joined #puppet-openstack | 15:44 | |
openstackgerrit | Alfredo Moralejo proposed openstack/puppet-aodh stable/newton: Prepare release 9.6.0 https://review.openstack.org/505311 | 15:48 |
*** agurenko has quit IRC | 15:56 | |
*** dtantsur|lunch is now known as dtantsur | 16:00 | |
*** agurenko has joined #puppet-openstack | 16:01 | |
*** dprince has quit IRC | 16:02 | |
*** oidgar has quit IRC | 16:03 | |
*** yprokule has quit IRC | 16:03 | |
*** oyrogerg has quit IRC | 16:04 | |
*** dprince has joined #puppet-openstack | 16:04 | |
*** oyrogerg has joined #puppet-openstack | 16:05 | |
*** ratailor has quit IRC | 16:09 | |
*** oidgar has joined #puppet-openstack | 16:11 | |
*** agurenko has quit IRC | 16:19 | |
*** rwsu has quit IRC | 16:28 | |
*** rwsu has joined #puppet-openstack | 16:30 | |
*** rwsu has quit IRC | 16:30 | |
*** rwsu has joined #puppet-openstack | 16:30 | |
*** dprince has quit IRC | 16:35 | |
*** trown is now known as trown|lunch | 16:49 | |
*** jpena is now known as jpena|away | 16:49 | |
*** rcernin has quit IRC | 16:52 | |
*** tesseract has quit IRC | 16:52 | |
*** dprince has joined #puppet-openstack | 16:56 | |
*** nmathew has joined #puppet-openstack | 16:57 | |
*** radez has quit IRC | 17:09 | |
*** jpena|away has quit IRC | 17:10 | |
*** amoralej has quit IRC | 17:10 | |
*** ccamacho has quit IRC | 17:18 | |
*** udesale has joined #puppet-openstack | 17:27 | |
*** udesale has quit IRC | 17:31 | |
*** nmathew has quit IRC | 17:41 | |
*** shardy has quit IRC | 17:44 | |
openstackgerrit | Merged openstack/puppet-nova stable/pike: change libvirt package name on debian stretch and up https://review.openstack.org/504586 | 17:48 |
*** pepijn has quit IRC | 18:13 | |
*** salmankhan has quit IRC | 18:14 | |
*** salmankhan has joined #puppet-openstack | 18:15 | |
*** salmankhan has quit IRC | 18:20 | |
*** trown|lunch is now known as trown | 18:22 | |
*** jaganathan has quit IRC | 18:33 | |
*** dtantsur is now known as dtantsur|afk | 18:40 | |
*** vnogin has joined #puppet-openstack | 18:48 | |
*** vnogin has quit IRC | 18:53 | |
*** alee is now known as alee_afk | 18:57 | |
*** vnogin has joined #puppet-openstack | 19:01 | |
*** beddari has left #puppet-openstack | 19:07 | |
*** vnogin has quit IRC | 19:09 | |
*** vnogin has joined #puppet-openstack | 19:22 | |
*** jtomasek has quit IRC | 19:35 | |
*** radez has joined #puppet-openstack | 19:51 | |
*** rcernin has joined #puppet-openstack | 20:14 | |
-openstackstatus- NOTICE: Zuul and Gerrit are being restarted to address issues discovered with the Gerrit 2.13 upgrade. review.openstack.org will be inaccessible for a few minutes while we make these changes. Currently running jobs will be restarted for you once Zuul and Gerrit are running again. | 20:28 | |
*** ansmith has quit IRC | 20:33 | |
*** vnogin has quit IRC | 20:36 | |
*** vnogin has joined #puppet-openstack | 20:37 | |
*** vnogin has quit IRC | 20:44 | |
*** salmankhan has joined #puppet-openstack | 20:45 | |
*** vnogin has joined #puppet-openstack | 21:06 | |
*** trown is now known as trown|outtypewww | 21:10 | |
*** atoth has quit IRC | 21:22 | |
*** alee_afk is now known as alee | 21:25 | |
*** jistr has quit IRC | 21:41 | |
*** morazi has quit IRC | 21:47 | |
*** salmankhan has quit IRC | 21:49 | |
*** jistr has joined #puppet-openstack | 22:01 | |
*** dprince has quit IRC | 22:09 | |
*** chem has quit IRC | 22:18 | |
-openstackstatus- NOTICE: Gerrit is being restarted to address some final issues, review.openstack.org will be inaccessible for a few minutes while we restart | 22:34 | |
*** openstackgerrit has quit IRC | 22:47 | |
*** gfidente has quit IRC | 22:53 | |
*** ansmith has joined #puppet-openstack | 22:54 | |
*** xarses_ has quit IRC | 23:07 | |
*** rcernin has quit IRC | 23:11 | |
*** ChanServ changes topic to "CI Status: RED (TripleO CI broken, blocking patches) | Puppet OpenStack modules https://docs.openstack.org/puppet-openstack-guide/latest/" | 23:41 | |
-openstackstatus- NOTICE: Gerrit is once again part of normal puppet config management. Problems with Gerrit gitweb links and Zuul post jobs have been addressed. We currently cannot create new gerrit projects (fixes in progress) and email sending is slow (being debugged). | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!