| *** olap has joined #puppet-openstack | 00:00 | |
| *** vnogin has quit IRC | 00:03 | |
| *** olap has quit IRC | 00:05 | |
| *** vnogin has joined #puppet-openstack | 00:14 | |
| *** vnogin has quit IRC | 00:18 | |
| *** armaan_ has joined #puppet-openstack | 01:02 | |
| *** armaan has quit IRC | 01:04 | |
| *** ilbot3 has quit IRC | 01:45 | |
| *** olap has joined #puppet-openstack | 01:48 | |
| *** olap has quit IRC | 01:53 | |
| *** ilbot3 has joined #puppet-openstack | 01:57 | |
| *** fvollero has quit IRC | 01:59 | |
| *** fvollero has joined #puppet-openstack | 02:00 | |
| *** rcernin has quit IRC | 04:03 | |
| *** rcernin has joined #puppet-openstack | 04:03 | |
| *** gyan_ has joined #puppet-openstack | 04:12 | |
| *** olap has joined #puppet-openstack | 04:31 | |
| *** olap has quit IRC | 04:35 | |
| *** ykarel has joined #puppet-openstack | 04:41 | |
| *** ykarel_ has joined #puppet-openstack | 04:43 | |
| *** higgins has quit IRC | 05:04 | |
| *** alee has quit IRC | 05:11 | |
| *** alee has joined #puppet-openstack | 05:11 | |
| *** ykarel_ is now known as ykarel11 | 05:13 | |
| *** ykarel11 is now known as ykarel_ | 05:13 | |
| *** higgins has joined #puppet-openstack | 05:15 | |
| *** shardy has quit IRC | 06:43 | |
| *** shardy has joined #puppet-openstack | 06:44 | |
| *** rcernin has quit IRC | 07:01 | |
| *** olap has joined #puppet-openstack | 07:13 | |
| *** tesseract has joined #puppet-openstack | 07:14 | |
| *** skramaja has joined #puppet-openstack | 07:15 | |
| *** olap has quit IRC | 07:17 | |
| *** jtomasek has joined #puppet-openstack | 07:19 | |
| *** skramaja has quit IRC | 07:24 | |
| *** skramaja_ has joined #puppet-openstack | 07:24 | |
| *** gfidente has joined #puppet-openstack | 07:24 | |
| *** gfidente has quit IRC | 07:24 | |
| *** gfidente has joined #puppet-openstack | 07:24 | |
| zigo | Isn't this is a bug, with missing :: ? https://github.com/openstack/puppet-glance/blob/master/manifests/api.pp#L391 | 07:26 |
|---|---|---|
| *** armaan_ has quit IRC | 07:29 | |
| *** armaan has joined #puppet-openstack | 07:29 | |
| Tengu | zigo: think you're right about that | 07:29 |
| *** amoralej|off is now known as amoralej | 07:48 | |
| *** markvoelker has quit IRC | 07:55 | |
| *** jpena|off is now known as jpena | 07:58 | |
| *** tosky has joined #puppet-openstack | 08:02 | |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api https://review.openstack.org/569359 | 08:13 |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing https://review.openstack.org/568967 | 08:15 |
| zigo | tobasco: Hi there! Can you review that one? https://review.openstack.org/#/c/568871/ | 08:15 |
| zigo | It's all working for me... | 08:16 |
| *** vinsh has quit IRC | 08:19 | |
| tobasco | done | 08:21 |
| tobasco | zigo: regarding https://github.com/openstack/puppet-glance/blob/master/manifests/api.pp#L391 | 08:23 |
| tobasco | you can probably test how puppet interprets that by adding a notice($glance::params::api_package_name) before that if statement | 08:23 |
| tobasco | it's possible that puppet interprets that correctly, but should probably be a :: there | 08:23 |
| zigo | Thanks. | 08:24 |
| tobasco | (since the class inherits the glance class puppet might fix that automatically) | 08:24 |
| Tengu | as it's in a different scope, "::" will prevent any issue and question :) | 08:24 |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api https://review.openstack.org/569359 | 08:24 |
| zigo | I think it's ok to just add :: anyways, yeah. | 08:25 |
| zigo | Will do once I'm done with that @()#$*&# glance-api on httpd patch. | 08:25 |
| *** ykarel_ is now known as ykarel|lunch | 08:25 | |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api https://review.openstack.org/569359 | 08:33 |
| *** derekh has joined #puppet-openstack | 08:44 | |
| *** salmankhan has joined #puppet-openstack | 08:51 | |
| *** markvoelker has joined #puppet-openstack | 08:56 | |
| zigo | tobasco: I don't understand why my glance-api patch doesn't work. Apache doesn't get configured with glance as I expect. Can you have a look there? https://review.openstack.org/#/c/569359/ | 08:58 |
| zigo | I checked, and there really is already in glance/manifests/deps.pp the correct dependency: Anchor['glance::service::end'] -> Glance_image<||> | 08:58 |
| zigo | So really, it should be finishing *before* attempting to use images. | 08:59 |
| zigo | Maybe it's the validate thing that is the issue? | 08:59 |
| zigo | Currently, we have: create_resources('openstacklib::service_validation', $validation_options_hash, {'subscribe' => 'Service[glance-api]'}) | 09:03 |
| zigo | I'm worried this needs something better, because it's checking after the service is made down instead of waiting for httpd. | 09:03 |
| zigo | Can I do a subscribe with glance::service::end as parameter? | 09:04 |
| *** vnogin has joined #puppet-openstack | 09:09 | |
| * zigo tries to add Service[$service_name] -> Openstacklib::Service_validation<| title == 'glance-api' |> | 09:12 | |
| * zigo just understood the issue, which is, p-o-i doesn't configure httpd correctly. | 09:16 | |
| tobasco | sec let me check | 09:22 |
| *** ykarel|lunch is now known as ykarel| | 09:27 | |
| openstackgerrit | Merged openstack/puppet-openstack-integration master: Validate neutron-server service https://review.openstack.org/568871 | 09:27 |
| *** markvoelker has quit IRC | 09:30 | |
| tobasco | zigo: you should add a line like in the gnocchi modules https://github.com/openstack/puppet-gnocchi/blob/master/manifests/api.pp#L130 | 09:33 |
| tobasco | otherwise httpd wont be executed inside the service anchors here https://github.com/openstack/puppet-glance/blob/master/manifests/deps.pp#L24 | 09:33 |
| tobasco | so Service <| title == 'httpd' |> { tag +> 'glance-service' } | 09:34 |
| tobasco | to add the glance-service tag to the Service['httpd'] resource that puppetlabs-apache manages | 09:34 |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing https://review.openstack.org/568967 | 09:48 |
| *** rmart04 has joined #puppet-openstack | 09:53 | |
| *** salmankhan has quit IRC | 10:10 | |
| *** skramaja_ is now known as skramaja | 10:13 | |
| *** salmankhan has joined #puppet-openstack | 10:13 | |
| openstackgerrit | Keith Schincke proposed openstack/puppet-ceph master: Resolve puppet overwriting a pre-existing bootstrap-osd auth entry https://review.openstack.org/564048 | 10:14 |
| zigo | Gosh, I'm hitting this: https://bugs.launchpad.net/glance/+bug/1518431 ... | 10:23 |
| openstack | Launchpad bug 1518431 in Glance "Glance failed to upload image to swift storage" [Medium,In progress] - Assigned to Cyril Roelandt (cyril-roelandt) | 10:23 |
| *** armaan has quit IRC | 10:24 | |
| *** armaan has joined #puppet-openstack | 10:24 | |
| *** markvoelker has joined #puppet-openstack | 10:28 | |
| *** salmankhan has quit IRC | 10:31 | |
| *** salmankhan has joined #puppet-openstack | 10:36 | |
| *** markvoelker has quit IRC | 11:00 | |
| *** atoth has quit IRC | 11:12 | |
| *** markvoelker has joined #puppet-openstack | 11:15 | |
| *** vinsh has joined #puppet-openstack | 11:37 | |
| *** jpena is now known as jpena|lunch | 11:49 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-openstacklib master: Remove allow_virtual for Package in defaults https://review.openstack.org/569396 | 11:49 |
| *** salmankhan1 has joined #puppet-openstack | 11:50 | |
| *** salmankhan has quit IRC | 11:50 | |
| *** salmankhan1 is now known as salmankhan | 11:50 | |
| *** jaosorior has quit IRC | 11:54 | |
| *** atoth has joined #puppet-openstack | 12:00 | |
| *** armaan has quit IRC | 12:10 | |
| *** armaan has joined #puppet-openstack | 12:10 | |
| *** jaganathan has quit IRC | 12:12 | |
| *** EmilienM is now known as EvilienM | 12:21 | |
| *** trown|outtypewww is now known as trown | 12:24 | |
| *** jpena|lunch is now known as jpena | 12:44 | |
| *** armaan has quit IRC | 12:52 | |
| *** armaan has joined #puppet-openstack | 12:53 | |
| *** vinsh_ has joined #puppet-openstack | 12:54 | |
| *** vinsh_ has quit IRC | 12:54 | |
| *** vinsh has quit IRC | 12:54 | |
| *** amoralej is now known as amoralej|lunch | 12:55 | |
| *** vinsh has joined #puppet-openstack | 12:55 | |
| *** dtantsur is now known as dtantsur|brb | 13:11 | |
| *** rajinir has joined #puppet-openstack | 13:46 | |
| *** amoralej|lunch is now known as amoralej | 13:47 | |
| *** pma has quit IRC | 14:04 | |
| *** skramaja has quit IRC | 14:09 | |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-openstack-integration master: Revert "Debian: Setup Cinder using cinder-api uwsgi" https://review.openstack.org/569420 | 14:13 |
| *** dtantsur|brb is now known as dtantsur | 14:14 | |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-nova master: Deb: shutdown placement-api if using httpd https://review.openstack.org/569426 | 14:24 |
| *** trown is now known as trown|brb | 14:25 | |
| *** trown|brb is now known as trown | 14:30 | |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-openstack-integration master: Switch placement to apache for Debian + SSL https://review.openstack.org/569432 | 14:34 |
| openstackgerrit | Thomas Goirand proposed openstack/puppet-nova master: Deb: shutdown placement-api if using httpd https://review.openstack.org/569426 | 14:35 |
| *** gyan_ has quit IRC | 14:47 | |
| *** gyan_ has joined #puppet-openstack | 14:53 | |
| *** rpittau has quit IRC | 14:58 | |
| *** rmart04 has quit IRC | 15:01 | |
| *** rmart04 has joined #puppet-openstack | 15:05 | |
| *** gyan_ has quit IRC | 15:14 | |
| *** armaan has quit IRC | 15:15 | |
| *** armaan has joined #puppet-openstack | 15:15 | |
| *** salmankhan has quit IRC | 15:18 | |
| *** dpawlik has quit IRC | 15:21 | |
| *** dpawlik has joined #puppet-openstack | 15:24 | |
| *** dpawlik has quit IRC | 15:25 | |
| *** atoth has quit IRC | 15:36 | |
| *** ykarel| is now known as ykarel|away | 15:36 | |
| *** rmart04 has quit IRC | 15:46 | |
| *** tesseract has quit IRC | 15:46 | |
| *** ykarel|away has quit IRC | 15:51 | |
| *** ykarel has quit IRC | 15:51 | |
| *** rmart04 has joined #puppet-openstack | 15:56 | |
| *** dpawlik has joined #puppet-openstack | 16:03 | |
| *** rmart04 has quit IRC | 16:06 | |
| *** dpawlik has quit IRC | 16:07 | |
| *** ykarel|away has joined #puppet-openstack | 16:15 | |
| *** jaganathan has joined #puppet-openstack | 16:23 | |
| *** jaganathan has quit IRC | 16:24 | |
| *** jaganathan has joined #puppet-openstack | 16:24 | |
| *** shardy has quit IRC | 16:28 | |
| *** dtantsur is now known as dtantsur|afk | 16:40 | |
| *** trown is now known as trown|outtypewww | 16:45 | |
| *** ykarel|away has quit IRC | 16:59 | |
| *** derekh has quit IRC | 17:00 | |
| *** gfidente has quit IRC | 17:03 | |
| *** jpena is now known as jpena|off | 17:07 | |
| *** olap has joined #puppet-openstack | 17:16 | |
| *** armaan has quit IRC | 17:30 | |
| *** bnemec is now known as beekneemech | 17:34 | |
| *** salmankhan has joined #puppet-openstack | 17:44 | |
| *** salmankhan has quit IRC | 17:51 | |
| *** armaan has joined #puppet-openstack | 17:57 | |
| *** armaan has quit IRC | 18:24 | |
| *** vnogin has quit IRC | 18:30 | |
| *** tosky has quit IRC | 18:39 | |
| *** tosky has joined #puppet-openstack | 18:42 | |
| *** rnoriega has quit IRC | 18:46 | |
| *** rnoriega has joined #puppet-openstack | 18:47 | |
| *** salmankhan has joined #puppet-openstack | 19:31 | |
| *** salmankhan has quit IRC | 19:36 | |
| *** olap has quit IRC | 19:48 | |
| *** olap has joined #puppet-openstack | 19:48 | |
| *** olap has quit IRC | 19:52 | |
| *** dpawlik has joined #puppet-openstack | 20:25 | |
| *** dpawlik has quit IRC | 20:30 | |
| *** dpawlik has joined #puppet-openstack | 20:51 | |
| *** dpawlik has quit IRC | 21:37 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing https://review.openstack.org/568967 | 21:47 |
| *** armaan has joined #puppet-openstack | 22:03 | |
| *** jtomasek has quit IRC | 22:06 | |
| *** jtomasek has joined #puppet-openstack | 22:12 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-openstack-integration master: Add Ubuntu 18.04 Bionic to CI https://review.openstack.org/566465 | 22:14 |
| *** jtomasek has quit IRC | 22:17 | |
| *** armaan has quit IRC | 22:17 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing https://review.openstack.org/568967 | 22:19 |
| *** rajinir has quit IRC | 22:36 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-gnocchi master: Remove deprecated parameters https://review.openstack.org/569532 | 22:45 |
| *** olap has joined #puppet-openstack | 22:48 | |
| *** olap has quit IRC | 22:53 | |
| *** rnoriega has quit IRC | 23:17 | |
| *** lhinds has quit IRC | 23:17 | |
| *** pliu has quit IRC | 23:18 | |
| *** tosky has quit IRC | 23:42 | |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-nova master: Remove deprecated parameters and classes https://review.openstack.org/569540 | 23:43 |
| openstackgerrit | Tobias Urdin proposed openstack/puppet-openstack-integration master: Remove gnocchi deprecated commands. https://review.openstack.org/569542 | 23:55 |
| *** jaganathan has quit IRC | 23:58 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!