*** ayoung has joined #puppet-openstack | 00:03 | |
*** saneax is now known as saneax_AFK | 00:20 | |
*** ntpttr_ has joined #puppet-openstack | 00:43 | |
*** ntpttr_ has quit IRC | 00:44 | |
*** xiaohua has joined #puppet-openstack | 00:44 | |
*** xarses has quit IRC | 00:45 | |
*** xiaohua has quit IRC | 00:46 | |
*** xiaohua has joined #puppet-openstack | 00:46 | |
*** ntpttr_ has joined #puppet-openstack | 00:50 | |
*** xiaohua has quit IRC | 00:57 | |
*** ducttape_ has joined #puppet-openstack | 00:57 | |
*** xiaohua has joined #puppet-openstack | 00:57 | |
*** ntpttr_ has quit IRC | 01:02 | |
*** xiaohua has quit IRC | 01:06 | |
*** xiaohua has joined #puppet-openstack | 01:14 | |
*** xiaohua has quit IRC | 01:30 | |
*** xiaohua has joined #puppet-openstack | 01:31 | |
*** cwolferh has joined #puppet-openstack | 01:32 | |
*** xiaohua has quit IRC | 01:39 | |
*** ilbot3 has quit IRC | 01:45 | |
*** ilbot3 has joined #puppet-openstack | 01:48 | |
*** ducttape_ has quit IRC | 01:54 | |
*** xiaohua has joined #puppet-openstack | 01:54 | |
EmilienM | dmsimard: lol | 01:55 |
---|---|---|
EmilienM | dmsimard: I found out other-requirements.txt need to have exec permission | 01:55 |
EmilienM | otherwise it's ignored | 01:55 |
dmsimard | WHAT ? | 01:55 |
EmilienM | http://logs.openstack.org/94/306094/1/check/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/a66787d/console.html#_2016-04-14_21_53_52_738 | 01:55 |
dmsimard | I don't think I set it as executable and it works | 01:55 |
EmilienM | [' -e other-requirements.txt ']' | 01:55 |
dmsimard | dude T_T | 01:56 |
dmsimard | really | 01:56 |
dmsimard | -e is for "exists" | 01:56 |
dmsimard | if exists other-requirements.txt | 01:56 |
EmilienM | ah | 01:56 |
EmilienM | I thought it was -f | 01:56 |
EmilienM | for file | 01:56 |
EmilienM | I need to learn bash | 01:56 |
dmsimard | http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html | 01:57 |
dmsimard | I have that bookmarked :p | 01:57 |
EmilienM | ayoung: my stuff on fernets still does not work on centos | 01:57 |
EmilienM | even if I redirect the output to another logfile, it goes in keystone.log | 01:57 |
EmilienM | see https://review.openstack.org/#/c/305451/ | 01:57 |
EmilienM | and https://review.openstack.org/#/c/306044/ | 01:58 |
EmilienM | since I'm very bad in bash maybe I did wrong ^ | 01:58 |
dmsimard | EmilienM: cool, you working on fernet ? :p | 01:58 |
ayoung | EmilienM, Um, redirect? I thought you were just doing a touch and chown? | 01:58 |
EmilienM | dmsimard: yeah trying to deploy it on scenario003 | 01:58 |
dmsimard | nice! | 01:58 |
EmilienM | ayoung: yeah I did that in packaging | 01:58 |
EmilienM | ayoung: but in puppet I wanted a way to redirect to files | 01:58 |
EmilienM | I'll abandon the patch | 01:59 |
EmilienM | and do what we said with packaging | 01:59 |
ayoung | I would not have expected that to work, but I didn't really dig into what you were doing | 01:59 |
EmilienM | no worries | 01:59 |
dmsimard | EmilienM: command => "keystone-manage pki_setup --keystone-user ${keystone_user} --keystone-group ${keystone_group} >>${pki_logs_file} 2>&1 | 01:59 |
EmilienM | dmsimard: well, it's weird http://logs.openstack.org/94/306094/1/check/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/a66787d/console.html#_2016-04-14_21_53_52_738 | 02:00 |
dmsimard | if anything, you probably want 2>&1 >> logfile | 02:00 |
EmilienM | it still install bindep stuff | 02:00 |
dmsimard | 2>&1 redirects stderr and stdout to the same buffer and then you redirect to the logfile | 02:00 |
EmilienM | on https://review.openstack.org/#/c/306094/ | 02:00 |
EmilienM | dmsimard: I abandonned the patch, we fixed that in packaging | 02:00 |
EmilienM | I'm promoting to newton, we fixed oslo config | 02:01 |
dmsimard | it's merged ? | 02:01 |
dmsimard | or hacked around ? | 02:01 |
EmilienM | yeah | 02:01 |
EmilienM | hacked | 02:01 |
EmilienM | well, "backported" :P | 02:01 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: repos: pin RDO to Newton & UCA to stable/mitaka https://review.openstack.org/305886 | 02:02 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: scenario003: deploy keystone with fernet tokens https://review.openstack.org/305451 | 02:02 |
EmilienM | dmsimard: dude I don't understand | 02:02 |
*** v1k0d3n has joined #puppet-openstack | 02:03 | |
EmilienM | I created other-requirements.txt | 02:05 |
EmilienM | and it stills install deps | 02:05 |
*** severion has quit IRC | 02:05 | |
openstackgerrit | Xiaohua Yuan proposed openstack/puppet-trove: Add datastore_registry_ext option to trove-guestagent.conf https://review.openstack.org/305591 | 02:05 |
*** richm has quit IRC | 02:07 | |
dmsimard | EmilienM: let me see if it does that with packstack and I didn't notice .. | 02:08 |
EmilienM | for me it does not work anywhere | 02:09 |
dmsimard | EmilienM: wfm http://logs.openstack.org/06/303606/13/gate/gate-packstack-integration-scenario001-tempest-centos-7/2cc2c83/console.html#_2016-04-12_15_18_52_065 | 02:09 |
dmsimard | from https://review.openstack.org/#/c/303606/ | 02:09 |
*** ntpttr_ has joined #puppet-openstack | 02:10 | |
EmilienM | dmsimard: I might have found out | 02:13 |
EmilienM | but I'm not sure | 02:13 |
EmilienM | in pacstack JJB, you have gerrit-git-prep | 02:13 |
EmilienM | we don't have, we use zuul-clone | 02:14 |
EmilienM | so maybe it does not find the file in the workspace | 02:14 |
EmilienM | yeah that's it | 02:15 |
EmilienM | I found it | 02:15 |
* dmsimard shrugs | 02:16 | |
EmilienM | dmsimard: thanks packstack! | 02:18 |
EmilienM | it worked in packstack TM | 02:18 |
dmsimard | lol | 02:18 |
EmilienM | dmsimard: https://review.openstack.org/306218 | 02:20 |
*** ilbot3 has quit IRC | 02:25 | |
*** xiaohua has quit IRC | 02:26 | |
*** kylo has quit IRC | 02:26 | |
*** mflobo has quit IRC | 02:26 | |
*** mflobo has joined #puppet-openstack | 02:26 | |
*** xiaohua has joined #puppet-openstack | 02:28 | |
EmilienM | dmsimard: promotion to newton fails, httpd fails to start. | 02:31 |
EmilienM | mmh nova compute too | 02:31 |
EmilienM | maybe the oslo config patch does not work | 02:31 |
*** fedexo has joined #puppet-openstack | 02:39 | |
dmsimard | EmilienM: oh, I got to patch WeIRDO to setup the storage SIG | 02:40 |
dmsimard | since you removed EPEL it stopped working on my end :p | 02:40 |
*** ilbot3 has joined #puppet-openstack | 02:50 | |
*** beddari has joined #puppet-openstack | 02:57 | |
*** cwolferh has quit IRC | 03:02 | |
*** kylo has joined #puppet-openstack | 03:22 | |
*** xiaohua_ has joined #puppet-openstack | 03:24 | |
*** pleia2_ has joined #puppet-openstack | 03:27 | |
*** severion has joined #puppet-openstack | 03:28 | |
*** fedexo_ has joined #puppet-openstack | 03:30 | |
*** v1k0d3n has quit IRC | 03:30 | |
*** fedexo has quit IRC | 03:32 | |
*** xiaohua has quit IRC | 03:32 | |
*** pleia2 has quit IRC | 03:32 | |
*** pleia2_ is now known as pleia2 | 03:46 | |
*** jaosorior has joined #puppet-openstack | 04:07 | |
*** saneax_AFK is now known as saneax | 04:30 | |
*** xarses has joined #puppet-openstack | 04:52 | |
*** xiaohua_ has quit IRC | 04:54 | |
*** ducttape_ has joined #puppet-openstack | 04:54 | |
*** xiaohua has joined #puppet-openstack | 04:54 | |
*** ducttape_ has quit IRC | 05:00 | |
*** xiaohua has quit IRC | 05:03 | |
*** rcernin has joined #puppet-openstack | 05:10 | |
*** chandankumar has joined #puppet-openstack | 05:13 | |
*** ilbot3 has quit IRC | 05:26 | |
*** finchd has quit IRC | 05:26 | |
*** timfreund has quit IRC | 05:27 | |
*** chandankumar has quit IRC | 05:28 | |
*** markvoelker has quit IRC | 05:28 | |
*** hjensas has quit IRC | 05:28 | |
*** finchd has joined #puppet-openstack | 05:33 | |
*** markvoelker has joined #puppet-openstack | 05:36 | |
*** chandankumar has joined #puppet-openstack | 05:41 | |
*** timfreund has joined #puppet-openstack | 05:41 | |
*** ilbot3 has joined #puppet-openstack | 05:41 | |
*** xiaohua has joined #puppet-openstack | 05:44 | |
*** magicboiz has joined #puppet-openstack | 06:10 | |
*** magicboiz has left #puppet-openstack | 06:10 | |
*** xiaohua has quit IRC | 06:23 | |
*** xiaohua has joined #puppet-openstack | 06:23 | |
*** xiaohua has joined #puppet-openstack | 06:24 | |
*** hjensas has joined #puppet-openstack | 06:26 | |
*** hjensas has quit IRC | 06:26 | |
*** hjensas has joined #puppet-openstack | 06:26 | |
*** tesseract has joined #puppet-openstack | 06:29 | |
*** tesseract is now known as Guest63229 | 06:29 | |
*** cwolferh has joined #puppet-openstack | 06:36 | |
*** xiaohua_ has joined #puppet-openstack | 06:55 | |
*** ducttape_ has joined #puppet-openstack | 06:55 | |
*** ducttape_ has quit IRC | 07:00 | |
*** dgurtner has joined #puppet-openstack | 07:01 | |
*** dgurtner has quit IRC | 07:01 | |
*** dgurtner has joined #puppet-openstack | 07:01 | |
*** chandankumar has quit IRC | 07:03 | |
*** xiaohua has quit IRC | 07:04 | |
*** ilbot3 has quit IRC | 07:04 | |
*** timfreund has quit IRC | 07:04 | |
*** foxhunt_away is now known as foxhunt72 | 07:06 | |
*** timfreund has joined #puppet-openstack | 07:11 | |
*** paramite has joined #puppet-openstack | 07:15 | |
*** markvoelker has quit IRC | 07:16 | |
*** chandankumar has joined #puppet-openstack | 07:16 | |
*** rmart04 has joined #puppet-openstack | 07:19 | |
*** amoralej|off is now known as amoralej | 07:20 | |
*** fedexo_ has quit IRC | 07:20 | |
*** ilbot3 has joined #puppet-openstack | 07:21 | |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-ironic: Switch ironic to use puppet-oslo module https://review.openstack.org/305299 | 07:23 |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-ironic: Switch ironic to use puppet-oslo module https://review.openstack.org/305299 | 07:24 |
*** mgould has joined #puppet-openstack | 07:25 | |
*** karimb has joined #puppet-openstack | 07:47 | |
*** jaosorior has quit IRC | 07:48 | |
*** jaosorior has joined #puppet-openstack | 07:48 | |
*** jaosorior has quit IRC | 07:51 | |
*** jaosorior has joined #puppet-openstack | 07:51 | |
*** shardy has joined #puppet-openstack | 07:58 | |
*** jtomasek_ has joined #puppet-openstack | 07:59 | |
*** jpena|off is now known as jpena | 08:01 | |
*** xiaohua_ has quit IRC | 08:07 | |
*** openstackgerrit has quit IRC | 08:08 | |
*** foxhunt72 is now known as foxhunt_away | 08:08 | |
*** xiaohua has joined #puppet-openstack | 08:08 | |
*** chem has joined #puppet-openstack | 08:09 | |
*** _stowa has quit IRC | 08:11 | |
*** xiaohua has quit IRC | 08:16 | |
*** _stowa has joined #puppet-openstack | 08:17 | |
*** openstackgerrit has joined #puppet-openstack | 08:18 | |
*** jistr has joined #puppet-openstack | 08:30 | |
*** paramite is now known as paramite|afk | 08:34 | |
*** paramite|afk is now known as paramite | 08:37 | |
openstackgerrit | Marcos Fermín Lobo proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 08:38 |
*** gfidente has joined #puppet-openstack | 08:38 | |
*** gfidente has quit IRC | 08:38 | |
*** gfidente has joined #puppet-openstack | 08:38 | |
*** xarses has quit IRC | 08:46 | |
*** ducttape_ has joined #puppet-openstack | 08:56 | |
*** dtantsur|afk is now known as dtantsur | 08:58 | |
*** ducttape_ has quit IRC | 09:01 | |
*** xarses has joined #puppet-openstack | 09:01 | |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-ironic: Switch ironic to use puppet-oslo module https://review.openstack.org/305299 | 09:03 |
*** paramite is now known as paramite|afk | 09:05 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted because is not processing new changes | 09:06 | |
*** _degorenko|afk is now known as degorenko | 09:06 | |
*** xiaohua has joined #puppet-openstack | 09:15 | |
openstackgerrit | Maksym Yatsenko proposed openstack/puppet-mistral: [WIP] https://review.openstack.org/306308 | 09:15 |
openstackgerrit | Maksym Yatsenko proposed openstack/puppet-mistral: [WIP] https://review.openstack.org/306308 | 09:16 |
*** markvoelker has joined #puppet-openstack | 09:17 | |
*** foxhunt_away is now known as foxhunt72 | 09:21 | |
*** markvoelker has quit IRC | 09:22 | |
*** xiaohua has quit IRC | 09:22 | |
-openstackstatus- NOTICE: No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period. | 09:23 | |
*** ChanServ changes topic to "No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period." | 09:23 | |
openstackgerrit | Athlan-Guyot sofer proposed openstack/puppet-keystone: Add missing bit to the user prefetch removal. https://review.openstack.org/306313 | 09:29 |
openstackgerrit | Javier Peña proposed openstack/puppet-neutron: Support the LibreSwan driver in Red Hat platforms https://review.openstack.org/306314 | 09:30 |
*** igajsin has joined #puppet-openstack | 09:45 | |
*** igajsin has left #puppet-openstack | 09:46 | |
*** ChanServ changes topic to "CI status: green - Puppet OpenStack modules - https://wiki.openstack.org/wiki/Puppet" | 09:51 | |
-openstackstatus- NOTICE: Zuul and gerrit are working normally now. Please recheck any jobs that may have been affected by this failure. | 09:51 | |
*** foxhunt72 is now known as foxhunt_away | 09:56 | |
*** dtantsur is now known as dtantsur|lunch | 10:00 | |
*** xarses has quit IRC | 10:02 | |
*** xarses has joined #puppet-openstack | 10:03 | |
*** xarses has quit IRC | 10:03 | |
*** xarses has joined #puppet-openstack | 10:04 | |
*** yolanda has quit IRC | 10:12 | |
*** xiaohua has joined #puppet-openstack | 10:12 | |
*** gfidente is now known as gfidente|ghost | 10:31 | |
*** foxhunt_away is now known as foxhunt72 | 10:32 | |
*** leanderthal|afk is now known as leanderthal | 10:34 | |
*** johnmilton has joined #puppet-openstack | 10:37 | |
*** chandankumar has quit IRC | 10:48 | |
*** jtomasek_ has quit IRC | 10:56 | |
*** jaosorior has quit IRC | 10:59 | |
*** cdelatte has quit IRC | 11:02 | |
*** gfidente has joined #puppet-openstack | 11:05 | |
*** dtantsur|lunch is now known as dtantsur | 11:09 | |
*** darkxploit has quit IRC | 11:14 | |
*** jtomasek_ has joined #puppet-openstack | 11:14 | |
*** markvoelker has joined #puppet-openstack | 11:18 | |
*** jtomasek_ has quit IRC | 11:18 | |
*** jtomasek_ has joined #puppet-openstack | 11:20 | |
*** paramite|afk is now known as paramite | 11:22 | |
*** markvoelker has quit IRC | 11:24 | |
*** jtomasek_ has quit IRC | 11:33 | |
*** dprince has joined #puppet-openstack | 11:33 | |
*** cdelatte has joined #puppet-openstack | 11:36 | |
*** chandankumar has joined #puppet-openstack | 11:38 | |
*** paramite is now known as paramite|afk | 11:41 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-openstack-integration: Enable Sahara integration job on Ubuntu https://review.openstack.org/305764 | 11:42 |
*** xarses_ has joined #puppet-openstack | 11:43 | |
*** chandankumar has quit IRC | 11:45 | |
*** dmsimard has quit IRC | 11:46 | |
*** xarses has quit IRC | 11:47 | |
*** dmsimard has joined #puppet-openstack | 11:51 | |
*** openstack has quit IRC | 11:51 | |
*** openstack has joined #puppet-openstack | 11:53 | |
*** chandankumar has joined #puppet-openstack | 12:00 | |
*** morazi has joined #puppet-openstack | 12:02 | |
*** degorenko is now known as _degorenko|afk | 12:08 | |
*** paramite|afk is now known as paramite | 12:08 | |
*** jayg|g0n3 is now known as jayg | 12:11 | |
*** ducttape_ has joined #puppet-openstack | 12:11 | |
*** markvoelker has joined #puppet-openstack | 12:16 | |
*** saneax is now known as saneax_AFK | 12:19 | |
*** trown|outtypewww is now known as trown | 12:24 | |
EmilienM | hello | 12:26 |
EmilienM | dmsimard: oh sorry man | 12:26 |
chem | hi | 12:26 |
iurygregory | morning | 12:28 |
*** xiaohua_ has joined #puppet-openstack | 12:28 | |
*** chandankumar has quit IRC | 12:29 | |
*** rmart04_ has joined #puppet-openstack | 12:29 | |
*** ilbot3 has quit IRC | 12:29 | |
*** rmart04 has quit IRC | 12:29 | |
*** rmart04_ is now known as rmart04 | 12:29 | |
*** morazi has quit IRC | 12:30 | |
*** xiaohua has quit IRC | 12:30 | |
*** cwolferh has quit IRC | 12:30 | |
*** gfidente has quit IRC | 12:31 | |
*** gfidente|ghost has quit IRC | 12:31 | |
*** _stowa has quit IRC | 12:31 | |
*** hjensas has quit IRC | 12:31 | |
*** ilbot3 has joined #puppet-openstack | 12:31 | |
openstackgerrit | Giulio Fidente proposed openstack/puppet-tripleo: Add ceph profiles https://review.openstack.org/304675 | 12:34 |
*** ducttape_ has quit IRC | 12:34 | |
*** _stowa has joined #puppet-openstack | 12:40 | |
*** jpena is now known as jpena|lunch | 12:42 | |
*** gfidente|ghost has joined #puppet-openstack | 12:43 | |
*** gfidente has joined #puppet-openstack | 12:43 | |
*** gfidente has quit IRC | 12:43 | |
*** gfidente has joined #puppet-openstack | 12:43 | |
*** cwolferh has joined #puppet-openstack | 12:44 | |
*** morazi has joined #puppet-openstack | 12:45 | |
*** xiaohua_ has quit IRC | 12:50 | |
openstackgerrit | Merged openstack/puppet-tripleo: Map gnocchi vip to haproxy_listen_bind_param https://review.openstack.org/304287 | 12:50 |
*** richm has joined #puppet-openstack | 12:59 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: scenario003: deploy keystone with fernet tokens https://review.openstack.org/305451 | 13:00 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: repos: pin RDO to Newton & UCA to stable/mitaka https://review.openstack.org/305886 | 13:00 |
*** derekh has joined #puppet-openstack | 13:03 | |
EmilienM | dmsimard: bindep issue fixed for our CI | 13:18 |
*** _degorenko|afk is now known as degorenko | 13:22 | |
*** gfidente|ghost has quit IRC | 13:23 | |
degorenko | EmilienM, hey | 13:27 |
degorenko | https://review.openstack.org/#/c/305764/ | 13:27 |
degorenko | sahara works | 13:27 |
degorenko | also see https://review.openstack.org/305387 | 13:28 |
EmilienM | that's an excellent news | 13:28 |
degorenko | EmilienM, i'm also working on murano stuff :) we are close | 13:29 |
EmilienM | degorenko: thanks for the update! | 13:29 |
degorenko | np | 13:29 |
EmilienM | excellent news too | 13:29 |
EmilienM | on my side, I'm working on fernets & blockers to have Newton CI runs | 13:30 |
degorenko | i saw patch for fernet, it was abandoned | 13:30 |
EmilienM | yeah because we'll solve the problem another way | 13:30 |
degorenko | ah, ok | 13:30 |
EmilienM | I'm still on it | 13:30 |
EmilienM | it's all WIP | 13:30 |
EmilienM | degorenko: can you get https://review.openstack.org/#/c/305470/ ? | 13:31 |
EmilienM | degorenko: and https://review.openstack.org/#/c/287964/ | 13:31 |
degorenko | looking | 13:31 |
degorenko | i was busy today on internal stuff, so i missed some reviews | 13:32 |
degorenko | if you need anything - ping me | 13:32 |
EmilienM | no worries | 13:32 |
*** paramite is now known as paramite|afk | 13:35 | |
*** gfidente|ghost has joined #puppet-openstack | 13:35 | |
*** amoralej is now known as amoralej|lunch | 13:35 | |
EmilienM | also https://review.openstack.org/#/c/301613/ is nice to have I think, we're probably going to test it | 13:35 |
degorenko | EmilienM, so, last one we already can merge? | 13:36 |
openstackgerrit | Maksym Yatsenko proposed openstack/puppet-mistral: [WIP] https://review.openstack.org/306308 | 13:39 |
dmburmistrov | EmilienM, hi!, can you take a look at https://review.openstack.org/#/c/302738/ ? | 13:41 |
*** ducttape_ has joined #puppet-openstack | 13:41 | |
dmburmistrov | lets finish with this) | 13:41 |
EmilienM | dmburmistrov: I can't | 13:46 |
EmilienM | it's friday we don't merge any patch today | 13:46 |
dmburmistrov | EmilienM, ouh, okay! Can I "ping" you next week? :) | 13:47 |
EmilienM | no, next week we can't | 13:47 |
EmilienM | it's the week before summit | 13:47 |
EmilienM | :P | 13:47 |
EmilienM | +A | 13:47 |
dmburmistrov | thank you! | 13:48 |
EmilienM | cool | 13:48 |
*** twm2016 has joined #puppet-openstack | 13:52 | |
openstackgerrit | Merged openstack/puppet-openstack-integration: Do not pre-install dependencies from OpenStack Infra https://review.openstack.org/306094 | 13:53 |
*** dfisher has joined #puppet-openstack | 13:54 | |
iurygregory | degorenko, can i take care of the updates to cookiecutter in auth.pp? | 13:55 |
*** _ducttape_ has joined #puppet-openstack | 13:57 | |
degorenko | iurygregory, well, we can't do nothing here actually | 13:58 |
degorenko | iurygregory, i've looked on that - new module just need to be written carefully | 13:59 |
*** ducttape_ has quit IRC | 13:59 | |
degorenko | iurygregory, we have a few FIXME stuff on pattern, so it just should be properly replaced | 13:59 |
*** jpena|lunch is now known as jpena | 14:00 | |
openstackgerrit | Merged openstack/puppet-openstack-integration: Do not pre-install dependencies from OpenStack Infra https://review.openstack.org/306090 | 14:00 |
*** xarses_ has quit IRC | 14:01 | |
iurygregory | degorenko, yeah agree it's just a few places to change | 14:01 |
degorenko | iurygregory, yeah, after first glance on patch i saw that the problem is in cookiecutter, but it was just wrong replace | 14:01 |
*** paramite|afk is now known as paramite | 14:02 | |
iurygregory | ok ^^ | 14:02 |
*** ilbot3 has quit IRC | 14:02 | |
*** mgould has quit IRC | 14:04 | |
*** yolanda has joined #puppet-openstack | 14:05 | |
degorenko | mflobo, ping | 14:06 |
degorenko | iurygregory, you can cover in cookiecutter my comment from this filehttps://review.openstack.org/#/c/305279/6/manifests/keystone/auth.pp | 14:07 |
iurygregory | o/ sure degorenko | 14:08 |
mflobo | degorenko, pong | 14:16 |
degorenko | mflobo, hey, can you update commit for ec2api? | 14:16 |
*** ilbot3 has joined #puppet-openstack | 14:16 | |
mflobo | degorenko, yep, I'll follow your comments. Thanks for review | 14:17 |
degorenko | nice | 14:17 |
*** hjensas has joined #puppet-openstack | 14:19 | |
*** hjensas has quit IRC | 14:19 | |
*** hjensas has joined #puppet-openstack | 14:19 | |
*** amoralej|lunch is now known as amoralej | 14:20 | |
openstackgerrit | Marcos Fermín Lobo proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 14:23 |
mflobo | degorenko, ^^ | 14:23 |
*** dgurtner has quit IRC | 14:23 | |
mflobo | :) | 14:23 |
iurygregory | nice mflobo o/ | 14:23 |
degorenko | mflobo, nice :) | 14:24 |
degorenko | i'll hope CI will be green | 14:24 |
mflobo | me too! | 14:24 |
mwhahaha | EmilienM: https://review.openstack.org/#/c/302376/ why can't we use exit 1? | 14:24 |
openstackgerrit | Dmitry Ilyin proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 14:25 |
EmilienM | mwhahaha: that sounds ugly to me | 14:25 |
mflobo | degorenko, I'll be here 1 hour more, ping me if more changes are needed | 14:25 |
mwhahaha | but that's what we want | 14:25 |
mwhahaha | it's a check to force a failure | 14:25 |
EmilienM | to be ugly? | 14:25 |
EmilienM | ah | 14:25 |
EmilienM | ok | 14:25 |
mwhahaha | it's an intentional failure if the file does not exist | 14:26 |
mwhahaha | so we want to be clear in what it does | 14:26 |
EmilienM | mwhahaha: ok I can +2 | 14:26 |
mwhahaha | which is why i proposed exit one rather than duplicating the test -f <file> | 14:26 |
EmilienM | mwhahaha: +2 | 14:27 |
iberezovskiy | EmilienM, can you please take a look on openstack-integration jobs on this patch https://review.openstack.org/#/c/302738/ ? | 14:27 |
mwhahaha | cool thanks | 14:27 |
iberezovskiy | all of them failed with one error: /tmp/hudson5736878453674805216.sh: line 7: ./run_tests.sh: No such file or directory | 14:27 |
EmilienM | wow | 14:27 |
EmilienM | where? | 14:27 |
EmilienM | we changed something recently | 14:27 |
iberezovskiy | http://logs.openstack.org/38/302738/6/gate/gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty/654176d/console.html | 14:27 |
EmilienM | last night I patched CI | 14:27 |
EmilienM | which patch please? | 14:27 |
iberezovskiy | I added link https://review.openstack.org/#/c/302738/ | 14:28 |
EmilienM | oh oh | 14:28 |
EmilienM | ok I'm doing a recheck | 14:28 |
EmilienM | it shouldn't happen | 14:28 |
iberezovskiy | I'm not sure, but it looks that $(pwd) is not a puppet-openstack-integration | 14:28 |
EmilienM | I patched infra last night, late. We had something broken | 14:29 |
EmilienM | https://review.openstack.org/306218 | 14:29 |
EmilienM | iberezovskiy: I did recheck, I'll monitor that | 14:30 |
iberezovskiy | ok, thx | 14:30 |
*** alee has joined #puppet-openstack | 14:31 | |
mwhahaha | EmilienM: https://review.openstack.org/#/c/304944/ just failed for the same thing | 14:37 |
mwhahaha | looks like the infra patch might be bad? | 14:37 |
EmilienM | damn | 14:37 |
EmilienM | I'm in the middle of a meeting | 14:37 |
EmilienM | aobut release management | 14:37 |
EmilienM | I can't look at it right now | 14:37 |
mwhahaha | k | 14:38 |
mflobo | degorenko, aha! we are green! https://review.openstack.org/#/c/305279/ :) | 14:41 |
*** fedexo has joined #puppet-openstack | 14:42 | |
*** haplo37 has joined #puppet-openstack | 14:44 | |
openstackgerrit | Trevor McCasland proposed openstack/puppet-nova: Add nova flavor provider https://review.openstack.org/305463 | 14:44 |
degorenko | mflobo, Dima uploaded patch in one time with you :) here is a few unrelated changes. Can you back your change on top? | 14:45 |
degorenko | https://review.openstack.org/#/c/305279/7..8/spec/classes/ec2api_keystone_auth_spec.rb | 14:45 |
degorenko | line 79 - Dima has correct one | 14:45 |
degorenko | all another changes can be removed | 14:45 |
degorenko | between 7 and 8 | 14:45 |
openstackgerrit | Merged openstack/puppet-openstack-integration: Do not pre-install dependencies from OpenStack Infra https://review.openstack.org/306068 | 14:46 |
openstackgerrit | Marcos Fermín Lobo proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 14:54 |
mflobo | degorenko, there we go again ^^ :) | 14:54 |
*** dgurtner has joined #puppet-openstack | 14:55 | |
EmilienM | ok so I reverted the infra change | 14:56 |
degorenko | mflobo, ack, waiting for CI | 14:56 |
EmilienM | and I'm working on a new patch | 14:56 |
EmilienM | so CI is currently broken FYI | 14:56 |
degorenko | again? | 14:56 |
openstackgerrit | Merged openstack/puppet-openstack-integration: Enable Sahara integration job on Ubuntu https://review.openstack.org/305764 | 14:58 |
*** foxhunt72 is now known as foxhunt_away | 15:01 | |
*** fedexo has quit IRC | 15:01 | |
*** foxhunt_away is now known as foxhunt72 | 15:03 | |
*** xarses_ has joined #puppet-openstack | 15:04 | |
EmilienM | degorenko: yes, until my revert is merged | 15:06 |
* degorenko sighs | 15:07 | |
degorenko | mflobo, your patch brokes spec tests :D | 15:08 |
EmilienM | degorenko: yeah, I break stuffs all time | 15:09 |
EmilienM | but I fix it :P | 15:09 |
degorenko | mflobo, service_description by default to 'ec2api Service' | 15:09 |
degorenko | EmilienM, not you :0 | 15:09 |
EmilienM | https://review.openstack.org/#/c/306492/ -> WIP to fix it | 15:09 |
degorenko | EmilienM, that's not a issue for ec2api failes :) | 15:10 |
degorenko | fails* | 15:10 |
mflobo | degorenko, ok. What if I remove ":description" from tests? | 15:11 |
degorenko | mflobo, also, here are wrong urls for endpoint https://review.openstack.org/#/c/305279/8..9/manifests/keystone/auth.pp | 15:11 |
*** aglarendil has quit IRC | 15:11 | |
degorenko | mflobo, just set default value 'ec2api Service' for service_description in manifest | 15:11 |
degorenko | not undef | 15:11 |
mflobo | degorenko, ok, I'll do | 15:12 |
*** igorbelikov has quit IRC | 15:12 | |
*** rhefner has quit IRC | 15:12 | |
degorenko | mflobo, what's about endpoint urls? | 15:12 |
*** mjblack has quit IRC | 15:12 | |
*** Hunner has quit IRC | 15:12 | |
*** rmart04 has quit IRC | 15:13 | |
mfisch | EmilienM: which session did you need me for to discuss multinode and docker? | 15:14 |
mfisch | I can't make the 2nd Newton plans one | 15:14 |
*** delattec has joined #puppet-openstack | 15:16 | |
*** v1k0d3n has joined #puppet-openstack | 15:17 | |
*** mjblack has joined #puppet-openstack | 15:18 | |
*** Hunner has joined #puppet-openstack | 15:18 | |
*** Hunner has joined #puppet-openstack | 15:18 | |
*** aglarendil has joined #puppet-openstack | 15:18 | |
*** leanderthal is now known as leanderthal|afk | 15:18 | |
*** hjensas has quit IRC | 15:20 | |
*** igajsin1 has joined #puppet-openstack | 15:20 | |
openstackgerrit | Dimitri Savineau proposed openstack/puppet-tripleo: Enable HAProxy forwardfor option for Horizon. https://review.openstack.org/296497 | 15:21 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: scenario003: deploy keystone with fernet tokens https://review.openstack.org/305451 | 15:21 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: repos: pin RDO to Newton & UCA to stable/mitaka https://review.openstack.org/305886 | 15:21 |
*** pleia2_ has joined #puppet-openstack | 15:21 | |
*** tdb_ has joined #puppet-openstack | 15:22 | |
*** v1k0d3n has quit IRC | 15:22 | |
*** v1k0d3n has joined #puppet-openstack | 15:22 | |
*** rhefner has joined #puppet-openstack | 15:23 | |
*** derekh has quit IRC | 15:25 | |
*** richm has quit IRC | 15:25 | |
*** morazi has quit IRC | 15:25 | |
*** gfidente has quit IRC | 15:25 | |
*** cdelatte has quit IRC | 15:25 | |
*** dprince has quit IRC | 15:25 | |
*** paramite has quit IRC | 15:25 | |
*** severion has quit IRC | 15:25 | |
*** pleia2 has quit IRC | 15:25 | |
*** beddari has quit IRC | 15:25 | |
*** mflobo has quit IRC | 15:25 | |
*** ntpttr_ has quit IRC | 15:25 | |
*** alee has quit IRC | 15:25 | |
*** ericksonsantos has quit IRC | 15:25 | |
*** rlaurika has quit IRC | 15:25 | |
*** kbyrne has quit IRC | 15:25 | |
*** mdavidson has quit IRC | 15:25 | |
*** tdb has quit IRC | 15:25 | |
*** EmilienM has quit IRC | 15:25 | |
*** rlaurika has joined #puppet-openstack | 15:26 | |
*** pleia2_ is now known as pleia2 | 15:26 | |
*** dprince has joined #puppet-openstack | 15:28 | |
*** EmilienM has joined #puppet-openstack | 15:28 | |
*** beddari has joined #puppet-openstack | 15:28 | |
*** mdavidson has joined #puppet-openstack | 15:29 | |
EmilienM | mfisch: https://etherpad.openstack.org/p/newton-design-puppet | 15:30 |
*** paramite has joined #puppet-openstack | 15:30 | |
EmilienM | I sent schedule by email last week | 15:30 |
*** jistr has quit IRC | 15:30 | |
*** rcernin has quit IRC | 15:30 | |
*** dgurtner has quit IRC | 15:30 | |
*** morazi has joined #puppet-openstack | 15:30 | |
*** derekh has joined #puppet-openstack | 15:30 | |
*** davidmichaelkarr has quit IRC | 15:30 | |
*** Guest63229 has quit IRC | 15:31 | |
*** ericksonsantos has joined #puppet-openstack | 15:32 | |
*** gfidente has joined #puppet-openstack | 15:32 | |
*** gfidente has quit IRC | 15:32 | |
*** gfidente has joined #puppet-openstack | 15:32 | |
*** foxhunt72 is now known as foxhunt_away | 15:32 | |
*** kbyrne has joined #puppet-openstack | 15:32 | |
openstackgerrit | Dmitry Ilyin proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 15:33 |
*** gfidente has quit IRC | 15:33 | |
EmilienM | mfisch: is it good? | 15:34 |
mfisch | looking | 15:34 |
*** dtantsur is now known as dtantsur|afk | 15:35 | |
*** richm has joined #puppet-openstack | 15:35 | |
*** davidmichaelkarr has joined #puppet-openstack | 15:36 | |
*** mflobo has joined #puppet-openstack | 15:37 | |
*** mflobo has quit IRC | 15:37 | |
*** igorbelikov has joined #puppet-openstack | 15:38 | |
*** mflobo has joined #puppet-openstack | 15:42 | |
*** jistr has joined #puppet-openstack | 15:42 | |
openstackgerrit | Marcos Fermín Lobo proposed openstack/puppet-ec2api: puppet-ec2api: Initial commit https://review.openstack.org/305279 | 15:45 |
openstackgerrit | Lukas Bezdicka proposed openstack/puppet-tripleo: Add missing services ports to service_ports map https://review.openstack.org/305929 | 15:46 |
openstackgerrit | Lukas Bezdicka proposed openstack/puppet-tripleo: Remove individual service certificates https://review.openstack.org/305942 | 15:46 |
mflobo | degorenko, I change service_description and ports | 15:48 |
mflobo | s/change/changed/ | 15:48 |
*** gfidente|ghost is now known as gfidente | 15:53 | |
openstackgerrit | Trevor McCasland proposed openstack/puppet-nova: Add nova flavor provider https://review.openstack.org/305463 | 15:54 |
*** v1k0d3n_ has quit IRC | 15:59 | |
*** rmart04 has joined #puppet-openstack | 16:00 | |
*** severion has joined #puppet-openstack | 16:00 | |
*** jistr is now known as jistr|afk | 16:00 | |
*** rmart04 has quit IRC | 16:05 | |
*** rmart04 has joined #puppet-openstack | 16:05 | |
*** rmart04 has quit IRC | 16:13 | |
*** gfidente has quit IRC | 16:14 | |
*** ntpttr has quit IRC | 16:15 | |
*** artem_panchenko_ has joined #puppet-openstack | 16:18 | |
*** ntpttr has joined #puppet-openstack | 16:19 | |
*** ntpttr_ has joined #puppet-openstack | 16:21 | |
EmilienM | _ody: fyi, we have periodic jobs for puppet4 | 16:25 |
EmilienM | we can watch them on http://logs.openstack.org/periodic/ | 16:25 |
EmilienM | well, they don't run correctly yet | 16:29 |
EmilienM | http://logs.openstack.org/periodic/periodic-puppet-openstack-integration-4-scenario001-tempest-centos-7/86c8101/console.html#_2016-04-15_06_02_06_189 | 16:29 |
EmilienM | I'm on it | 16:29 |
EmilienM | nevermind, they should run next time, we ran gerrit-git-prep and we should not | 16:33 |
EmilienM | CI is back, run recheck if you have some problems | 16:35 |
*** ntpttr__ has joined #puppet-openstack | 16:37 | |
*** ntpttr__ has quit IRC | 16:37 | |
*** hjensas has joined #puppet-openstack | 16:38 | |
*** hjensas has quit IRC | 16:38 | |
*** hjensas has joined #puppet-openstack | 16:38 | |
mjblack | (╯°□°)╯︵ ┻━┻ | 16:39 |
*** ntpttr_ has quit IRC | 16:42 | |
*** paramite has quit IRC | 16:43 | |
*** dhollinger has joined #puppet-openstack | 16:48 | |
*** ntpttr_ has joined #puppet-openstack | 16:49 | |
*** trown is now known as trown|lunch | 16:51 | |
*** ntpttr has quit IRC | 16:55 | |
*** tdb_ is now known as tdb | 16:57 | |
*** ntpttr has joined #puppet-openstack | 16:57 | |
*** derekh has quit IRC | 16:58 | |
mwhahaha | http://logs.openstack.org/70/305470/3/gate/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/cdd28e9/console.html#_2016-04-15_16_29_39_945 | 16:59 |
*** jistr|afk is now known as jistr | 17:00 | |
*** permalac has joined #puppet-openstack | 17:01 | |
mwhahaha | EmilienM: yea on centos7 all the tests are failing with that -^ | 17:01 |
mwhahaha | er not centos7, scenario003 | 17:02 |
mwhahaha | or did you remerge the infra change | 17:03 |
* EmilienM in a call | 17:04 | |
*** jpena is now known as jpena|off | 17:05 | |
EmilienM | mwhahaha: thx for spotting it | 17:07 |
*** _ducttape_ has quit IRC | 17:08 | |
*** rhefner has quit IRC | 17:18 | |
_ody | EmilienM: I saw the reviews. No I need to find that list for watching alerts. | 17:20 |
*** rhefner has joined #puppet-openstack | 17:21 | |
*** chem` has joined #puppet-openstack | 17:21 | |
*** kbyrne has quit IRC | 17:21 | |
_ody | dfisher: I am putting off forge release until the summit. I need to audit all the metadata.json files, they're out of sync from the versions in puppet-openstack-integration. | 17:21 |
* dfisher nods | 17:21 | |
dfisher | thanks for the update | 17:21 |
*** chem` has left #puppet-openstack | 17:21 | |
_ody | I'll need to produce something for future releases that auto generates the files. Like what EmilienM did for generating the Puppetfile in p-o-i master. | 17:22 |
*** pleia2 has quit IRC | 17:22 | |
dfisher | EmilienM: are the tarballs up on tarballs.openstack.org? | 17:24 |
*** v1k0d3n_ has joined #puppet-openstack | 17:24 | |
*** pleia2 has joined #puppet-openstack | 17:24 | |
*** rhefner has quit IRC | 17:25 | |
*** permalac has quit IRC | 17:26 | |
*** rmart04 has joined #puppet-openstack | 17:27 | |
*** igorbelikov has quit IRC | 17:27 | |
*** davidmichaelkarr has quit IRC | 17:27 | |
*** morazi has quit IRC | 17:27 | |
*** EmilienM has quit IRC | 17:27 | |
*** rlaurika has quit IRC | 17:27 | |
*** v1k0d3n has quit IRC | 17:27 | |
*** haplo37 has quit IRC | 17:27 | |
*** ilbot3 has quit IRC | 17:27 | |
*** cwolferh has quit IRC | 17:27 | |
*** markvoelker has quit IRC | 17:27 | |
*** openstackgerrit has quit IRC | 17:27 | |
*** chem has quit IRC | 17:27 | |
*** timfreund has quit IRC | 17:27 | |
*** kylo has quit IRC | 17:27 | |
*** mjblack has quit IRC | 17:28 | |
*** EmilienM has joined #puppet-openstack | 17:29 | |
EmilienM | mwhahaha: my irc bouncer died | 17:31 |
EmilienM | I don't know if you saw it but | 17:31 |
EmilienM | I'm working on https://review.openstack.org/#/c/306551/1 | 17:31 |
EmilienM | to get xenial jobs in experimental pipeline, so we can start playing with it | 17:31 |
EmilienM | I guess it's important for us to test on next ubuntu LTS | 17:31 |
mwhahaha | cool we're looking to add xenial to fuel as part of 10 | 17:31 |
mwhahaha | so yea we need it | 17:31 |
mwhahaha | :D | 17:31 |
EmilienM | nice | 17:31 |
*** rmart04 has quit IRC | 17:32 | |
*** markvoelker has joined #puppet-openstack | 17:35 | |
*** mwhahaha sets mode: +o EmilienM | 17:36 | |
EmilienM | ok CI should be back in a few again | 17:39 |
EmilienM | (tm) | 17:39 |
EmilienM | I'll recheck all failing patches after lunch | 17:39 |
EmilienM | mfisch: all good for schedule? My IRC bouncer crashed lot of times... might miss your message | 17:39 |
*** kbyrne has joined #puppet-openstack | 17:40 | |
mfisch | I was having trouble connecting topic to session | 17:41 |
mfisch | I have to miss fishbowl #2 | 17:41 |
mfisch | oh I see | 17:41 |
mfisch | work #3 | 17:41 |
mfisch | lemme check | 17:41 |
*** rhefner has joined #puppet-openstack | 17:42 | |
mfisch | Work3 is Thursday at 11:50 | 17:42 |
mfisch | EmilienM: works for me | 17:43 |
EmilienM | mfisch: thx | 17:43 |
*** morazi has joined #puppet-openstack | 17:46 | |
dmburmistrov | EmilienM, is it okay now to recheck? or tests are still broken? | 17:46 |
EmilienM | dmburmistrov: wait a bit | 17:46 |
EmilienM | dmburmistrov: I'll run all rechecks that are needed | 17:47 |
EmilienM | because JJB needs to be updated | 17:47 |
EmilienM | it's not done in live when a patch is merged in infra | 17:47 |
EmilienM | dmburmistrov: don't worry, I'll recheck all failing patches. If I miss it, feel free to do it in ~30 min | 17:47 |
dmburmistrov | got it, thanks! | 17:48 |
*** openstackgerrit has joined #puppet-openstack | 17:48 | |
*** igorbelikov has joined #puppet-openstack | 17:49 | |
*** mjblack has joined #puppet-openstack | 17:49 | |
*** trown|lunch is now known as trown | 17:50 | |
*** rlaurika has joined #puppet-openstack | 17:51 | |
*** jistr has quit IRC | 17:51 | |
*** shardy has quit IRC | 17:51 | |
*** haplo37 has joined #puppet-openstack | 17:52 | |
*** degorenko is now known as degorenko|afk | 17:52 | |
*** psanchez has quit IRC | 17:53 | |
*** imcsk8_ has joined #puppet-openstack | 17:53 | |
*** psanchez has joined #puppet-openstack | 17:54 | |
*** igorbelikov has quit IRC | 17:54 | |
*** ilbot3 has joined #puppet-openstack | 17:54 | |
*** cwolferh has joined #puppet-openstack | 17:54 | |
*** imcsk8 has quit IRC | 17:54 | |
*** iberezovskiy is now known as iberezovskiy_afk | 17:57 | |
*** davidmichaelkarr has joined #puppet-openstack | 17:57 | |
*** igorbelikov has joined #puppet-openstack | 17:58 | |
*** spredzy has quit IRC | 17:59 | |
*** spredzy has joined #puppet-openstack | 17:59 | |
*** alee has joined #puppet-openstack | 18:01 | |
*** ducttape_ has joined #puppet-openstack | 18:01 | |
alee | EmilienM, degorenko|afk just an update on the barbican puppet patches .. | 18:03 |
alee | EmilienM, degorenko|afk I have been working on other things this week, but we identified a case where we had some circular dependency in loading stevedore plugins in the barbican code. | 18:04 |
alee | this resulted in some tests -- or at least the first test periodically failing | 18:04 |
alee | and I believe was the reason the gate tests were failing. | 18:05 |
degorenko|afk | alee, hey, i will look on your patches tomorrow, just add me to review, i have some internal stuff today | 18:05 |
alee | a patch to barbican was pushed yesterday. -- and presumably a new barbican build was done in delorean | 18:05 |
alee | we need to reference that new build so that we can rerun the CI. | 18:06 |
alee | degorenko|afk, sure thing - although I think the patches rthat are up there are fine as is -- we just need to point to a new delorean build | 18:07 |
alee | to fix the underlying issue in the bnarbican package | 18:07 |
degorenko|afk | alee, i don't see notification in my mail, possibly i'm not in reviewers list. also i'm not subscribed on barbican, add me please if you need :) | 18:07 |
degorenko|afk | mwhahaha, hey, can you address my comment here? https://review.openstack.org/#/c/305279/11 | 18:10 |
*** degorenko|afk is now known as degorenko | 18:10 | |
mwhahaha | Yea | 18:11 |
alee | degorenko, I have not made any updates to the patches. How can I get CI to point to the current delorean build of barbican? | 18:11 |
alee | degorenko, or will it do that right now? | 18:11 |
degorenko | alee, can you provide link? | 18:12 |
degorenko | to patch | 18:12 |
alee | https://trunk.rdoproject.org/centos7/current/openstack-barbican-2.0.1-0.20160415061522.23cea62.el7.centos.noarch.rpm is latest build | 18:13 |
alee | degorenko, the patches are .. https://review.openstack.org/#/c/263461/ | 18:13 |
alee | https://review.openstack.org/#/c/263462 | 18:13 |
degorenko | alee, for first patch, you can do these steps on some vm (if you have such possibility) to check what's going on or do some count of rechecks | 18:15 |
degorenko | for second possibly - you need to land first one :D | 18:15 |
alee | degorenko, I think I already know whats going on. | 18:15 |
alee | degorenko, there is a circular dependency in the underlying barbican package that results in the first test failing. | 18:16 |
alee | degorenko, we pushed a fix to this in the upstream barbican package | 18:16 |
alee | yesterday | 18:17 |
degorenko | alee, do you have some proposal how to solve this? | 18:17 |
alee | and a new delorean package was created this morning. | 18:17 |
degorenko | then, you can rebase or recheck | 18:17 |
alee | degorenko, what package does the CI pull in? the latest? | 18:18 |
alee | degorenko, if so, then a recheck will fix it | 18:18 |
EmilienM | alee: on RDO, I'm working on it | 18:18 |
degorenko | alee, for ubuntu - yes, for rdo we need to bump our repos every time, when bumped RDO repo | 18:18 |
EmilienM | on ubuntu, it's mitaka | 18:18 |
degorenko | mitaka proposed ;) | 18:18 |
degorenko | not a stable | 18:18 |
degorenko | we will have after newton summit | 18:19 |
alee | EmilienM, degorenko - yeah we need RDO | 18:19 |
degorenko | EmilienM, am i right? | 18:19 |
EmilienM | degorenko: right | 18:19 |
EmilienM | alee: I'm working on gating on newton now, might be done today | 18:19 |
alee | EmilienM, thanks .. feel free to ping me or just kick a recheck once you have it | 18:20 |
*** kylo has joined #puppet-openstack | 18:20 | |
EmilienM | alee: on which patch? | 18:20 |
EmilienM | I'll add depends-on | 18:20 |
alee | https://review.openstack.org/#/c/263461 | 18:20 |
EmilienM | ack | 18:20 |
alee | and https://review.openstack.org/#/c/263462 | 18:21 |
alee | thanks | 18:21 |
alee | EmilienM, we will want the very latest build for barbican - thanks | 18:21 |
EmilienM | oki doki | 18:21 |
EmilienM | alee: http://git.openstack.org/cgit/openstack/barbican/commit/?id=23cea620a26358cb3a09dba7f10062c93ee87b60 | 18:23 |
EmilienM | it's good if we're on this commit? | 18:23 |
alee | sure | 18:23 |
EmilienM | ok | 18:23 |
alee | EmilienM, um just a sec .. looking | 18:24 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: scenario003: deploy keystone with fernet tokens https://review.openstack.org/305451 | 18:24 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: repos: pin RDO to Newton & UCA to stable/mitaka https://review.openstack.org/305886 | 18:24 |
alee | yes | 18:24 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-barbican: Added keystone config to barbican api manifest https://review.openstack.org/263461 | 18:25 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-barbican: Added apache component Add test and mods for deployment as an apache module https://review.openstack.org/263462 | 18:25 |
EmilienM | done | 18:25 |
alee | EmilienM, thanks! | 18:25 |
EmilienM | cool | 18:25 |
*** degorenko is now known as _degorenko|afk | 18:26 | |
*** basilAB has quit IRC | 18:35 | |
*** basilAB has joined #puppet-openstack | 18:36 | |
openstackgerrit | Merged openstack/puppet-manila: Deprecate managing of rabbitmq resources https://review.openstack.org/305981 | 18:37 |
iurygregory | mwhahaha, can you look at my comment in https://review.openstack.org/#/c/305279/11 ? =) | 18:45 |
mwhahaha | Sure in a bit | 18:46 |
iurygregory | tks man | 18:46 |
*** timfreund has joined #puppet-openstack | 18:46 | |
*** imcsk8_ is now known as imcsk8 | 18:50 | |
*** dprince has quit IRC | 18:57 | |
*** iurygregory has quit IRC | 18:58 | |
*** amoralej is now known as amoralej|off | 19:04 | |
mwhahaha | k we can just merge that for now and follow on with an update later | 19:14 |
mwhahaha | slow gerrit :/ | 19:15 |
openstackgerrit | Merged openstack/puppet-sahara: Enable Sahara testing on Ubuntu https://review.openstack.org/305387 | 19:16 |
openstackgerrit | Alex Schultz proposed openstack/puppet-ec2api: Update Gemfile with openstack_spec_helper https://review.openstack.org/306602 | 19:18 |
*** v1k0d3n has joined #puppet-openstack | 19:19 | |
*** v1k0d3n__ has joined #puppet-openstack | 19:19 | |
*** _ducttape_ has joined #puppet-openstack | 19:19 | |
*** markvoelker_ has joined #puppet-openstack | 19:19 | |
*** paramite has joined #puppet-openstack | 19:21 | |
*** rhefner_ has joined #puppet-openstack | 19:22 | |
*** rhefner has quit IRC | 19:22 | |
*** severion has quit IRC | 19:22 | |
*** ducttape_ has quit IRC | 19:22 | |
*** rlaurika has quit IRC | 19:22 | |
*** v1k0d3n_ has quit IRC | 19:22 | |
*** ntpttr_ has quit IRC | 19:22 | |
*** artem_panchenko_ has quit IRC | 19:22 | |
*** rlaurika has joined #puppet-openstack | 19:22 | |
*** markvoelker has quit IRC | 19:22 | |
*** rhefner_ is now known as rhefner | 19:23 | |
EmilienM | mwhahaha: I see you +2 https://review.openstack.org/304944 | 19:31 |
EmilienM | is it safe you think for backward compatibility? | 19:31 |
openstackgerrit | Merged openstack/puppet-nova: Deprecating the management of rabbitmq resources https://review.openstack.org/305961 | 19:31 |
mwhahaha | yea for mitaka | 19:31 |
mwhahaha | cause it was something they added in mitaka (and i think it's required) | 19:32 |
EmilienM | mhh ok | 19:32 |
ayoung | Can someone point at an overview of Hiera? | 19:35 |
mwhahaha | what kinda overview are you looking for? | 19:35 |
mwhahaha | https://docs.puppet.com/hiera/2.0/puppet.html always handy | 19:36 |
ayoung | mwhahaha, what is it, who owns it, is it Tripleo specific, does it cause rashes....the usua; | 19:36 |
mwhahaha | it's *magic* | 19:36 |
ayoung | mwhahaha, what is it, who owns it, is it Tripleo specific, does it cause rashes....the usua; | 19:36 |
ayoung | gah | 19:37 |
ayoung | don't think it is sufficiently advanced technology to register as magic | 19:37 |
mwhahaha | it can cause rashes, cursing, fear of yaml files | 19:37 |
openstackgerrit | Merged openstack/puppet-ironic: Allow chainloading of Inspector ramdisk over UEFI https://review.openstack.org/302376 | 19:37 |
crinkle | i would use https://docs.puppet.com/hiera/latest/ , little more general purpose overview | 19:37 |
openstackgerrit | Merged openstack/puppet-ironic: Copy iPXE ROMs into /tftpboot https://review.openstack.org/302390 | 19:37 |
openstackgerrit | Merged openstack/puppet-openstack-cookiecutter: Switch tests to use rspec-puppet-facts https://review.openstack.org/305467 | 19:37 |
*** paramite has quit IRC | 19:37 | |
*** paramite has joined #puppet-openstack | 19:38 | |
mwhahaha | I prefer to start with the older docs as puppet4 sometimes adds some additional voodoo | 19:38 |
mwhahaha | unless you're only dealing with puppet4, which we don't | 19:38 |
ayoung | crinkle, mwhahaha so is Hiera supposed to be the locally queryable view of the canonical config data that would be pushed out by a puppet master? | 19:38 |
ayoung | And thus, any config change should be reflected in Hiera? | 19:39 |
EmilienM | Vinsh: hey yo | 19:39 |
Vinsh | Howdy do | 19:39 |
EmilienM | Vinsh: may I ask you to look https://review.openstack.org/302483 again please? | 19:39 |
Vinsh | oh yep | 19:39 |
crinkle | ayoung: sort of, it's data that gets injected into puppet which together would be the canonical config data that gets pushed out | 19:40 |
openstackgerrit | Merged openstack/puppet-manila: Add Unit Tests for manila_config type https://review.openstack.org/304955 | 19:40 |
crinkle | ayoung: not necessarily any config change would go through hiera | 19:40 |
mwhahaha | yea it depends on how you are using hiera in your environment | 19:41 |
ayoung | crinkle, so if I want code to be common across Keystone, Nova, Glance, etc. It should refer to a value in Hiera, and then could get mapped to multiple locations? I'm thinking both the auth_url type data and the Policy json from a Keystone point of view | 19:41 |
crinkle | ayoung: yes that's a reasonable way to do it | 19:42 |
mwhahaha | but you have to remember hiera may not be configured, so like i keep saying it depends on your environment | 19:42 |
crinkle | they use hiera in tripleo | 19:42 |
mwhahaha | we leverage hiera in fuel but not in the normal way | 19:42 |
mwhahaha | in fuel | 19:42 |
mwhahaha | so if you're writing code in puppet-keystone, you have to be careful | 19:43 |
mwhahaha | if this is for tripleo only then sure | 19:43 |
ayoung | mwhahaha, I care mostly about tripleo and packstack, but want to understand at a higher level. I guess what you are saying is that I should assume that the puppet modules might need to be called directly, so they should not assume data is coming from hiera. In that case, somethig needs to map data from Hiera to the puppet module apply call. What does that? | 19:44 |
mwhahaha | so hiera can be used to inject data into params of classes | 19:44 |
ayoung | mwhahaha, so I want to support Fuel if possible, too. I'm Keystone focused here, so the easier I can make it for everyone to do the same thing, the easier it is for me | 19:44 |
crinkle | ayoung: either with the hiera() function in the tripleo manifests or with "data bindings" which is magic | 19:44 |
ayoung | crinkle, ok, so here is what I want to do; I want to have a common policy framework, where there are rules that will make their way into each of the policy.json files (/etc/keystone/ etc/nova and so on) and have them override the rules that might be in the defaults | 19:46 |
ayoung | I could just blanket replace the policy.json files, but then I have to maintain something that might deviate from the default files, and drop rules for new policy enforcement points | 19:46 |
*** paramite has quit IRC | 19:46 | |
ayoung | so the best inventory of policy rules is from the projects themselves | 19:46 |
ayoung | no one puppet module controls policy, it is done by eacho of the services puppet providers (I think) | 19:47 |
ayoung | I know that Keystone does its own. | 19:47 |
ayoung | Is there some puppet equivalent to rpm -qf <file> to say what provider managed it? | 19:47 |
mwhahaha | not that i'm aware of | 19:48 |
openstackgerrit | Merged openstack/puppet-tripleo: Set defaultbranch for git-review to stable/mitaka https://review.openstack.org/305879 | 19:48 |
mwhahaha | are there any overlapping policy rules between the services that could be centralized? similarly to what we're trying to do with oslo? | 19:48 |
ayoung | mwhahaha, so to start, most have 'admin_required' but it can mean two distinct things | 19:49 |
ayoung | one is that the user has the admin role on the project, and the other is that they have it on some "admin" scoped project | 19:49 |
ayoung | the other is "owner" which often means "the user has any role on the project" | 19:50 |
mwhahaha | based on the way the files are structured i think it'll be really really hard to try and manage them in a framework fashion | 19:51 |
ayoung | ideally, we would make it easier for people to use more targeted roles. In upstream keystone, we now have "implied roles." Say admin implies member, then if you assign the admin role, they automatically get the member role | 19:51 |
ayoung | mwhahaha, that may be. But what we are allowed to do is to restructure them to make them easier to manage IFF we don't change the meaning of the defaults | 19:51 |
mwhahaha | it would have been nice to have some sort of policy.d folder structure instead | 19:51 |
*** ericksonsantos has quit IRC | 19:52 | |
ayoung | mwhahaha, the policy files are designed to be co-locatable. The rules for each of the enforcement points are distince, with a prefix lie "identity" or "network" althought that has not been 100% properly implemented. We can work toward that, though | 19:52 |
ayoung | Having the policy files distributed is not horrible, though, so long as we know where they are. | 19:53 |
mwhahaha | yea but the point is trying to generate a single file in puppet with all this complex stuff isn't going to easy, normally you'd use a template or the concat module to try and join those together | 19:53 |
ayoung | THe idea of a policy.d approach is interesting | 19:53 |
*** chandankumar has joined #puppet-openstack | 19:53 | |
mwhahaha | but given that it has to be json, templates are bad cause you just have the one | 19:54 |
mwhahaha | and the concat stuff gets complex quickly | 19:54 |
ayoung | mwhahaha, what I would like to do is something like this (short term) | 19:54 |
*** chandankumar has quit IRC | 19:54 | |
crinkle | mwhahaha: we use augeas with the json lens to make these files now http://git.openstack.org/cgit/openstack/puppet-openstacklib/tree/manifests/policy/base.pp | 19:54 |
*** chandankumar has joined #puppet-openstack | 19:54 | |
mwhahaha | yea and it eats the formatting :D | 19:55 |
ayoung | 12: deploy via Tripleo, Fuel, Packstack, whatever, with the defaults. 2. Gather the exisitng policy files into a single repo for editing. 3. Change and test changes. 4. Deploy updated policy files | 19:55 |
ayoung | I'm OK with it eating the formatting | 19:55 |
ayoung | we can pretty print, and put the rules in ABC order | 19:55 |
mwhahaha | what would implement 2/3? | 19:56 |
ayoung | mwhahaha, so that is what I am trying to figure out | 19:56 |
ayoung | 3 would be manual, but we do have a CLI tool for testing | 19:56 |
ayoung | https://github.com/openstack/oslo.policy/blob/master/oslo_policy/shell.py | 19:57 |
mwhahaha | so the problem is that your pushing of the changes need to be done via puppet | 19:57 |
mwhahaha | or it'll get overwritten when you push them out | 19:57 |
ayoung | mwhahaha, yes | 19:57 |
mwhahaha | so i guess which brings us back to the original conversation about trying to figure out a datastructure in hiera (or something) that puppet will use | 19:58 |
mwhahaha | while we do have a provider to managing the policy file,you need to know specifically what should and shouldn't be in there and write rules to manipulate the file to get your end result | 19:59 |
ayoung | yep | 20:00 |
mwhahaha | where what you were talking about gathering files and deploying is more just specifying the files themselves | 20:00 |
ayoung | right | 20:00 |
mwhahaha | neither is really easily to consume which has be go back to being able to split out the policy stuff into seperate files then it's much easier to target what you want | 20:00 |
mwhahaha | so having a compute file or identify file where you manage specifically those rules | 20:01 |
ayoung | btw, I do know that there is some effort toward policy using YAML, which can mitigate the formatting issues, too | 20:02 |
mwhahaha | for the record i hate yaml :D | 20:02 |
ayoung | and the name of the policy file is usually in the the config file for the consuming service (I think) | 20:02 |
ayoung | every language sucks. They suck in different ways. but they all suck | 20:02 |
mwhahaha | yea i guess from my point of view is how do you expose the configurable items in the policy file (whatever format) in a puppet dsl method that would be easy to consume by another user | 20:06 |
mwhahaha | the policy file being so complex doesn't translate well | 20:06 |
mwhahaha | usually we're just taking a few values and adjusting with some logic, but the policy files seem like we need to expose a more generic (and freeform) way of specifying different elements of the policy | 20:07 |
*** basilAB has quit IRC | 20:22 | |
ayoung | mwhahaha, ok, so here is what I think it should be | 20:23 |
*** chandankumar has quit IRC | 20:23 | |
*** hjensas has quit IRC | 20:23 | |
ayoung | the policy stuff should be split into two parts. One part does not get changed | 20:23 |
ayoung | that is the part that matches the scope of the token to the scope of the resource | 20:23 |
ayoung | so say it is a vm, that mathces vm is owned by project basedon the "projectId" field or something | 20:24 |
*** ericksonsantos has joined #puppet-openstack | 20:24 | |
ayoung | those are decisions made by the nova engineerning team, and should be treated as code | 20:24 |
ayoung | the other is the role that a user needs assigned in order to perform an API | 20:24 |
*** trown is now known as trown|outtypewww | 20:24 | |
ayoung | admin or member for now, but read-only role is a heavily requested feature | 20:25 |
ayoung | so I want the hiera (or whatever ) to reflect "compute:create" requires "role:creator" or something like that | 20:25 |
ayoung | and then regenerate the policy files from those two pieces. But that is pretty complex, and more than I think I can hope for in Newton | 20:26 |
ayoung | so to start, I will be manual, and I just want the deploy process to honor "use the policy file from /home/heat-admin/policies/nova/policy.json | 20:27 |
mwhahaha | I think we've got that part today | 20:27 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo: IPv6 dual-stack support https://review.openstack.org/286344 | 20:28 |
*** jayg is now known as jayg|g0n3 | 20:28 | |
mwhahaha | as part of the *::policy classes | 20:28 |
mwhahaha | (the specifying a specific file) | 20:29 |
*** basilAB has joined #puppet-openstack | 20:29 | |
mwhahaha | hiera would just be a place where you could specify a specific set of data that could be used by the class, so what you could do is if we had all the defaults loaded (or could be read from somewhere) then accept a hash from hiera with key => value that could be merged to write out a new policy file | 20:30 |
*** dgurtner has joined #puppet-openstack | 20:30 | |
*** dgurtner has quit IRC | 20:30 | |
*** dgurtner has joined #puppet-openstack | 20:30 | |
ayoung | mwhahaha, so the actual policy rules would get stored in hiera, or would hiera just point to a set of source files? | 20:32 |
mwhahaha | hiera is just an overridable data querying/storage mechinism | 20:32 |
mwhahaha | there are some merge abilities built in where you can layer the data and the end result in puppet is a merge based on your hierarchy that you have configured for hiera | 20:33 |
mwhahaha | today you could drop a line in a hiera file to pass the file into the policy classes | 20:34 |
mwhahaha | and you would add something in your composition layer to actually transfer those to the target nodes | 20:34 |
mwhahaha | file { '/whereyouwantit': source => '...' } | 20:35 |
mwhahaha | but if you wantted to put the content of the file in hiera you could do that as well | 20:36 |
mwhahaha | and you'd have to write some puppet that would combine all of those items together and output it to your file | 20:36 |
*** chandankumar has joined #puppet-openstack | 20:38 | |
EmilienM | mwhahaha: your header stuff gave me an idea, is to calculate the time of each actions, it will help us to detect timeouts more easily | 20:39 |
mwhahaha | yea you could throw some time calculations in there | 20:39 |
EmilienM | mwhahaha: tripleo CI starts doing it | 20:42 |
EmilienM | I have a simple use case | 20:42 |
EmilienM | right now, I'm testing Newton packaging from RDO | 20:43 |
EmilienM | and jobs are failing, because of job timeout >1h | 20:43 |
*** aimon has joined #puppet-openstack | 20:43 | |
EmilienM | but I can't figure why easily, looking at http://logs.openstack.org/86/305886/6/check/gate-puppet-openstack-integration-3-scenario002-tempest-centos-7/c5b60c1/console.html | 20:43 |
EmilienM | I need to manually go in timestamps and see what took too much time | 20:43 |
EmilienM | with some magic, we could easily see what took more time than usual | 20:43 |
EmilienM | if we split our deployment in steps that we time | 20:44 |
EmilienM | I'll hack something this week-end probably, tired of debugging our CI :-) | 20:44 |
mwhahaha | you can use $SECONDS | 20:45 |
mwhahaha | it's a builtin | 20:45 |
openstackgerrit | Merged openstack/puppet-cinder: Deprecating the management of rabbitmq resources https://review.openstack.org/305956 | 20:46 |
openstackgerrit | Merged openstack/puppet-gnocchi: ceph: add ceph_secret option https://review.openstack.org/305470 | 20:46 |
*** johnmilton has quit IRC | 20:46 | |
openstackgerrit | Merged openstack/puppet-cinder: Implement Cinder API WSGI support https://review.openstack.org/287964 | 20:46 |
openstackgerrit | Merged openstack/puppet-aodh: Add missing release note for switching to puppet-oslo https://review.openstack.org/305504 | 20:46 |
openstackgerrit | Merged openstack/puppet-glance: Configure oslo related parameters using puppet-oslo module https://review.openstack.org/304220 | 20:46 |
mwhahaha | so if you just capture the current value of $SECONDS at the start and the end you can easily print out how long it took | 20:47 |
EmilienM | oh nice | 20:47 |
EmilienM | what a good idea | 20:47 |
mjblack | EmilienM: ci broke again? | 20:53 |
openstackgerrit | Merged openstack/puppet-neutron: Add purge_config option for all configs https://review.openstack.org/304903 | 20:53 |
EmilienM | mjblack: all is green now | 20:53 |
mjblack | EmilienM: hoping to get that lbaas change pushed :D | 20:54 |
openstackgerrit | Merged openstack/puppet-openstack-integration: Fix bug and non-idiom in bash scripts. https://review.openstack.org/304989 | 20:58 |
*** psanchez has quit IRC | 20:58 | |
openstackgerrit | Merged openstack/puppet-oslo: Switch oslo to use rspec-puppet-facts https://review.openstack.org/303900 | 20:58 |
*** aimon has quit IRC | 20:58 | |
*** aimon has joined #puppet-openstack | 20:59 | |
*** psanchez has joined #puppet-openstack | 21:00 | |
*** dgurtner has quit IRC | 21:01 | |
openstackgerrit | Merged openstack/puppet-trove: Add related parameters to profiler section https://review.openstack.org/303187 | 21:01 |
EmilienM | our stable/liberty is still broken, because of the googleapi gem issue | 21:02 |
mwhahaha | yea ours is too | 21:02 |
EmilienM | I'll check on monday | 21:02 |
EmilienM | and if nothing is fixed on monday, I'll bump all our modules on stable/liberty | 21:02 |
mwhahaha | k | 21:02 |
EmilienM | this is not acceptable on their side | 21:03 |
EmilienM | I won't use Google anymore. | 21:03 |
EmilienM | have a nice week end folks, I'm out | 21:05 |
mwhahaha | later | 21:06 |
*** chandankumar has quit IRC | 21:17 | |
EmilienM | oh they replied | 21:19 |
mwhahaha | with a "thats too bad" | 21:21 |
*** spredzy has quit IRC | 21:25 | |
EmilienM | crinkle: have you filed a bug against beaker? if not I'll do it | 21:25 |
mwhahaha | did it need to be ~> 0.8.0 instead of 0.8 | 21:26 |
crinkle | EmilienM: i have not, go for it | 21:26 |
mwhahaha | i always forget how that version thing gets calculated | 21:26 |
EmilienM | crinkle: or maybe send a PR directly | 21:28 |
crinkle | EmilienM: or that | 21:28 |
*** _ducttape_ has quit IRC | 21:29 | |
*** spredzy has joined #puppet-openstack | 21:30 | |
EmilienM | crinkle, mwhahaha : https://github.com/puppetlabs/beaker/pull/1102 | 21:34 |
EmilienM | I'm out now :-) | 21:34 |
crinkle | o/ | 21:37 |
*** hjensas has joined #puppet-openstack | 21:41 | |
openstackgerrit | Merged openstack/puppet-neutron: Add support for OVN plugin https://review.openstack.org/301613 | 21:48 |
*** haplo37 has quit IRC | 22:00 | |
*** dgurtner has joined #puppet-openstack | 22:00 | |
*** twm2016 has quit IRC | 22:06 | |
openstackgerrit | Merged openstack/puppet-keystone: Set oslo options in keystone module through puppet-oslo https://review.openstack.org/302738 | 22:07 |
*** delattec has quit IRC | 22:07 | |
*** ducttape_ has joined #puppet-openstack | 22:08 | |
*** dhollinger has quit IRC | 22:14 | |
*** karimb has quit IRC | 22:16 | |
openstackgerrit | Michael Glaser proposed openstack/puppet-keystone: Add Unit Tests for keystone_config type https://review.openstack.org/306644 | 22:19 |
*** yankcrime has quit IRC | 22:23 | |
*** dalees has quit IRC | 22:23 | |
*** mdavidson has quit IRC | 22:24 | |
*** ducttape_ has quit IRC | 22:25 | |
*** dalees has joined #puppet-openstack | 22:26 | |
*** ducttape_ has joined #puppet-openstack | 22:28 | |
*** _nick has joined #puppet-openstack | 22:29 | |
*** dgurtner has quit IRC | 22:34 | |
*** mdavidson has joined #puppet-openstack | 22:38 | |
mjblack | EmilienM: hey | 22:41 |
mjblack | your nova-api change for the api_database, your change only allows setting the connection through nova::db, not nova::api | 22:41 |
mjblack | does that mean that if I dont have api_database/connection set and do api_db sync, it will use the existing nova database? | 22:41 |
*** ducttape_ has quit IRC | 22:45 | |
openstackgerrit | Ben Kero proposed openstack/puppet-nova: IGNORE! DO NOT MERGE! Testing CI https://review.openstack.org/306649 | 22:45 |
bkero | wat | 22:47 |
* bkero kills | 22:47 | |
bkero | wrong gerrit | 22:47 |
*** dfisher has quit IRC | 23:00 | |
*** cdelatte has joined #puppet-openstack | 23:23 | |
*** cdelatte has quit IRC | 23:29 | |
*** xarses_ has quit IRC | 23:35 | |
*** markvoelker_ has quit IRC | 23:37 | |
*** artem_panchenko_ has joined #puppet-openstack | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!