*** andreww has joined #puppet-openstack | 00:00 | |
mnaser | yay | 00:06 |
---|---|---|
mnaser | mwhahaha: http://logs.openstack.org/45/515845/3/check/legacy-puppet-beaker-rspec-centos-7/eaf3c33/logs/audit.log.txt.gz for you tomorrow | 00:06 |
mwhahaha | type=AVC msg=audit(1509406894.535:7064): avc: denied { name_bind } for pid=7914 comm="swift-container" src=6021 scontext=system_u:system_r:swift_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket | 00:07 |
mwhahaha | i think that's it | 00:07 |
mnaser | yup | 00:08 |
mnaser | if you can work some RH magic when you have time :p | 00:08 |
mwhahaha | mnaser: where's the default ports for swift | 00:09 |
mwhahaha | so i can reference that | 00:09 |
mnaser | mwhahaha: https://github.com/openstack/swift/commit/cf48e75c259350daa667155e3ffd38b17946bf44#diff-aa7b67cb70e14c6f0636f0e78d9ec5ff | 00:09 |
mnaser | changed to 62xx there | 00:09 |
mwhahaha | oh we're trying 6021 | 00:09 |
mwhahaha | and 6022 | 00:10 |
mnaser | mwhahaha: i think we're doing that because we're running multiple instances | 00:10 |
mnaser | so like 3x servers one at 600X, 601X and 602X .. i think | 00:10 |
*** markvoelker_ has quit IRC | 00:11 | |
mwhahaha | hrm | 00:11 |
mnaser | to simulate a cluster i guess | 00:11 |
mnaser | there was a way to assign a port a selinux label | 00:11 |
mnaser | mwhahaha: swift_port_t tcp 6200-6203 | 00:13 |
mnaser | https://wiki.centos.org/HowTos/SELinux#head-ad837f60830442ae77a81aedd10c20305a811388 | 00:13 |
mnaser | semanage port -a -t swift_port_t -p tcp 6020 or whatever | 00:13 |
mwhahaha | sounds like something we should throw in beaker | 00:13 |
mwhahaha | and not fix in openstack-selinux | 00:13 |
mnaser | yeah considering we're using weird ports | 00:14 |
mwhahaha | or just disable selinux | 00:17 |
mwhahaha | for that one | 00:17 |
mwhahaha | because we're running two different sets of tests | 00:17 |
mwhahaha | beaker has a disable selinux command thingy http://www.rubydoc.info/github/puppetlabs/beaker/Beaker%2FHostPrebuiltSteps%3Adisable_se_linux | 00:17 |
mnaser | so i do that before apply_manifest | 00:18 |
mnaser | like just disable_se_linux() | 00:18 |
mwhahaha | not completely sure | 00:18 |
mwhahaha | beaker is always a trial and error thing | 00:19 |
mwhahaha | mnaser: i think it's "on host, disable_se_linux" | 00:23 |
mnaser | i guess we can try that | 00:23 |
mnaser | not a single google reference | 00:24 |
mwhahaha | https://ask.puppet.com/question/29580/beaker-and-git-modules/ | 00:24 |
mwhahaha | i swore we had one somewhere | 00:24 |
mwhahaha | but it might have gotten refactored out | 00:24 |
*** markvoelker has joined #puppet-openstack | 00:25 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-swift master: Disable SELinux for acceptance tests https://review.openstack.org/516475 | 00:25 |
mnaser | plz oh plz | 00:25 |
mwhahaha | oh it might have to be done elsewhere | 00:26 |
mwhahaha | https://github.com/voxpupuli/puppet-rabbitmq/blob/3a5268d654b8d3c29431feef03ad456a2e3fe1fc/spec/spec_helper_acceptance.rb#L15 | 00:26 |
mnaser | mwhahaha: do we wanna try on host or do we copy puppet-rabbitmq | 00:27 |
mwhahaha | well all that stuff is currently done in puppet-openstack_spec_helper | 00:28 |
mwhahaha | so i guess the question is how do we do that for just one thing | 00:28 |
mwhahaha | https://github.com/openstack/puppet-openstack_spec_helper/blob/master/lib/puppet-openstack_spec_helper/beaker_spec_helper.rb#L26 | 00:28 |
mwhahaha | honestly let's not do a cluster in beaker | 00:28 |
mwhahaha | let's rip that stuff out | 00:28 |
mwhahaha | if we want to do that, that's a p-o-i test | 00:28 |
mwhahaha | i think what we're running into lately is all the old crap we've just left to rot for years | 00:29 |
openstackgerrit | Merged openstack/puppet-gnocchi stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515887 | 00:29 |
openstackgerrit | Merged openstack/puppet-barbican stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515881 | 00:29 |
mwhahaha | beaker should just be basic install of single service and check that it started | 00:29 |
* mnaser doesn't know enough about swift to do that | 00:30 | |
mwhahaha | HEH | 00:30 |
mnaser | lets see how far disabling selinux gets us | 00:31 |
mnaser | in addition to old rotted stuff, it's how quick stuff is moving that we havent had time to do cleanup | 00:31 |
mnaser | i.e. keystone v2 | 00:31 |
mnaser | and othoer stuff | 00:31 |
mwhahaha | i don't think that syntax is right but we'll see | 00:31 |
mwhahaha | it's ok, because people will be able to install and configure the serivces right? | 00:31 |
mwhahaha | oh wait | 00:31 |
mnaser | i think that given tripleo seems to be going on a path where it depends less on puppet | 00:32 |
mnaser | that'll probably be the end of things for puppet openstack .. unless puppet finally comes up with some decent orchestration stuff | 00:33 |
mwhahaha | we'll see how well the ansible-k8s stuff goes | 00:33 |
mwhahaha | but right now puppet is still the thing :/ | 00:33 |
mnaser | even if we can get containerized deployments with the puppet modules, for a massively scalable infrastructure, puppet is just the worst tool to orchestrate deployments | 00:33 |
mwhahaha | i guess we could just disable selinux with an exec before stuff | 00:34 |
mwhahaha | if push comes to shove | 00:34 |
mnaser | yeah | 00:34 |
mwhahaha | btw the ports are magically configured via swift::storage::node | 00:35 |
mwhahaha | it takes the title as the port off-set | 00:35 |
mnaser | which tells me either folks setenforce 0 or use ubuntu | 00:35 |
mwhahaha | well no, you'd want them on seperate nodes | 00:36 |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-integration master: Add unit jobs in zuul v3 https://review.openstack.org/514912 | 00:36 |
mwhahaha | so it would be 6002 for all | 00:36 |
*** owalsh_pto has quit IRC | 00:36 | |
mnaser | ooh yes | 00:36 |
mnaser | right | 00:36 |
mnaser | or 6202 | 00:36 |
mnaser | :P | 00:36 |
mwhahaha | or whatever :D | 00:36 |
* mwhahaha wanders off for dinner | 00:39 | |
*** xingchao has joined #puppet-openstack | 00:45 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-swift master: Disable SELinux for acceptance tests https://review.openstack.org/516475 | 00:46 |
*** owalsh_ has joined #puppet-openstack | 00:49 | |
*** owalsh has joined #puppet-openstack | 00:51 | |
*** owalsh- has joined #puppet-openstack | 00:53 | |
*** owalsh_ has quit IRC | 00:54 | |
*** owalsh_ has joined #puppet-openstack | 00:55 | |
*** owalsh has quit IRC | 00:56 | |
*** owalsh has joined #puppet-openstack | 00:58 | |
*** owalsh- has quit IRC | 00:59 | |
*** owalsh- has joined #puppet-openstack | 01:01 | |
*** owalsh_ has quit IRC | 01:01 | |
*** owalsh_ has joined #puppet-openstack | 01:04 | |
*** owalsh has quit IRC | 01:04 | |
*** salmankhan has joined #puppet-openstack | 01:05 | |
*** owalsh has joined #puppet-openstack | 01:07 | |
*** xingchao has quit IRC | 01:08 | |
*** owalsh- has quit IRC | 01:08 | |
*** salmankhan has quit IRC | 01:10 | |
*** owalsh- has joined #puppet-openstack | 01:10 | |
*** owalsh_ has quit IRC | 01:11 | |
*** owalsh has quit IRC | 01:14 | |
openstackgerrit | Mohammed Naser proposed openstack/puppet-swift master: Add Puppet package to bindep, for module build https://review.openstack.org/515845 | 01:18 |
openstackgerrit | Mohammed Naser proposed openstack/puppet-swift master: Add Puppet package to bindep, for module build https://review.openstack.org/515845 | 01:18 |
*** amodi has quit IRC | 01:33 | |
*** vnogin has quit IRC | 01:35 | |
openstackgerrit | Merged openstack/puppet-openstack_extras stable/pike: Added OS_AUTH_TYPE parameter to auth file https://review.openstack.org/513413 | 01:37 |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Check for /var/log/audit https://review.openstack.org/516472 | 02:12 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration stable/newton: Fix puppet-agent install https://review.openstack.org/516490 | 02:13 |
EmilienM | mnaser: ^ done | 02:13 |
EmilienM | if passing I'll approve it | 02:13 |
EmilienM | pabelanger: https://review.openstack.org/516490 | 02:14 |
pabelanger | EmilienM: -1, merge issues | 02:18 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration stable/newton: Fix puppet-agent install https://review.openstack.org/516490 | 02:19 |
EmilienM | pabelanger: thx | 02:20 |
*** rwsu has joined #puppet-openstack | 02:22 | |
openstackgerrit | Merged openstack/puppet-aodh stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515880 | 02:22 |
openstackgerrit | Merged openstack/puppet-cinder stable/newton: [newton] Add Puppet package to bindep, for module build https://review.openstack.org/515857 | 02:22 |
mnaser | slowly but surely they merge.. | 02:24 |
mnaser | oh god | 02:25 |
mnaser | i think tripleo is about to cause a massive reset for the tripleo queue | 02:25 |
mnaser | damnit | 02:25 |
mnaser | legacy-tripleo-ci-centos-7-scenario002-multinode-oooq-puppet for puppet-swift has so many jobs done after it | 02:25 |
openstackgerrit | Merged openstack/puppet-swift stable/pike: [pike] Add Puppet package to bindep, for module build https://review.openstack.org/515937 | 02:34 |
openstackgerrit | Merged openstack/puppet-horizon stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515889 | 02:34 |
openstackgerrit | Merged openstack/puppet-sahara stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515901 | 02:34 |
openstackgerrit | Merged openstack/puppet-horizon stable/pike: [pike] Add Puppet package to bindep, for module build https://review.openstack.org/515921 | 02:34 |
openstackgerrit | Merged openstack/puppet-manila stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515892 | 02:34 |
openstackgerrit | Merged openstack/puppet-zaqar stable/ocata: [ocata] Add Puppet package to bindep, for module build https://review.openstack.org/515908 | 02:34 |
openstackgerrit | Merged openstack/puppet-gnocchi stable/newton: [newton] Add Puppet package to bindep, for module build https://review.openstack.org/515860 | 02:34 |
openstackgerrit | Merged openstack/puppet-sahara stable/pike: [pike] Add Puppet package to bindep, for module build https://review.openstack.org/515936 | 02:34 |
*** ilbot3 has quit IRC | 02:46 | |
openstackgerrit | Merged openstack/puppet-panko master: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/511712 | 02:46 |
*** ilbot3 has joined #puppet-openstack | 02:56 | |
openstackgerrit | Merged openstack/puppet-openstack-integration master: Add unit jobs in zuul v3 https://review.openstack.org/514912 | 03:23 |
openstackgerrit | Merged openstack/puppet-glance master: Add image_member_quota to Glance API configuration https://review.openstack.org/513403 | 03:31 |
openstackgerrit | Merged openstack/puppet-heat master: Expose allowing setting log files for apache vhost https://review.openstack.org/515017 | 03:37 |
*** alee has quit IRC | 03:44 | |
*** markvoelker has quit IRC | 03:55 | |
*** ykarel has joined #puppet-openstack | 04:06 | |
*** udesale has joined #puppet-openstack | 04:06 | |
openstackgerrit | zhongshengping proposed openstack/puppet-aodh master: Switch to use keystone v3 https://review.openstack.org/513269 | 04:12 |
*** xingchao has joined #puppet-openstack | 04:13 | |
openstackgerrit | zhongshengping proposed openstack/puppet-glance master: Switch to Zuul v3 testing https://review.openstack.org/514978 | 04:18 |
*** jpena|off has quit IRC | 04:23 | |
*** pliu has quit IRC | 04:23 | |
*** lhinds has quit IRC | 04:23 | |
*** pliu has joined #puppet-openstack | 04:25 | |
*** lhinds has joined #puppet-openstack | 04:25 | |
*** jpena|off has joined #puppet-openstack | 04:25 | |
*** skramaja has joined #puppet-openstack | 04:45 | |
*** ratailor has joined #puppet-openstack | 04:47 | |
*** xingchao has quit IRC | 04:49 | |
*** markvoelker has joined #puppet-openstack | 04:56 | |
*** alee has joined #puppet-openstack | 05:12 | |
*** alee has quit IRC | 05:18 | |
*** alee has joined #puppet-openstack | 05:19 | |
*** alee has quit IRC | 05:24 | |
*** alee has joined #puppet-openstack | 05:24 | |
*** markvoelker has quit IRC | 05:30 | |
*** alee has quit IRC | 05:31 | |
*** alee has joined #puppet-openstack | 05:31 | |
*** xingchao has joined #puppet-openstack | 05:36 | |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-integration stable/pike: Add unit jobs in zuul v3 https://review.openstack.org/516518 | 05:50 |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-integration stable/ocata: Add unit jobs in zuul v3 https://review.openstack.org/516519 | 05:50 |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-integration stable/newton: Add unit jobs in zuul v3 https://review.openstack.org/516520 | 05:53 |
openstackgerrit | zhongshengping proposed openstack/puppet-monasca master: Switch to Zuul v3 testing https://review.openstack.org/514999 | 06:03 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints https://review.openstack.org/516524 | 06:09 |
*** yprokule has joined #puppet-openstack | 06:26 | |
*** markvoelker has joined #puppet-openstack | 06:27 | |
*** agurenko has quit IRC | 06:27 | |
openstackgerrit | zhongshengping proposed openstack/puppet-freezer master: [DNM] test https://review.openstack.org/516527 | 06:53 |
*** cgfbee has joined #puppet-openstack | 06:57 | |
*** jtomasek has joined #puppet-openstack | 06:57 | |
*** rcernin has quit IRC | 06:59 | |
*** jtomasek has quit IRC | 07:00 | |
*** markvoelker has quit IRC | 07:00 | |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack_spec_helper master: Pin grpc to 1.7.0 https://review.openstack.org/516533 | 07:08 |
*** spectr has joined #puppet-openstack | 07:08 | |
*** agurenko has joined #puppet-openstack | 07:09 | |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack_spec_helper master: Pin grpc to 1.7.0 https://review.openstack.org/516533 | 07:13 |
*** indistylo has joined #puppet-openstack | 07:17 | |
openstackgerrit | zhongshengping proposed openstack/puppet-glance master: Switch to Zuul v3 testing https://review.openstack.org/514978 | 07:17 |
*** indistylo has quit IRC | 07:18 | |
*** indistylo has joined #puppet-openstack | 07:19 | |
*** vnogin has joined #puppet-openstack | 07:20 | |
*** alee has quit IRC | 07:21 | |
*** alee has joined #puppet-openstack | 07:21 | |
*** jtomasek has joined #puppet-openstack | 07:33 | |
*** vnogin has quit IRC | 07:36 | |
*** rcernin has joined #puppet-openstack | 07:44 | |
*** shardy has joined #puppet-openstack | 07:45 | |
*** shardy has quit IRC | 07:45 | |
*** vnogin has joined #puppet-openstack | 07:46 | |
*** shardy has joined #puppet-openstack | 07:49 | |
*** indistylo has quit IRC | 07:52 | |
openstackgerrit | zhongshengping proposed openstack/puppet-openstack-integration master: Update the cirros version to "0.3.5" https://review.openstack.org/516542 | 07:53 |
openstackgerrit | zhongshengping proposed openstack/puppet-glance master: Update the cirros version to "0.3.5" https://review.openstack.org/516543 | 07:57 |
*** markvoelker has joined #puppet-openstack | 07:58 | |
*** ykarel is now known as ykarel|lunch | 08:03 | |
openstackgerrit | zhongshengping proposed openstack/puppet-tempest master: Update the cirros version to "0.3.5" https://review.openstack.org/516547 | 08:08 |
*** indistylo has joined #puppet-openstack | 08:15 | |
*** tesseract has joined #puppet-openstack | 08:16 | |
*** ccamacho has joined #puppet-openstack | 08:17 | |
*** etingof has quit IRC | 08:21 | |
*** gfidente has joined #puppet-openstack | 08:24 | |
*** gfidente has quit IRC | 08:24 | |
*** gfidente has joined #puppet-openstack | 08:24 | |
*** vnogin has quit IRC | 08:27 | |
*** markvoelker has quit IRC | 08:30 | |
*** gfidente has quit IRC | 08:32 | |
*** jpena|off is now known as jpena | 08:33 | |
*** gfidente has joined #puppet-openstack | 08:34 | |
*** gfidente has quit IRC | 08:34 | |
*** gfidente has joined #puppet-openstack | 08:34 | |
*** etingof has joined #puppet-openstack | 08:41 | |
*** ykarel|lunch is now known as ykarel | 08:42 | |
*** amoralej|off is now known as amoralej | 08:44 | |
*** vnogin has joined #puppet-openstack | 08:44 | |
*** oidgar has joined #puppet-openstack | 08:46 | |
*** vnogin has quit IRC | 08:48 | |
*** gfidente has quit IRC | 08:49 | |
*** vnogin has joined #puppet-openstack | 09:00 | |
*** gfidente has joined #puppet-openstack | 09:13 | |
*** vnogin has quit IRC | 09:15 | |
*** vnogin has joined #puppet-openstack | 09:17 | |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Deprecate standalone_network_plugin_ip_version https://review.openstack.org/516437 | 09:19 |
*** markvoelker has joined #puppet-openstack | 09:27 | |
*** jistr|mtgs is now known as jistr | 09:29 | |
openstackgerrit | Carlos Camacho proposed openstack/puppet-glance stable/pike: Add image_member_quota to Glance API configuration https://review.openstack.org/516568 | 09:33 |
*** shardy has quit IRC | 09:42 | |
*** shardy has joined #puppet-openstack | 09:42 | |
*** vnogin has quit IRC | 09:45 | |
*** vnogin has joined #puppet-openstack | 09:47 | |
*** owalsh- is now known as owalsh | 09:47 | |
*** mandre has quit IRC | 09:55 | |
*** mandre_ has joined #puppet-openstack | 09:56 | |
*** mandre_ is now known as mandre | 09:56 | |
*** salmankhan has joined #puppet-openstack | 09:57 | |
*** higgins` has joined #puppet-openstack | 10:00 | |
*** jistr_ has joined #puppet-openstack | 10:00 | |
*** agurenko_ has joined #puppet-openstack | 10:00 | |
*** markvoelker has quit IRC | 10:00 | |
*** higgins has quit IRC | 10:01 | |
*** jistr has quit IRC | 10:01 | |
*** agurenko has quit IRC | 10:01 | |
*** cgfbee has quit IRC | 10:01 | |
*** rwsu has quit IRC | 10:01 | |
*** zerick has quit IRC | 10:01 | |
*** zerick has joined #puppet-openstack | 10:01 | |
*** cgfbee has joined #puppet-openstack | 10:01 | |
*** rwsu has joined #puppet-openstack | 10:02 | |
*** gfidente has quit IRC | 10:05 | |
*** gfidente has joined #puppet-openstack | 10:08 | |
*** gfidente has quit IRC | 10:08 | |
*** gfidente has joined #puppet-openstack | 10:08 | |
*** agurenko_ is now known as agurenko | 10:10 | |
*** ratailor has quit IRC | 10:11 | |
*** gfidente has quit IRC | 10:13 | |
*** gfidente has joined #puppet-openstack | 10:16 | |
*** gfidente has quit IRC | 10:16 | |
*** gfidente has joined #puppet-openstack | 10:16 | |
*** udesale has quit IRC | 10:26 | |
*** gfidente has quit IRC | 10:29 | |
*** gfidente has joined #puppet-openstack | 10:32 | |
*** gfidente has quit IRC | 10:32 | |
*** gfidente has joined #puppet-openstack | 10:32 | |
*** tbarron has joined #puppet-openstack | 10:45 | |
*** markvoelker has joined #puppet-openstack | 10:58 | |
*** atoth has joined #puppet-openstack | 11:08 | |
*** ansmith has quit IRC | 11:14 | |
*** salmankhan has quit IRC | 11:15 | |
*** rcernin has quit IRC | 11:18 | |
*** salmankhan has joined #puppet-openstack | 11:18 | |
*** agurenko is now known as agurenko_ | 11:25 | |
*** ratailor has joined #puppet-openstack | 11:27 | |
*** gfidente has quit IRC | 11:27 | |
*** gfidente has joined #puppet-openstack | 11:30 | |
*** markvoelker has quit IRC | 11:31 | |
*** agurenko_ is now known as agurenko | 11:41 | |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Deprecate standalone_network_plugin_ip_version https://review.openstack.org/516437 | 11:42 |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Add support for address family parameters https://review.openstack.org/516449 | 11:42 |
*** ratailor has quit IRC | 11:50 | |
*** udesale has joined #puppet-openstack | 11:54 | |
*** shardy is now known as shardy_lunch | 12:07 | |
*** dprince has joined #puppet-openstack | 12:13 | |
*** agurenko is now known as agurenko_ | 12:17 | |
*** markvoelker has joined #puppet-openstack | 12:21 | |
*** vnogin has quit IRC | 12:31 | |
*** vnogin has joined #puppet-openstack | 12:32 | |
*** morazi has joined #puppet-openstack | 12:32 | |
*** rmart04 has joined #puppet-openstack | 12:33 | |
*** ansmith has joined #puppet-openstack | 12:34 | |
*** trown|outtypewww is now known as trown | 12:34 | |
*** vnogin has quit IRC | 12:36 | |
*** udesale has quit IRC | 12:49 | |
*** vnogin has joined #puppet-openstack | 12:49 | |
*** udesale has joined #puppet-openstack | 12:49 | |
*** shardy_lunch is now known as shardy | 12:49 | |
*** jpena is now known as jpena|lunch | 12:51 | |
*** udesale has quit IRC | 12:56 | |
*** udesale has joined #puppet-openstack | 12:56 | |
*** gfidente has quit IRC | 12:56 | |
*** mandre is now known as mandre_afk | 12:56 | |
*** gfidente has joined #puppet-openstack | 13:04 | |
*** vnogin has quit IRC | 13:11 | |
*** alee has quit IRC | 13:12 | |
*** vnogin has joined #puppet-openstack | 13:13 | |
*** vnogin has quit IRC | 13:14 | |
*** vnogin has joined #puppet-openstack | 13:15 | |
*** vnogin has quit IRC | 13:16 | |
*** alee has joined #puppet-openstack | 13:17 | |
*** vnogin has joined #puppet-openstack | 13:20 | |
EmilienM | hi | 13:27 |
*** vnogin has quit IRC | 13:31 | |
*** jaosorior has quit IRC | 13:33 | |
*** skramaja has quit IRC | 13:34 | |
*** ratailor has joined #puppet-openstack | 13:45 | |
*** amoralej is now known as amoralej|lunch | 13:48 | |
*** ratailor is now known as rtailor | 13:49 | |
*** jpena|lunch is now known as jpena | 13:52 | |
*** vnogin has joined #puppet-openstack | 13:54 | |
*** vnogin has quit IRC | 13:56 | |
*** vnogin has joined #puppet-openstack | 13:56 | |
*** agurenko_ is now known as agurenko | 14:00 | |
*** mandre_afk is now known as mandre | 14:05 | |
*** ykarel has quit IRC | 14:06 | |
*** amodi has joined #puppet-openstack | 14:09 | |
*** jaosorior has joined #puppet-openstack | 14:20 | |
tbarron | so is it known that the centos-7 jobs fail with problems finding grpc-1.7.1 gem? | 14:20 |
tbarron | For example: http://logs.openstack.org/37/516437/3/check/legacy-puppet-beaker-rspec-centos-7/8cde367/job-output.txt.gz | 14:21 |
tbarron | all the centos7 jobs in https://review.openstack.org/#/c/516437/ and https://review.openstack.org/#/c/516449/ have this issue | 14:21 |
mnaser | tbarron: i believe so yes, i see 516533 proposed to fix it | 14:23 |
tbarron | mnaser: thanks, looking | 14:24 |
mnaser | also i think we need to backport that change to stable branches | 14:24 |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Deprecate standalone_network_plugin_ip_version https://review.openstack.org/516437 | 14:27 |
*** amoralej|lunch is now known as amoralej | 14:27 | |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Add support for address family parameters https://review.openstack.org/516449 | 14:28 |
openstackgerrit | Jakub Libosvar proposed openstack/puppet-neutron master: Enable neutron-destroy-port-patches service https://review.openstack.org/513460 | 14:31 |
colonwq | tbarron, you are a few mins faster than me finding that error. | 14:34 |
*** indistylo has quit IRC | 14:34 | |
tbarron | colonwq: misery loves company :) | 14:35 |
*** ykarel has joined #puppet-openstack | 14:36 | |
*** spectr has quit IRC | 14:37 | |
*** spectr has joined #puppet-openstack | 14:39 | |
*** udesale has quit IRC | 14:47 | |
*** xarses has joined #puppet-openstack | 14:56 | |
mwhahaha | looks like unit tests are broken http://logs.openstack.org/12/515912/2/gate/legacy-puppet-unit-4.8-centos-7/bad4d2b/job-output.txt.gz#_2017-10-31_14_44_58_283898 | 14:56 |
*** dtantsur|afk is now known as dtantsur | 14:58 | |
*** vnogin has quit IRC | 14:59 | |
colonwq | mwhahaha, this may be the fix: https://review.openstack.org/#/c/516533/ | 15:02 |
mwhahaha | colonwq: thanks | 15:03 |
*** vnogin has joined #puppet-openstack | 15:05 | |
*** agurenko is now known as agurenko_ | 15:07 | |
mwhahaha | we may need to purge the gate if they are all going to fail with that | 15:08 |
* mwhahaha takes a look | 15:08 | |
*** oidgar has quit IRC | 15:09 | |
*** ykarel has quit IRC | 15:11 | |
colonwq | mwhahaha, is legacy-tripleo-ci-centos-7-scenario004-multinode-oooq going to be around for long now there is a containerized version. | 15:14 |
mwhahaha | colonwq: good question, i'm not sure how we're going handle that going forward. We want to kill off those jobs in tripleo but there's an impact in the puppet modules | 15:15 |
*** dtantsur is now known as dtantsur|afk | 15:15 | |
colonwq | mwhahaha, sounds like it will stay in some way for a while. 004 is giving me fits today and I am tracking it down. | 15:16 |
mwhahaha | yea it's not going away immediately | 15:17 |
mandre | hi, I'm seeing an error in CI about missing grpc gem, is it safe to recheck? http://logs.openstack.org/76/514576/1/check/legacy-puppet-tripleo-puppet-unit-4.8-centos-7/f39a713/job-output.txt.gz#_2017-10-31_10_13_01_664902 | 15:17 |
mwhahaha | mandre: not yet | 15:17 |
mwhahaha | mandre: we need https://review.openstack.org/#/c/516533/ first | 15:17 |
mandre | mwhahaha: ok thanks, that answers my question :) | 15:18 |
*** mnaser changes topic to "CI Status: REDish (https://review.openstack.org/#/c/516533/) | Puppet OpenStack modules https://docs.openstack.org/puppet-openstack-guide/latest/" | 15:23 | |
*** spectr has quit IRC | 15:29 | |
*** spectr has joined #puppet-openstack | 15:41 | |
mwhahaha | ah crap, let me purge all the puppet things from the gate | 15:46 |
*** agrebennikov has joined #puppet-openstack | 15:49 | |
*** xingchao has quit IRC | 15:50 | |
*** xingchao has joined #puppet-openstack | 15:51 | |
*** rtailor has quit IRC | 15:55 | |
*** salmankhan has quit IRC | 15:57 | |
*** xingchao_ has joined #puppet-openstack | 15:57 | |
*** xingchao has quit IRC | 15:58 | |
*** bnemec has quit IRC | 16:00 | |
*** salmankhan has joined #puppet-openstack | 16:01 | |
*** xingchao_ has quit IRC | 16:02 | |
* mwhahaha waits for paint to dry | 16:03 | |
mwhahaha | aka zuul v3 | 16:03 |
mwhahaha | 1 hour for the spec helper patch to finish | 16:03 |
*** jaosorior has quit IRC | 16:03 | |
mwhahaha | it's like 10 mins of jobs and it's in it's own queue | 16:03 |
mwhahaha | actually it uses puppet-nova | 16:05 |
mwhahaha | we should swietch that out for some smaller module | 16:05 |
*** salmankhan has quit IRC | 16:05 | |
*** salmankhan has joined #puppet-openstack | 16:11 | |
*** xingchao has joined #puppet-openstack | 16:11 | |
openstackgerrit | Merged openstack/puppet-openstack_spec_helper master: Pin grpc to 1.7.0 https://review.openstack.org/516533 | 16:12 |
EmilienM | mwhahaha: should we backport ? ^ | 16:14 |
mwhahaha | probably | 16:14 |
*** vnogin has quit IRC | 16:14 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_spec_helper stable/pike: Pin grpc to 1.7.0 https://review.openstack.org/516726 | 16:15 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_spec_helper stable/ocata: Pin grpc to 1.7.0 https://review.openstack.org/516728 | 16:15 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_spec_helper stable/newton: Pin grpc to 1.7.0 https://review.openstack.org/516729 | 16:15 |
*** bnemec has joined #puppet-openstack | 16:15 | |
*** trown is now known as trown|lunch | 16:16 | |
*** rmart04 has quit IRC | 16:22 | |
*** shardy is now known as shardy_afk | 16:24 | |
*** oidgar has joined #puppet-openstack | 16:39 | |
*** vnogin has joined #puppet-openstack | 16:57 | |
*** bnemec has quit IRC | 16:57 | |
*** vnogin has quit IRC | 17:01 | |
*** vnogin has joined #puppet-openstack | 17:07 | |
*** vnogin has quit IRC | 17:10 | |
*** bnemec has joined #puppet-openstack | 17:12 | |
*** markvoelker_ has joined #puppet-openstack | 17:17 | |
*** markvoelker has quit IRC | 17:19 | |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Deprecate standalone_network_plugin_ip_version https://review.openstack.org/516437 | 17:19 |
openstackgerrit | Tom Barron proposed openstack/puppet-manila master: Add support for address family parameters https://review.openstack.org/516449 | 17:21 |
*** markvoelker has joined #puppet-openstack | 17:22 | |
*** markvoelker_ has quit IRC | 17:23 | |
*** trown|lunch is now known as trown | 17:30 | |
*** tesseract has quit IRC | 17:36 | |
*** salmankhan has quit IRC | 17:43 | |
*** vnogin has joined #puppet-openstack | 17:49 | |
*** vnogin has quit IRC | 17:50 | |
*** ccamacho has quit IRC | 17:53 | |
openstackgerrit | Jakub Libosvar proposed openstack/puppet-neutron master: Enable neutron-destroy-port-patches service https://review.openstack.org/513460 | 18:05 |
*** jpena is now known as jpena|off | 18:10 | |
*** vnogin has joined #puppet-openstack | 18:11 | |
*** agurenko_ has quit IRC | 18:16 | |
*** oidgar has quit IRC | 18:17 | |
*** yprokule has quit IRC | 18:27 | |
*** vnogin has quit IRC | 18:28 | |
*** bnemec has quit IRC | 18:38 | |
*** oidgar has joined #puppet-openstack | 18:44 | |
openstackgerrit | Merged openstack/puppet-openstack_spec_helper stable/newton: Pin grpc to 1.7.0 https://review.openstack.org/516729 | 18:48 |
*** dprince has quit IRC | 18:49 | |
openstackgerrit | Merged openstack/puppet-openstack_spec_helper stable/pike: Pin grpc to 1.7.0 https://review.openstack.org/516726 | 18:49 |
*** mwynne has quit IRC | 18:50 | |
*** oidgar has quit IRC | 19:01 | |
openstackgerrit | Merged openstack/puppet-openstack_spec_helper stable/ocata: Pin grpc to 1.7.0 https://review.openstack.org/516728 | 19:05 |
mwhahaha | k all those pins have merged and I restored all the various patches I pulled from the queue | 19:09 |
*** mwhahaha changes topic to "CI Status: GREENish | Puppet OpenStack modules https://docs.openstack.org/puppet-openstack-guide/latest/" | 19:09 | |
*** salmankhan has joined #puppet-openstack | 19:12 | |
*** dprince has joined #puppet-openstack | 19:15 | |
*** oidgar has joined #puppet-openstack | 19:18 | |
*** oidgar has quit IRC | 19:42 | |
*** salmankhan has quit IRC | 19:44 | |
openstackgerrit | Keith Schincke proposed openstack/puppet-ceph master: Set file ACLs for Ceph keyrings https://review.openstack.org/509021 | 19:46 |
colonwq | mwhahaha, thanks for the feedback on 509021. I am working through issues with the related 509020 patch. I don't think it will change the implementation of 509021. | 19:47 |
*** amoralej is now known as amoralej|off | 19:48 | |
mwhahaha | colonwq: k | 19:51 |
*** ccamacho has joined #puppet-openstack | 20:10 | |
*** gfidente is now known as gfidente|afk | 20:12 | |
*** jtomasek has quit IRC | 20:17 | |
*** etingof has quit IRC | 20:21 | |
*** vnogin has joined #puppet-openstack | 20:29 | |
*** xingchao has quit IRC | 20:33 | |
*** vnogin has quit IRC | 20:33 | |
*** etingof has joined #puppet-openstack | 20:42 | |
*** trown is now known as trown|outtypewww | 20:45 | |
*** ansmith has quit IRC | 20:49 | |
*** xingchao has joined #puppet-openstack | 20:53 | |
*** xingchao has quit IRC | 21:00 | |
*** xingchao has joined #puppet-openstack | 21:21 | |
*** xingchao has quit IRC | 21:26 | |
*** ntpttr_laptop has joined #puppet-openstack | 21:28 | |
*** rcernin has joined #puppet-openstack | 21:32 | |
*** amoralej|off is now known as amoralej | 21:34 | |
mwhahaha | mnaser, EmilienM: do we honestly need the puppet modules in the tripleo queue? shouldn't we be safe because of the promotion process such that we shouldn't need to share the queue for everything? | 21:37 |
EmilienM | the thing is the tht/puppet-* relation | 21:38 |
mnaser | but that can still be tested with depends-on ? | 21:38 |
EmilienM | right | 21:38 |
mnaser | i mean the shared queue stuff predates me so i dont know why/how that decision was taken, but i feel like the tripleo queue problem isnt helped by the fact that puppet shares it too | 21:39 |
mnaser | i mean realistically how many times has a change in puppet broke tripleo? | 21:40 |
mwhahaha | less than tripleo breaking puppet's tripleo jobs :D | 21:43 |
mnaser | do we need tripleo jobs running in puppet | 21:45 |
mnaser | because i rarely see us catching puppet bugs in tripleo jobs | 21:46 |
mnaser | if we don't need them, we can drop them and move puppet out of tripleo queue | 21:46 |
*** dprince has quit IRC | 21:46 | |
*** ansmith has joined #puppet-openstack | 21:48 | |
EmilienM | mwhahaha, mnaser : if that helps, let's try it | 21:52 |
mnaser | lets evaluate it and see what happens | 21:53 |
*** amodi has quit IRC | 21:53 | |
*** bnemec has joined #puppet-openstack | 21:55 | |
*** amoralej is now known as amoralej|off | 22:05 | |
mnaser | some love for https://review.openstack.org/#/c/516475/ please | 22:12 |
*** gfidente|afk has quit IRC | 22:19 | |
*** agrebennikov has quit IRC | 22:31 | |
openstackgerrit | Merged openstack/puppet-openstack-integration stable/newton: Fix puppet-agent install https://review.openstack.org/516490 | 23:03 |
*** xarses has quit IRC | 23:04 | |
*** chem has quit IRC | 23:25 | |
*** vnogin has joined #puppet-openstack | 23:29 | |
*** vnogin has quit IRC | 23:33 | |
*** markvoelker has quit IRC | 23:51 | |
*** ntpttr_laptop has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!