Friday, 2018-05-18

*** olap has joined #puppet-openstack00:00
*** vnogin has quit IRC00:03
*** olap has quit IRC00:05
*** vnogin has joined #puppet-openstack00:14
*** vnogin has quit IRC00:18
*** armaan_ has joined #puppet-openstack01:02
*** armaan has quit IRC01:04
*** ilbot3 has quit IRC01:45
*** olap has joined #puppet-openstack01:48
*** olap has quit IRC01:53
*** ilbot3 has joined #puppet-openstack01:57
*** fvollero has quit IRC01:59
*** fvollero has joined #puppet-openstack02:00
*** rcernin has quit IRC04:03
*** rcernin has joined #puppet-openstack04:03
*** gyan_ has joined #puppet-openstack04:12
*** olap has joined #puppet-openstack04:31
*** olap has quit IRC04:35
*** ykarel has joined #puppet-openstack04:41
*** ykarel_ has joined #puppet-openstack04:43
*** higgins has quit IRC05:04
*** alee has quit IRC05:11
*** alee has joined #puppet-openstack05:11
*** ykarel_ is now known as ykarel1105:13
*** ykarel11 is now known as ykarel_05:13
*** higgins has joined #puppet-openstack05:15
*** shardy has quit IRC06:43
*** shardy has joined #puppet-openstack06:44
*** rcernin has quit IRC07:01
*** olap has joined #puppet-openstack07:13
*** tesseract has joined #puppet-openstack07:14
*** skramaja has joined #puppet-openstack07:15
*** olap has quit IRC07:17
*** jtomasek has joined #puppet-openstack07:19
*** skramaja has quit IRC07:24
*** skramaja_ has joined #puppet-openstack07:24
*** gfidente has joined #puppet-openstack07:24
*** gfidente has quit IRC07:24
*** gfidente has joined #puppet-openstack07:24
zigoIsn't this is a bug, with missing :: ? https://github.com/openstack/puppet-glance/blob/master/manifests/api.pp#L39107:26
*** armaan_ has quit IRC07:29
*** armaan has joined #puppet-openstack07:29
Tenguzigo: think you're right about that07:29
*** amoralej|off is now known as amoralej07:48
*** markvoelker has quit IRC07:55
*** jpena|off is now known as jpena07:58
*** tosky has joined #puppet-openstack08:02
openstackgerritThomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api  https://review.openstack.org/56935908:13
openstackgerritTobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing  https://review.openstack.org/56896708:15
zigotobasco: Hi there! Can you review that one? https://review.openstack.org/#/c/568871/08:15
zigoIt's all working for me...08:16
*** vinsh has quit IRC08:19
tobascodone08:21
tobascozigo: regarding https://github.com/openstack/puppet-glance/blob/master/manifests/api.pp#L39108:23
tobascoyou can probably test how puppet interprets that by adding a notice($glance::params::api_package_name) before that if statement08:23
tobascoit's possible that puppet interprets that correctly, but should probably be a :: there08:23
zigoThanks.08:24
tobasco(since the class inherits the glance class puppet might fix that automatically)08:24
Tenguas it's in a different scope, "::" will prevent any issue and question :)08:24
openstackgerritThomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api  https://review.openstack.org/56935908:24
zigoI think it's ok to just add :: anyways, yeah.08:25
zigoWill do once I'm done with that @()#$*&# glance-api on httpd patch.08:25
*** ykarel_ is now known as ykarel|lunch08:25
openstackgerritThomas Goirand proposed openstack/puppet-glance master: WIP: Add the feature to use Apache for glance-api  https://review.openstack.org/56935908:33
*** derekh has joined #puppet-openstack08:44
*** salmankhan has joined #puppet-openstack08:51
*** markvoelker has joined #puppet-openstack08:56
zigotobasco: 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
zigoI checked, and there really is already in glance/manifests/deps.pp the correct dependency: Anchor['glance::service::end'] -> Glance_image<||>08:58
zigoSo really, it should be finishing *before* attempting to use images.08:59
zigoMaybe it's the validate thing that is the issue?08:59
zigoCurrently, we have: create_resources('openstacklib::service_validation', $validation_options_hash, {'subscribe' => 'Service[glance-api]'})09:03
zigoI'm worried this needs something better, because it's checking after the service is made down instead of waiting for httpd.09:03
zigoCan I do a subscribe with glance::service::end as parameter?09:04
*** vnogin has joined #puppet-openstack09: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
tobascosec let me check09:22
*** ykarel|lunch is now known as ykarel|09:27
openstackgerritMerged openstack/puppet-openstack-integration master: Validate neutron-server service  https://review.openstack.org/56887109:27
*** markvoelker has quit IRC09:30
tobascozigo: you should add a line like in the gnocchi modules https://github.com/openstack/puppet-gnocchi/blob/master/manifests/api.pp#L13009:33
tobascootherwise httpd wont be executed inside the service anchors here https://github.com/openstack/puppet-glance/blob/master/manifests/deps.pp#L2409:33
tobascoso Service <| title == 'httpd' |> { tag +> 'glance-service' }09:34
tobascoto add the glance-service tag to the Service['httpd'] resource that puppetlabs-apache manages09:34
openstackgerritTobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing  https://review.openstack.org/56896709:48
*** rmart04 has joined #puppet-openstack09:53
*** salmankhan has quit IRC10:10
*** skramaja_ is now known as skramaja10:13
*** salmankhan has joined #puppet-openstack10:13
openstackgerritKeith Schincke proposed openstack/puppet-ceph master: Resolve puppet overwriting a pre-existing bootstrap-osd auth entry  https://review.openstack.org/56404810:14
zigoGosh, I'm hitting this: https://bugs.launchpad.net/glance/+bug/1518431 ...10:23
openstackLaunchpad 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 IRC10:24
*** armaan has joined #puppet-openstack10:24
*** markvoelker has joined #puppet-openstack10:28
*** salmankhan has quit IRC10:31
*** salmankhan has joined #puppet-openstack10:36
*** markvoelker has quit IRC11:00
*** atoth has quit IRC11:12
*** markvoelker has joined #puppet-openstack11:15
*** vinsh has joined #puppet-openstack11:37
*** jpena is now known as jpena|lunch11:49
openstackgerritTobias Urdin proposed openstack/puppet-openstacklib master: Remove allow_virtual for Package in defaults  https://review.openstack.org/56939611:49
*** salmankhan1 has joined #puppet-openstack11:50
*** salmankhan has quit IRC11:50
*** salmankhan1 is now known as salmankhan11:50
*** jaosorior has quit IRC11:54
*** atoth has joined #puppet-openstack12:00
*** armaan has quit IRC12:10
*** armaan has joined #puppet-openstack12:10
*** jaganathan has quit IRC12:12
*** EmilienM is now known as EvilienM12:21
*** trown|outtypewww is now known as trown12:24
*** jpena|lunch is now known as jpena12:44
*** armaan has quit IRC12:52
*** armaan has joined #puppet-openstack12:53
*** vinsh_ has joined #puppet-openstack12:54
*** vinsh_ has quit IRC12:54
*** vinsh has quit IRC12:54
*** amoralej is now known as amoralej|lunch12:55
*** vinsh has joined #puppet-openstack12:55
*** dtantsur is now known as dtantsur|brb13:11
*** rajinir has joined #puppet-openstack13:46
*** amoralej|lunch is now known as amoralej13:47
*** pma has quit IRC14:04
*** skramaja has quit IRC14:09
openstackgerritThomas Goirand proposed openstack/puppet-openstack-integration master: Revert "Debian: Setup Cinder using cinder-api uwsgi"  https://review.openstack.org/56942014:13
*** dtantsur|brb is now known as dtantsur14:14
openstackgerritThomas Goirand proposed openstack/puppet-nova master: Deb: shutdown placement-api if using httpd  https://review.openstack.org/56942614:24
*** trown is now known as trown|brb14:25
*** trown|brb is now known as trown14:30
openstackgerritThomas Goirand proposed openstack/puppet-openstack-integration master: Switch placement to apache for Debian + SSL  https://review.openstack.org/56943214:34
openstackgerritThomas Goirand proposed openstack/puppet-nova master: Deb: shutdown placement-api if using httpd  https://review.openstack.org/56942614:35
*** gyan_ has quit IRC14:47
*** gyan_ has joined #puppet-openstack14:53
*** rpittau has quit IRC14:58
*** rmart04 has quit IRC15:01
*** rmart04 has joined #puppet-openstack15:05
*** gyan_ has quit IRC15:14
*** armaan has quit IRC15:15
*** armaan has joined #puppet-openstack15:15
*** salmankhan has quit IRC15:18
*** dpawlik has quit IRC15:21
*** dpawlik has joined #puppet-openstack15:24
*** dpawlik has quit IRC15:25
*** atoth has quit IRC15:36
*** ykarel| is now known as ykarel|away15:36
*** rmart04 has quit IRC15:46
*** tesseract has quit IRC15:46
*** ykarel|away has quit IRC15:51
*** ykarel has quit IRC15:51
*** rmart04 has joined #puppet-openstack15:56
*** dpawlik has joined #puppet-openstack16:03
*** rmart04 has quit IRC16:06
*** dpawlik has quit IRC16:07
*** ykarel|away has joined #puppet-openstack16:15
*** jaganathan has joined #puppet-openstack16:23
*** jaganathan has quit IRC16:24
*** jaganathan has joined #puppet-openstack16:24
*** shardy has quit IRC16:28
*** dtantsur is now known as dtantsur|afk16:40
*** trown is now known as trown|outtypewww16:45
*** ykarel|away has quit IRC16:59
*** derekh has quit IRC17:00
*** gfidente has quit IRC17:03
*** jpena is now known as jpena|off17:07
*** olap has joined #puppet-openstack17:16
*** armaan has quit IRC17:30
*** bnemec is now known as beekneemech17:34
*** salmankhan has joined #puppet-openstack17:44
*** salmankhan has quit IRC17:51
*** armaan has joined #puppet-openstack17:57
*** armaan has quit IRC18:24
*** vnogin has quit IRC18:30
*** tosky has quit IRC18:39
*** tosky has joined #puppet-openstack18:42
*** rnoriega has quit IRC18:46
*** rnoriega has joined #puppet-openstack18:47
*** salmankhan has joined #puppet-openstack19:31
*** salmankhan has quit IRC19:36
*** olap has quit IRC19:48
*** olap has joined #puppet-openstack19:48
*** olap has quit IRC19:52
*** dpawlik has joined #puppet-openstack20:25
*** dpawlik has quit IRC20:30
*** dpawlik has joined #puppet-openstack20:51
*** dpawlik has quit IRC21:37
openstackgerritTobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing  https://review.openstack.org/56896721:47
*** armaan has joined #puppet-openstack22:03
*** jtomasek has quit IRC22:06
*** jtomasek has joined #puppet-openstack22:12
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Add Ubuntu 18.04 Bionic to CI  https://review.openstack.org/56646522:14
*** jtomasek has quit IRC22:17
*** armaan has quit IRC22:17
openstackgerritTobias Urdin proposed openstack/puppet-swift master: [WIP] Fix rspec-puppet-facts testing  https://review.openstack.org/56896722:19
*** rajinir has quit IRC22:36
openstackgerritTobias Urdin proposed openstack/puppet-gnocchi master: Remove deprecated parameters  https://review.openstack.org/56953222:45
*** olap has joined #puppet-openstack22:48
*** olap has quit IRC22:53
*** rnoriega has quit IRC23:17
*** lhinds has quit IRC23:17
*** pliu has quit IRC23:18
*** tosky has quit IRC23:42
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Remove deprecated parameters and classes  https://review.openstack.org/56954023:43
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Remove gnocchi deprecated commands.  https://review.openstack.org/56954223:55
*** jaganathan has quit IRC23:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!