*** zbr has quit IRC | 00:11 | |
*** zbr has joined #tripleo | 00:11 | |
*** tosky has quit IRC | 00:27 | |
openstackgerrit | Merged openstack/ansible-role-collect-logs master: include main container build log in logstash https://review.opendev.org/759949 | 00:33 |
---|---|---|
*** saneax has quit IRC | 00:57 | |
*** zzzeek has quit IRC | 01:00 | |
*** zzzeek has joined #tripleo | 01:01 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Replace assert with fail for non_tripleo_containers playbook https://review.opendev.org/759788 | 01:08 |
*** pleimer has joined #tripleo | 01:13 | |
openstackgerrit | likui proposed openstack/tripleo-ansible master: Update requirements URLs in tox config https://review.opendev.org/760344 | 01:49 |
*** rpioso has quit IRC | 01:50 | |
*** csatari has quit IRC | 01:50 | |
*** sri_ has quit IRC | 01:50 | |
*** rpioso has joined #tripleo | 01:51 | |
*** sri_ has joined #tripleo | 01:51 | |
*** csatari has joined #tripleo | 01:51 | |
openstackgerrit | likui proposed openstack/tripleo-common-tempest-plugin master: Update TOX_CONSTRAINTS_FILE https://review.opendev.org/760477 | 01:51 |
*** pleimer has quit IRC | 02:22 | |
*** dsneddon has quit IRC | 02:24 | |
*** dsneddon has joined #tripleo | 02:25 | |
*** dsneddon has quit IRC | 02:31 | |
*** dsneddon has joined #tripleo | 02:40 | |
*** ramishra has joined #tripleo | 02:41 | |
*** rcernin has quit IRC | 02:43 | |
*** rcernin has joined #tripleo | 03:12 | |
*** psachin has joined #tripleo | 03:19 | |
*** jmasud has joined #tripleo | 03:22 | |
*** rcernin has quit IRC | 03:37 | |
*** rcernin has joined #tripleo | 04:02 | |
*** udesale has joined #tripleo | 04:08 | |
*** rcernin has quit IRC | 04:10 | |
*** rcernin has joined #tripleo | 04:10 | |
*** HardCase has joined #tripleo | 04:10 | |
*** ysandeep|away is now known as ysandeep|ruck | 04:16 | |
*** matbu has quit IRC | 04:22 | |
*** matbu has joined #tripleo | 04:24 | |
*** irclogbot_3 has quit IRC | 04:27 | |
HardCase | Hi team, on Queens I am debugging deployments and see this message "cannot load such file -- hiera/backend/module_data_backend", is this a problem? | 04:27 |
*** irclogbot_0 has joined #tripleo | 04:33 | |
*** dsneddon has quit IRC | 04:52 | |
ysandeep|ruck | HardCase, Can you please pass complete error in a pastebin. | 04:58 |
HardCase | ysandeep|ruck: https://pastebin.com/raw/ieYm3RsN | 05:03 |
ysandeep|ruck | HardCase, looking | 05:06 |
HardCase | ysandeep|ruck: Thanks, my deployments keep hanging and I am trying to see if this might be related or not. Appreciate the look. | 05:07 |
*** dsneddon has joined #tripleo | 05:10 | |
*** ykarel has joined #tripleo | 05:10 | |
ysandeep|ruck | HardCase, atleast there is no error in these logs, What's the last ansible task which runs after you run overcloud deploy? | 05:11 |
ysandeep|ruck | is it possible to share the console output after you run overcloud deploy? | 05:12 |
HardCase | ysandeep|ruck: standby | 05:12 |
*** dsneddon has quit IRC | 05:15 | |
HardCase | Here is my last run a few hours ago. https://pastebin.com/raw/CLZqH402 | 05:16 |
ysandeep|ruck | HardCase, I found a bug which looks similiar to the issue you are facing - https://bugzilla.redhat.com/show_bug.cgi?id=1651887 | 05:19 |
openstack | bugzilla.redhat.com bug 1651887 in puppet-pacemaker "RabbitMQ_init_bundle hangs after running crm_node -n" [Medium,Closed: currentrelease] - Assigned to rhos-maint | 05:19 |
*** akahat is now known as akahat|PTO | 05:20 | |
HardCase | checking | 05:20 |
ysandeep|ruck | HardCase, Can you please check version of pcmk on your controller nodes and inside the (rabbit, galera, redis) container.. they should atleast be 1.1.19 | 05:23 |
openstackgerrit | Merged openstack/python-tripleoclient master: Remove undercloud_update_packages https://review.opendev.org/759509 | 05:24 |
openstackgerrit | Merged openstack/tripleo-upgrade stable/train: Remove centos-7-standalone-upgrade https://review.opendev.org/759485 | 05:24 |
*** HardCase has quit IRC | 05:26 | |
*** HardCase has joined #tripleo | 05:27 | |
*** ratailor has joined #tripleo | 05:28 | |
HardCase | docker exec -u root rabbitmq-bundle-docker-2 rabbitmqctl status shows what appears to be a valid status. | 05:28 |
HardCase | Checking my pcmk version | 05:28 |
HardCase | ysandeep|ruck: pacemaker.x86_64 1.1.18-11.el7_5.3 @updates | 05:28 |
ysandeep|ruck | HardCase, This rpm version is from controller ? | 05:31 |
HardCase | The wierd thing is sometimes it gets to step 4 | 05:31 |
HardCase | Yeah this is from my controllers | 05:31 |
ysandeep|ruck | HardCase, can you please also crosscheck the version in rabbitmq container. | 05:32 |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #tripleo | 05:33 | |
HardCase | From inside the rabbitmq bundle pacemaker.x86_64 1.1.19-8.el7_6.1 @updates | 05:33 |
ysandeep|ruck | HardCase, looks like you are indeed hitting this bug, crm_node -n calls from inside a container that runs pacemaker-1.1.19 when the host runs pacemaker-1.1.18 are problematic. | 05:35 |
HardCase | understood, so upgrade my host to match is the solution as I understand | 05:36 |
ysandeep|ruck | HardCase, yes correct.. these package should ideally be in latest queen also | 05:36 |
HardCase | understood, I will give it a shot. Thanks for looking | 05:37 |
ysandeep|ruck | HardCase, my pleasure .. i hope it helps you | 05:37 |
ysandeep|ruck | HardCase, Check these two bugs also https://bugzilla.redhat.com/show_bug.cgi?id=1602850 and https://bugzilla.redhat.com/show_bug.cgi?id=1602783 , you will need atleast puppet-pacemaker-0.7.2-0.20180423212249.el7ost and resource-agents-4.1.1-3.el7. | 05:46 |
openstack | ysandeep|ruck: Error: Error getting bugzilla.redhat.com bug #1602850: NotPermitted | 05:46 |
openstack | bugzilla.redhat.com bug 1602783 in resource-agents "crm_node -n must not be called within meta-data calls" [Urgent,Closed: errata] - Assigned to oalbrigt | 05:46 |
ysandeep|ruck | I would recommend deploying the latest queens to avoid all these issues. | 05:48 |
*** gregwork has quit IRC | 06:05 | |
*** marios has joined #tripleo | 06:22 | |
*** morazi_ has joined #tripleo | 06:23 | |
*** morazi has quit IRC | 06:24 | |
*** ysandeep|ruck is now known as ysandeep|afk | 06:33 | |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/train: Remove centos-7-standalone-upgrade https://review.opendev.org/759476 | 06:35 |
*** rcernin has quit IRC | 06:39 | |
*** lmiccini has joined #tripleo | 06:41 | |
*** skramaja has joined #tripleo | 06:47 | |
*** gthiemon1e is now known as gthiemonge | 06:57 | |
*** ade_lee has quit IRC | 06:58 | |
*** shyamb has joined #tripleo | 06:59 | |
*** dr_gogeta86 has joined #tripleo | 07:14 | |
dr_gogeta86 | good morning | 07:14 |
dr_gogeta86 | is possibile to remove swift entirelly from controllers anf moving it's roles to dedicaded node? | 07:14 |
dr_gogeta86 | the stack is alrrafy deployed | 07:15 |
dr_gogeta86 | *already | 07:16 |
*** dmacpher__ has quit IRC | 07:35 | |
*** bogdando has joined #tripleo | 07:41 | |
*** amoralej|off is now known as amoralej | 07:54 | |
*** cfontain has quit IRC | 07:56 | |
*** jcapitao has joined #tripleo | 07:58 | |
*** slaweq has joined #tripleo | 08:00 | |
*** saneax has joined #tripleo | 08:02 | |
*** ysandeep|afk is now known as ysandeep | 08:02 | |
*** ysandeep is now known as ysandeep|ruck | 08:06 | |
openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/python-tripleoclient master: WIP - Do not require authentication for the validator CLI https://review.opendev.org/760351 | 08:09 |
ysandeep|ruck | dr_gogeta86, i think we can deploy swift entirely on a dedicated node - we have a default role for it as well - https://github.com/openstack/tripleo-heat-templates/blob/master/roles/ObjectStorage.yaml , But i am not sure if this can be done after initial deploy | 08:12 |
*** hberaud has joined #tripleo | 08:12 | |
dr_gogeta86 | as scaleup is ok, but i wanna remove the role from the controllers after | 08:13 |
ysandeep|ruck | dr_gogeta86, are you concerned about the data which is stored in swift already? | 08:14 |
*** rpittau|afk is now known as rpittau | 08:15 | |
openstackgerrit | Marios Andreou proposed openstack/tripleo-quickstart master: Restore centos7 master release config for content providers https://review.opendev.org/760509 | 08:15 |
*** frenzy_friday has joined #tripleo | 08:19 | |
*** frenzy_friday has quit IRC | 08:20 | |
*** frenzy_friday has joined #tripleo | 08:21 | |
openstackgerrit | Daniel Bengtsson proposed openstack/python-tripleoclient master: Stop configuring install_command in tox. https://review.opendev.org/693502 | 08:22 |
openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/python-tripleoclient master: Do not require authentication for the validator CLI https://review.opendev.org/760351 | 08:22 |
*** paramite|clone has joined #tripleo | 08:24 | |
*** dhill has quit IRC | 08:24 | |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Add c7 content provider jobs in new template https://review.opendev.org/759985 | 08:24 |
ysandeep|ruck | dr_gogeta86: Disclaimer - I have never tested this, but I would have try following steps in test environment first and in steps.. | 08:26 |
ysandeep|ruck | * Only Scale up of swift nodes first | 08:26 |
ysandeep|ruck | * and then remove swift rings from the controller nodes (gradually) - i guess you need to manually do this. | 08:26 |
ysandeep|ruck | * Then stack update with swift services removed from controller role. | 08:26 |
ysandeep|ruck | but can't say it will work for 100% as I have never tested this personally.. others can confirm | 08:26 |
*** rcernin has joined #tripleo | 08:28 | |
*** dhill has joined #tripleo | 08:28 | |
ysandeep|ruck | dr_gogeta86: The first question we need to answer is if you are using Swift for any data except Gnocchi (for example Glance images, general object storage usage) and if you wants to keep existing data. | 08:42 |
ysandeep|ruck | If you need to retain data: As I said one possibility is to add Swift storage nodes and manually modify the Swift rings to stop using the disks on the controller nodes (ie not removing Swift storage from the Controllers in the first place). In that case new data would be written to the external storage nodes, and existing data will be moved to the new storage nodes as well. However, there will be additional load due to the | 08:42 |
ysandeep|ruck | rebalance progress. After all data has been moved, Swift storage could be disabled on the controller nodes. | 08:42 |
ysandeep|ruck | dr_gogeta86, If you are ok with dropping existing data in Swift, I think you could directly disable storage on the controller nodes as well, and just use the additional external storage nodes without rebalancing. | 08:43 |
dr_gogeta86 | can i remove swift* from role data? | 08:44 |
dr_gogeta86 | that's the real question | 08:44 |
*** rcernin has quit IRC | 08:45 | |
*** rdopiera has joined #tripleo | 08:47 | |
ysandeep|ruck | I think you can remove the SwiftStorage service from the controller role, but leave the RingBuilder (the proxy needs this). | 08:48 |
ysandeep|ruck | again please test this first in dev environment ^^ | 08:48 |
ysandeep|ruck | ~~~ | 08:49 |
ysandeep|ruck | - OS::TripleO::Services::SwiftStorage ---> i think can be removed | 08:49 |
ysandeep|ruck | - OS::TripleO::Services::SwiftRingBuilder ---> i would retain this | 08:49 |
ysandeep|ruck | ~~~ | 08:49 |
*** zaneb has quit IRC | 08:50 | |
*** tosky has joined #tripleo | 08:50 | |
ykarel | marios, is partial revert really needed? https://review.opendev.org/#/c/760509/ | 08:51 |
ykarel | centos7 master doesn't make sense,ussuri+ are centos8 only | 08:52 |
ykarel | so instead job should be fixed to not run on ussuri+ releases | 08:53 |
marios | ykarel: its for centos7 content provider | 08:53 |
ykarel | marios, but why to provide content for centos7 master | 08:54 |
ykarel | as ussuri+ centos8 only | 08:54 |
*** zaneb has joined #tripleo | 08:54 | |
ykarel | https://trunk.rdoproject.org/centos7-master/report.html is stale from April | 08:55 |
ykarel | and is a removal candidate | 08:55 |
*** jpena|off is now known as jpena | 08:58 | |
marios | ykarel: we still have centos7 jobs | 09:00 |
marios | ykarel: even though they are being reduced to minimum | 09:01 |
ykarel | marios, i understand need for c7 jobs from releases before ussuri, my point is mainly for ussuri+ | 09:01 |
marios | ykarel: at least for th eolder branches | 09:01 |
marios | ykarel: i am not sure why that patch is adding the master provider - it is chkumar patch and it had +2s from weshay|ruck and rlandy from last night ... commit message says 'will be used for older releases' but the content says otherwise https://review.opendev.org/#/c/759985/19/zuul.d/multinode-jobs.yaml | 09:03 |
marios | ykarel: ah hold on ... i's because those jobs will run on the older branches? | 09:03 |
*** rcernin has joined #tripleo | 09:03 | |
marios | ykarel: yeah e.g. https://github.com/openstack/tripleo-ci/blob/master/zuul.d/standalone-jobs.yaml#L11 | 09:04 |
ykarel | marios, yes can run on older branches as there zuul.branch will change and non master release files will be used | 09:04 |
marios | ykarel: so the content provider in that case isn't going to be 'master' it will be whatever branch is needed | 09:04 |
ykarel | for branchless project c7 master shouldn't run | 09:04 |
marios | ykarel: i.e. https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/undercloud-jobs.yaml#L197 | 09:05 |
marios | ykarel: no 'branches' there to make it master it will be whatever older centos7 branch | 09:05 |
marios | ykarel: make sense? ^ | 09:05 |
marios | 11:04 < ykarel> for branchless project c7 master shouldn't run | 09:06 |
marios | ykarel: not running c7 master | 09:06 |
*** sshnaidm|rover is now known as sshnaidm|roff | 09:06 | |
*** sshnaidm|roff is now known as sshnaidm|off | 09:06 | |
ykarel | marios, if tripleo-ci-centos-7-content-provider has branches specified for older releases then it's fine | 09:08 |
*** jpich has joined #tripleo | 09:08 | |
*** dtantsur|afk is now known as dtantsur | 09:08 | |
ykarel | but since it has no branches: specified it will be triggered in all releases which we don't want | 09:09 |
*** ysandeep|ruck is now known as ysandeep|lunch | 09:11 | |
marios | ykarel: yeah i mean as we discussed on the phone we have redundant content provider jobs and we aren't sure yet how we will deal with that but for sure we need to merge it all first and then consider that part after | 09:13 |
*** lucasagomes has joined #tripleo | 09:14 | |
ykarel | marios, both are separate issue, but ok if that too will be handled post merge | 09:14 |
*** rcernin has quit IRC | 09:17 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart-extras master: Os_tempest everywhere https://review.opendev.org/746509 | 09:25 |
*** gfidente has joined #tripleo | 09:28 | |
*** derekh has joined #tripleo | 09:30 | |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/ussuri: [Validator Run] Ensure the plan really exists https://review.opendev.org/760516 | 09:32 |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/ussuri: [Validator Run] Don't rely on parameter file extension https://review.opendev.org/760518 | 09:33 |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/ussuri: [Validator Show] Properly throwing an exception for unknown validation https://review.opendev.org/760519 | 09:35 |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-ansible master: Ensure yaml pkg imported in modules is installed https://review.opendev.org/758818 | 09:36 |
*** dmacpher has joined #tripleo | 09:38 | |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-heat-templates master: Handle nbd tls certificates for upgrade path to UseTLSTransportForNbd=True https://review.opendev.org/760522 | 09:47 |
openstackgerrit | Martin Schuppert proposed openstack/puppet-tripleo master: Make sure qemu CA has correct permissions https://review.opendev.org/760524 | 09:50 |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-heat-templates master: Handle nbd tls certificates for upgrade path to UseTLSTransportForNbd=True https://review.opendev.org/760522 | 09:52 |
*** dtantsur is now known as dtantsur|afk | 10:06 | |
*** dtantsur|afk is now known as dtantsur|brb | 10:06 | |
openstackgerrit | Martin Schuppert proposed openstack/python-tripleoclient master: Handle UseTLSTransportForNbd for previous created envs https://review.opendev.org/760535 | 10:15 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-specs master: [WiP] Network Data v2 - node ports spec https://review.opendev.org/760536 | 10:21 |
hjensas | mwhahaha: fultonj: ^^ There is an embryo for a spec to move port management out of heat, and apply network configuration prior to the heat stack deployment. | 10:22 |
hjensas | mwhahaha: fultonj: I did'nt even think about ssh enablement yet, I don't have an opinion yet. :) | 10:23 |
*** hjensas is now known as hjensas|PTO | 10:23 | |
*** ysandeep|lunch is now known as ysandeep|ruck | 10:27 | |
*** Ng has quit IRC | 10:50 | |
*** Ng has joined #tripleo | 10:50 | |
*** ChanServ sets mode: +v Ng | 10:50 | |
*** iurygregory has quit IRC | 10:50 | |
*** iurygregory has joined #tripleo | 10:51 | |
*** jpich has quit IRC | 10:51 | |
*** jpich has joined #tripleo | 10:52 | |
*** ykarel has quit IRC | 10:52 | |
*** ykarel has joined #tripleo | 10:53 | |
*** suuuper has joined #tripleo | 10:55 | |
*** dtantsur|brb is now known as dtantsur | 11:01 | |
*** ldenny has quit IRC | 11:10 | |
*** zzzeek has quit IRC | 11:15 | |
*** zzzeek has joined #tripleo | 11:16 | |
*** pojadhav is now known as pojadhav|afk | 11:21 | |
*** jpich has quit IRC | 11:24 | |
*** jpich has joined #tripleo | 11:24 | |
*** hberaud has quit IRC | 11:25 | |
*** ysandeep|ruck is now known as ysandeep|brb | 11:32 | |
*** anbanerj_ has joined #tripleo | 11:41 | |
*** frenzy_friday has quit IRC | 11:43 | |
*** hberaud has joined #tripleo | 11:48 | |
*** shyamb has quit IRC | 11:49 | |
*** ysandeep|brb is now known as ysandeep|ruck | 11:49 | |
*** jcapitao is now known as jcapitao_lunch | 11:51 | |
*** pleimer has joined #tripleo | 12:01 | |
*** rlandy has joined #tripleo | 12:07 | |
*** udesale_ has joined #tripleo | 12:08 | |
*** ratailor has quit IRC | 12:09 | |
*** udesale has quit IRC | 12:11 | |
*** morazi_ has quit IRC | 12:13 | |
pleimer | When possible can I get code reviews on https://review.opendev.org/#/c/760123/ and https://review.opendev.org/#/c/760124/ | 12:17 |
*** morazi has joined #tripleo | 12:18 | |
*** jpich has quit IRC | 12:22 | |
*** jpich has joined #tripleo | 12:23 | |
*** anbanerj_ is now known as frenzy_friday | 12:23 | |
*** rh-jelabarre has joined #tripleo | 12:27 | |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] - Introducing TripleO ceph client role https://review.opendev.org/758039 | 12:28 |
*** paramite has joined #tripleo | 12:28 | |
*** paramite|clone has quit IRC | 12:28 | |
*** dsneddon has joined #tripleo | 12:29 | |
*** jpena is now known as jpena|lunch | 12:34 | |
*** saneax has quit IRC | 12:34 | |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient master: [Validator Run] Add return code management https://review.opendev.org/757820 | 12:38 |
Tengu | marios: heya! regarding your comment on my change for the tripleo_validator.py - I guess it's because I enforce the --os-cloud? I tried to get it from the parsed_args, but apparently, it's not passed down to that "plugin".... would love finding a better way, if you have any idea... | 12:40 |
*** rfolco has joined #tripleo | 12:41 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: limit where branchful providers launch https://review.opendev.org/760437 | 12:43 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: content-provider jobs do not need to vote https://review.opendev.org/760438 | 12:46 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: limit where branchful providers launch https://review.opendev.org/760437 | 12:47 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: content-provider jobs do not need to vote https://review.opendev.org/760438 | 12:47 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Add c7 content provider jobs in new template https://review.opendev.org/759985 | 12:54 |
weshay|ruck | thanks bogdando | 12:58 |
*** udesale_ has quit IRC | 13:01 | |
openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/python-tripleoclient master: Do not require authentication for the validator CLI https://review.opendev.org/760351 | 13:03 |
Tengu | marios: ah, got it. I added it twice. Right? | 13:03 |
Tengu | ^^' | 13:03 |
Tengu | #FridayBrainIsDancing | 13:03 |
*** jcapitao_lunch is now known as jcapitao | 13:04 | |
marios | Tengu: yeah sorry mate, am in a cal | 13:04 |
marios | call | 13:04 |
openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/python-tripleoclient master: Do not require authentication for the validator CLI https://review.opendev.org/760351 | 13:04 |
marios | Tengu: was just being funny sorry it should have been clearer :_ | 13:04 |
Tengu | marios: :) | 13:05 |
*** derekh has quit IRC | 13:13 | |
openstackgerrit | Douglas Mendizábal proposed openstack/tripleo-heat-templates master: Identify HSMs using labels instead of Slot ID https://review.opendev.org/760136 | 13:13 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 13:14 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 13:14 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 13:17 |
*** Lewis has joined #tripleo | 13:23 | |
*** Lewis is now known as Guest98790 | 13:24 | |
*** tmazur has joined #tripleo | 13:30 | |
*** jpena|lunch is now known as jpena | 13:30 | |
*** amoralej is now known as amoralej|lunch | 13:33 | |
*** skramaja has quit IRC | 13:35 | |
*** TrevorV has joined #tripleo | 13:36 | |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] - Introducing TripleO ceph client role https://review.opendev.org/758039 | 13:38 |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Fix MetricsQdrUseSSL value https://review.opendev.org/758251 | 13:43 |
*** TrevorV has quit IRC | 13:43 | |
*** TrevorV has joined #tripleo | 13:44 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Fix MetricsQdrUseSSL value https://review.opendev.org/758251 | 13:44 |
*** bdodd has quit IRC | 13:45 | |
*** pojadhav|afk is now known as pojadhav | 13:45 | |
*** jamesdenton has joined #tripleo | 13:46 | |
*** ade_lee has joined #tripleo | 13:48 | |
openstackgerrit | yatin proposed openstack/tripleo-quickstart master: Add victoria release file for centosci https://review.opendev.org/760560 | 13:52 |
*** HardCase has quit IRC | 13:57 | |
fultonj | hjensas|PTO: looks like i missed you | 14:18 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo master: [WIP] Add posibility to download scripts for sensubility https://review.opendev.org/754418 | 14:25 |
*** amoralej|lunch is now known as amoralej | 14:27 | |
*** d34dh0r53 has quit IRC | 14:28 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: [WIP] Fluentd cleanup in rsyslog implementation https://review.opendev.org/757579 | 14:29 |
*** ekultails has joined #tripleo | 14:30 | |
*** ccamacho has quit IRC | 14:37 | |
*** ccamacho has joined #tripleo | 14:37 | |
*** d34dh0r53 has joined #tripleo | 14:38 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 14:40 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 14:42 |
openstackgerrit | Arx Cruz proposed openstack/tripleo-ci master: Add job definition for victoria content-provider https://review.opendev.org/759654 | 14:45 |
openstackgerrit | Merged openstack/tripleo-quickstart master: Added tempest_cloud_name for fs003 https://review.opendev.org/759690 | 14:46 |
marios | weshay|ruck: mwhahaha: ramishra: hjensas|PTO: slagle-pto: bandini: cloudnull: apetrich: ccamacho: Tengu: gfidente: fultonj: fyi getting ready to make the victoria branch https://review.opendev.org/#/c/760571/ | 14:47 |
apetrich | marios, woot! | 14:48 |
weshay|ruck | Tengu, matbu are you folks releasing validations-lib, validations-common? | 14:48 |
fultonj | thanks marios | 14:48 |
*** ysandeep|ruck is now known as ysandeep|brb | 14:49 | |
openstackgerrit | Daniel Bengtsson proposed openstack/tripleo-upgrade master: Add setuptools in requirements file. https://review.opendev.org/756009 | 14:59 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Add job definitions for victoria upgrade/update jobs https://review.opendev.org/759702 | 15:03 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Adds layouts for victoria upgrade and update jobs https://review.opendev.org/760323 | 15:03 |
marios | rlandy: weshay|ruck: rebased onto arxcruz latest https://review.opendev.org/759654 ^^^ | 15:03 |
rlandy | ok | 15:04 |
*** paramite has quit IRC | 15:05 | |
*** bogdando has quit IRC | 15:05 | |
*** derekh has joined #tripleo | 15:16 | |
*** ysandeep|brb is now known as ysandeep | 15:21 | |
*** ysandeep is now known as ysandeep|away | 15:22 | |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: Add --disable-container-prepare flag https://review.opendev.org/753443 | 15:29 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: Load job.buildah when role is called by toci https://review.opendev.org/760580 | 15:30 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ansible stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759737 | 15:30 |
ykarel | marios, apart from above tripleo projects, you plan to release tags for ansible-roles which are branchless? | 15:34 |
ykarel | like container-registry, modify-image,ipsec etc | 15:36 |
*** dpeacock has quit IRC | 15:37 | |
*** ksambor has quit IRC | 15:39 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-repos master: Add 8-stream repo support https://review.opendev.org/760584 | 15:39 |
*** dpeacock has joined #tripleo | 15:41 | |
*** bdodd has joined #tripleo | 15:42 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Load job.buildah when role is called by toci https://review.opendev.org/760580 | 15:42 |
marios | ykarel: yeah probably we should, i have to look into it. to be honest it wasn't on my radar as i only do the cycle-with-intermediary repos thus far on release... noting to revisit | 15:44 |
marios | ykarel: thanks for suggestion | 15:44 |
marios | ykarel: i mean they probably haven't been released for a while now | 15:45 |
marios | ykarel: so we should do that next week, but it is unrelated to the stable/victoria branching | 15:45 |
ykarel | marios, ack those branchless projects need to be released atleast once like it used to be done for older releases | 15:45 |
ykarel | marios, ex for ussuri https://review.opendev.org/#/c/728948/ | 15:47 |
ykarel | for victoria need to see if there is any new project added | 15:47 |
openstackgerrit | OpenStack Release Bot proposed openstack/os-net-config stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760587 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/os-net-config master: Update master for stable/victoria https://review.opendev.org/760588 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/os-net-config master: Add Python3 wallaby unit tests https://review.opendev.org/760589 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/puppet-tripleo stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760590 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/puppet-tripleo stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760591 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/puppet-tripleo master: Update master for stable/victoria https://review.opendev.org/760592 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-ansible stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760594 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-ansible stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760595 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-ansible master: Update master for stable/victoria https://review.opendev.org/760596 | 15:50 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-ansible master: Add Python3 wallaby unit tests https://review.opendev.org/760597 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-heat-templates stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760598 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-heat-templates stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760599 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-heat-templates master: Update master for stable/victoria https://review.opendev.org/760600 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-puppet-elements stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760601 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-puppet-elements stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760602 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-puppet-elements master: Update master for stable/victoria https://review.opendev.org/760603 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-puppet-elements master: Add Python3 wallaby unit tests https://review.opendev.org/760604 | 15:51 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-validations stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760605 | 15:52 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-validations stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760606 | 15:52 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-validations master: Update master for stable/victoria https://review.opendev.org/760607 | 15:52 |
openstackgerrit | OpenStack Release Bot proposed openstack/tripleo-validations master: Add Python3 wallaby unit tests https://review.opendev.org/760608 | 15:52 |
ykarel | EmilienM, when you get chance, please review https://review.opendev.org/#/c/760294/ | 15:54 |
*** rpittau is now known as rpittau|afk | 15:54 | |
*** ykarel is now known as ykarel|away | 15:58 | |
openstackgerrit | John Fulton proposed openstack/tripleo-specs master: Introduce tripleo-ceph spec https://review.opendev.org/723108 | 15:59 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Tweak detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:13 |
marios | weshay|ruck: please share that ^^ | 16:13 |
*** pbandark has joined #tripleo | 16:15 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart-extras master: Nuke tempest workspace on upgrade jobs https://review.opendev.org/760626 | 16:20 |
*** ykarel|away has quit IRC | 16:22 | |
openstackgerrit | Arx Cruz proposed openstack/tripleo-quickstart-extras master: Nuke tempest workspace on upgrade jobs https://review.opendev.org/760626 | 16:23 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-repos master: Add 8-stream repo support https://review.opendev.org/760584 | 16:24 |
mwhahaha | rlandy, weshay|ruck - | 16:29 |
mwhahaha | rlandy, weshay|ruck -^ fixing up tripleo-repos to work with 8-stream | 16:29 |
weshay|ruck | meh | 16:30 |
rlandy | mwhahaha: thanks | 16:30 |
weshay|ruck | https://hackmd.io/MlbZ_izSTEuZsCWTJvu_Kg | 16:30 |
mwhahaha | weshay|ruck: has https://bugs.launchpad.net/tripleo/+bug/1902136 hit again after that one? | 16:33 |
openstack | Launchpad bug 1902136 in tripleo "TypeError: a bytes-like object is required, not 'MagicMock" [Critical,Triaged] | 16:33 |
mwhahaha | i couldn't repro locally | 16:33 |
*** rdopiera has quit IRC | 16:33 | |
weshay|ruck | mwhahaha, I'll check.. it seemed not to happen that much | 16:33 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Tweak detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:33 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient stable/victoria: Tweak detection of package manager for undercloud upgrade https://review.opendev.org/760634 | 16:34 |
marios | weshay|ruck: rlandy: as discussed https://review.opendev.org/#/c/760625/2/tripleoclient/v1/undercloud.py | 16:34 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient stable/ussuri: Tweak detection of package manager for undercloud upgrade https://review.opendev.org/760635 | 16:35 |
marios | weshay|ruck: rlandy: posted teh victoria/ussuri cherrypicks but will add cherrypicked from when the commit merges (master might change for any comments) | 16:35 |
weshay|ruck | marios, thanks marios! get out of here please :) | 16:37 |
weshay|ruck | 0/ | 16:37 |
rlandy | marios: great - thanks | 16:37 |
mwhahaha | wait why are we doing yum at all >train? | 16:37 |
marios | weshay|ruck: yeah in a bit | 16:37 |
marios | weshay|ruck: rlandy: arxcruz: sorry for grumpy marios :/ | 16:37 |
openstackgerrit | wes hayutin proposed openstack/python-tripleoclient stable/ussuri: [ussuri] Migrate to content provider jobs/template https://review.opendev.org/757836 | 16:40 |
openstackgerrit | wes hayutin proposed openstack/python-tripleoclient stable/ussuri: [ussuri] Migrate to content provider jobs/template https://review.opendev.org/757836 | 16:40 |
marios | rfolco: weshay|ruck: rlandy: re content provider wiring up ^^^ please be careful see my comments there https://review.opendev.org/#/c/757836/6/zuul.d/layout.yaml@32 | 16:42 |
marios | rfolco: weshay|ruck: rfolco: lets not leave orphan definitions in the layout ... they are non content providers so overriding the content provider template | 16:42 |
*** jcapitao has quit IRC | 16:42 | |
marios | weshay|ruck: i -1 there just now please see my comments on v6 https://review.opendev.org/#/c/757836/8 | 16:42 |
weshay|ruck | marios, agree | 16:43 |
marios | weshay|ruck: it is easy to miss but we have to be very careful with all those 'wiring' up patches otherwise we are just overwriting the template and making them non consumer jobs... | 16:44 |
*** amoralej is now known as amoralej|off | 16:45 | |
rfolco | how would we make non consumer jobs marios ? | 16:45 |
marios | rfolco: see comments ^^ 18:42 < marios> weshay|ruck: i -1 there just now please see my comments on v6 https://review.opendev.org/#/c/757836/8 | 16:46 |
rfolco | I get the dup (although I think its not a big deal, not harmful) | 16:46 |
marios | rfolco: it has no dependencies | 16:46 |
marios | rfolco: and no consumer_job vars | 16:46 |
marios | rfolco: ? | 16:46 |
rfolco | ah, ok that's wrong | 16:47 |
marios | rfolco: so it isn't a consumer job | 16:47 |
weshay|ruck | marios, can we update your patches? re alex's comment in https://review.opendev.org/#/c/760625/ | 16:47 |
rfolco | marios, thx | 16:47 |
marios | weshay|ruck: checking | 16:47 |
marios | weshay|ruck: sure let me fixup mwhahaha agree i'll drop the dnf vs yum check | 16:48 |
weshay|ruck | k.. thanks for staying so late | 16:48 |
marios | weshay|ruck: not really late yet just been a tiring week ;) | 16:49 |
marios | 18:49 < marios> weshay|ruck: not really late yet just been a tiring week ;) | 16:49 |
marios | weshay|ruck: ^^ 1849 now here | 16:49 |
marios | rfolco: so yeah it is harmful not just duplicating | 16:50 |
*** lucasagomes has quit IRC | 16:51 | |
marios | rfolco: and easy to miss so perhaps we should also have some review soon | 16:51 |
rfolco | indeed | 16:53 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Tweak detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:53 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: Cleanup old workaround for ipv6 VIPs https://review.opendev.org/760639 | 16:53 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP Allow to specify a nic for the VIPs https://review.opendev.org/760640 | 16:53 |
marios | mwhahaha: weshay|ruck: https://review.opendev.org/#/c/760625/ if you agree i'll update the victoria/ussuri ones | 16:54 |
mwhahaha | ya lets just drop it since we don't support c7 past train | 16:54 |
mwhahaha | marios: commit msg needs updating tho | 16:54 |
marios | mwhahaha: why i updated it ? | 16:55 |
marios | mwhahaha: In [1] we added protection for yum not being available. | 16:55 |
marios | We should just default to dnf for anything newer than | 16:55 |
mwhahaha | oh nm i read it wrong | 16:55 |
marios | mwhahaha: ack | 16:55 |
mwhahaha | it's not really detection anymore :D | 16:55 |
mwhahaha | thats what threw me off | 16:55 |
marios | mwhahaha: ack yeah ok | 16:55 |
marios | mwhahaha: if i update will you revote :) | 16:55 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:56 |
marios | mwhahaha: remove :D | 16:56 |
mwhahaha | k | 16:56 |
marios | mwhahaha: thx | 16:56 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:57 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760625 | 16:59 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient stable/victoria: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760634 | 17:01 |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient stable/ussuri: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760635 | 17:01 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP Allow to force a nic when configuring haproxy https://review.opendev.org/760641 | 17:08 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Add c7 content provider jobs in new template https://review.opendev.org/759985 | 17:11 |
Tengu | weshay|ruck: we're branchless for validations-libs and validations-common... Not sure we need to actually do anything? | 17:16 |
weshay|ruck | oh.. good point | 17:16 |
*** marios is now known as marios|out | 17:16 | |
weshay|ruck | marios|out, 0/ | 17:16 |
weshay|ruck | thanks | 17:16 |
Tengu | weshay|ruck: sorry for the delay - was already out ^^' | 17:16 |
weshay|ruck | aye | 17:16 |
weshay|ruck | np | 17:16 |
openstackgerrit | Merged openstack/python-tripleoclient master: Use user's home dir for fact cache https://review.opendev.org/760452 | 17:17 |
openstackgerrit | Merged openstack/python-tripleoclient stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/759680 | 17:17 |
*** hberaud has quit IRC | 17:18 | |
Tengu | weshay|ruck: happy release then ;) | 17:18 |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] - Introducing TripleO ceph client role https://review.opendev.org/758039 | 17:20 |
*** abishop has quit IRC | 17:23 | |
*** abishop has joined #tripleo | 17:29 | |
openstackgerrit | Merged openstack/tripleo-operator-ansible master: Add ability to specify heat container image https://review.opendev.org/759137 | 17:29 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-heat-templates stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759736 | 17:44 |
*** marios|out has quit IRC | 17:44 | |
openstackgerrit | Rafael Folco proposed openstack/puppet-tripleo stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759738 | 17:45 |
openstackgerrit | Rafael Folco proposed openstack/paunch stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759741 | 17:45 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-heat-templates stable/train: Simplify consumer job tags https://review.opendev.org/759902 | 17:45 |
*** jpich has quit IRC | 17:47 | |
*** jpena is now known as jpena|off | 17:57 | |
*** lmiccini has quit IRC | 17:59 | |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: Load job.buildah when role is called by toci https://review.opendev.org/760580 | 18:02 |
*** pbandark has quit IRC | 18:04 | |
*** derekh has quit IRC | 18:05 | |
*** jmasud has quit IRC | 18:11 | |
*** dtantsur is now known as dtantsur|afk | 18:15 | |
openstackgerrit | Sergii Golovatiuk proposed openstack/python-tripleoclient master: Replace logging with logging from oslo_log https://review.opendev.org/755507 | 18:19 |
*** psachin has quit IRC | 18:23 | |
openstackgerrit | Luke Short proposed openstack/tripleo-heat-templates master: Add Undercloud tuning template. https://review.opendev.org/725658 | 18:25 |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient stable/victoria: Use user's home dir for fact cache https://review.opendev.org/760650 | 18:37 |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient stable/ussuri: Use user's home dir for fact cache https://review.opendev.org/760651 | 18:37 |
openstackgerrit | John Fulton proposed openstack/tripleo-specs master: Introduce tripleo-ceph spec https://review.opendev.org/723108 | 18:38 |
*** gfidente is now known as gfidente|afk | 18:38 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Add separate queens/train branches - content provider https://review.opendev.org/760428 | 18:42 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-heat-templates stable/stein: STEIN - reduce upstream coverage https://review.opendev.org/760221 | 18:45 |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart-extras master: the tag for building rpms should be build https://review.opendev.org/759912 | 18:45 |
openstackgerrit | Sergii Golovatiuk proposed openstack/tripleo-common master: Refactor buildah logging https://review.opendev.org/756896 | 18:52 |
*** suuuper has quit IRC | 18:56 | |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: Load job.buildah when role is called by toci https://review.opendev.org/760580 | 18:58 |
*** frenzy_friday has quit IRC | 18:58 | |
*** frenzy_friday has joined #tripleo | 18:59 | |
openstackgerrit | wes hayutin proposed openstack/python-tripleoclient stable/victoria: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760634 | 19:01 |
*** frenzy_friday has quit IRC | 19:01 | |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: Load job.buildah when role is called by toci https://review.opendev.org/760580 | 19:02 |
openstackgerrit | wes hayutin proposed openstack/python-tripleoclient stable/ussuri: Remove detection of package manager for undercloud upgrade https://review.opendev.org/760635 | 19:02 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: cinder/iscsi backend: remove lvm2-lvmetad.service dependency https://review.opendev.org/760655 | 19:03 |
EmilienM | heh i missed gerrit | 19:04 |
weshay|ruck | ahh... gerrit loves u | 19:05 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-heat-templates stable/train: Simplify consumer job tags https://review.opendev.org/759902 | 19:10 |
openstackgerrit | Rafael Folco proposed openstack/paunch stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759741 | 19:10 |
openstackgerrit | Rafael Folco proposed openstack/puppet-tripleo stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759738 | 19:11 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ansible stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759737 | 19:11 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-heat-templates stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759736 | 19:11 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: limit where branchful providers launch https://review.opendev.org/760437 | 19:16 |
*** TrevorV has quit IRC | 20:10 | |
weshay|ruck | cloudnull, should this be rhosp-release? https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_bootstrap/vars/redhat-8.yml#L37 | 20:21 |
weshay|ruck | rhosp-release-0:16.2.0-1.el8ost.noarch | 20:21 |
mwhahaha | yea | 20:21 |
weshay|ruck | k | 20:21 |
mwhahaha | was my patch too, my bad :D | 20:22 |
*** yolanda has quit IRC | 20:24 | |
*** yolanda has joined #tripleo | 20:25 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-ansible master: The intention is to install rhosp-release, not -version https://review.opendev.org/760662 | 20:26 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Fix package name https://review.opendev.org/760663 | 20:26 |
mwhahaha | HEH beat me too it | 20:26 |
weshay|ruck | I WIN | 20:26 |
cloudnull | Ha! | 20:29 |
*** slaweq has quit IRC | 20:38 | |
*** jfrancoa has quit IRC | 20:42 | |
*** bandini has quit IRC | 20:50 | |
*** pleimer has quit IRC | 20:52 | |
*** gfidente|afk has quit IRC | 21:00 | |
*** rajinir has quit IRC | 21:02 | |
*** rajinir has joined #tripleo | 21:03 | |
openstackgerrit | Merged openstack/tripleo-docs master: Add documentation for the LVM2 filter configuration https://review.opendev.org/760171 | 21:06 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-validations stable/train: Add tripleo-validation.py as script in setup.cfg https://review.opendev.org/756493 | 21:10 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-validations stable/train: Ensures script is executable https://review.opendev.org/756494 | 21:10 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-validations stable/train: Change path for validation Ansible files https://review.opendev.org/756495 | 21:10 |
*** jamesdenton has quit IRC | 21:10 | |
mwhahaha | weshay|ruck: https://review.opendev.org/#/c/756493/ seems broken because zuul conf | 21:12 |
weshay|ruck | is zuul down for just me btw? /me looking at review | 21:13 |
mwhahaha | is fine for me? | 21:13 |
weshay|ruck | oh.. ya.. the freeze | 21:14 |
weshay|ruck | ya.. k.. | 21:14 |
weshay|ruck | mwhahaha, I'll take a look.. but we're making an omlete atm | 21:14 |
mwhahaha | i hope you brought enough to share with everyone | 21:15 |
*** pbandark has joined #tripleo | 21:28 | |
*** ekultails has quit IRC | 21:31 | |
*** pbandark has quit IRC | 21:33 | |
openstackgerrit | Sergii Golovatiuk proposed openstack/python-tripleoclient master: Fix preflight validation https://review.opendev.org/728801 | 21:33 |
*** rlandy has quit IRC | 21:35 | |
*** raildo has quit IRC | 21:40 | |
openstackgerrit | Sergii Golovatiuk proposed openstack/tripleo-upgrade master: Add wait_for_connection check after system_upgrade https://review.opendev.org/760299 | 21:50 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: content-provider jobs use tripleo-ci post.yaml, collect container builds https://review.opendev.org/760670 | 22:05 |
openstackgerrit | wes hayutin proposed openstack/tripleo-validations stable/train: wip: fix train tripleo-validations layout https://review.opendev.org/760671 | 22:10 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: add container build post to c7 providers https://review.opendev.org/760672 | 22:13 |
openstackgerrit | wes hayutin proposed openstack/tripleo-validations stable/train: Add tripleo-validation.py as script in setup.cfg https://review.opendev.org/756493 | 22:16 |
*** hberaud has joined #tripleo | 22:18 | |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ci master: add container build post to c7 providers https://review.opendev.org/760672 | 22:19 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-ansible stable/train: [c7-train] Switch c7 jobs to content provider https://review.opendev.org/759737 | 22:19 |
*** rfolco is now known as rfolco|bbl | 22:21 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-validations stable/train: wip: fix train tripleo-validations layout https://review.opendev.org/760671 | 22:22 |
openstackgerrit | wes hayutin proposed openstack/tripleo-validations stable/train: wip: fix train tripleo-validations layout https://review.opendev.org/760671 | 22:24 |
openstackgerrit | wes hayutin proposed openstack/tripleo-validations stable/train: Add tripleo-validation.py as script in setup.cfg https://review.opendev.org/756493 | 22:26 |
*** dasp_ has joined #tripleo | 22:26 | |
*** dasp has quit IRC | 22:28 | |
*** tmazur has quit IRC | 22:31 | |
openstackgerrit | Merged openstack/tripleo-ansible stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/760594 | 22:41 |
openstackgerrit | Merged openstack/tripleo-ansible stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/760595 | 22:41 |
openstackgerrit | Merged openstack/tripleo-common stable/stein: Wait for lock release during power state change https://review.opendev.org/747797 | 22:59 |
*** jmasud has joined #tripleo | 23:08 | |
*** hberaud has quit IRC | 23:14 | |
*** TheJulia is now known as TheJulia_on_PTO | 23:24 | |
*** yolanda has quit IRC | 23:33 | |
*** jamesdenton has joined #tripleo | 23:39 | |
*** jamesdenton has quit IRC | 23:40 | |
*** saneax has joined #tripleo | 23:51 | |
openstackgerrit | Sergii Golovatiuk proposed openstack/python-tripleoclient master: Replace some prints with log.info https://review.opendev.org/760677 | 23:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!