Monday, 2018-05-07

*** slagle has joined #tripleo00:13
*** slagle has quit IRC00:19
*** shardy has joined #tripleo00:45
*** atoth has quit IRC01:38
*** morazi has quit IRC02:08
*** links has joined #tripleo02:17
*** ratailor has joined #tripleo02:39
*** psachin has joined #tripleo02:43
*** EvilienM is now known as EmilienM02:45
openstackgerritSteve Baker proposed openstack/tripleo-common master: Allow image prepare to only filter by role data  https://review.openstack.org/56649502:48
*** dxiri has joined #tripleo02:57
*** dxiri has quit IRC03:10
*** dxiri has joined #tripleo03:10
*** dxiri has quit IRC03:11
*** dxiri has joined #tripleo03:11
*** shardy has quit IRC03:12
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137703:16
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137703:16
*** dxiri has quit IRC03:17
*** shardy has joined #tripleo03:18
*** dxiri has joined #tripleo03:18
*** moshele has quit IRC03:21
*** dxiri_ has joined #tripleo03:22
*** dxiri has quit IRC03:22
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: DNM - deploy docker with deploy_steps_tasks  https://review.openstack.org/56650003:24
*** dxiri_ has quit IRC03:30
*** dxiri has joined #tripleo03:32
*** ramishra has joined #tripleo03:39
*** shardy has quit IRC03:40
*** shreshtha has joined #tripleo03:50
openstackgerritSteve Baker proposed openstack/python-tripleoclient master: WIP - Implement TripleoImagePrepare command  https://review.openstack.org/56379403:55
*** cshastri has joined #tripleo03:57
*** wolverineav has joined #tripleo04:01
*** threestrands has joined #tripleo04:04
*** pdeore has joined #tripleo04:04
*** jaosorior has joined #tripleo04:05
*** dxiri has quit IRC04:05
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart master: Create containerized undercloud environment  https://review.openstack.org/56650104:06
*** dxiri has joined #tripleo04:07
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: Load containerized_undercloud.yml when needed  https://review.openstack.org/56650204:09
*** gyankum has joined #tripleo04:10
*** mmethot has joined #tripleo04:10
*** udesale has joined #tripleo04:11
*** redrobot has quit IRC04:12
*** wolverineav has quit IRC04:17
*** sshnaidm has joined #tripleo04:17
*** wolverineav has joined #tripleo04:18
jaosoriorEmilienM: I'm thinking 566501 won't pass, since nothing would be taking into account the containerized undercloud variables04:18
jaosoriorsshnaidm: holy crap, you're early04:18
EmilienMjaosorior: hey04:22
EmilienMjaosorior: see https://review.openstack.org/56650204:22
*** wolverineav has quit IRC04:22
EmilienMjaosorior: I actually have questions for you04:22
EmilienMjaosorior: how did you get your ansible tasks (ipsec) to run actions where root is needed04:23
EmilienMjaosorior: see https://review.openstack.org/#/c/561377/ and this one https://review.openstack.org/#/c/566500/ (just to see how it works)04:23
EmilienMjaosorior: what I want is to run https://github.com/openstack/ansible-role-container-registry before docker steps, and it requires root04:23
jaosoriorEmilienM: I don't require any root actions in the undercloud for ipsec04:24
EmilienMjaosorior: and overcloud?04:24
EmilienMrestart ipsec, and stuff04:24
jaosoriorEmilienM: the overcloud should be running the deploy_step_tasks with become: true04:24
jaosoriorEmilienM: if it's not doing that anymore, then ipsec is broken04:24
jaosoriorbut that used to be the case04:25
*** pgadiya has joined #tripleo04:25
EmilienMjaosorior: well, I saw an ipsec job running today and it didn't fail04:25
jaosoriorEmilienM: yay04:25
jaosoriorEmilienM: but yeah, I that's the case, deploy_step_tasks run with become: true, so effectively it sudo's04:26
EmilienMI checked git log and it never ran with become04:26
EmilienMok04:26
jaosoriorEmilienM: let me try to find it04:26
EmilienMjaosorior: from which user?04:26
EmilienMtripleo-admin or mistral?04:26
jaosoriortripleo-admin or heat-admin04:26
jaosoriorthere is no mistral user in the overcloud AFAIK04:27
EmilienMok good04:27
*** pgadiya has quit IRC04:28
EmilienMjaosorior: thanks, let's see how these 2 patches run04:28
jaosoriorEmilienM: got it04:28
*** ratailor_ has joined #tripleo04:28
*** saneax-_-|AFK is now known as saneax04:29
EmilienMjaosorior: where do you configure ipsec, on the host or in a container?04:29
jaosoriorEmilienM: ipsec is a kernel-space thing, so I do everything in the host.04:29
jaosoriorEmilienM: I could do it in a container (there is a user-space bit in it); but I didn't see much value in it at the time.04:30
jaosoriorEmilienM: https://github.com/openstack/tripleo-common/blob/master/workbooks/deployment.yaml#L35004:31
EmilienM:-o04:31
jaosoriorEmilienM: that's where we trigger the ansible run; there become: true is set.04:31
EmilienMnice thing for ipsec04:31
*** ratailor has quit IRC04:31
EmilienMhave we measured the overhead when enabling it? I wonder if we should enable it by default one day04:31
*** khrystoph has joined #tripleo04:32
jaosoriorEmilienM: effectively for every undercloud task we set become: false https://github.com/openstack/tripleo-heat-templates/blob/master/common/deploy-steps.j2#L386  https://github.com/openstack/tripleo-heat-templates/blob/master/common/deploy-steps.j2#L46604:32
EmilienMjaosorior: so I tried to add become: true in THT and it failed saying user didn't have sudo permission04:33
jaosoriorEmilienM: we haven't; the performance team told me they would start testing it out once it's officially supported (this release)04:33
jaosoriorEmilienM: slagle would know more about it04:33
EmilienMyeah I'll ping him if my last patches don't work04:34
jaosoriorEmilienM: but if I remember correctly, that was the reason why the explicit become: false is set for the undercloud.04:34
jaosoriorEmilienM: the mistral user is quite limited in what it can do.04:34
EmilienMyeah and on purpose AFIK04:34
EmilienMjaosorior: if you have time for reviews, https://review.openstack.org/#/c/565899/ (and the ones on top)04:35
jaosoriorEmilienM: for every action that the mistral user could do as sudo, it would need to be added here https://github.com/openstack/tripleo-common/blob/master/sudoers04:35
EmilienMjaosorior: and https://review.openstack.org/#/c/566214/ https://review.openstack.org/#/c/566415/304:35
*** ykarel has joined #tripleo04:35
jaosoriorEmilienM: OK, I'll brew some coffee, then check those out :)04:36
EmilienMjaosorior: I wont add that to sudoers and find another way04:36
EmilienMjaosorior: after beer festival, you probably need a lot of coffee ;-)04:36
EmilienM#justsaying04:36
jaosoriorhaha04:36
jaosoriorit was brilliant04:36
EmilienMjaosorior: sorry04:37
EmilienMI HAD TO04:37
jaosoriorhaha no biggie04:37
jaosoriorI'm not ashamed of my love for beer :P04:37
*** khrystoph has quit IRC04:37
EmilienM:)04:40
*** karthiks has joined #tripleo04:41
EmilienMjaosorior: need any review before I leave for the evening?04:41
*** wolverineav has joined #tripleo04:42
jaosoriorEmilienM: no reviews. But help coding :D But we can talk about that when you're back04:42
EmilienMjaosorior: tell me more, what are you working on?04:42
jaosoriorEmilienM: So, with the TLS by default work, I stumbled upon an issue with the docker_puppet_tasks.04:43
jaosoriordocker_puppet_tasks is supposed to be a bootstrap-style of tasks, and should only run on a bootstrap node.04:44
jaosoriorhowever, we only persist these tasks on the nodes that run the service04:44
jaosoriorso, if HAProxy and keystone are deployed in different roles, and HAProxy is in the primary, the keystone tasks won't be executed, and we won't have services and endpoints04:45
EmilienMdo you *have* to use docker_puppet_tasks ?04:45
*** moshele has joined #tripleo04:45
jaosoriorthis is what happened here https://review.openstack.org/#/c/565151/04:45
jaosoriorEmilienM: I'm not even using it :D . I just stumbled upon a case where this error happens04:46
jaosoriorEmilienM: in order for tripleo to render the heat resource that sets the TLS certificates, the role needs to have the primary tag, which is what I added here https://review.openstack.org/#/c/565151/04:47
jaosoriorthat exposed the bug I'm talking about in tripleo-ci-centos-7-3nodes-multinode04:47
jaosoriorthe reason tripleo-ci-centos-7-3nodes-multinode is working right now, is because we don't set any tags in that job04:47
EmilienMjaosorior: ok I see.. Nice that we have this CI job so we found this problem04:48
jaosoriorindeed04:49
jaosoriorI tried fixing it here https://review.openstack.org/#/c/565172/ but shardy persuaded me that's not a good idea04:49
*** janki has joined #tripleo04:49
jaosoriorwhat that patch does, is that it'll only write the tasks to the primary node04:49
jaosorior(though slagle mentioned it wouldn't work for config-download)04:50
jaosoriorshardy thinks it would be better if we would instead take into account the fact that several services can spawn in between different roles... so we should introduce per-service bootstrap nodes04:50
jaosoriorand that's where it gets complicated :D04:50
jaosoriorgotta code that04:51
EmilienM"per-service bootstrap nodes" looks like a good use case04:51
EmilienM(it makes sense I meanĂ )04:51
jaosoriorit does04:52
jaosoriorbut I haven't figured out how to go forward with that04:52
*** pdeore has quit IRC04:55
*** pdeore has joined #tripleo04:55
*** khrystoph has joined #tripleo05:12
*** yprokule has joined #tripleo05:14
*** sshnaidm has quit IRC05:14
*** fragatina has quit IRC05:15
*** karthiks has quit IRC05:19
*** moshele has quit IRC05:21
*** jtomasek has joined #tripleo05:24
EmilienMjaosorior: see http://logs.openstack.org/77/561377/58/check/tripleo-ci-centos-7-containers-multinode/c8c5750/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz#_2018-05-07_05_09_0805:24
EmilienMcode is here: https://review.openstack.org/#/c/561377/05:24
EmilienMjaosorior: so it can't be executed from root05:24
EmilienMjaosorior: however https://review.openstack.org/#/c/566500 looks promissing05:27
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137705:33
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project  https://review.openstack.org/56650605:35
*** karthiks has joined #tripleo05:36
*** ratailor__ has joined #tripleo05:37
*** ratailor_ has quit IRC05:39
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker  https://review.openstack.org/56650705:40
*** mdnadeem has joined #tripleo05:43
jaosoriorEmilienM: yeah, I think using deploy_step_tasks is the way to go05:44
jaosoriorexternal_deploy_tasks is only mean to run from the host that you run the overcloud deploy05:44
*** shreshtha_ has joined #tripleo05:45
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project  https://review.openstack.org/56650605:45
*** marios has joined #tripleo05:46
*** khrystoph has quit IRC05:46
*** shreshtha has quit IRC05:47
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project  https://review.openstack.org/56650605:48
*** quiquell|off is now known as quiquell05:54
*** jbadiapa has joined #tripleo05:56
*** jtomasek has quit IRC05:56
*** alee has quit IRC05:57
*** anilvenkata has joined #tripleo05:57
*** pcaruana has joined #tripleo06:02
*** agurenko has joined #tripleo06:02
bandinijaosorior: morning sir. got a min for this one by chance? https://review.openstack.org/#/c/511423/06:05
chandankumarjaosorior: \o/06:05
*** wolverineav has quit IRC06:05
*** radeks has joined #tripleo06:06
chandankumarjaosorior: https://review.openstack.org/#/c/566364/ please have a look to this patch, I need to enable tempest container logging in /var/log06:06
*** wolverineav has joined #tripleo06:06
*** dxiri has quit IRC06:07
*** shrjoshi has joined #tripleo06:08
*** wolverineav has quit IRC06:10
*** shreshtha_ has quit IRC06:11
*** shardy has joined #tripleo06:16
*** khrystoph has joined #tripleo06:19
*** radeks has quit IRC06:19
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo stable/queens: Disallow SSLv2, SSLv3 and TLS1.0 in mysql for FedRAMP compliance  https://review.openstack.org/56650906:20
*** drbacchus has joined #tripleo06:28
*** rbowen_ has quit IRC06:28
*** avivgt has joined #tripleo06:29
*** ratailor_ has joined #tripleo06:29
*** ratailor__ has quit IRC06:32
*** wolverineav has joined #tripleo06:32
*** agurenko has quit IRC06:41
*** masco has joined #tripleo06:42
*** shrjoshi has quit IRC06:45
*** shreshtha has joined #tripleo06:45
*** cylopez has joined #tripleo06:47
*** shreshtha has quit IRC06:50
*** shreshtha has joined #tripleo06:50
*** kopecmartin has joined #tripleo06:50
*** khrystoph has quit IRC06:51
*** avivgt has quit IRC06:51
*** quiquell is now known as quiquell|afk06:53
*** jfrancoa has joined #tripleo06:53
*** bogdando has joined #tripleo06:54
*** jfrancoa has quit IRC06:58
*** jfrancoa1 has joined #tripleo06:58
*** jfrancoa1 has quit IRC06:59
*** jaganathan has joined #tripleo07:03
*** slaweq has joined #tripleo07:04
*** nmathew has joined #tripleo07:09
*** jfrancoa has joined #tripleo07:09
*** rwsu has joined #tripleo07:10
*** ffiore has joined #tripleo07:11
*** florianf has joined #tripleo07:11
*** jtomasek has joined #tripleo07:11
*** holser__ has joined #tripleo07:12
*** paramite has joined #tripleo07:15
*** gfidente has joined #tripleo07:16
*** gfidente has quit IRC07:16
*** gfidente has joined #tripleo07:16
*** ykarel is now known as ykarel|lunch07:18
*** jtomasek has quit IRC07:20
openstackgerritMerged openstack/python-tripleoclient master: Reorganize the config options for deployment  https://review.openstack.org/56589907:23
openstackgerritMerged openstack/tripleo-upgrade stable/queens: Add missed options for bash script.  https://review.openstack.org/56643007:23
*** saneax is now known as saneax-_-|AFK07:24
*** jtomasek has joined #tripleo07:26
openstackgerritRamana Raja proposed openstack/tripleo-heat-templates stable/queens: ceph-nfs: disable ganesha caching  https://review.openstack.org/56645807:27
*** khrystoph has joined #tripleo07:31
bogdandoo/ PTAL https://review.openstack.org/#/c/561192/07:33
openstackgerritpini proposed openstack/tripleo-ha-utils master: Some fixes for known issues :  https://review.openstack.org/56651907:34
*** mdnadeem has quit IRC07:35
*** leanderthal has joined #tripleo07:37
*** mdnadeem has joined #tripleo07:37
openstackgerritBogdan Dobrelya proposed openstack/puppet-tripleo stable/queens: Add logrotate compress option  https://review.openstack.org/56652007:37
*** shardy has quit IRC07:37
*** threestrands has quit IRC07:39
*** janki has quit IRC07:47
openstackgerritBogdan Dobrelya proposed openstack-infra/tripleo-ci master: Collect heat templates dir from undercloud  https://review.openstack.org/56652307:47
openstackgerritBogdan Dobrelya proposed openstack/tripleo-quickstart-extras master: Collect heat templates dir from undercloud  https://review.openstack.org/56652407:48
openstackgerritBogdan Dobrelya proposed openstack/tripleo-quickstart-extras master: Fix path and wire-in UC deploy role data file  https://review.openstack.org/56398807:49
*** avivgt has joined #tripleo07:50
openstackgerritBogdan Dobrelya proposed openstack/python-tripleoclient master: Consume deployed t-h-t from the working output dir  https://review.openstack.org/56523307:50
*** agopi has quit IRC07:51
*** jpena|off is now known as jpena07:52
*** janki has joined #tripleo07:53
*** moshele has joined #tripleo07:55
*** udesale_ has joined #tripleo07:55
*** tosky has joined #tripleo07:57
*** suuuper has joined #tripleo07:57
*** udesale has quit IRC07:58
*** paramite has quit IRC07:58
*** ukalifon has joined #tripleo08:03
*** skramaja has joined #tripleo08:03
*** pdeore_ has joined #tripleo08:06
*** pdeore has quit IRC08:08
*** ykarel|lunch is now known as ykarel08:10
*** skramaja has quit IRC08:11
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container  https://review.openstack.org/56652608:11
*** skramaja_ has joined #tripleo08:11
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Enable undercloud_enable_tempest to true  https://review.openstack.org/56633208:12
*** cylopez has left #tripleo08:13
*** skramaja_ is now known as skramaja08:23
*** quiquell|afk is now known as quiquell08:38
openstackgerritCarlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options  https://review.openstack.org/54074908:39
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: NFV: Support for config-download to deploy node with kernel args  https://review.openstack.org/56076708:39
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download  https://review.openstack.org/56624108:39
openstackgerritYurii Prokulevych proposed openstack/tripleo-upgrade master: Call L3 checks before/after Role upgrade.  https://review.openstack.org/56624908:42
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps  https://review.openstack.org/56646208:43
*** pblaho has joined #tripleo08:49
openstackgerritJose Luis Franco proposed openstack/tripleo-heat-templates stable/queens: DNM: Test undercloud upgrades Q->M.  https://review.openstack.org/55453608:55
*** dparkes has joined #tripleo08:56
openstackgerritJose Luis Franco proposed openstack/tripleo-heat-templates stable/pike: DNM: Test undercloud upgrades in stable/pike.  https://review.openstack.org/56626409:00
openstackgerritArx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation  https://review.openstack.org/56652709:05
*** dparkes has quit IRC09:07
*** brault has joined #tripleo09:08
jankiHi. Can I please get some reivews for https://review.openstack.org/#/c/566270/09:08
*** saneax-_-|AFK is now known as saneax09:09
*** dtantsur|afk is now known as dtantsur09:11
*** akrivoka has joined #tripleo09:14
openstackgerritArx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation  https://review.openstack.org/56652709:15
*** jaosorior has quit IRC09:17
*** jaosorior has joined #tripleo09:19
*** pdeore_ has quit IRC09:19
*** karthiks has quit IRC09:19
*** paramite has joined #tripleo09:20
dtantsurhey, how's the CI over{lord,lady} today? :)09:22
dtantsuris this failure transient or should we fix something around tox_install? https://review.openstack.org/#/c/566296/09:23
dtantsurI wonder if https://review.openstack.org/#/c/562309/ was actually needed09:23
*** sshnaidm has joined #tripleo09:35
bogdandofolks, PTAL https://review.openstack.org/#/c/561192/09:35
*** sshnaidm is now known as sshnaidm|rover09:35
openstackgerritMerged openstack/python-tripleoclient stable/queens: Add --stack to update, upgrade and ffwd-upgrade 'run' CLI.  https://review.openstack.org/56643509:35
*** radeks has joined #tripleo09:42
*** skramaja has quit IRC09:43
*** skramaja_ has joined #tripleo09:43
bogdandoEmilienM: hi! any ideas for https://bugs.launchpad.net/tripleo/+bug/1769238 ?09:44
openstackLaunchpad bug 1769238 in tripleo "keepalived and haproxy container images aren't downloaded in container image prep step" [Medium,Triaged]09:44
*** nmathew has quit IRC09:44
*** dtantsur is now known as dtantsur|brb09:48
ratailor_jaosorior, Hi09:55
ratailor_jaosorior, re your comment on https://review.openstack.org/#/c/564179/8/docker/services/nova-compute.yaml09:56
ratailor_jaosorior, Its done same in glance as well, Should that be changed as suggested in vars section ?09:57
*** afazekas is now known as afazekas|pto09:59
jaosoriorratailor_: that would be nice :)10:02
*** nmathew has joined #tripleo10:06
*** nmathew has quit IRC10:08
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container  https://review.openstack.org/56652610:11
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Enable undercloud_enable_tempest to true  https://review.openstack.org/56633210:14
*** matbu has joined #tripleo10:17
*** ratailor__ has joined #tripleo10:29
*** ratailor_ has quit IRC10:30
*** artom has joined #tripleo10:32
*** moshele has quit IRC10:33
*** moshele has joined #tripleo10:34
*** wolverineav has quit IRC10:34
*** yolanda_ is now known as yolanda10:35
*** skramaja has joined #tripleo10:35
openstackgerritRajesh Tailor proposed openstack/tripleo-heat-templates master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417910:35
*** skramaja_ has quit IRC10:36
ratailor__jaosorior, Done :)10:39
ratailor__jaosorior, meanwhile could you pl review puppet-nova patch https://review.openstack.org/#/c/564177/10:39
*** amoralej is now known as amoralej|brb10:45
*** skramaja has quit IRC10:52
*** skramaja_ has joined #tripleo10:52
jaosoriorratailor__: done; although I don't have +2 rights there.10:54
ratailor__jaosorior, Thanks! np :-)10:54
*** shreshtha has quit IRC10:56
*** pgadiya has joined #tripleo11:00
*** pdeore has joined #tripleo11:01
*** dtantsur|brb is now known as dtantsur11:03
openstackgerritpini proposed openstack/tripleo-ha-utils master: Some fixes for known issues :  https://review.openstack.org/56651911:05
bogdandoPTAL https://review.openstack.org/#/c/565233/811:06
*** wolverineav has joined #tripleo11:06
openstackgerritMerged openstack/tripleo-ha-utils master: Some fixes for known issues :  https://review.openstack.org/56651911:08
*** skramaja has joined #tripleo11:08
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Remove obsolete featureset  https://review.openstack.org/56654611:08
*** skramaja_ has quit IRC11:09
openstackgerritDmitry Tantsur proposed openstack/tripleo-common stable/ocata: Add logging to capabilities filter  https://review.openstack.org/56629611:10
*** matbu has quit IRC11:11
jaosoriorbogdando: commented on https://review.openstack.org/#/c/565233/811:12
*** wolverineav has quit IRC11:20
*** wolverineav has joined #tripleo11:21
openstackgerritTom Barron proposed openstack/tripleo-heat-templates stable/queens: [DellEMC]Update Manila Unity driver  https://review.openstack.org/56655011:24
openstackgerritTom Barron proposed openstack/tripleo-heat-templates stable/queens: [DellEMC]Update Manila Unity driver  https://review.openstack.org/56655011:25
*** slagle has joined #tripleo11:28
*** dprince has joined #tripleo11:29
*** atoth has joined #tripleo11:29
*** jpena is now known as jpena|lunch11:32
*** waleedm has joined #tripleo11:33
*** skramaja has quit IRC11:33
*** skramaja has joined #tripleo11:34
*** jcoufal has joined #tripleo11:35
*** karthiks has joined #tripleo11:36
openstackgerritMerged openstack/tripleo-common master: Allow fencing config generation before deployment.  https://review.openstack.org/51142311:37
openstackgerritMerged openstack/tripleo-common stable/pike: Use scheduler hints in derived_parameters workflow  https://review.openstack.org/56633411:37
openstackgerritMerged openstack/puppet-tripleo stable/queens: Disallow SSLv2, SSLv3 and TLS1.0 in mysql for FedRAMP compliance  https://review.openstack.org/56650911:37
*** moshele has quit IRC11:38
*** moshele has joined #tripleo11:40
*** abishop has joined #tripleo11:40
openstackgerritMichele Baldessari proposed openstack/tripleo-common stable/queens: Allow fencing config generation before deployment.  https://review.openstack.org/56655411:41
*** karthiks has quit IRC11:41
*** ansmith has quit IRC11:42
sshnaidm|roverbogdando, re https://review.openstack.org/#/c/566523/ - do you plan to use "~/templates" in CI?11:44
openstackgerritJames Slagle proposed openstack/tripleo-common master: Support deployment blacklist with --limit  https://review.openstack.org/56560011:44
*** rbrady has joined #tripleo11:46
*** rbrady is now known as Guest2400111:47
*** tcw has joined #tripleo11:49
*** fragatina has joined #tripleo11:49
*** jaosorior has quit IRC11:49
*** moshele has quit IRC11:54
*** karthiks has joined #tripleo11:55
*** moshele has joined #tripleo11:55
*** udesale__ has joined #tripleo11:55
*** tcw has quit IRC11:57
*** udesale_ has quit IRC11:57
*** wolverineav has quit IRC11:58
*** wolverineav has joined #tripleo11:58
*** avivgt has quit IRC12:00
*** avivgt has joined #tripleo12:00
*** wolverineav has quit IRC12:03
*** raildo has joined #tripleo12:04
*** Guest24001 has quit IRC12:04
sshnaidm|roverowalsh, hi12:08
sshnaidm|roverowalsh, can I assign to you this bug? https://bugs.launchpad.net/tripleo/+bug/176707612:08
openstackLaunchpad bug 1767139 in OpenStack Compute (nova) pike "duplicate for #1767076 TypeError in _get_inventory_and_update_provider_generation" [Medium,In progress] - Assigned to Oliver Walsh (owalsh)12:08
*** thrash|g0ne is now known as thrash12:08
openstackgerritBrent Eagles proposed openstack/tripleo-common stable/queens: Octavia amphora image handles updates and symlinks  https://review.openstack.org/56655612:09
openstackgerritBrent Eagles proposed openstack/tripleo-heat-templates stable/queens: Octavia amphora image handling updates  https://review.openstack.org/56655712:10
slagleskramaja: it looks like you added the typo back on https://review.openstack.org/#/c/56624112:11
skramajaslagle: :(, i revered, yes., i will fix and trigger again. thanks.12:12
*** trown|outtypewww is now known as trown12:12
openstackgerritBrent Eagles proposed openstack/puppet-tripleo stable/queens: Adding wrapper scripts for neutron agent subprocesses  https://review.openstack.org/56655912:16
openstackgerritArx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation  https://review.openstack.org/56652712:22
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download  https://review.openstack.org/56624112:22
bogdandosshnaidm|rover: yes12:24
sshnaidm|roverbogdando, can you point me to this code please?12:25
*** liverpooler has joined #tripleo12:25
*** tzumainn has joined #tripleo12:26
*** jpena|lunch is now known as jpena12:28
*** tzumainn has quit IRC12:28
*** tzumainn has joined #tripleo12:29
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Remove obsolete featureset  https://review.openstack.org/56654612:29
*** jfrancoa1 has joined #tripleo12:30
openstackgerritBogdan Dobrelya proposed openstack/python-tripleoclient master: Consume deployed t-h-t from the working output dir  https://review.openstack.org/56523312:30
jankiskramaja, hey. Can you please review https://review.openstack.org/#/c/566270/12:30
*** tcw has joined #tripleo12:30
*** jfrancoa has quit IRC12:30
*** rlandy has joined #tripleo12:35
*** amoralej|brb is now known as amoralej12:35
*** ratailor__ has quit IRC12:36
bogdandosshnaidm|rover: in the client https://review.openstack.org/#/c/565233/9/tripleoclient/v1/tripleo_deploy.py@36212:37
bogdandosshnaidm|rover: in extras http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/undercloud-deploy/templates/undercloud.conf.j2#n27512:37
*** morazi has joined #tripleo12:37
bogdandoso undercloud_undercloud_output_dir is under for CI and takes a default12:38
bogdando~/templates12:38
*** lblanchard has joined #tripleo12:38
openstackgerritHamdy Khader proposed openstack/tripleo-heat-templates master: Add support for NVMeOF cinder backend  https://review.openstack.org/55957212:39
bogdandofolksm, PTAL https://review.openstack.org/#/c/566333/12:40
sshnaidm|roverbogdando, where is undercloud_undercloud_output_dir set?12:40
bogdando2:37:36 PM GMT+2 - bogdando: sshnaidm|rover: in extras http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/undercloud-deploy/templates/undercloud.conf.j2#n27512:40
bogdando2:37:52 PM GMT+2 - morazi [morazi@nat/redhat/x-zrkystzxgmindchr] entered the room.12:40
bogdando2:38:01 PM GMT+2 - bogdando: so undercloud_undercloud_output_dir is under for CI and takes a default12:40
bogdando2:38:03 PM GMT+2 - bogdando: ~/templates12:40
sshnaidm|roverbogdando, afaiu by default it's $HOME/.undercloud-heat-installer..?12:40
*** aufi has joined #tripleo12:40
bogdandono it is not any more12:40
*** skramaja_ has joined #tripleo12:40
*** skramaja has quit IRC12:40
sshnaidm|roverbogdando, so where is it set to ~/templates?12:41
bogdandosshnaidm|rover: undercloud_undercloud_output_dir is under for CI and takes the client's default, ~/templates12:41
bogdandoundef*12:41
openstackgerritJohn Trowbridge proposed openstack-infra/tripleo-ci master: Add ability to use a different release per playbook  https://review.openstack.org/56656512:42
bogdandodprince, EmilienM, mwhahaha: hi, PTAL https://review.openstack.org/#/c/561192/12:43
bogdandoand https://review.openstack.org/#/c/566333/ please12:44
bogdandosshnaidm|rover: thanks!12:44
openstackgerritAlan Bishop proposed openstack/tripleo-heat-templates master: Clean up Cinder backends in capabilities map  https://review.openstack.org/56656612:44
bogdandosshnaidm|rover: one more please https://review.openstack.org/#/c/566524/12:44
openstackgerritBogdan Dobrelya proposed openstack/puppet-tripleo stable/queens: Add logrotate compress option  https://review.openstack.org/56652012:45
*** cshastri has quit IRC12:46
*** skramaja has joined #tripleo12:47
*** skramaja_ has quit IRC12:47
*** khrystoph has quit IRC12:47
skramajaack jaganathan12:49
skramajaack janki12:49
*** khrystoph has joined #tripleo12:50
*** jaosorior has joined #tripleo12:54
*** ansmith has joined #tripleo12:55
*** khrystoph has quit IRC12:55
*** pdeore has quit IRC12:55
openstackgerritGiulio Fidente proposed openstack/python-tripleoclient master: Stop trying to converge during Ceph upgrade command  https://review.openstack.org/56605012:56
*** cmyster has quit IRC12:58
*** ukalifon has quit IRC12:58
*** mmedvede has quit IRC12:58
*** avivgt has quit IRC12:58
*** mmethot_ has joined #tripleo13:01
*** dmacpher_ has joined #tripleo13:01
*** yprokule_ has joined #tripleo13:01
*** tcw1 has joined #tripleo13:02
*** dciabrin_ has joined #tripleo13:02
*** wolverineav has joined #tripleo13:02
EmilienMbogdando: ack13:02
*** jtomasek_ has joined #tripleo13:03
*** psachin` has joined #tripleo13:04
*** ubijtsa has joined #tripleo13:05
*** jokke__ has joined #tripleo13:05
*** links has quit IRC13:05
*** gbarros has joined #tripleo13:05
*** dprince_ has joined #tripleo13:05
*** shreshtha has joined #tripleo13:07
*** shardy has joined #tripleo13:08
*** eck`` has joined #tripleo13:08
*** eric-young has joined #tripleo13:09
*** leseb_ has joined #tripleo13:09
*** mcornea has joined #tripleo13:09
*** sdake_ has joined #tripleo13:09
*** sdake_ has quit IRC13:09
*** sdake_ has joined #tripleo13:09
*** numans_ has joined #tripleo13:10
*** tcw has quit IRC13:11
*** dprince has quit IRC13:11
*** jtomasek has quit IRC13:11
*** yprokule has quit IRC13:11
*** mmethot has quit IRC13:11
*** psachin has quit IRC13:11
*** dciabrin has quit IRC13:11
*** dmacpher has quit IRC13:11
*** sdake has quit IRC13:11
*** openstackgerrit has quit IRC13:11
*** assassin has quit IRC13:11
*** quiquell has quit IRC13:11
*** numans has quit IRC13:11
*** number80 has quit IRC13:11
*** eck` has quit IRC13:11
*** leseb has quit IRC13:11
*** ericyoung has quit IRC13:11
*** thrash has quit IRC13:11
*** jokke_ has quit IRC13:11
*** yprokule_ is now known as yprokule13:11
*** bcrochet has joined #tripleo13:11
*** bcrochet has joined #tripleo13:11
*** bcrochet is now known as thrash13:11
EmilienMbogdando: for https://bugs.launchpad.net/tripleo/+bug/1769238 - not investigated yet13:15
openstackLaunchpad bug 1769238 in tripleo "keepalived and haproxy container images aren't downloaded in container image prep step" [Medium,Triaged]13:15
*** Goneri has joined #tripleo13:16
*** quiquell has joined #tripleo13:18
EmilienMsshnaidm|rover: for https://review.openstack.org/#/c/566502/ you might want to see https://review.openstack.org/#/c/566501/13:18
EmilienMsshnaidm|rover: I'm looking for a way to set common variables when containerized_undercloud is True13:18
*** number80 has joined #tripleo13:19
EmilienMsshnaidm|rover: do you think we could just duplicate all the vars for all featuresets?13:19
*** psachin` has quit IRC13:24
*** mmedvede has joined #tripleo13:26
*** skramaja has quit IRC13:26
*** openstackgerrit has joined #tripleo13:27
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483613:27
*** moshele has quit IRC13:30
*** zshi has quit IRC13:31
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137713:33
openstackgerritCarlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options  https://review.openstack.org/54074913:33
EmilienMmcornea: hey, I would use your review on ^ for the minor update workflow, not sure if that's something we have been doing already but I'm re-using existing tasks for the update as oyu can see in Docker service13:34
*** pchavva has joined #tripleo13:36
*** superdan is now known as dansmith13:40
*** zshi has joined #tripleo13:44
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483613:46
*** khrystoph has joined #tripleo13:50
openstackgerritGiulio Fidente proposed openstack/python-tripleoclient master: Stop trying to converge during Ceph upgrade command  https://review.openstack.org/56605013:50
*** alee has joined #tripleo13:50
dtantsurfolks, a relatively simple clean up patch waiting for a 2nd +2 https://review.openstack.org/#/c/564509/13:53
openstackgerritEmilien Macchi proposed openstack/python-tripleoclient master: Enable cleanup by default for undercloud install  https://review.openstack.org/56203213:53
dtantsurand a trivial patch to review (passed CI) https://review.openstack.org/56445713:54
mcorneaEmilienM: hey o/ looking13:54
*** khrystoph has quit IRC13:54
*** numans_ has quit IRC13:54
EmilienMdtantsur: nice, thanks for helping on this transition13:54
dprince_dtantsur: +213:54
dtantsurnp13:55
*** shardy has quit IRC13:55
*** numans has joined #tripleo13:57
*** ohochman has joined #tripleo13:59
*** anilvenkata has quit IRC14:02
*** gbarros has quit IRC14:05
*** gyankum has quit IRC14:05
openstackgerritCarlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options  https://review.openstack.org/54074914:06
*** ykarel is now known as ykarel|away14:08
*** marrusl has joined #tripleo14:09
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh.  https://review.openstack.org/54693214:13
sshnaidm|roverrlandy, jfrancoa1 myoung|ruck ^^14:13
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh.  https://review.openstack.org/54693214:14
jfrancoa1sshnaidm|rover: thanks! I was about to do the same :-)14:15
sshnaidm|roverjfrancoa1, sorry :)14:15
jfrancoa1sshnaidm|rover: no problem at all14:15
rlandysshnaidm|rover: jfrancoa1: left comments in line14:19
weshaychandankumar, I think you have some issues w/ the reviews in tempest_log14:21
weshaytopic14:21
*** dxiri has joined #tripleo14:22
chandankumarweshay: yup checking14:24
chandankumarweshay: is there a way to use the local undercloud tempest container here http://logs.openstack.org/32/566332/4/check/tripleo-ci-centos-7-undercloud-containers/4c89fa9/logs/undercloud/home/zuul/tempest_output.log.txt.gz#_2018-05-07_11_42_4114:25
chandankumar?14:25
sshnaidm|roverrlandy, not sure I understand comment about -e option14:25
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade stable/queens: Remove duplicated become  https://review.openstack.org/56659814:26
weshaychandankumar, I think I was wondering something similiar this morning.. basically if we're using a containerized undercloud.. should the tempest container be just another container that is fired up by the undercloud14:27
weshaychandankumar, vs.. something that is done one off.. EmilienM would have an opinion on re: that I'm sure14:27
weshaychandankumar, is that what you are basically wondering?14:27
rlandysshnaidm|rover: I don't like that EXTRA_PARAMS+=("-e @$(realpath ${2#@}) "14:28
chandankumarweshay: currently I am pulling tempest container from registery14:28
EmilienMsshnaidm|rover, weshay: could you see my answer on https://review.openstack.org/#/c/566502/ and maybe comment for a better way to handle this?14:28
weshayright14:28
sshnaidm|roverrlandy, why?14:28
rlandysshnaidm|rover: if you look at how the playbook options are called14:28
rlandythey all are called with -e14:28
chandankumarweshay: yup, i am wandering the same14:28
weshaychandankumar, k14:28
weshayEmilienM, aye14:29
sshnaidm|roverrlandy, right, so...?14:29
*** moshele has joined #tripleo14:29
rlandysshnaidm|rover: I want to add the -e to the playbook call rather than the option14:29
sshnaidm|roverrlandy, still don't understand.. it will be added as -e to playbooks14:30
rlandysshnaidm|rover: I know - it's just a formatting thing14:30
sshnaidm|roverrlandy, can you elaborate please? :)14:31
sshnaidm|roverEmilienM, sorry, couldn't look, was on mtgs. But yes, I think we need to have both vars defined in fs file14:32
sshnaidm|roverEmilienM, it's not "duplicate", just set explicitly14:32
sshnaidm|roverEmilienM, all this bash logic will go in this sprint (I hope) and we don't want to add there something else..14:33
rlandysshnaidm|rover: https://paste.fedoraproject.org/paste/LzNBcb5KIQEMuaKjt3U~5w - make sense?14:33
sshnaidm|roverrlandy, then it won't work with files14:33
rlandysshnaidm|rover: why not? I am not removing the @14:34
sshnaidm|roverrlandy, well, it won't work if you have a few options14:34
sshnaidm|roverrlandy, like -e var=val -e var2=val214:35
sshnaidm|roverrlandy, anyway I need to add -e before every variable14:35
*** waleedm has quit IRC14:35
EmilienMsshnaidm|rover: ack, I see. I'll abandon then.14:35
sshnaidm|roverEmilienM, thanks!14:36
rlandysshnaidm|rover: -e before every call in playbook is ok - I do the see the problem with multiple arguments14:36
sshnaidm|roverrlandy, I think it's better you will show example of arguments processing you'd like14:37
rlandysshnaidm|rover: I was thinking that if you have multiple arguments, you would use one file14:37
rlandybut I get that limits flexibility14:37
*** yolanda has quit IRC14:38
sshnaidm|roverrlandy, not always, sometimes for test you just want to run with 2 arguments14:38
rlandysshnaidm|rover: ok - I'll concede that one14:39
*** zshi has quit IRC14:39
sshnaidm|roverrlandy, ack14:39
*** eck`` is now known as eck`gone14:39
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh.  https://review.openstack.org/54693214:41
sshnaidm|roverrlandy, ^^14:41
*** zshi has joined #tripleo14:41
*** eck`gone is now known as eck`14:41
*** jfrancoa1 has quit IRC14:43
weshayEmilienM, sshnaidm|rover so there is certainly precedent for taking common variables for jobs and folding them into an environment config in config/environments14:44
*** holser__ has quit IRC14:44
weshayI would like to review which environments are passed to the upstream jobs to see if we have these organized in a decent way atm14:44
sshnaidm|roverweshay, environment?14:45
EmilienMweshay: which is why I did this way.14:45
*** yolanda has joined #tripleo14:45
EmilienMweshay: I abandoned my patches now but please let me know any better way14:45
weshayEmilienM, right.. I think you had the right idea to be honest14:46
weshaysshnaidm|rover, https://github.com/openstack/tripleo-quickstart/tree/master/config/environments and https://github.com/openstack-infra/tripleo-ci/tree/master/toci-quickstart/config/testenv14:46
openstackgerritMartin MĂ¡gr proposed openstack/tripleo-common master: Add health checks for Swift services  https://review.openstack.org/55973714:46
openstackgerritMartin MĂ¡gr proposed openstack/tripleo-common master: Add Ironic inspector health checks  https://review.openstack.org/56172514:46
sshnaidm|roverweshay, this is not related to environments, it's related to featureset only14:47
sshnaidm|roverweshay, it's just one option that we have to include in all featuresets if we use other option (for example cont. undercloud), so we have a bundle of options14:48
sshnaidm|roverlet EmilienM correct me if I'm wrong ^^14:48
*** pblaho has quit IRC14:48
sshnaidm|roverweshay, we can bring up something like "containerized undercloud pack of options .yaml", but it's not related to environments14:49
weshaysshnaidm|rover, ok.. you have a point14:50
*** quiquell is now known as quiquell|off14:50
*** stendulker has joined #tripleo14:50
*** rpioso|afk is now known as rpioso14:51
weshaysshnaidm|rover, looking at it w/ a user hat on.. sshnaidm|rover maybe we can create a single var for containerized undercloud that includes these other vars via include vars14:51
weshaysshnaidm|rover, so we don't have to cut/paste vars every where14:51
weshaywdyt14:51
openstackgerritMartin AndrĂ© proposed openstack/tripleo-common master: Add type and plan_name to message sent from ansible-playbook action  https://review.openstack.org/56163914:52
openstackgerritMartin AndrĂ© proposed openstack/tripleo-common master: Add new undeploy_plan workflow  https://review.openstack.org/56624614:52
openstackgerritMartin AndrĂ© proposed openstack/tripleo-common master: Delete messages container on plan deletion  https://review.openstack.org/56624714:52
openstackgerritMartin AndrĂ© proposed openstack/tripleo-common master: Stop assuming all containers are plans  https://review.openstack.org/56634514:52
sshnaidm|roverweshay, EmilienM the question is how bad the situation will go? will we have more options like that?14:52
*** udesale__ has quit IRC14:52
sshnaidm|roverweshay, I don't think it matters, whether you copy-paste one of few variables14:52
sshnaidm|rovers/of/or14:52
*** ykarel|away has quit IRC14:53
weshaysshnaidm|rover, EmilienM I like the idea of trying to do it a little better when we have the opportunity to do so14:54
weshaysshnaidm|rover, I have a thought mind if I put up a WIP patch to handle this?14:54
weshayI have a thought,14:54
*** cdearborn has joined #tripleo14:56
*** florianf has quit IRC14:58
*** agurenko has joined #tripleo14:59
weshayEmilienM, mind if I restore https://review.openstack.org/#/c/566067/ or did you get that working?15:00
*** beekneemech is now known as bnemec15:00
*** florianf has joined #tripleo15:01
*** brault has quit IRC15:02
openstackgerritArx Cruz proposed openstack/tripleo-quickstart master: Adding ironic tests on fs001  https://review.openstack.org/56571615:08
*** pcaruana has quit IRC15:09
*** yprokule has quit IRC15:09
openstackgerritJames Slagle proposed openstack/tripleo-docs master: config-download documentation  https://review.openstack.org/56660615:09
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh.  https://review.openstack.org/54693215:09
*** gbarros has joined #tripleo15:10
*** ramishra has quit IRC15:11
*** rajinir has joined #tripleo15:12
weshayEmilienM, this is the default you want for the undercloud hostname for rocky+ ? undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"15:12
*** masco has quit IRC15:15
*** brault has joined #tripleo15:16
*** lebauce_ has quit IRC15:16
*** brault has quit IRC15:20
*** suuuper has quit IRC15:20
*** shardy has joined #tripleo15:22
*** lebauce_ has joined #tripleo15:26
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: NFV: Support for config-download to deploy node with kernel args  https://review.openstack.org/56076715:26
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download  https://review.openstack.org/56624115:26
weshayEmilienM, going to work these variables back into the ansible defaults15:31
*** avivgt has joined #tripleo15:35
*** gbarros has quit IRC15:36
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Pass stable_release into nodepool_setup for reproducer_oooq.  https://review.openstack.org/56350215:37
sshnaidm|roverrlandy, trown ^^15:37
*** lblanchard has quit IRC15:43
*** jpena is now known as jpena|brb15:46
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps  https://review.openstack.org/56646215:47
*** nyechiel has joined #tripleo15:49
*** bogdando has quit IRC15:51
*** moshele has quit IRC15:54
*** udesale has joined #tripleo15:56
*** gbarros has joined #tripleo15:58
*** udesale has quit IRC15:58
*** leanderthal has quit IRC15:59
*** kopecmartin has quit IRC16:05
*** stendulker has quit IRC16:06
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container  https://review.openstack.org/56652616:06
chandankumarweshay: ^^ above will work16:07
slaglejtomasek_: are you happy with https://review.openstack.org/#/c/554224 ?16:10
EmilienMweshay: please do16:11
*** ffiore has quit IRC16:12
*** aufi has quit IRC16:15
weshaychandankumar, thanks16:16
*** openstackgerrit has quit IRC16:19
*** agurenko has quit IRC16:21
*** jpena|brb is now known as jpena16:23
mwhahahamyoung|ruck, sshnaidm|rover: is the topic accurate? is ovb read? if so what bugs do we have open for this?16:24
mwhahahaweshay: -^16:24
*** sshnaidm|rover changes topic to "Welcome to Rocky. CI status: gate is green,| http://tripleo.org/ | https://docs.openstack.org/tripleo-docs/latest"16:25
sshnaidm|rovermwhahaha, ovb is green16:26
mwhahahak thanks16:26
weshayheh.. although jenkins is slow as something that rhymes with "halls"16:26
*** sshnaidm|rover changes topic to "Welcome to Rocky. CI status: everything is green| http://tripleo.org/ | https://docs.openstack.org/tripleo-docs/latest"16:26
weshayhttps://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-queens/16:26
weshayis pretty good16:26
weshayhttps://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-pike/16:27
weshaymaster.. is just spinnin16:27
weshaymaster looks good too https://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-master/16:27
weshaymwhahaha,  master: tripleo-ci-centos-7-3nodes-multinode continues to time out too often, but you know this16:29
mwhahaha:(16:29
*** marios has quit IRC16:30
mwhahahaweshay: i went to ikea yesterday, thought of buying you a cactus16:30
weshaymwhahaha, ah man16:31
weshaycould probably expense it :)16:31
mwhahaha:D16:31
mwhahahamaybe next time16:31
mwhahahathere's always a next time :(16:31
*** shardy has quit IRC16:33
myoung|ruck(back now) ikea manages to put a substantial dent in my brain.  every time.16:35
mwhahahachandankumar: still seeing pike undercloud failures, did that v2.0 switch ever land? http://logs.openstack.org/09/562309/1/check/tripleo-ci-centos-7-undercloud-oooq/945ccc3/job-output.txt.gz#_2018-05-07_10_38_51_07756916:36
*** lebauce_ has quit IRC16:36
*** mdnadeem has quit IRC16:41
*** dtantsur is now known as dtantsur|afk16:43
*** openstackgerrit has joined #tripleo16:48
openstackgerritArx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation  https://review.openstack.org/56652716:48
*** dsneddon has quit IRC16:51
*** trown is now known as trown|lunch16:52
*** dsneddon has joined #tripleo16:53
*** lebauce_ has joined #tripleo16:53
*** fragatina has quit IRC16:53
*** gbarros has quit IRC16:54
*** gbarros has joined #tripleo16:57
chandankumarmwhahaha: I am not sure why It is failing current skipping it, will take a look why it is happening17:00
mwhahahak17:00
*** fragatina has joined #tripleo17:01
*** dxiri has quit IRC17:04
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart-extras master: Updated undercloud tempest skip list for Pike  https://review.openstack.org/56668617:06
*** cshastri has joined #tripleo17:07
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Drop old ceilometer services  https://review.openstack.org/56642317:08
*** fragatina has quit IRC17:14
*** nyechiel has quit IRC17:14
openstackgerritwes hayutin proposed openstack/tripleo-quickstart-extras master: refactor new undercloud variables properly  https://review.openstack.org/56668917:16
openstackgerritwes hayutin proposed openstack/tripleo-quickstart-extras master: DNM: testing, refactor new undercloud variables properly  https://review.openstack.org/56668917:16
weshayEmilienM, please have a look ^17:16
EmilienMk17:17
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137717:17
EmilienMweshay: nice17:19
EmilienMweshay: so I guess we'll be able to remove some vars from fs027 (cont uc) for ex17:19
weshayEmilienM, right.. I need to work through this a bit, seeing a lot of undercloud_undercloud vars now17:20
*** jpena is now known as jpena|off17:21
gfidentehelp merge https://review.openstack.org/566050 ? :D17:21
gfidenteand https://review.openstack.org/#/c/566462/ too17:24
gfidentethese both had lots of votes before latest patchsets ;D17:24
gfidenteand... thanks :D17:24
*** jaosorior has quit IRC17:26
*** ccamacho has quit IRC17:27
*** jaosorior has joined #tripleo17:28
*** ayoung has quit IRC17:31
*** ayoung has joined #tripleo17:34
*** tcw1 has quit IRC17:39
*** moshele has joined #tripleo17:40
openstackgerritAna Krivokapic proposed openstack/tripleo-common master: Add an action to upload validations to Swift  https://review.openstack.org/56416017:43
*** gbarros has quit IRC17:43
*** gbarros has joined #tripleo17:44
*** dxiri has joined #tripleo17:49
* gfidente dinner17:49
*** gfidente is now known as gfidente|afk17:50
*** khrystoph has joined #tripleo17:51
*** brault has joined #tripleo17:51
openstackgerritMerged openstack/python-tripleoclient master: Implement 'openstack tripleo upgrade'  https://review.openstack.org/56614217:52
*** itlinux has joined #tripleo17:55
*** tcw has joined #tripleo17:56
*** khrystoph has quit IRC17:56
openstackgerritMatt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps  https://review.openstack.org/54469617:57
openstackgerritMatt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps  https://review.openstack.org/54469617:58
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483617:59
EmilienMbeagles: just FYI I'll have to port https://review.openstack.org/#/c/550224/ to ansible-role-container-registry, I'll take care of it and add you as reviewer17:59
EmilienMbeagles: as in future we won't use puppet to deploy docker17:59
*** fragatina has joined #tripleo18:00
openstackgerritMerged openstack/python-tripleoclient master: Switch undercloud to consume upgrade_tasks from THT  https://review.openstack.org/56614518:01
openstackgerritMerged openstack/python-tripleoclient master: Configure NeutronPublicInterface with local_interface  https://review.openstack.org/56641418:01
beaglesEmilienM: ack... I'm not sure in this case that we are using puppet to deploy docker really - we are just setting up some scripts so the neutron containers launch containers instead of processes on baremetal18:01
beaglesEmilienM: ie. this doesn't actually launch any containers18:01
EmilienMbeagles: that'll be tricky but ok18:02
beaglesEmilienM: oh you mean the docker.pp bit!!!18:02
beaglesEmilienM: yeah okay18:02
EmilienMbeagles: yes18:02
*** tcw has quit IRC18:02
beaglesEmilienM: k cool18:03
EmilienMit'll be tricky because neutron services in puppet-tripleo call the docker class18:03
beagleswe do?18:03
EmilienMoh no18:03
EmilienMjust hiera18:03
beaglesyep18:03
*** jfrancoa has joined #tripleo18:06
*** nguyenhai_ has joined #tripleo18:09
*** nguyenhai has quit IRC18:12
*** janki has quit IRC18:13
jtomasek_slagle: hi, yes, IMHO it is good to go, I've tested it several times now18:17
slaglejtomasek_: ok. you want to go ahead and approve it?18:19
jtomasek_slagle: I am officially core on tripleo-ui, so I am not sure if I can give +2s to tripleo-common patches18:20
jtomasek_slagle: otherwise I'd already +2d it18:20
slagleheh, ok. live a little, break the rules :)18:22
slaglei'll heckle thrash18:22
slaglethrash: https://review.openstack.org/#/c/554224/ is good to go18:23
jtomasek_slagle: haha ack!18:23
jtomasek_slagle: I did it ;-)18:24
slaglecool18:25
*** agurenko has joined #tripleo18:31
*** trown|lunch is now known as trown18:33
openstackgerritHonza Pokorny proposed openstack/tripleo-common master: Add recover_deployment workflow  https://review.openstack.org/56669918:34
*** atoth has quit IRC18:36
*** amoralej is now known as amoralej|off18:42
*** trozet has quit IRC18:48
*** cshastri has quit IRC18:49
openstackgerritKeith Schincke proposed openstack/tripleo-heat-templates master: Unnessary deploying of bootstrap-osd ceph auth entry  https://review.openstack.org/56670118:53
*** florianf has quit IRC18:53
*** brault has quit IRC19:01
*** florianf has joined #tripleo19:03
*** holser__ has joined #tripleo19:04
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: add tripleo update job as voting  https://review.openstack.org/56552319:10
*** florianf has quit IRC19:10
*** jcoufal has quit IRC19:15
thrashjtomasek_: slagle fwiw, I would have done it. :)19:22
*** Goneri has quit IRC19:23
*** itlinux has quit IRC19:24
*** khrystoph has joined #tripleo19:31
openstackgerritwes hayutin proposed openstack/tripleo-heat-templates master: add tripleo update job as voting  https://review.openstack.org/56235319:32
*** thrash is now known as thrash|biab19:32
openstackgerritMatt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps  https://review.openstack.org/54469619:33
*** gbarros has quit IRC19:34
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: add tripleo update job as voting  https://review.openstack.org/56552319:34
*** khrystoph has quit IRC19:35
openstackgerritwes hayutin proposed openstack/tripleo-common master: add tripleo update job as voting  https://review.openstack.org/56352619:37
*** mcornea has quit IRC19:37
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps  https://review.openstack.org/56646219:39
*** akrivoka has quit IRC19:39
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps  https://review.openstack.org/56646219:40
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates stable/queens: Do not overescape the Manila keyring caps  https://review.openstack.org/56671719:41
*** mcornea has joined #tripleo19:42
*** dprince_ has quit IRC19:43
*** radeks has quit IRC19:47
openstackgerritMatt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps  https://review.openstack.org/54469619:47
*** khrystoph has joined #tripleo19:49
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672019:51
*** khrystoph has quit IRC19:54
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672019:59
EmilienMbeagles: ^ just fyi20:01
*** moshele has quit IRC20:02
*** liverpooler has quit IRC20:04
*** radeks has joined #tripleo20:06
*** itlinux has joined #tripleo20:09
beaglesEmilienM: thanks!20:15
EmilienMbeagles: question20:15
*** saneax is now known as saneax-_-|AFK20:15
EmilienMdhcp_agent_wrappers.pp should be in included in dhcp profile?20:15
EmilienMwhere does this puppet code is actually used?20:15
beaglesthe dhcp and l3 agent templates (not yet merged) - it writes the scripts to the baremetal and they are mounted into /usr/loca/bin in the agent20:17
EmilienMok20:17
EmilienMso I can consider them in neutron-l3 and neutron-dhcp services?20:17
EmilienM(respectively)20:17
beaglesbasically yeah20:18
EmilienMok good20:18
*** radeks has quit IRC20:18
EmilienMbeagles: before I leave on PTO I'll send you an email with what i did, to make sure I don't break your stuff20:18
beaglesEmilienM: cool20:18
*** jfrancoa has quit IRC20:25
*** raildo has quit IRC20:26
*** morazi has quit IRC20:27
*** brault has joined #tripleo20:30
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672020:32
*** agurenko has quit IRC20:32
*** pchavva has quit IRC20:33
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672020:34
*** brault has quit IRC20:35
*** gfidente|afk is now known as gfidente20:35
openstackgerritSteve Baker proposed openstack/tripleo-common master: Refactor functions out of ProcessTemplateAction  https://review.openstack.org/56246020:42
openstackgerritSteve Baker proposed openstack/tripleo-common master: Action to perform container image prepare  https://review.openstack.org/55897220:42
openstackgerritSteve Baker proposed openstack/tripleo-common master: WIP repurpose action container_images_prepare  https://review.openstack.org/55752020:42
openstackgerritJulia Kreger proposed openstack/diskimage-builder master: Add simple iscsi-boot element  https://review.openstack.org/56673320:43
*** NobodyCam_ has joined #tripleo20:46
*** ipsecguy has joined #tripleo20:47
*** jillr_ has joined #tripleo20:48
*** avivgt has quit IRC20:48
*** jjoyce has joined #tripleo20:50
*** saneaxL has joined #tripleo20:51
*** aputtur_ has joined #tripleo20:52
*** saneaxL is now known as saneax20:52
*** zshi has quit IRC20:53
*** NobodyCam has quit IRC20:53
*** jillr has quit IRC20:53
*** fpan has quit IRC20:53
*** saneax-_-|AFK has quit IRC20:53
*** fuzzball81 has quit IRC20:53
*** aputtur has quit IRC20:53
*** ipsecguy_ has quit IRC20:53
*** NobodyCam_ is now known as NobodyCam20:53
*** jillr_ is now known as jillr20:53
*** zshi has joined #tripleo20:53
*** fpan has joined #tripleo20:53
gfidenteanyone knows what is happening to CI failing with http://logs.openstack.org/17/566717/1/check/tripleo-ci-centos-7-containers-multinode/baa71cb/job-output.txt.gz#_2018-05-07_20_28_48_541871 ?20:55
gfidente /home/zuul/workspace/devstack-gate/functions.sh: line 184: declare: gate_hook: not found20:55
gfidentedoes not seem related to the patch or am I looking in the wrong place?20:55
*** ansmith has quit IRC20:56
*** bandini has quit IRC20:56
rlandygfidente: this is the real error:20:57
rlandyyou familiar with this error: http://logs.openstack.org/23/565523/3/check/tripleo-ci-centos-7-3nodes-multinode/30e0fc4/logs/devstack-gate-setup-workspace-new.txt20:58
rlandy rsync -a '/home/zuul/src/*/openstack/tripleo-incubator/' tripleo-incubator20:58
*** bandini has joined #tripleo20:58
gfidentetripleo-incubator removed20:58
rlandydiscussion on #openstack-infra20:58
gfidentemwhahaha ^^ have patches for that or shall we revert?20:58
gfidenteah okay20:58
gfidenterlandy thanks!20:59
mwhahahai have patches20:59
mwhahahajust remove it20:59
mwhahahahttps://review.openstack.org/#/c/566721/120:59
gfidenteremove mwhahaha tanks20:59
gfidenteomg20:59
mwhahahathey pulled the infra bits out before the trest20:59
gfidenteit's late here :D21:00
mwhahahaand we missed the devstack part21:00
*** avivgt has joined #tripleo21:02
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672021:03
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137721:03
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter  https://review.openstack.org/56673721:04
EmilienMbeagles: the last 3 patches ^, could you please review that?21:04
*** trown is now known as trown|outtypewww21:05
EmilienMbeagles: it should do what we had21:05
beaglesEmilienM: yep21:05
*** Goneri has joined #tripleo21:07
*** itlinux has quit IRC21:07
EmilienMbeagles: the service names are wrong in my THT patch, err21:08
EmilienMit's l3-agent not neutron-l321:09
EmilienMnevermind, it's for docker21:10
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137721:10
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter  https://review.openstack.org/56673721:10
*** abishop has quit IRC21:10
*** itlinux has joined #tripleo21:11
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker  https://review.openstack.org/56650721:16
*** Guest24001 has joined #tripleo21:16
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project  https://review.openstack.org/56650621:16
EmilienMbeagles: FYI https://review.openstack.org/#/c/550224/28/manifests/profile/base/docker.pp21:17
EmilienMbeagles: you didn't chown dirs to docker:docker21:17
EmilienMbeagles: but if you say so, I can do it in my ansible patch21:18
EmilienMs/so/that we need to/21:18
beaglesEmilienM: ah misremembered.. it works without.21:18
openstackgerritMerged openstack/tripleo-heat-templates stable/queens: Ensure config-download mappings are unset on ceph-upgrade  https://review.openstack.org/56601921:18
openstackgerritMerged openstack/tripleo-heat-templates master: Undercloud upgrades will use upgrade_tasks  https://review.openstack.org/56621421:18
openstackgerritMerged openstack/tripleo-heat-templates master: undercloud: do not hardcode eth1 for public interface  https://review.openstack.org/56641521:18
openstackgerritMerged openstack/tripleo-heat-templates master: Fix deprecations in the ironic modules  https://review.openstack.org/56450921:18
openstackgerritMerged openstack-infra/tripleo-ci master: Collect heat templates dir from undercloud  https://review.openstack.org/56652321:18
openstackgerritMerged openstack/tripleo-upgrade stable/queens: Remove duplicated become  https://review.openstack.org/56659821:18
EmilienMbeagles: good21:18
EmilienMbeagles: thx for reviews, btw21:19
beaglesEmilienM: np thanks for the heads up21:19
*** jtomasek_ has quit IRC21:20
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker_registry)  https://review.openstack.org/56650721:22
openstackgerritEmilien Macchi proposed openstack/instack-undercloud master: puppet: deprecation message for non-containerized undercloud  https://review.openstack.org/56674221:27
*** holser__ has quit IRC21:29
*** paramite has quit IRC21:29
openstackgerritEmilien Macchi proposed openstack/python-tripleoclient master: Deprecate non containerized undercloud  https://review.openstack.org/56674421:30
*** moshele has joined #tripleo21:34
beaglesEmilienM: noticed a possible issue in https://review.openstack.org/#/c/566720/21:36
beaglesWhat might be simpler actually is just list_concat the default in at the heat template level21:37
beaglesthe puppet/ansible code would then be more straightforward21:38
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483621:40
*** dsneddon has quit IRC21:41
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483621:41
*** dsneddon has joined #tripleo21:41
EmilienMbeagles: so I tested this thing21:41
EmilienMbeagles: and it does prefix for each socker21:41
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade stable/queens: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56559721:41
EmilienMsocket21:41
EmilienMlet me show you21:42
beaglesmmm.. I mean you need to also include -H unix:///run/docker.sock21:42
beaglesor you end up with21:42
beagles"Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"21:42
beagleswhen somebody just runs docker commands in the shell21:43
EmilienMOPTIONS='-H unix:///var/lib/openstack/docker.sock -H unix:///var/run/some-other/docker.sock --log-driver=journald --signature-verification=false --iptables=false --live-restore'21:43
EmilienMbeagles: that's what I ended up with in my local testing with Ansible21:43
beaglessure21:43
beaglessee above ^ the puppet would've created OPTIONS='-H unix://run/docker.sock H unix:///var/lib/openstack/docker.sock -H unix:///var/run/some-other/docker.sock --log-driver=journald --signature-verification=false --iptables=false --live-restore'21:44
*** Goneri has quit IRC21:44
beagleswell with the missing dash21:44
*** Goneri has joined #tripleo21:44
beaglessee https://github.com/openstack/puppet-tripleo/blob/master/manifests/profile/base/docker.pp#L14421:45
EmilienMbeagles: do you mean I need "-H unix:///run/docker.sock" all the times?21:45
openstackgerritSam Doran proposed openstack/tripleo-heat-templates master: Optimized Ansible tasks in deplay-steps-tasks.yaml  https://review.openstack.org/56101121:45
EmilienMoh gotcha21:45
EmilienMyeah I missed that21:45
beaglesEmilienM: if you add any -H option, then it won't create the default  and then hilarity ensues ;)21:45
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672021:46
EmilienMbeagles: is it ok now? ^21:46
beaglesEmilienM: missing a slash I think.. unix:///run/docker.sock ?21:47
beaglesEmilienM: but besides that, yeah!21:47
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672021:47
openstackgerritMatt Young proposed openstack/tripleo-quickstart-extras master: libvirt-reproducer: use ansible_connection=local  https://review.openstack.org/56614921:49
beaglesEmilienM: I think you added the extra slash to the wrong one.. the hardcoded /run/docker.sock was missing the extra slash21:49
beaglesthe other one should've been ok21:49
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets  https://review.openstack.org/56672021:49
*** ansmith has joined #tripleo21:49
EmilienMbeagles: thanks21:49
beaglesEmilienM: thank you ..21:50
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56483621:52
openstackgerritMarius Cornea proposed openstack/tripleo-upgrade stable/queens: Update the fast forward workflow to use CLI commands  https://review.openstack.org/56559721:52
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet  https://review.openstack.org/56137721:55
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter  https://review.openstack.org/56673721:56
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker(_registry)  https://review.openstack.org/56650721:56
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker(_registry)  https://review.openstack.org/56650721:57
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project  https://review.openstack.org/56650621:57
*** Goneri has quit IRC21:57
openstackgerritEmilien Macchi proposed openstack/python-tripleoclient master: DNM - CI testing  https://review.openstack.org/56674921:58
*** itlinux has quit IRC21:59
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts  https://review.openstack.org/56675222:00
*** redrobot has joined #tripleo22:00
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts  https://review.openstack.org/56675222:03
*** slaweq has quit IRC22:06
*** slaweq has joined #tripleo22:07
*** gfidente has quit IRC22:09
*** cdearborn has quit IRC22:11
*** moshele has quit IRC22:13
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Drop old ceilometer services  https://review.openstack.org/56642322:18
*** mcornea has quit IRC22:20
*** avivgt has quit IRC22:23
*** rcernin has joined #tripleo22:25
*** dmacpher_ has quit IRC22:34
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts  https://review.openstack.org/56675222:43
*** Goneri has joined #tripleo22:51
*** wolverineav has quit IRC22:54
*** wolverineav has joined #tripleo22:54
-openstackstatus- NOTICE: Any devstack job failure due to rsync errors related to tripleo-incubator can safely be rechecked now22:58
*** wolverineav has quit IRC22:59
*** Goneri has quit IRC23:11
*** dmacpher_ has joined #tripleo23:12
*** dmacpher_ has quit IRC23:12
*** dmacpher has joined #tripleo23:13
*** itlinux has joined #tripleo23:25
*** wolverineav has joined #tripleo23:26
*** tosky has quit IRC23:30
*** wolverineav has quit IRC23:31
openstackgerritSteve Baker proposed openstack/tripleo-common master: Implement image customization during upload  https://review.openstack.org/56620723:38
*** leitan has joined #tripleo23:44
*** shardy has joined #tripleo23:45
*** shardy has quit IRC23:58
*** Goneri has joined #tripleo23:58
*** leitan has quit IRC23:59

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