openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK https://review.openstack.org/430277 | 00:00 |
---|---|---|
bkero | adarazs: ohai | 00:00 |
*** yamahata has joined #tripleo | 00:00 | |
EmilienM | bkero: it's a script | 00:01 |
EmilienM | every day at 8pm | 00:02 |
bkero | ? | 00:02 |
EmilienM | bkero: he's not here but a script sent the patch you see ^ | 00:02 |
bkero | oh okay | 00:02 |
EmilienM | it's likely 1am where he lives | 00:02 |
bkero | pabelanger: Yeah...you found it | 00:06 |
bkero | EmilienM, pabelanger: These two lines: http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/build-test-packages/library/zuul_deps.py#n46 | 00:06 |
bkero | Since tripleo-heat-templates is in there twice, it's continuing | 00:07 |
*** mburned_out is now known as mburned | 00:07 | |
bkero | So I set up a test environment and removed those 2 lines. The 4 previous zuul changes expanded into 7. | 00:08 |
bkero | I'm assuming that means that dlrn will build all 7 of those packages and stick them in a repo. | 00:08 |
pabelanger | right | 00:10 |
pabelanger | but | 00:10 |
*** ooolpbot has joined #tripleo | 00:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 00:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674681 | 00:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 00:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 00:10 |
*** ooolpbot has quit IRC | 00:10 | |
openstack | Launchpad bug 1674681 in tripleo "buildlogs.centos.org CDN issues" [Critical,Triaged] | 00:10 |
pabelanger | why do you build master packages | 00:10 |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 00:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 00:10 |
pabelanger | for a stable branch? | 00:10 |
pabelanger | you should only build the branch you are on, right? | 00:10 |
pabelanger | everything comes from DLRN | 00:10 |
bkero | I don't know why those other changes are in ZUUL_CHANGES | 00:11 |
bkero | The delorean task (AFAICT) is just building whatever packages happen to be listed in ZUUL_CHANGES and making a repo out of them | 00:12 |
pabelanger | zuul adds all changes in the dependent pipeline, regardless of branch | 00:12 |
pabelanger | seems odd to build master | 00:12 |
pabelanger | if you are running stable/newton | 00:12 |
bkero | Do you think there should be a filter to only build packages with a certain branch? | 00:13 |
bkero | Or to trigger a separate job for each branch that contains changes? | 00:13 |
pabelanger | I'm not sure, somebody who knows DLRM more needs to answer that | 00:14 |
bkero | How urgent is this? | 00:14 |
pabelanger | shurgs | 00:15 |
pabelanger | but this is likely another reason why gate was bombing this week | 00:15 |
bkero | I don't know either, and could learn, but at 1715 on a friday it's going to take me a while and would be easier/faster for someone knowledgeable to do it. | 00:15 |
bkero | I'll definitely make a note of this. It should be a bug someplace. | 00:15 |
pabelanger | so, until fix, any non master package is likey going to fail to merge | 00:15 |
*** colonwq has quit IRC | 00:15 | |
bkero | awesome | 00:16 |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Add filter for zuul_deps https://review.openstack.org/449846 | 00:18 |
pabelanger | bkero: ^step 1 | 00:18 |
pabelanger | untested | 00:18 |
*** colonwq has joined #tripleo | 00:19 | |
*** tbonds has quit IRC | 00:19 | |
bkero | pabelanger: Isn't that just going to match the first branch that's listed in ZUUL_CHANGES? | 00:20 |
bkero | In this case it'll still be master | 00:20 |
pabelanger | wait for it | 00:21 |
bkero | pabelanger: Oh. You're also going to need to pass a 'branch' arg in roles/build-test-packages/main.yml under 'Parse zuul changes' | 00:22 |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Only parse change for the ZUUL_BRANCH we care about https://review.openstack.org/449847 | 00:22 |
pabelanger | bkero: yes | 00:22 |
bkero | That makes sense | 00:22 |
bkero | pabelanger++ | 00:22 |
pabelanger | I don't know enough about DLRN, but that seem to make sense to be | 00:22 |
pabelanger | me* | 00:23 |
bkero | Neither do I | 00:23 |
pabelanger | other wise, it is just wasting resources for packages that will never get installed | 00:23 |
pabelanger | there is still the last issue, about duplicate projects in ZUUL_CHANGES | 00:23 |
pabelanger | but lets see what ppl say about ^ first | 00:23 |
bkero | That might take a more nuanced fix | 00:24 |
bkero | Like only building the end of dep-chain changes, or splitting to do multiple jobs | 00:24 |
*** b00tcat has quit IRC | 00:25 | |
pabelanger | well, it will build a package, but it won't be the right refspec | 00:25 |
pabelanger | meaning, in the gate, you'll never test the right code | 00:25 |
*** b00tcat has joined #tripleo | 00:25 | |
pabelanger | which, could also explain some of the failures this week | 00:25 |
*** colonwq has quit IRC | 00:26 | |
pabelanger | EmilienM: ^when you are sober enough | 00:26 |
pabelanger | and with that, I fetch a beer | 00:26 |
bkero | o/ | 00:27 |
*** colonwq has joined #tripleo | 00:28 | |
EmilienM | bkero: so we never tested stable branches before? | 00:28 |
EmilienM | pabelanger: I will | 00:28 |
bkero | EmilienM: I don't know if they've had the case where stable and master changes were told to test at the same time. | 00:29 |
*** colonwq has quit IRC | 00:40 | |
*** colonwq has joined #tripleo | 00:40 | |
*** trozet has quit IRC | 00:53 | |
*** limao has joined #tripleo | 00:54 | |
*** noslzzp has quit IRC | 00:55 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs https://review.openstack.org/359215 | 01:07 |
radez | numans: ping, I'm trying to run the ha install of OVN and getting pacemaker errors using the puppet-tripleo patch for OVN pcmk, are you still working on that or is it expected to work? | 01:08 |
*** trozet has joined #tripleo | 01:09 | |
*** ooolpbot has joined #tripleo | 01:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 01:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674681 | 01:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 01:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 01:10 |
*** ooolpbot has quit IRC | 01:10 | |
openstack | Launchpad bug 1674681 in tripleo "buildlogs.centos.org CDN issues" [Critical,Triaged] | 01:10 |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 01:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 01:10 |
*** colonwq has quit IRC | 01:12 | |
*** colonwq has joined #tripleo | 01:14 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Fixes OpenDaylightProviderMappings hiera parsing https://review.openstack.org/449174 | 01:17 |
openstackgerrit | Merged openstack/tripleo-ui master: Imported Translations from Zanata https://review.openstack.org/449507 | 01:19 |
openstackgerrit | Tim Rozet proposed openstack/tripleo-heat-templates stable/ocata: Fixes OpenDaylightProviderMappings hiera parsing https://review.openstack.org/449849 | 01:19 |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Reverse list of zuul_changes https://review.openstack.org/449850 | 01:23 |
pabelanger | EmilienM: bkero: that should fix building of the wrong package^ | 01:24 |
pabelanger | again, untested | 01:24 |
bkero | pabelanger: makes sense | 01:29 |
EmilienM | pabelanger: makes sense, yeah | 01:38 |
bkero | Can we make the assumption that zuul will give it to us in a consistent order though? | 01:40 |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Address multiple gate issues https://review.openstack.org/449850 | 01:41 |
pabelanger | EmilienM: okay, squash into a single commit | 01:42 |
pabelanger | to make things easier to merge | 01:42 |
*** lblanchard has quit IRC | 01:45 | |
*** dsneddon has quit IRC | 01:55 | |
EmilienM | pabelanger: ack, i'll approve it | 01:59 |
pabelanger | EmilienM: it is untested, but once in the gate, anything behind it should stop failing | 02:03 |
*** ooolpbot has joined #tripleo | 02:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 02:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 02:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 02:10 |
*** ooolpbot has quit IRC | 02:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 02:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 02:10 |
*** noslzzp has joined #tripleo | 02:16 | |
pabelanger | EmilienM: I am also going to hold a node, so I can fix this networking issue you are having | 02:16 |
pabelanger | EmilienM: as an example, ICMP packets are getting dropped on this node for some reason | 02:17 |
*** fpan has quit IRC | 02:17 | |
EmilienM | pabelanger: ok | 02:18 |
EmilienM | pabelanger: I'm off for tonight, good night | 02:19 |
*** fzdarsky_ has joined #tripleo | 02:28 | |
*** fzdarsky has quit IRC | 02:31 | |
*** [1]cdearborn has quit IRC | 02:49 | |
*** noslzzp has quit IRC | 03:02 | |
dmsimard | pabelanger: https://review.openstack.org/#/c/448512/ failed again | 03:03 |
*** noslzzp has joined #tripleo | 03:03 | |
dmsimard | Can we rebase it ? | 03:03 |
dmsimard | It will lose +W though | 03:03 |
*** noslzzp has quit IRC | 03:08 | |
*** ooolpbot has joined #tripleo | 03:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 03:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 03:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 03:10 |
*** ooolpbot has quit IRC | 03:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 03:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 03:10 |
*** colonwq has quit IRC | 03:18 | |
*** colonwq has joined #tripleo | 03:19 | |
*** noslzzp has joined #tripleo | 03:34 | |
*** trozet has quit IRC | 03:40 | |
*** limao has quit IRC | 03:50 | |
*** noslzzp has quit IRC | 03:57 | |
*** ooolpbot has joined #tripleo | 04:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 04:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 04:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 04:10 |
*** ooolpbot has quit IRC | 04:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 04:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 04:10 |
*** tzumainn has quit IRC | 04:29 | |
*** colonwq has quit IRC | 04:56 | |
*** colonwq has joined #tripleo | 04:57 | |
*** ooolpbot has joined #tripleo | 05:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 05:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 05:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 05:10 |
*** ooolpbot has quit IRC | 05:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 05:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 05:10 |
*** limao has joined #tripleo | 05:13 | |
*** limao_ has joined #tripleo | 05:25 | |
*** limao has quit IRC | 05:28 | |
*** limao_ has quit IRC | 05:30 | |
*** limao has joined #tripleo | 05:30 | |
*** colonwq has quit IRC | 05:38 | |
*** colonwq has joined #tripleo | 05:39 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Add timestamps to quickstart logs https://review.openstack.org/446075 | 05:47 |
*** noslzzp has joined #tripleo | 05:54 | |
*** noslzzp has quit IRC | 05:59 | |
*** dsneddon has joined #tripleo | 06:00 | |
*** noslzzp has joined #tripleo | 06:01 | |
*** dsneddon has quit IRC | 06:05 | |
*** noslzzp has quit IRC | 06:06 | |
*** colonwq has quit IRC | 06:06 | |
*** limao has quit IRC | 06:06 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Rework container volumes as hostpath mounts https://review.openstack.org/448510 | 06:07 |
*** limao has joined #tripleo | 06:07 | |
*** colonwq has joined #tripleo | 06:10 | |
*** ooolpbot has joined #tripleo | 06:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 06:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 06:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 06:10 |
*** ooolpbot has quit IRC | 06:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 06:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 06:10 |
*** bogdando has joined #tripleo | 06:13 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Collect more info about docker https://review.openstack.org/441050 | 06:20 |
openstackgerrit | Merged openstack/instack master: Allow instack to work with pre-v2 versions of dib https://review.openstack.org/447116 | 06:20 |
*** dsneddon has joined #tripleo | 06:21 | |
*** limao has quit IRC | 06:32 | |
*** limao has joined #tripleo | 06:32 | |
*** limao has quit IRC | 06:53 | |
*** limao has joined #tripleo | 06:53 | |
*** noslzzp has joined #tripleo | 07:02 | |
*** noslzzp has quit IRC | 07:07 | |
*** ooolpbot has joined #tripleo | 07:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 07:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 07:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 07:10 |
*** ooolpbot has quit IRC | 07:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 07:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 07:10 |
*** limao has quit IRC | 07:14 | |
*** limao has joined #tripleo | 07:15 | |
*** dsariel has joined #tripleo | 07:15 | |
*** limao has quit IRC | 07:36 | |
*** limao has joined #tripleo | 07:36 | |
*** limao has quit IRC | 07:36 | |
*** limao has joined #tripleo | 07:37 | |
*** limao has quit IRC | 07:37 | |
*** iranzo has joined #tripleo | 07:38 | |
*** iranzo has joined #tripleo | 07:38 | |
*** limao has joined #tripleo | 07:38 | |
*** limao has quit IRC | 07:46 | |
*** limao has joined #tripleo | 07:46 | |
*** limao has quit IRC | 07:57 | |
*** limao has joined #tripleo | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK https://review.openstack.org/430277 | 08:00 |
*** zzzeek has joined #tripleo | 08:00 | |
*** fragatin_ has joined #tripleo | 08:07 | |
*** bogdando has quit IRC | 08:09 | |
*** ooolpbot has joined #tripleo | 08:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 08:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 08:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 08:10 |
*** ooolpbot has quit IRC | 08:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 08:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 08:10 |
*** fragatina has quit IRC | 08:10 | |
*** fragatin_ has quit IRC | 08:12 | |
*** limao has quit IRC | 08:19 | |
*** limao has joined #tripleo | 08:19 | |
*** limao has quit IRC | 08:24 | |
*** limao has joined #tripleo | 08:25 | |
*** larstobi has quit IRC | 08:26 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Address multiple gate issues https://review.openstack.org/449850 | 08:36 |
openstackgerrit | Merged openstack/tripleo-quickstart master: Change current repo to exact delorean hash https://review.openstack.org/448512 | 08:36 |
*** yamahata has quit IRC | 08:36 | |
*** limao has quit IRC | 08:43 | |
*** limao has joined #tripleo | 08:44 | |
*** limao has quit IRC | 08:50 | |
*** noslzzp has joined #tripleo | 09:04 | |
*** noslzzp has quit IRC | 09:09 | |
*** ooolpbot has joined #tripleo | 09:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 09:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 09:10 |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 09:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 09:10 |
*** ooolpbot has quit IRC | 09:10 | |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 09:10 |
openstackgerrit | Athlan-Guyot sofer proposed openstack/tripleo-heat-templates master: WIP: N->O upgrade, blanks ipv6 rules before activating it. https://review.openstack.org/449613 | 09:15 |
*** salmankhan has joined #tripleo | 09:35 | |
*** salmankhan has quit IRC | 09:41 | |
*** noslzzp has joined #tripleo | 10:05 | |
*** yolanda has joined #tripleo | 10:06 | |
*** noslzzp has quit IRC | 10:10 | |
*** ooolpbot has joined #tripleo | 10:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 10:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 10:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 10:10 |
*** ooolpbot has quit IRC | 10:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 10:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 10:10 |
*** fragatina has joined #tripleo | 10:22 | |
*** fragatina has quit IRC | 10:27 | |
*** ooolpbot has joined #tripleo | 11:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 11:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 11:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 11:10 |
*** ooolpbot has quit IRC | 11:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 11:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 11:10 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add missing metadata_settings from neutron-api profile https://review.openstack.org/449131 | 11:20 |
dmsimard | EmilienM: /current/ review finally merged after my recheck from last night, I re-enabled dlrn | 11:38 |
*** iranzo has quit IRC | 12:04 | |
*** ooolpbot has joined #tripleo | 12:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 12:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 12:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 12:10 |
*** ooolpbot has quit IRC | 12:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 12:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 12:10 |
*** brault has quit IRC | 12:27 | |
*** social has joined #tripleo | 12:50 | |
EmilienM | dmsimard: excellent, thanks | 12:57 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs https://review.openstack.org/359215 | 12:59 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Allow to configure policy.json for OpenStack projects https://review.openstack.org/445700 | 13:02 |
*** ooolpbot has joined #tripleo | 13:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 13:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 13:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 13:10 |
*** ooolpbot has quit IRC | 13:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 13:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 13:10 |
*** pradk has joined #tripleo | 13:38 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: CI test - never merge https://review.openstack.org/449937 | 13:41 |
*** dougbtv has quit IRC | 14:04 | |
*** Goneri has joined #tripleo | 14:08 | |
*** ooolpbot has joined #tripleo | 14:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 14:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 14:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 14:10 |
*** ooolpbot has quit IRC | 14:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 14:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 14:10 |
pabelanger | EmilienM: how does it look this morning? | 14:13 |
EmilienM | pabelanger: looks oh | 14:18 |
EmilienM | Looks ok | 14:18 |
EmilienM | We'll know more over the weekend | 14:18 |
pabelanger | Ya, I suspect you'll be able to merge things easier now | 14:18 |
EmilienM | I also need to try out your zuul thing | 14:18 |
pabelanger | ya, that would failing a lot of things | 14:19 |
EmilienM | With dependencies | 14:19 |
EmilienM | I'll do it later today | 14:19 |
EmilienM | I take the opportunity of rechecking patches | 14:20 |
pabelanger | EmilienM: 449849 should merge now, because it was blocked with zuul_deps bug | 14:20 |
pabelanger | so, if it does, then you are well on your way | 14:20 |
EmilienM | Ok I'll look . On my phone now | 14:20 |
EmilienM | Thanks again | 14:21 |
EmilienM | Afk now | 14:21 |
openstackgerrit | Merged openstack/instack-undercloud master: Configurable [clients]/endpoint_type for heat.conf https://review.openstack.org/448281 | 14:32 |
*** gbarros has quit IRC | 14:47 | |
openstackgerrit | Emilien Macchi proposed openstack/instack-undercloud stable/ocata: Configurable [clients]/endpoint_type for heat.conf https://review.openstack.org/449940 | 14:52 |
*** gbarros has joined #tripleo | 15:06 | |
*** ooolpbot has joined #tripleo | 15:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 15:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 15:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 15:10 |
*** ooolpbot has quit IRC | 15:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 15:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 15:10 |
*** gbarros has quit IRC | 15:11 | |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Stop cloning from review.o.o for dlrn https://review.openstack.org/449951 | 15:11 |
openstackgerrit | Paul Belanger proposed openstack/tripleo-quickstart-extras master: Stop cloning from review.o.o for dlrn https://review.openstack.org/449951 | 15:13 |
pabelanger | weshay: EmilienM: who is core on tripleo-quickstart-extra, ^ should be properly reviewed. | 15:14 |
EmilienM | pabelanger: ok | 15:27 |
EmilienM | pabelanger: done | 15:28 |
pabelanger | EmilienM: also, where do you setup openstack-ocata repos? | 15:29 |
pabelanger | 2017-03-25 14:48:06 | baseurl = http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/ | 15:29 |
pabelanger | you should be using the AFS mirror | 15:29 |
pabelanger | but I cannot find the code were you set it up | 15:29 |
pabelanger | eg: http://mirror.dfw.rax.openstack.org/centos/7/cloud/x86_64/openstack-ocata/ | 15:29 |
EmilienM | gimme a sec | 15:30 |
EmilienM | I already see NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.$NODEPOOL_REGION.$NODEPOOL_CLOUD.openstack.org} in oooq jobs | 15:32 |
pabelanger | http://logs.openstack.org/81/439681/2/gate/gate-tripleo-ci-centos-7-nonha-multinode-oooq/9230373/logs/undercloud/home/jenkins/repo_setup.log.txt.gz | 15:32 |
pabelanger | is where I am looking | 15:32 |
pabelanger | grep baseurl | 15:32 |
pabelanger | most are right | 15:32 |
pabelanger | http://mirror.dfw.rax.openstack.org/centos/7/storage/x86_64/ | 15:33 |
EmilienM | ah it's because we deploy centos-release-ceph-jewel rpm | 15:33 |
pabelanger | needs to be set too | 15:33 |
pabelanger | ya | 15:33 |
EmilienM | and it point to centos.org | 15:33 |
EmilienM | unfortunatly I can't look right now | 15:33 |
pabelanger | np | 15:33 |
EmilienM | I'm preparing my flight and about to leave the keyboard | 15:33 |
pabelanger | safe trip | 15:33 |
EmilienM | pabelanger: quebec - sherbrooke, back in the evening :-) | 15:34 |
*** tzumainn has joined #tripleo | 15:41 | |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK https://review.openstack.org/430277 | 16:00 |
*** ooolpbot has joined #tripleo | 16:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 16:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 16:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 16:10 |
*** ooolpbot has quit IRC | 16:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 16:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 16:10 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/ocata: Fixes OpenDaylightProviderMappings hiera parsing https://review.openstack.org/449849 | 16:21 |
*** fragatina has joined #tripleo | 16:29 | |
*** fragatina has quit IRC | 16:33 | |
*** Goneri has quit IRC | 16:46 | |
*** Goneri has joined #tripleo | 16:57 | |
*** Goneri has quit IRC | 17:05 | |
*** ooolpbot has joined #tripleo | 17:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 17:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 17:10 |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 17:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 17:10 |
*** ooolpbot has quit IRC | 17:10 | |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 17:10 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Refactor: block-device filesystem creation, mount and fstab https://review.openstack.org/444586 | 17:13 |
*** Goneri has joined #tripleo | 17:15 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Fix usage of CinderNfsServers https://review.openstack.org/448208 | 17:22 |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Bring back postci log https://review.openstack.org/448135 | 17:22 |
openstackgerrit | Merged openstack/puppet-tripleo master: Ensure iscsi-initiator-utils installed https://review.openstack.org/449200 | 17:22 |
openstackgerrit | Merged openstack/os-net-config stable/newton: Network service is failing with DPDK https://review.openstack.org/433496 | 17:22 |
*** fragatina has joined #tripleo | 17:55 | |
*** fragatina has quit IRC | 17:56 | |
*** fragatina has joined #tripleo | 17:57 | |
*** yamahata has joined #tripleo | 17:58 | |
*** ooolpbot has joined #tripleo | 18:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 18:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 18:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1675174 | 18:10 |
*** ooolpbot has quit IRC | 18:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 18:10 |
openstack | Launchpad bug 1675174 in tripleo "Timeout passed to overcloud deploy not effective" [Critical,Triaged] | 18:10 |
*** tzumainn has quit IRC | 18:29 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Refactor: block-device filesystem creation, mount and fstab https://review.openstack.org/444586 | 18:49 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo stable/ocata: Ensure iscsi-initiator-utils installed https://review.openstack.org/449964 | 18:50 |
*** yatinkarel has quit IRC | 19:05 | |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/newton: Pick dynamically the first node for stack validation https://review.openstack.org/447419 | 19:08 |
*** ooolpbot has joined #tripleo | 19:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 19:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 19:10 |
*** ooolpbot has quit IRC | 19:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 19:10 |
openstackgerrit | Merged openstack/python-tripleoclient master: Use tmp env path when rewriting absolute resource paths https://review.openstack.org/443131 | 19:16 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/newton: Make ServiceNetMap support custom network names https://review.openstack.org/446112 | 19:17 |
*** yatinkarel has joined #tripleo | 19:17 | |
pabelanger | EmilienM: Gate is pretty green now. | 19:19 |
pabelanger | EmilienM: there is still an issue with network failures, I'd like to see us identify things that are going out over the internet, and fix that. DLRN for example, mock is still using upstream mirrors over local AFS caches | 19:20 |
pabelanger | github.com dependencies will be harder | 19:20 |
pabelanger | http://logs.openstack.org/58/448958/1/gate/gate-puppet-tacker-puppet-unit-4.5-centos-7/d3eab02/console.html | 19:25 |
pabelanger | I am also pretty sure this is an issue with osic-cloud1^ | 19:25 |
pabelanger | going to work on that for monday | 19:25 |
*** dbecker has quit IRC | 19:43 | |
*** iranzo has joined #tripleo | 19:54 | |
*** iranzo has joined #tripleo | 19:54 | |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/ocata: Pick dynamically the first node for stack validation https://review.openstack.org/447416 | 20:01 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Install openstack-selinux for deployed-server https://review.openstack.org/448789 | 20:01 |
openstackgerrit | Merged openstack/puppet-tripleo stable/ocata: Explicitly configure credentials used by ironic to access other services https://review.openstack.org/448028 | 20:01 |
*** Goneri has quit IRC | 20:04 | |
*** ooolpbot has joined #tripleo | 20:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 20:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 20:10 |
*** ooolpbot has quit IRC | 20:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 20:10 |
*** iranzo has quit IRC | 20:14 | |
*** Goneri has joined #tripleo | 20:23 | |
*** salmankhan has joined #tripleo | 20:24 | |
*** chem_off has quit IRC | 20:24 | |
*** fzdarsky_ has quit IRC | 20:27 | |
openstackgerrit | Merged openstack/puppet-tripleo stable/ocata: Correct haproxy's stat unix socket path https://review.openstack.org/445479 | 20:54 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/ocata: Explicitly configure credentials used by ironic to access other services https://review.openstack.org/448029 | 20:54 |
openstackgerrit | Merged openstack/instack-undercloud master: Remove compute_manager, deprecated in Nova https://review.openstack.org/447531 | 20:54 |
openstackgerrit | Merged openstack/instack-undercloud master: Add auth/authtoken configuration for novajoin https://review.openstack.org/447953 | 20:54 |
openstackgerrit | Merged openstack/instack-undercloud master: Disable VIP validation when UI is enabled https://review.openstack.org/449192 | 20:54 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Fixes missing firewall rules for neutron_ovs_dpdk_agent service https://review.openstack.org/448623 | 20:54 |
*** ooolpbot has joined #tripleo | 21:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 21:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 21:10 |
*** ooolpbot has quit IRC | 21:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 21:10 |
openstackgerrit | Pradeep Kilambi proposed openstack/puppet-tripleo master: Re-run gnocchi and ceilometer upgrade in step 5 https://review.openstack.org/447599 | 21:33 |
*** salmankhan has quit IRC | 21:33 | |
openstackgerrit | Pradeep Kilambi proposed openstack/tripleo-heat-templates master: Swift auth url should use a suffix https://review.openstack.org/448077 | 21:34 |
openstackgerrit | Pradeep Kilambi proposed openstack/instack-undercloud master: Run ceilometer-upgrade for gnocchi conditionally https://review.openstack.org/448762 | 21:36 |
*** salmankhan has joined #tripleo | 21:46 | |
*** salmankhan has quit IRC | 21:53 | |
*** salmankhan has joined #tripleo | 22:00 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs https://review.openstack.org/359215 | 22:03 |
*** salmankhan has quit IRC | 22:04 | |
*** ooolpbot has joined #tripleo | 22:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 22:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 22:10 |
*** ooolpbot has quit IRC | 22:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 22:10 |
*** yamahata has quit IRC | 22:29 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci master: Create dir on subnode for copying deploy.env https://review.openstack.org/447849 | 22:31 |
*** salmankhan has joined #tripleo | 22:50 | |
*** Goneri has quit IRC | 22:54 | |
*** ooolpbot has joined #tripleo | 23:10 | |
ooolpbot | URGENT TRIPLEO TASKS NEED ATTENTION | 23:10 |
ooolpbot | https://bugs.launchpad.net/tripleo/+bug/1674770 | 23:10 |
*** ooolpbot has quit IRC | 23:10 | |
openstack | Launchpad bug 1674770 in tripleo "Update timeout too long in CI" [Critical,Triaged] | 23:10 |
*** salmankhan has quit IRC | 23:11 | |
*** mrunge has quit IRC | 23:18 | |
*** mrunge has joined #tripleo | 23:21 | |
*** tbonds has joined #tripleo | 23:50 | |
*** yamahata has joined #tripleo | 23:51 | |
*** dtrainor has quit IRC | 23:57 | |
*** tbonds has quit IRC | 23:58 | |
*** tbonds has joined #tripleo | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!