*** slagle has joined #tripleo | 00:13 | |
*** slagle has quit IRC | 00:19 | |
*** shardy has joined #tripleo | 00:45 | |
*** atoth has quit IRC | 01:38 | |
*** morazi has quit IRC | 02:08 | |
*** links has joined #tripleo | 02:17 | |
*** ratailor has joined #tripleo | 02:39 | |
*** psachin has joined #tripleo | 02:43 | |
*** EvilienM is now known as EmilienM | 02:45 | |
openstackgerrit | Steve Baker proposed openstack/tripleo-common master: Allow image prepare to only filter by role data https://review.openstack.org/566495 | 02:48 |
---|---|---|
*** dxiri has joined #tripleo | 02:57 | |
*** dxiri has quit IRC | 03:10 | |
*** dxiri has joined #tripleo | 03:10 | |
*** dxiri has quit IRC | 03:11 | |
*** dxiri has joined #tripleo | 03:11 | |
*** shardy has quit IRC | 03:12 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 03:16 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 03:16 |
*** dxiri has quit IRC | 03:17 | |
*** shardy has joined #tripleo | 03:18 | |
*** dxiri has joined #tripleo | 03:18 | |
*** moshele has quit IRC | 03:21 | |
*** dxiri_ has joined #tripleo | 03:22 | |
*** dxiri has quit IRC | 03:22 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: DNM - deploy docker with deploy_steps_tasks https://review.openstack.org/566500 | 03:24 |
*** dxiri_ has quit IRC | 03:30 | |
*** dxiri has joined #tripleo | 03:32 | |
*** ramishra has joined #tripleo | 03:39 | |
*** shardy has quit IRC | 03:40 | |
*** shreshtha has joined #tripleo | 03:50 | |
openstackgerrit | Steve Baker proposed openstack/python-tripleoclient master: WIP - Implement TripleoImagePrepare command https://review.openstack.org/563794 | 03:55 |
*** cshastri has joined #tripleo | 03:57 | |
*** wolverineav has joined #tripleo | 04:01 | |
*** threestrands has joined #tripleo | 04:04 | |
*** pdeore has joined #tripleo | 04:04 | |
*** jaosorior has joined #tripleo | 04:05 | |
*** dxiri has quit IRC | 04:05 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Create containerized undercloud environment https://review.openstack.org/566501 | 04:06 |
*** dxiri has joined #tripleo | 04:07 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Load containerized_undercloud.yml when needed https://review.openstack.org/566502 | 04:09 |
*** gyankum has joined #tripleo | 04:10 | |
*** mmethot has joined #tripleo | 04:10 | |
*** udesale has joined #tripleo | 04:11 | |
*** redrobot has quit IRC | 04:12 | |
*** wolverineav has quit IRC | 04:17 | |
*** sshnaidm has joined #tripleo | 04:17 | |
*** wolverineav has joined #tripleo | 04:18 | |
jaosorior | EmilienM: I'm thinking 566501 won't pass, since nothing would be taking into account the containerized undercloud variables | 04:18 |
jaosorior | sshnaidm: holy crap, you're early | 04:18 |
EmilienM | jaosorior: hey | 04:22 |
EmilienM | jaosorior: see https://review.openstack.org/566502 | 04:22 |
*** wolverineav has quit IRC | 04:22 | |
EmilienM | jaosorior: I actually have questions for you | 04:22 |
EmilienM | jaosorior: how did you get your ansible tasks (ipsec) to run actions where root is needed | 04:23 |
EmilienM | jaosorior: see https://review.openstack.org/#/c/561377/ and this one https://review.openstack.org/#/c/566500/ (just to see how it works) | 04:23 |
EmilienM | jaosorior: what I want is to run https://github.com/openstack/ansible-role-container-registry before docker steps, and it requires root | 04:23 |
jaosorior | EmilienM: I don't require any root actions in the undercloud for ipsec | 04:24 |
EmilienM | jaosorior: and overcloud? | 04:24 |
EmilienM | restart ipsec, and stuff | 04:24 |
jaosorior | EmilienM: the overcloud should be running the deploy_step_tasks with become: true | 04:24 |
jaosorior | EmilienM: if it's not doing that anymore, then ipsec is broken | 04:24 |
jaosorior | but that used to be the case | 04:25 |
*** pgadiya has joined #tripleo | 04:25 | |
EmilienM | jaosorior: well, I saw an ipsec job running today and it didn't fail | 04:25 |
jaosorior | EmilienM: yay | 04:25 |
jaosorior | EmilienM: but yeah, I that's the case, deploy_step_tasks run with become: true, so effectively it sudo's | 04:26 |
EmilienM | I checked git log and it never ran with become | 04:26 |
EmilienM | ok | 04:26 |
jaosorior | EmilienM: let me try to find it | 04:26 |
EmilienM | jaosorior: from which user? | 04:26 |
EmilienM | tripleo-admin or mistral? | 04:26 |
jaosorior | tripleo-admin or heat-admin | 04:26 |
jaosorior | there is no mistral user in the overcloud AFAIK | 04:27 |
EmilienM | ok good | 04:27 |
*** pgadiya has quit IRC | 04:28 | |
EmilienM | jaosorior: thanks, let's see how these 2 patches run | 04:28 |
jaosorior | EmilienM: got it | 04:28 |
*** ratailor_ has joined #tripleo | 04:28 | |
*** saneax-_-|AFK is now known as saneax | 04:29 | |
EmilienM | jaosorior: where do you configure ipsec, on the host or in a container? | 04:29 |
jaosorior | EmilienM: ipsec is a kernel-space thing, so I do everything in the host. | 04:29 |
jaosorior | EmilienM: 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 |
jaosorior | EmilienM: https://github.com/openstack/tripleo-common/blob/master/workbooks/deployment.yaml#L350 | 04:31 |
EmilienM | :-o | 04:31 |
jaosorior | EmilienM: that's where we trigger the ansible run; there become: true is set. | 04:31 |
EmilienM | nice thing for ipsec | 04:31 |
*** ratailor has quit IRC | 04:31 | |
EmilienM | have we measured the overhead when enabling it? I wonder if we should enable it by default one day | 04:31 |
*** khrystoph has joined #tripleo | 04:32 | |
jaosorior | EmilienM: 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#L466 | 04:32 |
EmilienM | jaosorior: so I tried to add become: true in THT and it failed saying user didn't have sudo permission | 04:33 |
jaosorior | EmilienM: we haven't; the performance team told me they would start testing it out once it's officially supported (this release) | 04:33 |
jaosorior | EmilienM: slagle would know more about it | 04:33 |
EmilienM | yeah I'll ping him if my last patches don't work | 04:34 |
jaosorior | EmilienM: but if I remember correctly, that was the reason why the explicit become: false is set for the undercloud. | 04:34 |
jaosorior | EmilienM: the mistral user is quite limited in what it can do. | 04:34 |
EmilienM | yeah and on purpose AFIK | 04:34 |
EmilienM | jaosorior: if you have time for reviews, https://review.openstack.org/#/c/565899/ (and the ones on top) | 04:35 |
jaosorior | EmilienM: 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/sudoers | 04:35 |
EmilienM | jaosorior: and https://review.openstack.org/#/c/566214/ https://review.openstack.org/#/c/566415/3 | 04:35 |
*** ykarel has joined #tripleo | 04:35 | |
jaosorior | EmilienM: OK, I'll brew some coffee, then check those out :) | 04:36 |
EmilienM | jaosorior: I wont add that to sudoers and find another way | 04:36 |
EmilienM | jaosorior: after beer festival, you probably need a lot of coffee ;-) | 04:36 |
EmilienM | #justsaying | 04:36 |
jaosorior | haha | 04:36 |
jaosorior | it was brilliant | 04:36 |
EmilienM | jaosorior: sorry | 04:37 |
EmilienM | I HAD TO | 04:37 |
jaosorior | haha no biggie | 04:37 |
jaosorior | I'm not ashamed of my love for beer :P | 04:37 |
*** khrystoph has quit IRC | 04:37 | |
EmilienM | :) | 04:40 |
*** karthiks has joined #tripleo | 04:41 | |
EmilienM | jaosorior: need any review before I leave for the evening? | 04:41 |
*** wolverineav has joined #tripleo | 04:42 | |
jaosorior | EmilienM: no reviews. But help coding :D But we can talk about that when you're back | 04:42 |
EmilienM | jaosorior: tell me more, what are you working on? | 04:42 |
jaosorior | EmilienM: So, with the TLS by default work, I stumbled upon an issue with the docker_puppet_tasks. | 04:43 |
jaosorior | docker_puppet_tasks is supposed to be a bootstrap-style of tasks, and should only run on a bootstrap node. | 04:44 |
jaosorior | however, we only persist these tasks on the nodes that run the service | 04:44 |
jaosorior | so, 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 endpoints | 04:45 |
EmilienM | do you *have* to use docker_puppet_tasks ? | 04:45 |
*** moshele has joined #tripleo | 04:45 | |
jaosorior | this is what happened here https://review.openstack.org/#/c/565151/ | 04:45 |
jaosorior | EmilienM: I'm not even using it :D . I just stumbled upon a case where this error happens | 04:46 |
jaosorior | EmilienM: 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 |
jaosorior | that exposed the bug I'm talking about in tripleo-ci-centos-7-3nodes-multinode | 04:47 |
jaosorior | the reason tripleo-ci-centos-7-3nodes-multinode is working right now, is because we don't set any tags in that job | 04:47 |
EmilienM | jaosorior: ok I see.. Nice that we have this CI job so we found this problem | 04:48 |
jaosorior | indeed | 04:49 |
jaosorior | I tried fixing it here https://review.openstack.org/#/c/565172/ but shardy persuaded me that's not a good idea | 04:49 |
*** janki has joined #tripleo | 04:49 | |
jaosorior | what that patch does, is that it'll only write the tasks to the primary node | 04:49 |
jaosorior | (though slagle mentioned it wouldn't work for config-download) | 04:50 |
jaosorior | shardy 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 nodes | 04:50 |
jaosorior | and that's where it gets complicated :D | 04:50 |
jaosorior | gotta code that | 04:51 |
EmilienM | "per-service bootstrap nodes" looks like a good use case | 04:51 |
EmilienM | (it makes sense I meanĂ ) | 04:51 |
jaosorior | it does | 04:52 |
jaosorior | but I haven't figured out how to go forward with that | 04:52 |
*** pdeore has quit IRC | 04:55 | |
*** pdeore has joined #tripleo | 04:55 | |
*** khrystoph has joined #tripleo | 05:12 | |
*** yprokule has joined #tripleo | 05:14 | |
*** sshnaidm has quit IRC | 05:14 | |
*** fragatina has quit IRC | 05:15 | |
*** karthiks has quit IRC | 05:19 | |
*** moshele has quit IRC | 05:21 | |
*** jtomasek has joined #tripleo | 05:24 | |
EmilienM | jaosorior: 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_08 | 05:24 |
EmilienM | code is here: https://review.openstack.org/#/c/561377/ | 05:24 |
EmilienM | jaosorior: so it can't be executed from root | 05:24 |
EmilienM | jaosorior: however https://review.openstack.org/#/c/566500 looks promissing | 05:27 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 05:33 |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project https://review.openstack.org/566506 | 05:35 |
*** karthiks has joined #tripleo | 05:36 | |
*** ratailor__ has joined #tripleo | 05:37 | |
*** ratailor_ has quit IRC | 05:39 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker https://review.openstack.org/566507 | 05:40 |
*** mdnadeem has joined #tripleo | 05:43 | |
jaosorior | EmilienM: yeah, I think using deploy_step_tasks is the way to go | 05:44 |
jaosorior | external_deploy_tasks is only mean to run from the host that you run the overcloud deploy | 05:44 |
*** shreshtha_ has joined #tripleo | 05:45 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project https://review.openstack.org/566506 | 05:45 |
*** marios has joined #tripleo | 05:46 | |
*** khrystoph has quit IRC | 05:46 | |
*** shreshtha has quit IRC | 05:47 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project https://review.openstack.org/566506 | 05:48 |
*** quiquell|off is now known as quiquell | 05:54 | |
*** jbadiapa has joined #tripleo | 05:56 | |
*** jtomasek has quit IRC | 05:56 | |
*** alee has quit IRC | 05:57 | |
*** anilvenkata has joined #tripleo | 05:57 | |
*** pcaruana has joined #tripleo | 06:02 | |
*** agurenko has joined #tripleo | 06:02 | |
bandini | jaosorior: morning sir. got a min for this one by chance? https://review.openstack.org/#/c/511423/ | 06:05 |
chandankumar | jaosorior: \o/ | 06:05 |
*** wolverineav has quit IRC | 06:05 | |
*** radeks has joined #tripleo | 06:06 | |
chandankumar | jaosorior: https://review.openstack.org/#/c/566364/ please have a look to this patch, I need to enable tempest container logging in /var/log | 06:06 |
*** wolverineav has joined #tripleo | 06:06 | |
*** dxiri has quit IRC | 06:07 | |
*** shrjoshi has joined #tripleo | 06:08 | |
*** wolverineav has quit IRC | 06:10 | |
*** shreshtha_ has quit IRC | 06:11 | |
*** shardy has joined #tripleo | 06:16 | |
*** khrystoph has joined #tripleo | 06:19 | |
*** radeks has quit IRC | 06:19 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo stable/queens: Disallow SSLv2, SSLv3 and TLS1.0 in mysql for FedRAMP compliance https://review.openstack.org/566509 | 06:20 |
*** drbacchus has joined #tripleo | 06:28 | |
*** rbowen_ has quit IRC | 06:28 | |
*** avivgt has joined #tripleo | 06:29 | |
*** ratailor_ has joined #tripleo | 06:29 | |
*** ratailor__ has quit IRC | 06:32 | |
*** wolverineav has joined #tripleo | 06:32 | |
*** agurenko has quit IRC | 06:41 | |
*** masco has joined #tripleo | 06:42 | |
*** shrjoshi has quit IRC | 06:45 | |
*** shreshtha has joined #tripleo | 06:45 | |
*** cylopez has joined #tripleo | 06:47 | |
*** shreshtha has quit IRC | 06:50 | |
*** shreshtha has joined #tripleo | 06:50 | |
*** kopecmartin has joined #tripleo | 06:50 | |
*** khrystoph has quit IRC | 06:51 | |
*** avivgt has quit IRC | 06:51 | |
*** quiquell is now known as quiquell|afk | 06:53 | |
*** jfrancoa has joined #tripleo | 06:53 | |
*** bogdando has joined #tripleo | 06:54 | |
*** jfrancoa has quit IRC | 06:58 | |
*** jfrancoa1 has joined #tripleo | 06:58 | |
*** jfrancoa1 has quit IRC | 06:59 | |
*** jaganathan has joined #tripleo | 07:03 | |
*** slaweq has joined #tripleo | 07:04 | |
*** nmathew has joined #tripleo | 07:09 | |
*** jfrancoa has joined #tripleo | 07:09 | |
*** rwsu has joined #tripleo | 07:10 | |
*** ffiore has joined #tripleo | 07:11 | |
*** florianf has joined #tripleo | 07:11 | |
*** jtomasek has joined #tripleo | 07:11 | |
*** holser__ has joined #tripleo | 07:12 | |
*** paramite has joined #tripleo | 07:15 | |
*** gfidente has joined #tripleo | 07:16 | |
*** gfidente has quit IRC | 07:16 | |
*** gfidente has joined #tripleo | 07:16 | |
*** ykarel is now known as ykarel|lunch | 07:18 | |
*** jtomasek has quit IRC | 07:20 | |
openstackgerrit | Merged openstack/python-tripleoclient master: Reorganize the config options for deployment https://review.openstack.org/565899 | 07:23 |
openstackgerrit | Merged openstack/tripleo-upgrade stable/queens: Add missed options for bash script. https://review.openstack.org/566430 | 07:23 |
*** saneax is now known as saneax-_-|AFK | 07:24 | |
*** jtomasek has joined #tripleo | 07:26 | |
openstackgerrit | Ramana Raja proposed openstack/tripleo-heat-templates stable/queens: ceph-nfs: disable ganesha caching https://review.openstack.org/566458 | 07:27 |
*** khrystoph has joined #tripleo | 07:31 | |
bogdando | o/ PTAL https://review.openstack.org/#/c/561192/ | 07:33 |
openstackgerrit | pini proposed openstack/tripleo-ha-utils master: Some fixes for known issues : https://review.openstack.org/566519 | 07:34 |
*** mdnadeem has quit IRC | 07:35 | |
*** leanderthal has joined #tripleo | 07:37 | |
*** mdnadeem has joined #tripleo | 07:37 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/puppet-tripleo stable/queens: Add logrotate compress option https://review.openstack.org/566520 | 07:37 |
*** shardy has quit IRC | 07:37 | |
*** threestrands has quit IRC | 07:39 | |
*** janki has quit IRC | 07:47 | |
openstackgerrit | Bogdan Dobrelya proposed openstack-infra/tripleo-ci master: Collect heat templates dir from undercloud https://review.openstack.org/566523 | 07:47 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-quickstart-extras master: Collect heat templates dir from undercloud https://review.openstack.org/566524 | 07:48 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-quickstart-extras master: Fix path and wire-in UC deploy role data file https://review.openstack.org/563988 | 07:49 |
*** avivgt has joined #tripleo | 07:50 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/python-tripleoclient master: Consume deployed t-h-t from the working output dir https://review.openstack.org/565233 | 07:50 |
*** agopi has quit IRC | 07:51 | |
*** jpena|off is now known as jpena | 07:52 | |
*** janki has joined #tripleo | 07:53 | |
*** moshele has joined #tripleo | 07:55 | |
*** udesale_ has joined #tripleo | 07:55 | |
*** tosky has joined #tripleo | 07:57 | |
*** suuuper has joined #tripleo | 07:57 | |
*** udesale has quit IRC | 07:58 | |
*** paramite has quit IRC | 07:58 | |
*** ukalifon has joined #tripleo | 08:03 | |
*** skramaja has joined #tripleo | 08:03 | |
*** pdeore_ has joined #tripleo | 08:06 | |
*** pdeore has quit IRC | 08:08 | |
*** ykarel|lunch is now known as ykarel | 08:10 | |
*** skramaja has quit IRC | 08:11 | |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container https://review.openstack.org/566526 | 08:11 |
*** skramaja_ has joined #tripleo | 08:11 | |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart master: Enable undercloud_enable_tempest to true https://review.openstack.org/566332 | 08:12 |
*** cylopez has left #tripleo | 08:13 | |
*** skramaja_ is now known as skramaja | 08:23 | |
*** quiquell|afk is now known as quiquell | 08:38 | |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options https://review.openstack.org/540749 | 08:39 |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: NFV: Support for config-download to deploy node with kernel args https://review.openstack.org/560767 | 08:39 |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download https://review.openstack.org/566241 | 08:39 |
openstackgerrit | Yurii Prokulevych proposed openstack/tripleo-upgrade master: Call L3 checks before/after Role upgrade. https://review.openstack.org/566249 | 08:42 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps https://review.openstack.org/566462 | 08:43 |
*** pblaho has joined #tripleo | 08:49 | |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-heat-templates stable/queens: DNM: Test undercloud upgrades Q->M. https://review.openstack.org/554536 | 08:55 |
*** dparkes has joined #tripleo | 08:56 | |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-heat-templates stable/pike: DNM: Test undercloud upgrades in stable/pike. https://review.openstack.org/566264 | 09:00 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation https://review.openstack.org/566527 | 09:05 |
*** dparkes has quit IRC | 09:07 | |
*** brault has joined #tripleo | 09:08 | |
janki | Hi. Can I please get some reivews for https://review.openstack.org/#/c/566270/ | 09:08 |
*** saneax-_-|AFK is now known as saneax | 09:09 | |
*** dtantsur|afk is now known as dtantsur | 09:11 | |
*** akrivoka has joined #tripleo | 09:14 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation https://review.openstack.org/566527 | 09:15 |
*** jaosorior has quit IRC | 09:17 | |
*** jaosorior has joined #tripleo | 09:19 | |
*** pdeore_ has quit IRC | 09:19 | |
*** karthiks has quit IRC | 09:19 | |
*** paramite has joined #tripleo | 09:20 | |
dtantsur | hey, how's the CI over{lord,lady} today? :) | 09:22 |
dtantsur | is this failure transient or should we fix something around tox_install? https://review.openstack.org/#/c/566296/ | 09:23 |
dtantsur | I wonder if https://review.openstack.org/#/c/562309/ was actually needed | 09:23 |
*** sshnaidm has joined #tripleo | 09:35 | |
bogdando | folks, PTAL https://review.openstack.org/#/c/561192/ | 09:35 |
*** sshnaidm is now known as sshnaidm|rover | 09:35 | |
openstackgerrit | Merged openstack/python-tripleoclient stable/queens: Add --stack to update, upgrade and ffwd-upgrade 'run' CLI. https://review.openstack.org/566435 | 09:35 |
*** radeks has joined #tripleo | 09:42 | |
*** skramaja has quit IRC | 09:43 | |
*** skramaja_ has joined #tripleo | 09:43 | |
bogdando | EmilienM: hi! any ideas for https://bugs.launchpad.net/tripleo/+bug/1769238 ? | 09:44 |
openstack | Launchpad bug 1769238 in tripleo "keepalived and haproxy container images aren't downloaded in container image prep step" [Medium,Triaged] | 09:44 |
*** nmathew has quit IRC | 09:44 | |
*** dtantsur is now known as dtantsur|brb | 09:48 | |
ratailor_ | jaosorior, Hi | 09:55 |
ratailor_ | jaosorior, re your comment on https://review.openstack.org/#/c/564179/8/docker/services/nova-compute.yaml | 09: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|pto | 09:59 | |
jaosorior | ratailor_: that would be nice :) | 10:02 |
*** nmathew has joined #tripleo | 10:06 | |
*** nmathew has quit IRC | 10:08 | |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container https://review.openstack.org/566526 | 10:11 |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart master: Enable undercloud_enable_tempest to true https://review.openstack.org/566332 | 10:14 |
*** matbu has joined #tripleo | 10:17 | |
*** ratailor__ has joined #tripleo | 10:29 | |
*** ratailor_ has quit IRC | 10:30 | |
*** artom has joined #tripleo | 10:32 | |
*** moshele has quit IRC | 10:33 | |
*** moshele has joined #tripleo | 10:34 | |
*** wolverineav has quit IRC | 10:34 | |
*** yolanda_ is now known as yolanda | 10:35 | |
*** skramaja has joined #tripleo | 10:35 | |
openstackgerrit | Rajesh Tailor proposed openstack/tripleo-heat-templates master: Allow configuration of NFS backend for Nova https://review.openstack.org/564179 | 10:35 |
*** skramaja_ has quit IRC | 10: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|brb | 10:45 | |
*** skramaja has quit IRC | 10:52 | |
*** skramaja_ has joined #tripleo | 10:52 | |
jaosorior | ratailor__: done; although I don't have +2 rights there. | 10:54 |
ratailor__ | jaosorior, Thanks! np :-) | 10:54 |
*** shreshtha has quit IRC | 10:56 | |
*** pgadiya has joined #tripleo | 11:00 | |
*** pdeore has joined #tripleo | 11:01 | |
*** dtantsur|brb is now known as dtantsur | 11:03 | |
openstackgerrit | pini proposed openstack/tripleo-ha-utils master: Some fixes for known issues : https://review.openstack.org/566519 | 11:05 |
bogdando | PTAL https://review.openstack.org/#/c/565233/8 | 11:06 |
*** wolverineav has joined #tripleo | 11:06 | |
openstackgerrit | Merged openstack/tripleo-ha-utils master: Some fixes for known issues : https://review.openstack.org/566519 | 11:08 |
*** skramaja has joined #tripleo | 11:08 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Remove obsolete featureset https://review.openstack.org/566546 | 11:08 |
*** skramaja_ has quit IRC | 11:09 | |
openstackgerrit | Dmitry Tantsur proposed openstack/tripleo-common stable/ocata: Add logging to capabilities filter https://review.openstack.org/566296 | 11:10 |
*** matbu has quit IRC | 11:11 | |
jaosorior | bogdando: commented on https://review.openstack.org/#/c/565233/8 | 11:12 |
*** wolverineav has quit IRC | 11:20 | |
*** wolverineav has joined #tripleo | 11:21 | |
openstackgerrit | Tom Barron proposed openstack/tripleo-heat-templates stable/queens: [DellEMC]Update Manila Unity driver https://review.openstack.org/566550 | 11:24 |
openstackgerrit | Tom Barron proposed openstack/tripleo-heat-templates stable/queens: [DellEMC]Update Manila Unity driver https://review.openstack.org/566550 | 11:25 |
*** slagle has joined #tripleo | 11:28 | |
*** dprince has joined #tripleo | 11:29 | |
*** atoth has joined #tripleo | 11:29 | |
*** jpena is now known as jpena|lunch | 11:32 | |
*** waleedm has joined #tripleo | 11:33 | |
*** skramaja has quit IRC | 11:33 | |
*** skramaja has joined #tripleo | 11:34 | |
*** jcoufal has joined #tripleo | 11:35 | |
*** karthiks has joined #tripleo | 11:36 | |
openstackgerrit | Merged openstack/tripleo-common master: Allow fencing config generation before deployment. https://review.openstack.org/511423 | 11:37 |
openstackgerrit | Merged openstack/tripleo-common stable/pike: Use scheduler hints in derived_parameters workflow https://review.openstack.org/566334 | 11:37 |
openstackgerrit | Merged openstack/puppet-tripleo stable/queens: Disallow SSLv2, SSLv3 and TLS1.0 in mysql for FedRAMP compliance https://review.openstack.org/566509 | 11:37 |
*** moshele has quit IRC | 11:38 | |
*** moshele has joined #tripleo | 11:40 | |
*** abishop has joined #tripleo | 11:40 | |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-common stable/queens: Allow fencing config generation before deployment. https://review.openstack.org/566554 | 11:41 |
*** karthiks has quit IRC | 11:41 | |
*** ansmith has quit IRC | 11:42 | |
sshnaidm|rover | bogdando, re https://review.openstack.org/#/c/566523/ - do you plan to use "~/templates" in CI? | 11:44 |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Support deployment blacklist with --limit https://review.openstack.org/565600 | 11:44 |
*** rbrady has joined #tripleo | 11:46 | |
*** rbrady is now known as Guest24001 | 11:47 | |
*** tcw has joined #tripleo | 11:49 | |
*** fragatina has joined #tripleo | 11:49 | |
*** jaosorior has quit IRC | 11:49 | |
*** moshele has quit IRC | 11:54 | |
*** karthiks has joined #tripleo | 11:55 | |
*** moshele has joined #tripleo | 11:55 | |
*** udesale__ has joined #tripleo | 11:55 | |
*** tcw has quit IRC | 11:57 | |
*** udesale_ has quit IRC | 11:57 | |
*** wolverineav has quit IRC | 11:58 | |
*** wolverineav has joined #tripleo | 11:58 | |
*** avivgt has quit IRC | 12:00 | |
*** avivgt has joined #tripleo | 12:00 | |
*** wolverineav has quit IRC | 12:03 | |
*** raildo has joined #tripleo | 12:04 | |
*** Guest24001 has quit IRC | 12:04 | |
sshnaidm|rover | owalsh, hi | 12:08 |
sshnaidm|rover | owalsh, can I assign to you this bug? https://bugs.launchpad.net/tripleo/+bug/1767076 | 12:08 |
openstack | Launchpad 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 thrash | 12:08 | |
openstackgerrit | Brent Eagles proposed openstack/tripleo-common stable/queens: Octavia amphora image handles updates and symlinks https://review.openstack.org/566556 | 12:09 |
openstackgerrit | Brent Eagles proposed openstack/tripleo-heat-templates stable/queens: Octavia amphora image handling updates https://review.openstack.org/566557 | 12:10 |
slagle | skramaja: it looks like you added the typo back on https://review.openstack.org/#/c/566241 | 12:11 |
skramaja | slagle: :(, i revered, yes., i will fix and trigger again. thanks. | 12:12 |
*** trown|outtypewww is now known as trown | 12:12 | |
openstackgerrit | Brent Eagles proposed openstack/puppet-tripleo stable/queens: Adding wrapper scripts for neutron agent subprocesses https://review.openstack.org/566559 | 12:16 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation https://review.openstack.org/566527 | 12:22 |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download https://review.openstack.org/566241 | 12:22 |
bogdando | sshnaidm|rover: yes | 12:24 |
sshnaidm|rover | bogdando, can you point me to this code please? | 12:25 |
*** liverpooler has joined #tripleo | 12:25 | |
*** tzumainn has joined #tripleo | 12:26 | |
*** jpena|lunch is now known as jpena | 12:28 | |
*** tzumainn has quit IRC | 12:28 | |
*** tzumainn has joined #tripleo | 12:29 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Remove obsolete featureset https://review.openstack.org/566546 | 12:29 |
*** jfrancoa1 has joined #tripleo | 12:30 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/python-tripleoclient master: Consume deployed t-h-t from the working output dir https://review.openstack.org/565233 | 12:30 |
janki | skramaja, hey. Can you please review https://review.openstack.org/#/c/566270/ | 12:30 |
*** tcw has joined #tripleo | 12:30 | |
*** jfrancoa has quit IRC | 12:30 | |
*** rlandy has joined #tripleo | 12:35 | |
*** amoralej|brb is now known as amoralej | 12:35 | |
*** ratailor__ has quit IRC | 12:36 | |
bogdando | sshnaidm|rover: in the client https://review.openstack.org/#/c/565233/9/tripleoclient/v1/tripleo_deploy.py@362 | 12:37 |
bogdando | sshnaidm|rover: in extras http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/undercloud-deploy/templates/undercloud.conf.j2#n275 | 12:37 |
*** morazi has joined #tripleo | 12:37 | |
bogdando | so undercloud_undercloud_output_dir is under for CI and takes a default | 12:38 |
bogdando | ~/templates | 12:38 |
*** lblanchard has joined #tripleo | 12:38 | |
openstackgerrit | Hamdy Khader proposed openstack/tripleo-heat-templates master: Add support for NVMeOF cinder backend https://review.openstack.org/559572 | 12:39 |
bogdando | folksm, PTAL https://review.openstack.org/#/c/566333/ | 12:40 |
sshnaidm|rover | bogdando, where is undercloud_undercloud_output_dir set? | 12:40 |
bogdando | 2: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#n275 | 12:40 |
bogdando | 2:37:52 PM GMT+2 - morazi [morazi@nat/redhat/x-zrkystzxgmindchr] entered the room. | 12:40 |
bogdando | 2:38:01 PM GMT+2 - bogdando: so undercloud_undercloud_output_dir is under for CI and takes a default | 12:40 |
bogdando | 2:38:03 PM GMT+2 - bogdando: ~/templates | 12:40 |
sshnaidm|rover | bogdando, afaiu by default it's $HOME/.undercloud-heat-installer..? | 12:40 |
*** aufi has joined #tripleo | 12:40 | |
bogdando | no it is not any more | 12:40 |
*** skramaja_ has joined #tripleo | 12:40 | |
*** skramaja has quit IRC | 12:40 | |
sshnaidm|rover | bogdando, so where is it set to ~/templates? | 12:41 |
bogdando | sshnaidm|rover: undercloud_undercloud_output_dir is under for CI and takes the client's default, ~/templates | 12:41 |
bogdando | undef* | 12:41 |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci master: Add ability to use a different release per playbook https://review.openstack.org/566565 | 12:42 |
bogdando | dprince, EmilienM, mwhahaha: hi, PTAL https://review.openstack.org/#/c/561192/ | 12:43 |
bogdando | and https://review.openstack.org/#/c/566333/ please | 12:44 |
bogdando | sshnaidm|rover: thanks! | 12:44 |
openstackgerrit | Alan Bishop proposed openstack/tripleo-heat-templates master: Clean up Cinder backends in capabilities map https://review.openstack.org/566566 | 12:44 |
bogdando | sshnaidm|rover: one more please https://review.openstack.org/#/c/566524/ | 12:44 |
openstackgerrit | Bogdan Dobrelya proposed openstack/puppet-tripleo stable/queens: Add logrotate compress option https://review.openstack.org/566520 | 12:45 |
*** cshastri has quit IRC | 12:46 | |
*** skramaja has joined #tripleo | 12:47 | |
*** skramaja_ has quit IRC | 12:47 | |
*** khrystoph has quit IRC | 12:47 | |
skramaja | ack jaganathan | 12:49 |
skramaja | ack janki | 12:49 |
*** khrystoph has joined #tripleo | 12:50 | |
*** jaosorior has joined #tripleo | 12:54 | |
*** ansmith has joined #tripleo | 12:55 | |
*** khrystoph has quit IRC | 12:55 | |
*** pdeore has quit IRC | 12:55 | |
openstackgerrit | Giulio Fidente proposed openstack/python-tripleoclient master: Stop trying to converge during Ceph upgrade command https://review.openstack.org/566050 | 12:56 |
*** cmyster has quit IRC | 12:58 | |
*** ukalifon has quit IRC | 12:58 | |
*** mmedvede has quit IRC | 12:58 | |
*** avivgt has quit IRC | 12:58 | |
*** mmethot_ has joined #tripleo | 13:01 | |
*** dmacpher_ has joined #tripleo | 13:01 | |
*** yprokule_ has joined #tripleo | 13:01 | |
*** tcw1 has joined #tripleo | 13:02 | |
*** dciabrin_ has joined #tripleo | 13:02 | |
*** wolverineav has joined #tripleo | 13:02 | |
EmilienM | bogdando: ack | 13:02 |
*** jtomasek_ has joined #tripleo | 13:03 | |
*** psachin` has joined #tripleo | 13:04 | |
*** ubijtsa has joined #tripleo | 13:05 | |
*** jokke__ has joined #tripleo | 13:05 | |
*** links has quit IRC | 13:05 | |
*** gbarros has joined #tripleo | 13:05 | |
*** dprince_ has joined #tripleo | 13:05 | |
*** shreshtha has joined #tripleo | 13:07 | |
*** shardy has joined #tripleo | 13:08 | |
*** eck`` has joined #tripleo | 13:08 | |
*** eric-young has joined #tripleo | 13:09 | |
*** leseb_ has joined #tripleo | 13:09 | |
*** mcornea has joined #tripleo | 13:09 | |
*** sdake_ has joined #tripleo | 13:09 | |
*** sdake_ has quit IRC | 13:09 | |
*** sdake_ has joined #tripleo | 13:09 | |
*** numans_ has joined #tripleo | 13:10 | |
*** tcw has quit IRC | 13:11 | |
*** dprince has quit IRC | 13:11 | |
*** jtomasek has quit IRC | 13:11 | |
*** yprokule has quit IRC | 13:11 | |
*** mmethot has quit IRC | 13:11 | |
*** psachin has quit IRC | 13:11 | |
*** dciabrin has quit IRC | 13:11 | |
*** dmacpher has quit IRC | 13:11 | |
*** sdake has quit IRC | 13:11 | |
*** openstackgerrit has quit IRC | 13:11 | |
*** assassin has quit IRC | 13:11 | |
*** quiquell has quit IRC | 13:11 | |
*** numans has quit IRC | 13:11 | |
*** number80 has quit IRC | 13:11 | |
*** eck` has quit IRC | 13:11 | |
*** leseb has quit IRC | 13:11 | |
*** ericyoung has quit IRC | 13:11 | |
*** thrash has quit IRC | 13:11 | |
*** jokke_ has quit IRC | 13:11 | |
*** yprokule_ is now known as yprokule | 13:11 | |
*** bcrochet has joined #tripleo | 13:11 | |
*** bcrochet has joined #tripleo | 13:11 | |
*** bcrochet is now known as thrash | 13:11 | |
EmilienM | bogdando: for https://bugs.launchpad.net/tripleo/+bug/1769238 - not investigated yet | 13:15 |
openstack | Launchpad bug 1769238 in tripleo "keepalived and haproxy container images aren't downloaded in container image prep step" [Medium,Triaged] | 13:15 |
*** Goneri has joined #tripleo | 13:16 | |
*** quiquell has joined #tripleo | 13:18 | |
EmilienM | sshnaidm|rover: for https://review.openstack.org/#/c/566502/ you might want to see https://review.openstack.org/#/c/566501/ | 13:18 |
EmilienM | sshnaidm|rover: I'm looking for a way to set common variables when containerized_undercloud is True | 13:18 |
*** number80 has joined #tripleo | 13:19 | |
EmilienM | sshnaidm|rover: do you think we could just duplicate all the vars for all featuresets? | 13:19 |
*** psachin` has quit IRC | 13:24 | |
*** mmedvede has joined #tripleo | 13:26 | |
*** skramaja has quit IRC | 13:26 | |
*** openstackgerrit has joined #tripleo | 13:27 | |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 13:27 |
*** moshele has quit IRC | 13:30 | |
*** zshi has quit IRC | 13:31 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 13:33 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options https://review.openstack.org/540749 | 13:33 |
EmilienM | mcornea: 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 service | 13:34 |
*** pchavva has joined #tripleo | 13:36 | |
*** superdan is now known as dansmith | 13:40 | |
*** zshi has joined #tripleo | 13:44 | |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 13:46 |
*** khrystoph has joined #tripleo | 13:50 | |
openstackgerrit | Giulio Fidente proposed openstack/python-tripleoclient master: Stop trying to converge during Ceph upgrade command https://review.openstack.org/566050 | 13:50 |
*** alee has joined #tripleo | 13:50 | |
dtantsur | folks, a relatively simple clean up patch waiting for a 2nd +2 https://review.openstack.org/#/c/564509/ | 13:53 |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: Enable cleanup by default for undercloud install https://review.openstack.org/562032 | 13:53 |
dtantsur | and a trivial patch to review (passed CI) https://review.openstack.org/564457 | 13:54 |
mcornea | EmilienM: hey o/ looking | 13:54 |
*** khrystoph has quit IRC | 13:54 | |
*** numans_ has quit IRC | 13:54 | |
EmilienM | dtantsur: nice, thanks for helping on this transition | 13:54 |
dprince_ | dtantsur: +2 | 13:54 |
dtantsur | np | 13:55 |
*** shardy has quit IRC | 13:55 | |
*** numans has joined #tripleo | 13:57 | |
*** ohochman has joined #tripleo | 13:59 | |
*** anilvenkata has quit IRC | 14:02 | |
*** gbarros has quit IRC | 14:05 | |
*** gyankum has quit IRC | 14:05 | |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-docs master: [Dev docs] - Adding Mistral workflows and CLI options https://review.openstack.org/540749 | 14:06 |
*** ykarel is now known as ykarel|away | 14:08 | |
*** marrusl has joined #tripleo | 14:09 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh. https://review.openstack.org/546932 | 14:13 |
sshnaidm|rover | rlandy, jfrancoa1 myoung|ruck ^^ | 14:13 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh. https://review.openstack.org/546932 | 14:14 |
jfrancoa1 | sshnaidm|rover: thanks! I was about to do the same :-) | 14:15 |
sshnaidm|rover | jfrancoa1, sorry :) | 14:15 |
jfrancoa1 | sshnaidm|rover: no problem at all | 14:15 |
rlandy | sshnaidm|rover: jfrancoa1: left comments in line | 14:19 |
weshay | chandankumar, I think you have some issues w/ the reviews in tempest_log | 14:21 |
weshay | topic | 14:21 |
*** dxiri has joined #tripleo | 14:22 | |
chandankumar | weshay: yup checking | 14:24 |
chandankumar | weshay: 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_41 | 14:25 |
chandankumar | ? | 14:25 |
sshnaidm|rover | rlandy, not sure I understand comment about -e option | 14:25 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade stable/queens: Remove duplicated become https://review.openstack.org/566598 | 14:26 |
weshay | chandankumar, 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 undercloud | 14:27 |
weshay | chandankumar, vs.. something that is done one off.. EmilienM would have an opinion on re: that I'm sure | 14:27 |
weshay | chandankumar, is that what you are basically wondering? | 14:27 |
rlandy | sshnaidm|rover: I don't like that EXTRA_PARAMS+=("-e @$(realpath ${2#@}) " | 14:28 |
chandankumar | weshay: currently I am pulling tempest container from registery | 14:28 |
EmilienM | sshnaidm|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 |
weshay | right | 14:28 |
sshnaidm|rover | rlandy, why? | 14:28 |
rlandy | sshnaidm|rover: if you look at how the playbook options are called | 14:28 |
rlandy | they all are called with -e | 14:28 |
chandankumar | weshay: yup, i am wandering the same | 14:28 |
weshay | chandankumar, k | 14:28 |
weshay | EmilienM, aye | 14:29 |
sshnaidm|rover | rlandy, right, so...? | 14:29 |
*** moshele has joined #tripleo | 14:29 | |
rlandy | sshnaidm|rover: I want to add the -e to the playbook call rather than the option | 14:29 |
sshnaidm|rover | rlandy, still don't understand.. it will be added as -e to playbooks | 14:30 |
rlandy | sshnaidm|rover: I know - it's just a formatting thing | 14:30 |
sshnaidm|rover | rlandy, can you elaborate please? :) | 14:31 |
sshnaidm|rover | EmilienM, sorry, couldn't look, was on mtgs. But yes, I think we need to have both vars defined in fs file | 14:32 |
sshnaidm|rover | EmilienM, it's not "duplicate", just set explicitly | 14:32 |
sshnaidm|rover | EmilienM, all this bash logic will go in this sprint (I hope) and we don't want to add there something else.. | 14:33 |
rlandy | sshnaidm|rover: https://paste.fedoraproject.org/paste/LzNBcb5KIQEMuaKjt3U~5w - make sense? | 14:33 |
sshnaidm|rover | rlandy, then it won't work with files | 14:33 |
rlandy | sshnaidm|rover: why not? I am not removing the @ | 14:34 |
sshnaidm|rover | rlandy, well, it won't work if you have a few options | 14:34 |
sshnaidm|rover | rlandy, like -e var=val -e var2=val2 | 14:35 |
sshnaidm|rover | rlandy, anyway I need to add -e before every variable | 14:35 |
*** waleedm has quit IRC | 14:35 | |
EmilienM | sshnaidm|rover: ack, I see. I'll abandon then. | 14:35 |
sshnaidm|rover | EmilienM, thanks! | 14:36 |
rlandy | sshnaidm|rover: -e before every call in playbook is ok - I do the see the problem with multiple arguments | 14:36 |
sshnaidm|rover | rlandy, I think it's better you will show example of arguments processing you'd like | 14:37 |
rlandy | sshnaidm|rover: I was thinking that if you have multiple arguments, you would use one file | 14:37 |
rlandy | but I get that limits flexibility | 14:37 |
*** yolanda has quit IRC | 14:38 | |
sshnaidm|rover | rlandy, not always, sometimes for test you just want to run with 2 arguments | 14:38 |
rlandy | sshnaidm|rover: ok - I'll concede that one | 14:39 |
*** zshi has quit IRC | 14:39 | |
sshnaidm|rover | rlandy, ack | 14:39 |
*** eck`` is now known as eck`gone | 14:39 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh. https://review.openstack.org/546932 | 14:41 |
sshnaidm|rover | rlandy, ^^ | 14:41 |
*** zshi has joined #tripleo | 14:41 | |
*** eck`gone is now known as eck` | 14:41 | |
*** jfrancoa1 has quit IRC | 14:43 | |
weshay | EmilienM, sshnaidm|rover so there is certainly precedent for taking common variables for jobs and folding them into an environment config in config/environments | 14:44 |
*** holser__ has quit IRC | 14:44 | |
weshay | I would like to review which environments are passed to the upstream jobs to see if we have these organized in a decent way atm | 14:44 |
sshnaidm|rover | weshay, environment? | 14:45 |
EmilienM | weshay: which is why I did this way. | 14:45 |
*** yolanda has joined #tripleo | 14:45 | |
EmilienM | weshay: I abandoned my patches now but please let me know any better way | 14:45 |
weshay | EmilienM, right.. I think you had the right idea to be honest | 14:46 |
weshay | sshnaidm|rover, https://github.com/openstack/tripleo-quickstart/tree/master/config/environments and https://github.com/openstack-infra/tripleo-ci/tree/master/toci-quickstart/config/testenv | 14:46 |
openstackgerrit | Martin MĂ¡gr proposed openstack/tripleo-common master: Add health checks for Swift services https://review.openstack.org/559737 | 14:46 |
openstackgerrit | Martin MĂ¡gr proposed openstack/tripleo-common master: Add Ironic inspector health checks https://review.openstack.org/561725 | 14:46 |
sshnaidm|rover | weshay, this is not related to environments, it's related to featureset only | 14:47 |
sshnaidm|rover | weshay, 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 options | 14:48 |
sshnaidm|rover | let EmilienM correct me if I'm wrong ^^ | 14:48 |
*** pblaho has quit IRC | 14:48 | |
sshnaidm|rover | weshay, we can bring up something like "containerized undercloud pack of options .yaml", but it's not related to environments | 14:49 |
weshay | sshnaidm|rover, ok.. you have a point | 14:50 |
*** quiquell is now known as quiquell|off | 14:50 | |
*** stendulker has joined #tripleo | 14:50 | |
*** rpioso|afk is now known as rpioso | 14:51 | |
weshay | sshnaidm|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 vars | 14:51 |
weshay | sshnaidm|rover, so we don't have to cut/paste vars every where | 14:51 |
weshay | wdyt | 14:51 |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Add type and plan_name to message sent from ansible-playbook action https://review.openstack.org/561639 | 14:52 |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Add new undeploy_plan workflow https://review.openstack.org/566246 | 14:52 |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Delete messages container on plan deletion https://review.openstack.org/566247 | 14:52 |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Stop assuming all containers are plans https://review.openstack.org/566345 | 14:52 |
sshnaidm|rover | weshay, EmilienM the question is how bad the situation will go? will we have more options like that? | 14:52 |
*** udesale__ has quit IRC | 14:52 | |
sshnaidm|rover | weshay, I don't think it matters, whether you copy-paste one of few variables | 14:52 |
sshnaidm|rover | s/of/or | 14:52 |
*** ykarel|away has quit IRC | 14:53 | |
weshay | sshnaidm|rover, EmilienM I like the idea of trying to do it a little better when we have the opportunity to do so | 14:54 |
weshay | sshnaidm|rover, I have a thought mind if I put up a WIP patch to handle this? | 14:54 |
weshay | I have a thought, | 14:54 |
*** cdearborn has joined #tripleo | 14:56 | |
*** florianf has quit IRC | 14:58 | |
*** agurenko has joined #tripleo | 14:59 | |
weshay | EmilienM, mind if I restore https://review.openstack.org/#/c/566067/ or did you get that working? | 15:00 |
*** beekneemech is now known as bnemec | 15:00 | |
*** florianf has joined #tripleo | 15:01 | |
*** brault has quit IRC | 15:02 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart master: Adding ironic tests on fs001 https://review.openstack.org/565716 | 15:08 |
*** pcaruana has quit IRC | 15:09 | |
*** yprokule has quit IRC | 15:09 | |
openstackgerrit | James Slagle proposed openstack/tripleo-docs master: config-download documentation https://review.openstack.org/566606 | 15:09 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Include extra_params option in reproducer-quickstart.sh. https://review.openstack.org/546932 | 15:09 |
*** gbarros has joined #tripleo | 15:10 | |
*** ramishra has quit IRC | 15:11 | |
*** rajinir has joined #tripleo | 15:12 | |
weshay | EmilienM, this is the default you want for the undercloud hostname for rocky+ ? undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}" | 15:12 |
*** masco has quit IRC | 15:15 | |
*** brault has joined #tripleo | 15:16 | |
*** lebauce_ has quit IRC | 15:16 | |
*** brault has quit IRC | 15:20 | |
*** suuuper has quit IRC | 15:20 | |
*** shardy has joined #tripleo | 15:22 | |
*** lebauce_ has joined #tripleo | 15:26 | |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: NFV: Support for config-download to deploy node with kernel args https://review.openstack.org/560767 | 15:26 |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: DO NOT MERGE: Test boot params in the config-download https://review.openstack.org/566241 | 15:26 |
weshay | EmilienM, going to work these variables back into the ansible defaults | 15:31 |
*** avivgt has joined #tripleo | 15:35 | |
*** gbarros has quit IRC | 15:36 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Pass stable_release into nodepool_setup for reproducer_oooq. https://review.openstack.org/563502 | 15:37 |
sshnaidm|rover | rlandy, trown ^^ | 15:37 |
*** lblanchard has quit IRC | 15:43 | |
*** jpena is now known as jpena|brb | 15:46 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps https://review.openstack.org/566462 | 15:47 |
*** nyechiel has joined #tripleo | 15:49 | |
*** bogdando has quit IRC | 15:51 | |
*** moshele has quit IRC | 15:54 | |
*** udesale has joined #tripleo | 15:56 | |
*** gbarros has joined #tripleo | 15:58 | |
*** udesale has quit IRC | 15:58 | |
*** leanderthal has quit IRC | 15:59 | |
*** kopecmartin has quit IRC | 16:05 | |
*** stendulker has quit IRC | 16:06 | |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart-extras master: Enable tempest.log in /var/log/tempest for container https://review.openstack.org/566526 | 16:06 |
chandankumar | weshay: ^^ above will work | 16:07 |
slagle | jtomasek_: are you happy with https://review.openstack.org/#/c/554224 ? | 16:10 |
EmilienM | weshay: please do | 16:11 |
*** ffiore has quit IRC | 16:12 | |
*** aufi has quit IRC | 16:15 | |
weshay | chandankumar, thanks | 16:16 |
*** openstackgerrit has quit IRC | 16:19 | |
*** agurenko has quit IRC | 16:21 | |
*** jpena|brb is now known as jpena | 16:23 | |
mwhahaha | myoung|ruck, sshnaidm|rover: is the topic accurate? is ovb read? if so what bugs do we have open for this? | 16:24 |
mwhahaha | weshay: -^ | 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|rover | mwhahaha, ovb is green | 16:26 |
mwhahaha | k thanks | 16:26 |
weshay | heh.. 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 | |
weshay | https://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-queens/ | 16:26 |
weshay | is pretty good | 16:26 |
weshay | https://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-pike/ | 16:27 |
weshay | master.. is just spinnin | 16:27 |
weshay | master looks good too https://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-master/ | 16:27 |
weshay | mwhahaha, master: tripleo-ci-centos-7-3nodes-multinode continues to time out too often, but you know this | 16:29 |
mwhahaha | :( | 16:29 |
*** marios has quit IRC | 16:30 | |
mwhahaha | weshay: i went to ikea yesterday, thought of buying you a cactus | 16:30 |
weshay | mwhahaha, ah man | 16:31 |
weshay | could probably expense it :) | 16:31 |
mwhahaha | :D | 16:31 |
mwhahaha | maybe next time | 16:31 |
mwhahaha | there's always a next time :( | 16:31 |
*** shardy has quit IRC | 16:33 | |
myoung|ruck | (back now) ikea manages to put a substantial dent in my brain. every time. | 16:35 |
mwhahaha | chandankumar: 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_077569 | 16:36 |
*** lebauce_ has quit IRC | 16:36 | |
*** mdnadeem has quit IRC | 16:41 | |
*** dtantsur is now known as dtantsur|afk | 16:43 | |
*** openstackgerrit has joined #tripleo | 16:48 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart master: Generating tempest documentation https://review.openstack.org/566527 | 16:48 |
*** dsneddon has quit IRC | 16:51 | |
*** trown is now known as trown|lunch | 16:52 | |
*** dsneddon has joined #tripleo | 16:53 | |
*** lebauce_ has joined #tripleo | 16:53 | |
*** fragatina has quit IRC | 16:53 | |
*** gbarros has quit IRC | 16:54 | |
*** gbarros has joined #tripleo | 16:57 | |
chandankumar | mwhahaha: I am not sure why It is failing current skipping it, will take a look why it is happening | 17:00 |
mwhahaha | k | 17:00 |
*** fragatina has joined #tripleo | 17:01 | |
*** dxiri has quit IRC | 17:04 | |
openstackgerrit | Chandan Kumar proposed openstack/tripleo-quickstart-extras master: Updated undercloud tempest skip list for Pike https://review.openstack.org/566686 | 17:06 |
*** cshastri has joined #tripleo | 17:07 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Drop old ceilometer services https://review.openstack.org/566423 | 17:08 |
*** fragatina has quit IRC | 17:14 | |
*** nyechiel has quit IRC | 17:14 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart-extras master: refactor new undercloud variables properly https://review.openstack.org/566689 | 17:16 |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart-extras master: DNM: testing, refactor new undercloud variables properly https://review.openstack.org/566689 | 17:16 |
weshay | EmilienM, please have a look ^ | 17:16 |
EmilienM | k | 17:17 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 17:17 |
EmilienM | weshay: nice | 17:19 |
EmilienM | weshay: so I guess we'll be able to remove some vars from fs027 (cont uc) for ex | 17:19 |
weshay | EmilienM, right.. I need to work through this a bit, seeing a lot of undercloud_undercloud vars now | 17:20 |
*** jpena is now known as jpena|off | 17:21 | |
gfidente | help merge https://review.openstack.org/566050 ? :D | 17:21 |
gfidente | and https://review.openstack.org/#/c/566462/ too | 17:24 |
gfidente | these both had lots of votes before latest patchsets ;D | 17:24 |
gfidente | and... thanks :D | 17:24 |
*** jaosorior has quit IRC | 17:26 | |
*** ccamacho has quit IRC | 17:27 | |
*** jaosorior has joined #tripleo | 17:28 | |
*** ayoung has quit IRC | 17:31 | |
*** ayoung has joined #tripleo | 17:34 | |
*** tcw1 has quit IRC | 17:39 | |
*** moshele has joined #tripleo | 17:40 | |
openstackgerrit | Ana Krivokapic proposed openstack/tripleo-common master: Add an action to upload validations to Swift https://review.openstack.org/564160 | 17:43 |
*** gbarros has quit IRC | 17:43 | |
*** gbarros has joined #tripleo | 17:44 | |
*** dxiri has joined #tripleo | 17:49 | |
* gfidente dinner | 17:49 | |
*** gfidente is now known as gfidente|afk | 17:50 | |
*** khrystoph has joined #tripleo | 17:51 | |
*** brault has joined #tripleo | 17:51 | |
openstackgerrit | Merged openstack/python-tripleoclient master: Implement 'openstack tripleo upgrade' https://review.openstack.org/566142 | 17:52 |
*** itlinux has joined #tripleo | 17:55 | |
*** tcw has joined #tripleo | 17:56 | |
*** khrystoph has quit IRC | 17:56 | |
openstackgerrit | Matt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps https://review.openstack.org/544696 | 17:57 |
openstackgerrit | Matt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps https://review.openstack.org/544696 | 17:58 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 17:59 |
EmilienM | beagles: 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 reviewer | 17:59 |
EmilienM | beagles: as in future we won't use puppet to deploy docker | 17:59 |
*** fragatina has joined #tripleo | 18:00 | |
openstackgerrit | Merged openstack/python-tripleoclient master: Switch undercloud to consume upgrade_tasks from THT https://review.openstack.org/566145 | 18:01 |
openstackgerrit | Merged openstack/python-tripleoclient master: Configure NeutronPublicInterface with local_interface https://review.openstack.org/566414 | 18:01 |
beagles | EmilienM: 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 baremetal | 18:01 |
beagles | EmilienM: ie. this doesn't actually launch any containers | 18:01 |
EmilienM | beagles: that'll be tricky but ok | 18:02 |
beagles | EmilienM: oh you mean the docker.pp bit!!! | 18:02 |
beagles | EmilienM: yeah okay | 18:02 |
EmilienM | beagles: yes | 18:02 |
*** tcw has quit IRC | 18:02 | |
beagles | EmilienM: k cool | 18:03 |
EmilienM | it'll be tricky because neutron services in puppet-tripleo call the docker class | 18:03 |
beagles | we do? | 18:03 |
EmilienM | oh no | 18:03 |
EmilienM | just hiera | 18:03 |
beagles | yep | 18:03 |
*** jfrancoa has joined #tripleo | 18:06 | |
*** nguyenhai_ has joined #tripleo | 18:09 | |
*** nguyenhai has quit IRC | 18:12 | |
*** janki has quit IRC | 18:13 | |
jtomasek_ | slagle: hi, yes, IMHO it is good to go, I've tested it several times now | 18:17 |
slagle | jtomasek_: 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 patches | 18:20 |
jtomasek_ | slagle: otherwise I'd already +2d it | 18:20 |
slagle | heh, ok. live a little, break the rules :) | 18:22 |
slagle | i'll heckle thrash | 18:22 |
slagle | thrash: https://review.openstack.org/#/c/554224/ is good to go | 18:23 |
jtomasek_ | slagle: haha ack! | 18:23 |
jtomasek_ | slagle: I did it ;-) | 18:24 |
slagle | cool | 18:25 |
*** agurenko has joined #tripleo | 18:31 | |
*** trown|lunch is now known as trown | 18:33 | |
openstackgerrit | Honza Pokorny proposed openstack/tripleo-common master: Add recover_deployment workflow https://review.openstack.org/566699 | 18:34 |
*** atoth has quit IRC | 18:36 | |
*** amoralej is now known as amoralej|off | 18:42 | |
*** trozet has quit IRC | 18:48 | |
*** cshastri has quit IRC | 18:49 | |
openstackgerrit | Keith Schincke proposed openstack/tripleo-heat-templates master: Unnessary deploying of bootstrap-osd ceph auth entry https://review.openstack.org/566701 | 18:53 |
*** florianf has quit IRC | 18:53 | |
*** brault has quit IRC | 19:01 | |
*** florianf has joined #tripleo | 19:03 | |
*** holser__ has joined #tripleo | 19:04 | |
openstackgerrit | wes hayutin proposed openstack-infra/tripleo-ci master: add tripleo update job as voting https://review.openstack.org/565523 | 19:10 |
*** florianf has quit IRC | 19:10 | |
*** jcoufal has quit IRC | 19:15 | |
thrash | jtomasek_: slagle fwiw, I would have done it. :) | 19:22 |
*** Goneri has quit IRC | 19:23 | |
*** itlinux has quit IRC | 19:24 | |
*** khrystoph has joined #tripleo | 19:31 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-heat-templates master: add tripleo update job as voting https://review.openstack.org/562353 | 19:32 |
*** thrash is now known as thrash|biab | 19:32 | |
openstackgerrit | Matt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps https://review.openstack.org/544696 | 19:33 |
*** gbarros has quit IRC | 19:34 | |
openstackgerrit | wes hayutin proposed openstack-infra/tripleo-ci master: add tripleo update job as voting https://review.openstack.org/565523 | 19:34 |
*** khrystoph has quit IRC | 19:35 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-common master: add tripleo update job as voting https://review.openstack.org/563526 | 19:37 |
*** mcornea has quit IRC | 19:37 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps https://review.openstack.org/566462 | 19:39 |
*** akrivoka has quit IRC | 19:39 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Do not overescape the Manila keyring caps https://review.openstack.org/566462 | 19:40 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates stable/queens: Do not overescape the Manila keyring caps https://review.openstack.org/566717 | 19:41 |
*** mcornea has joined #tripleo | 19:42 | |
*** dprince_ has quit IRC | 19:43 | |
*** radeks has quit IRC | 19:47 | |
openstackgerrit | Matt Young proposed openstack/tripleo-upgrade master: Add log artifacts for upgrade steps https://review.openstack.org/544696 | 19:47 |
*** khrystoph has joined #tripleo | 19:49 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 19:51 |
*** khrystoph has quit IRC | 19:54 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 19:59 |
EmilienM | beagles: ^ just fyi | 20:01 |
*** moshele has quit IRC | 20:02 | |
*** liverpooler has quit IRC | 20:04 | |
*** radeks has joined #tripleo | 20:06 | |
*** itlinux has joined #tripleo | 20:09 | |
beagles | EmilienM: thanks! | 20:15 |
EmilienM | beagles: question | 20:15 |
*** saneax is now known as saneax-_-|AFK | 20:15 | |
EmilienM | dhcp_agent_wrappers.pp should be in included in dhcp profile? | 20:15 |
EmilienM | where does this puppet code is actually used? | 20:15 |
beagles | the 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 agent | 20:17 |
EmilienM | ok | 20:17 |
EmilienM | so I can consider them in neutron-l3 and neutron-dhcp services? | 20:17 |
EmilienM | (respectively) | 20:17 |
beagles | basically yeah | 20:18 |
EmilienM | ok good | 20:18 |
*** radeks has quit IRC | 20:18 | |
EmilienM | beagles: before I leave on PTO I'll send you an email with what i did, to make sure I don't break your stuff | 20:18 |
beagles | EmilienM: cool | 20:18 |
*** jfrancoa has quit IRC | 20:25 | |
*** raildo has quit IRC | 20:26 | |
*** morazi has quit IRC | 20:27 | |
*** brault has joined #tripleo | 20:30 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 20:32 |
*** agurenko has quit IRC | 20:32 | |
*** pchavva has quit IRC | 20:33 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 20:34 |
*** brault has quit IRC | 20:35 | |
*** gfidente|afk is now known as gfidente | 20:35 | |
openstackgerrit | Steve Baker proposed openstack/tripleo-common master: Refactor functions out of ProcessTemplateAction https://review.openstack.org/562460 | 20:42 |
openstackgerrit | Steve Baker proposed openstack/tripleo-common master: Action to perform container image prepare https://review.openstack.org/558972 | 20:42 |
openstackgerrit | Steve Baker proposed openstack/tripleo-common master: WIP repurpose action container_images_prepare https://review.openstack.org/557520 | 20:42 |
openstackgerrit | Julia Kreger proposed openstack/diskimage-builder master: Add simple iscsi-boot element https://review.openstack.org/566733 | 20:43 |
*** NobodyCam_ has joined #tripleo | 20:46 | |
*** ipsecguy has joined #tripleo | 20:47 | |
*** jillr_ has joined #tripleo | 20:48 | |
*** avivgt has quit IRC | 20:48 | |
*** jjoyce has joined #tripleo | 20:50 | |
*** saneaxL has joined #tripleo | 20:51 | |
*** aputtur_ has joined #tripleo | 20:52 | |
*** saneaxL is now known as saneax | 20:52 | |
*** zshi has quit IRC | 20:53 | |
*** NobodyCam has quit IRC | 20:53 | |
*** jillr has quit IRC | 20:53 | |
*** fpan has quit IRC | 20:53 | |
*** saneax-_-|AFK has quit IRC | 20:53 | |
*** fuzzball81 has quit IRC | 20:53 | |
*** aputtur has quit IRC | 20:53 | |
*** ipsecguy_ has quit IRC | 20:53 | |
*** NobodyCam_ is now known as NobodyCam | 20:53 | |
*** jillr_ is now known as jillr | 20:53 | |
*** zshi has joined #tripleo | 20:53 | |
*** fpan has joined #tripleo | 20:53 | |
gfidente | anyone 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 found | 20:55 |
gfidente | does not seem related to the patch or am I looking in the wrong place? | 20:55 |
*** ansmith has quit IRC | 20:56 | |
*** bandini has quit IRC | 20:56 | |
rlandy | gfidente: this is the real error: | 20:57 |
rlandy | you 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.txt | 20:58 |
rlandy | rsync -a '/home/zuul/src/*/openstack/tripleo-incubator/' tripleo-incubator | 20:58 |
*** bandini has joined #tripleo | 20:58 | |
gfidente | tripleo-incubator removed | 20:58 |
rlandy | discussion on #openstack-infra | 20:58 |
gfidente | mwhahaha ^^ have patches for that or shall we revert? | 20:58 |
gfidente | ah okay | 20:58 |
gfidente | rlandy thanks! | 20:59 |
mwhahaha | i have patches | 20:59 |
mwhahaha | just remove it | 20:59 |
mwhahaha | https://review.openstack.org/#/c/566721/1 | 20:59 |
gfidente | remove mwhahaha tanks | 20:59 |
gfidente | omg | 20:59 |
mwhahaha | they pulled the infra bits out before the trest | 20:59 |
gfidente | it's late here :D | 21:00 |
mwhahaha | and we missed the devstack part | 21:00 |
*** avivgt has joined #tripleo | 21:02 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 21:03 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 21:03 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter https://review.openstack.org/566737 | 21:04 |
EmilienM | beagles: the last 3 patches ^, could you please review that? | 21:04 |
*** trown is now known as trown|outtypewww | 21:05 | |
EmilienM | beagles: it should do what we had | 21:05 |
beagles | EmilienM: yep | 21:05 |
*** Goneri has joined #tripleo | 21:07 | |
*** itlinux has quit IRC | 21:07 | |
EmilienM | beagles: the service names are wrong in my THT patch, err | 21:08 |
EmilienM | it's l3-agent not neutron-l3 | 21:09 |
EmilienM | nevermind, it's for docker | 21:10 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 21:10 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter https://review.openstack.org/566737 | 21:10 |
*** abishop has quit IRC | 21:10 | |
*** itlinux has joined #tripleo | 21:11 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker https://review.openstack.org/566507 | 21:16 |
*** Guest24001 has joined #tripleo | 21:16 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project https://review.openstack.org/566506 | 21:16 |
EmilienM | beagles: FYI https://review.openstack.org/#/c/550224/28/manifests/profile/base/docker.pp | 21:17 |
EmilienM | beagles: you didn't chown dirs to docker:docker | 21:17 |
EmilienM | beagles: but if you say so, I can do it in my ansible patch | 21:18 |
EmilienM | s/so/that we need to/ | 21:18 |
beagles | EmilienM: ah misremembered.. it works without. | 21:18 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Ensure config-download mappings are unset on ceph-upgrade https://review.openstack.org/566019 | 21:18 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Undercloud upgrades will use upgrade_tasks https://review.openstack.org/566214 | 21:18 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: undercloud: do not hardcode eth1 for public interface https://review.openstack.org/566415 | 21:18 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Fix deprecations in the ironic modules https://review.openstack.org/564509 | 21:18 |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Collect heat templates dir from undercloud https://review.openstack.org/566523 | 21:18 |
openstackgerrit | Merged openstack/tripleo-upgrade stable/queens: Remove duplicated become https://review.openstack.org/566598 | 21:18 |
EmilienM | beagles: good | 21:18 |
EmilienM | beagles: thx for reviews, btw | 21:19 |
beagles | EmilienM: np thanks for the heads up | 21:19 |
*** jtomasek_ has quit IRC | 21:20 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker_registry) https://review.openstack.org/566507 | 21:22 |
openstackgerrit | Emilien Macchi proposed openstack/instack-undercloud master: puppet: deprecation message for non-containerized undercloud https://review.openstack.org/566742 | 21:27 |
*** holser__ has quit IRC | 21:29 | |
*** paramite has quit IRC | 21:29 | |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: Deprecate non containerized undercloud https://review.openstack.org/566744 | 21:30 |
*** moshele has joined #tripleo | 21:34 | |
beagles | EmilienM: noticed a possible issue in https://review.openstack.org/#/c/566720/ | 21:36 |
beagles | What might be simpler actually is just list_concat the default in at the heat template level | 21:37 |
beagles | the puppet/ansible code would then be more straightforward | 21:38 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 21:40 |
*** dsneddon has quit IRC | 21:41 | |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 21:41 |
*** dsneddon has joined #tripleo | 21:41 | |
EmilienM | beagles: so I tested this thing | 21:41 |
EmilienM | beagles: and it does prefix for each socker | 21:41 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade stable/queens: Update the fast forward workflow to use CLI commands https://review.openstack.org/565597 | 21:41 |
EmilienM | socket | 21:41 |
EmilienM | let me show you | 21:42 |
beagles | mmm.. I mean you need to also include -H unix:///run/docker.sock | 21:42 |
beagles | or you end up with | 21:42 |
beagles | "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" | 21:42 |
beagles | when somebody just runs docker commands in the shell | 21:43 |
EmilienM | OPTIONS='-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 |
EmilienM | beagles: that's what I ended up with in my local testing with Ansible | 21:43 |
beagles | sure | 21:43 |
beagles | see 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 IRC | 21:44 | |
beagles | well with the missing dash | 21:44 |
*** Goneri has joined #tripleo | 21:44 | |
beagles | see https://github.com/openstack/puppet-tripleo/blob/master/manifests/profile/base/docker.pp#L144 | 21:45 |
EmilienM | beagles: do you mean I need "-H unix:///run/docker.sock" all the times? | 21:45 |
openstackgerrit | Sam Doran proposed openstack/tripleo-heat-templates master: Optimized Ansible tasks in deplay-steps-tasks.yaml https://review.openstack.org/561011 | 21:45 |
EmilienM | oh gotcha | 21:45 |
EmilienM | yeah I missed that | 21:45 |
beagles | EmilienM: if you add any -H option, then it won't create the default and then hilarity ensues ;) | 21:45 |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 21:46 |
EmilienM | beagles: is it ok now? ^ | 21:46 |
beagles | EmilienM: missing a slash I think.. unix:///run/docker.sock ? | 21:47 |
beagles | EmilienM: but besides that, yeah! | 21:47 |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 21:47 |
openstackgerrit | Matt Young proposed openstack/tripleo-quickstart-extras master: libvirt-reproducer: use ansible_connection=local https://review.openstack.org/566149 | 21:49 |
beagles | EmilienM: I think you added the extra slash to the wrong one.. the hardcoded /run/docker.sock was missing the extra slash | 21:49 |
beagles | the other one should've been ok | 21:49 |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: docker: add support for additional sockets https://review.openstack.org/566720 | 21:49 |
*** ansmith has joined #tripleo | 21:49 | |
EmilienM | beagles: thanks | 21:49 |
beagles | EmilienM: thank you .. | 21:50 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Update the fast forward workflow to use CLI commands https://review.openstack.org/564836 | 21:52 |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade stable/queens: Update the fast forward workflow to use CLI commands https://review.openstack.org/565597 | 21:52 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Deploy Docker via Ansible and not Puppet https://review.openstack.org/561377 | 21:55 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Neutron wrappers: lookup for THT parameter https://review.openstack.org/566737 | 21:56 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker(_registry) https://review.openstack.org/566507 | 21:56 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: Deprecate tripleo::profile::base::docker(_registry) https://review.openstack.org/566507 | 21:57 |
openstackgerrit | Emilien Macchi proposed openstack/ansible-role-container-registry master: Add tripleo jobs to this project https://review.openstack.org/566506 | 21:57 |
*** Goneri has quit IRC | 21:57 | |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: DNM - CI testing https://review.openstack.org/566749 | 21:58 |
*** itlinux has quit IRC | 21:59 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts https://review.openstack.org/566752 | 22:00 |
*** redrobot has joined #tripleo | 22:00 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts https://review.openstack.org/566752 | 22:03 |
*** slaweq has quit IRC | 22:06 | |
*** slaweq has joined #tripleo | 22:07 | |
*** gfidente has quit IRC | 22:09 | |
*** cdearborn has quit IRC | 22:11 | |
*** moshele has quit IRC | 22:13 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Drop old ceilometer services https://review.openstack.org/566423 | 22:18 |
*** mcornea has quit IRC | 22:20 | |
*** avivgt has quit IRC | 22:23 | |
*** rcernin has joined #tripleo | 22:25 | |
*** dmacpher_ has quit IRC | 22:34 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Parameterized deployment hosts https://review.openstack.org/566752 | 22:43 |
*** Goneri has joined #tripleo | 22:51 | |
*** wolverineav has quit IRC | 22:54 | |
*** wolverineav has joined #tripleo | 22:54 | |
-openstackstatus- NOTICE: Any devstack job failure due to rsync errors related to tripleo-incubator can safely be rechecked now | 22:58 | |
*** wolverineav has quit IRC | 22:59 | |
*** Goneri has quit IRC | 23:11 | |
*** dmacpher_ has joined #tripleo | 23:12 | |
*** dmacpher_ has quit IRC | 23:12 | |
*** dmacpher has joined #tripleo | 23:13 | |
*** itlinux has joined #tripleo | 23:25 | |
*** wolverineav has joined #tripleo | 23:26 | |
*** tosky has quit IRC | 23:30 | |
*** wolverineav has quit IRC | 23:31 | |
openstackgerrit | Steve Baker proposed openstack/tripleo-common master: Implement image customization during upload https://review.openstack.org/566207 | 23:38 |
*** leitan has joined #tripleo | 23:44 | |
*** shardy has joined #tripleo | 23:45 | |
*** shardy has quit IRC | 23:58 | |
*** Goneri has joined #tripleo | 23:58 | |
*** leitan has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!