Friday, 2016-10-07

*** bytesandbolts has joined #rdo00:02
*** pviktori has joined #rdo00:06
*** suresh12 has joined #rdo00:06
pabelangerdmsimard: https://review.rdoproject.org/jenkins/job/DLRN-rpmbuild/4005/ should fail DLRN00:06
pabelangerand send an email00:06
ggilliesbkero: oh hmmm00:06
*** dtantsur has joined #rdo00:06
*** pblaho has joined #rdo00:06
bkeroggillies: Fixing now00:06
ggilliesssh problems always seem so obvious afterwards00:06
rdogerritBen Kero created config: multinode: Copy nodepool's pubkey to ~jenkins/.ssh/  http://review.rdoproject.org/r/318200:07
bkeroggillies: ^00:07
*** lkoranda has joined #rdo00:07
bkeroI didn't actually know that SSH key negotiation used the pubkey for fingerprinting.00:07
bkerodmsimard: so unping. :) Figured it out.00:07
*** pcaruana has joined #rdo00:08
pabelangerthat doesn't look right00:08
*** seanatcisco has quit IRC00:08
bkero?00:08
pabelangerI don't understand why you are putting nodepools public key into jenkins home folder00:09
pabelangerwhat are you trying to do?00:09
pabelangerdmsimard: and failed00:11
bkeropabelanger: preventing mismatched priv/pub key conflict since there was an older key there. I could just as soon delete it because I'm not using functionality that requires the pubkey.00:11
pabelangerbkero: is there a log file?00:13
bkeropabelanger: oh plenty00:13
bkeropabelanger: http://paste.openstack.org/show/584745/00:13
bkeroNote the different fingerprints00:13
apevecdmsimard, https://ci.centos.org/view/rdo/view/weirdo/job/weirdo-stable-newton/2/ failed a lot :(00:14
bkeropabelanger: actually the fingerprints are in this log: http://paste.openstack.org/show/584747/00:15
*** suresh12_ has joined #rdo00:15
*** suresh12 has quit IRC00:17
apevecok it was just unlucky timing, repomd.xml was 40400:17
*** suresh12 has joined #rdo00:17
*** suresh12_ has quit IRC00:19
pabelangerbkero: what user did you run the commands as?00:19
bkeropabelanger: jenkins user00:20
*** suresh12_ has joined #rdo00:20
pabelangerokay, well, something is wrong with your permissions on your keys. Why does your id_rsa files have 0444?00:21
pabelangerthey should be 060000:21
*** suresh12 has quit IRC00:22
*** pgadiya has quit IRC00:22
*** suresh12 has joined #rdo00:22
bkeroFor those logs I was copying the perms from /etc/nodepool's keys in case that was a problem and I was somehow misremembering what perms openssh-server likes.00:22
bkeroThe perms are usually 0600.00:23
bkeroBut the nodepool ones aren't. See: https://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/multinode_setup.sh00:23
bkeroline 4400:23
pabelangerya, IIRC, we don't use them after the node is launched, we open them up so people are access them00:23
bkeroThey're definitely used to access the subnodes00:24
pabelangerreally? that is surprising00:24
weshayapevec,  deploy worked on minimal00:24
weshay2016-10-07 00:23:52Z [overcloud.ControllerAllNodesDeployment.0]: SIGNAL_COMPLETE  Unknown00:24
weshay Stack overcloud CREATE_COMPLETE00:24
weshayOvercloud Endpoint: http://10.0.0.11:5000/v2.000:24
weshayOvercloud Deployed00:24
weshay+ heat stack-list00:24
bkerohttps://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/multinode_setup.sh#L3100:24
pabelangerOh, yes00:25
*** suresh12_ has quit IRC00:25
apevecweshay, thanks, so it's "just" flapping...00:25
pabelangerbut we don't do ssh -i /etc/nodepool/id_rsa remoteip00:25
pabelangerso, surprised that works00:25
pabelangerwhen permissions are not 060000:25
*** suresh12_ has joined #rdo00:25
bkerotripleo-ci does00:25
pabelangercentos must be different00:25
bkeroI think the base images for rdo's nodepool images are different00:25
bkeroin that they have a id_rsa{.pub} already in place00:26
bkero(in $HOME/.ssh/)00:26
pabelangerya00:26
pabelangerwe don't have that00:26
pabelangershould likey delete them00:26
bkeroand that's exactly what bit us here00:26
* bkero will amend his patch for that00:26
pabelangerOh00:26
*** suresh12 has quit IRC00:26
*** dmacpher has quit IRC00:26
*** paragan has joined #rdo00:26
pabelangerthat's because use need it to run puppet on the remote node00:27
pabelangersince you are still doing snapshots00:27
pabelangerokay, that explains it00:27
pabelangerso, what you should do00:27
pabelangeris after prepare_node.sh runs, clean up the pub / private keys00:27
bkeroI think setup_multinode.sh is run after prepare_node.sh.00:27
*** crazyraven has joined #rdo00:27
pabelangeryes00:27
bkeroSo we can just clean it up in there00:28
pabelangerbut when that runs, you shouldn't have existing ssh keys in /home/jenkins00:28
pabelangerthat is too late I think00:28
bkerobut it seems there are00:28
bkeroThe ready-script is setup_multinode.sh. That's not too late.00:28
pabelangerwhen the images update for the day, the last thing it should do is clean up keys in00:28
bkeroOh, I suppose we could clean it up in those scripts.00:29
pabelangerlet me find the prepare node script00:29
pabelangerbkero: the problem is in the rdo-base.sh script00:30
*** suresh12_ has quit IRC00:30
rdogerritBen Kero created config: oooq: Delete debugging functionality  http://review.rdoproject.org/r/318300:30
pabelanger# SSH key for the Jenkins user00:30
pabelangershouldn't happen00:30
*** gfidente has quit IRC00:30
pabelangerexecpt the authorized_keys step00:30
pabelangerthen jobs, if they need SSH keys, should add them00:30
bkeropabelanger: I wonder how many jobs will break if those two lines are deleted though.00:31
pabelangernot sure00:31
*** rdas has quit IRC00:31
pabelangerdmsimard: apevec: https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00029.html00:31
bkeroI'll let you +2 it then. :)00:31
pabelanger:)00:32
pabelangernot core00:32
bkerodurn00:32
*** suresh12 has joined #rdo00:32
*** suresh12 has quit IRC00:32
apevecpabelanger, FAIL as success!00:32
pabelangerjust offering my thought leadering00:32
*** suresh12 has joined #rdo00:32
bkeropabelanger: I'll ask for some thought leadering when I'm trying to clean up this other job later.00:32
pabelangerapevec: Yup, so that would be an example of upstream patch that pass the check pipeline, but failed to patch.  EG: a breaking change00:33
apevecwell it failed on mirror.centos.org unreachable :)00:33
apevechttp://46.231.132.68:8080/v1/AUTH_b50e80d3969f441a8b7b1fe831003e0a/rdoartifacts/01/383501/1/openstack-check-verified/DLRN-rpmbuild/Z2335bd3ba4e64e8b87005c209f3ebd19/artifacts/centos/repos/53/88/53885b56ab07da038bd9b6cf6fb866b9ceeba415_32c5a2ce/rpmbuild.log00:33
apevecbut yeah, it would fail past this, we caught it in master-head https://review.rdoproject.org/r/#/c/3063/00:34
pabelangerapevec: oh, it should have failed because I deleted the README00:34
apevecand jpena already filed https://bugs.launchpad.net/python-openstackclient/+bug/163069400:34
openstackLaunchpad bug 1630694 in python-openstackclient "Unit tests fail if using os-client-config after commit 8b7859e21e64027d20f158737bbf70bbe409b847" [Undecided,New]00:34
pabelangereither way, the email works00:34
apevecpabelanger, it didn't get to that point...00:35
pabelangerk00:35
rdogerritBen Kero created config: rdo-base: Remove ssh key generation.  http://review.rdoproject.org/r/318400:35
bkeropabelanger: ^00:36
bkerotristanC: ^ (abandoning the other patch)00:36
pabelangerbkero: +100:37
*** suresh12_ has joined #rdo00:39
*** suresh12 has quit IRC00:39
apevechttps://www.redhat.com/archives/rdo-list/2016-October/msg00034.html00:40
rdogerritMerged config: oooq: Delete debugging functionality  http://review.rdoproject.org/r/318300:40
trown|outtypewwwapevec: I just ran a local minimal run with the cloudsig-testing image and it is on tempest now00:41
trown|outtypewwwapevec: so should be good to go00:41
apevecwe did go :)00:41
trown|outtypewwwoh cool :)00:41
apevectweet as you can!00:42
*** suresh12 has joined #rdo00:42
*** suresh12_ has quit IRC00:42
trown|outtypewwwto bed for me :)00:42
*** apevec has quit IRC00:43
weshayah.. cool00:45
weshayI like how we shoot first and ask questions later :)00:46
*** weshay is now known as weshay_audi_5k00:47
rdogerritrdo-trunk created openstack/networking-cisco-distgit: python-networking-cisco: failed to build ddde748  http://review.rdoproject.org/r/318500:49
*** puzzled has quit IRC00:50
*** Pavo has quit IRC00:51
*** Pavo has joined #rdo00:51
weshay_audi_5k======00:56
weshay_audi_5kTotals00:56
weshay_audi_5k======00:56
weshay_audi_5kRan: 105 tests in 1659.0000 sec.00:56
weshay_audi_5k - Passed: 9900:56
weshay_audi_5k - Skipped: 600:56
weshay_audi_5k - Expected Fail: 000:56
weshay_audi_5k - Unexpected Success: 000:56
weshay_audi_5k - Failed: 000:56
weshay_audi_5kSum of execute time for each test: 2041.2651 sec.00:56
weshay_audi_5kwe're good x2.. :) don't believe it if ci.centos fails the minimal job :)00:57
*** suresh12_ has joined #rdo01:03
*** suresh12 has quit IRC01:04
*** suresh12 has joined #rdo01:06
*** suresh12_ has quit IRC01:07
*** jcoufal has quit IRC01:09
*** jhershbe has joined #rdo01:09
*** jcoufal has joined #rdo01:10
*** saneax is now known as saneax-_-|AFK01:14
*** suresh12_ has joined #rdo01:15
*** suresh12 has quit IRC01:16
*** suresh12 has joined #rdo01:17
*** suresh12_ has quit IRC01:20
*** jcoufal has quit IRC01:21
*** dmacpher has joined #rdo01:22
*** suresh12 has quit IRC01:22
*** paragan has quit IRC01:23
*** akshai has joined #rdo01:23
*** jcoufal has joined #rdo01:24
*** akshai_ has joined #rdo01:26
*** fandi has joined #rdo01:27
*** akshai has quit IRC01:29
*** tiswanso has joined #rdo01:33
*** jcoufal has quit IRC01:33
*** jcoufal has joined #rdo01:34
*** Son_Goku has joined #rdo01:36
*** gildub_ has quit IRC01:36
*** gildub has quit IRC01:36
*** gildub has joined #rdo01:36
*** gildub has quit IRC01:37
*** jcoufal has quit IRC01:46
*** eaguilar has joined #rdo01:47
*** nyechiel_ has joined #rdo01:50
*** ayoung has quit IRC01:52
*** ayoung has joined #rdo01:55
*** jcoufal has joined #rdo01:55
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info01:57
*** jcoufal has quit IRC02:00
rdogerritBen Kero created config: oooq: Create devstack-gate's required 'new' symlink on subnodes  http://review.rdoproject.org/r/318602:03
rdogerritMerged config: oooq: Create devstack-gate's required 'new' symlink on subnodes  http://review.rdoproject.org/r/318602:04
*** limao has joined #rdo02:06
*** limao has quit IRC02:09
*** limao has joined #rdo02:09
*** limao_ has quit IRC02:09
*** shaunm has quit IRC02:14
*** limao_ has joined #rdo02:17
*** limao has quit IRC02:19
*** suresh12 has joined #rdo02:23
*** Son_Goku has quit IRC02:24
*** aortega has joined #rdo02:29
*** suresh12 has quit IRC02:29
*** limao_ has quit IRC02:30
*** limao has joined #rdo02:30
*** limao has quit IRC02:35
*** limao has joined #rdo02:36
*** apetrich has quit IRC02:37
*** apetrich has joined #rdo02:38
*** pilasguru1 has joined #rdo02:43
*** crossbuilder has joined #rdo02:43
*** crossbuilder_ has quit IRC02:44
*** pilasguru has quit IRC02:45
*** pilasguru1 is now known as pilasguru02:45
*** jhershbe has quit IRC02:45
*** Pavo has quit IRC02:50
*** fandi has quit IRC02:53
*** Pavo has joined #rdo02:56
*** rlandy has quit IRC03:04
*** jeckersb is now known as jeckersb_gone03:11
*** paragan has joined #rdo03:21
*** suresh12 has joined #rdo03:26
*** suresh12 has quit IRC03:33
*** vimal has joined #rdo03:34
*** imcleod has quit IRC03:35
*** gildub has joined #rdo03:40
*** kberger has quit IRC03:41
*** nyechiel_ has quit IRC03:41
*** fandi has joined #rdo03:55
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info03:57
*** sdake_ has joined #rdo03:58
*** fandi has quit IRC04:01
*** sdake has quit IRC04:01
*** suresh12 has joined #rdo04:02
*** sdake has joined #rdo04:05
*** bytesandbolts has quit IRC04:07
*** sdake has quit IRC04:07
*** sdake_ has quit IRC04:07
*** sdake has joined #rdo04:08
*** bytesandbolts has joined #rdo04:11
*** akshai_ has quit IRC04:11
*** suresh12_ has joined #rdo04:17
*** suresh12_ has quit IRC04:19
*** suresh12_ has joined #rdo04:20
*** suresh12 has quit IRC04:20
*** Jeffrey4l_ has joined #rdo04:20
Jeffrey4l_the rdo master branch is busted? http://logs.openstack.org/66/383066/1/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/16d0cfc/console.html#_2016-10-07_03_15_17_53930904:20
Jeffrey4l_we are using this repo file http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/delorean.repo04:21
*** jcoufal has joined #rdo04:21
*** suresh12 has joined #rdo04:25
*** jcoufal has quit IRC04:26
*** eaguilar has quit IRC04:26
*** suresh12_ has quit IRC04:26
*** ohochman has quit IRC04:29
*** gkadam has joined #rdo04:31
*** gkadam is now known as Guest3200404:31
*** Guest32004 is now known as gkadam04:31
*** vimal has quit IRC04:35
*** suresh12_ has joined #rdo04:37
*** Amita has joined #rdo04:38
*** suresh12 has quit IRC04:40
*** suresh12 has joined #rdo04:40
*** aortega has quit IRC04:42
*** suresh12_ has quit IRC04:42
*** sdake_ has joined #rdo04:45
*** suresh12 has quit IRC04:46
*** sdake has quit IRC04:47
*** Pavo has quit IRC04:50
*** vimal has joined #rdo04:55
*** Pavo has joined #rdo04:55
*** anilvenkata has joined #rdo04:58
*** satya4ever has joined #rdo05:00
*** limao_ has joined #rdo05:01
*** limao has quit IRC05:04
*** rdas has joined #rdo05:05
*** nyechiel_ has joined #rdo05:08
*** jaosorior has joined #rdo05:13
*** satya4ever has quit IRC05:13
*** satya4ever has joined #rdo05:13
*** fandi has joined #rdo05:19
*** limao has joined #rdo05:22
*** limao_ has quit IRC05:24
*** nyechiel_ has quit IRC05:28
*** saneax-_-|AFK is now known as saneax05:28
*** Poornima has joined #rdo05:33
*** Amita has quit IRC05:35
*** pilasguru has quit IRC05:36
*** fandi__ has joined #rdo05:40
*** richm has quit IRC05:40
*** mosulica has joined #rdo05:41
*** scorcoran_afk has joined #rdo05:42
*** pbandark has joined #rdo05:43
*** fandi has quit IRC05:43
*** numans has joined #rdo05:44
*** limao_ has joined #rdo05:44
*** limao has quit IRC05:45
*** Amita has joined #rdo05:52
*** coolsvap has joined #rdo05:55
*** TSCHAK has quit IRC05:57
*** TSCHAK_ has quit IRC05:57
*** TSCHAK has joined #rdo05:57
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info05:57
*** gildub has quit IRC06:04
*** limao_ has quit IRC06:05
*** limao has joined #rdo06:05
*** iranzo has joined #rdo06:10
*** rasca has joined #rdo06:24
*** smeyer has joined #rdo06:25
*** limao has quit IRC06:26
*** limao has joined #rdo06:26
*** aufi has joined #rdo06:28
*** egallen has joined #rdo06:31
*** egallen has quit IRC06:32
*** paramite has joined #rdo06:39
*** scorcoran_afk has quit IRC06:39
*** mcornea has joined #rdo06:40
*** dmacpher has quit IRC06:42
*** chandankumar has joined #rdo06:43
*** dgurtner has joined #rdo06:43
*** limao has quit IRC06:46
*** limao has joined #rdo06:46
*** egallen has joined #rdo06:47
*** KarlchenK has joined #rdo06:49
*** Pavo has quit IRC06:50
*** sdake has joined #rdo06:50
*** rcernin has joined #rdo06:51
*** sdake_ has quit IRC06:52
*** Pavo has joined #rdo06:55
*** dgurtner has quit IRC06:56
*** limao_ has joined #rdo06:56
*** dgurtner has joined #rdo06:56
*** ade_b has joined #rdo06:59
*** limao has quit IRC07:00
*** kaminohana has quit IRC07:00
*** limao_ has quit IRC07:01
*** limao has joined #rdo07:01
*** tesseract- has joined #rdo07:03
*** KarlchenK has quit IRC07:04
*** shardy has joined #rdo07:04
*** ohamada has joined #rdo07:05
*** fzdarsky|afk has joined #rdo07:09
*** sdake has quit IRC07:09
*** ccamacho has joined #rdo07:10
*** fzdarsky|afk is now known as fzdarsky07:10
*** egallen has quit IRC07:12
*** sdake has joined #rdo07:13
*** jprovazn has joined #rdo07:13
*** toanju has joined #rdo07:13
*** limao_ has joined #rdo07:16
*** pgadiya has joined #rdo07:16
*** limao has quit IRC07:19
*** limao_ has quit IRC07:20
*** limao has joined #rdo07:21
*** jpena|off is now known as jpena07:21
jpenagood morning!07:21
*** panda|off is now known as panda07:22
*** fzdarsky is now known as fzdarsky|afk07:23
*** dgurtner has quit IRC07:24
*** dgurtner has joined #rdo07:27
*** ioni has joined #rdo07:28
ionihello guys07:28
ioniquick start guide mentions openstack-mitaka07:28
ioniat step 107:28
*** Guest21331 has quit IRC07:28
*** Guest21331 has joined #rdo07:28
*** Guest21331 is now known as assassin07:28
*** puzzled_ has joined #rdo07:29
*** puzzled_ has quit IRC07:30
*** zoli_gone-proxy is now known as zoliXXL07:31
*** fandi__ has quit IRC07:33
*** ihrachys has joined #rdo07:37
*** amoralej|off is now known as amoralej07:38
amoralejgood morning07:38
*** fandi has joined #rdo07:40
*** fandi has quit IRC07:41
*** paragan has quit IRC07:41
*** fandi has joined #rdo07:41
*** fandi has quit IRC07:42
rdogerritJavier Peña created openstack/networking-cisco-distgit: Add rpm-mitaka branch  http://review.rdoproject.org/r/318707:43
*** fandi has joined #rdo07:43
amoralejjpena, we still have some issue with promotion jobs configuration07:44
jpenaamoralej: what's wrong?07:44
amoralejsorry it was me, i was wrong :)07:45
amoralejJeffrey4l_ we are fixing it07:47
jpenawe need coffee :)07:47
jpenakbsingh, when you're around, we need your help with the sync scripts for DLRN repos to the CDN07:47
*** jpich has joined #rdo07:48
amoralejyesterday we switch http://trunk.rdoproject.org/centos7 from stable/newton to master and URL became wrong07:48
chandankumaramoralej, jpena dmellado number80 \o/07:49
amoralejgood morning chandankumar07:49
*** jlibosva has joined #rdo07:50
*** athomas has joined #rdo07:51
jpenao/07:52
*** satya4ever has quit IRC07:52
*** paragan has joined #rdo07:52
*** paragan has quit IRC07:52
*** paragan has joined #rdo07:52
rdogerritJavier Peña created openstack/networking-cisco-distgit: Ad rpm-mitaka branch  http://review.rdoproject.org/r/318807:54
*** puzzled has joined #rdo07:56
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info07:57
*** milan has joined #rdo07:58
*** racedo has joined #rdo07:59
*** Grimdin has joined #rdo07:59
*** ihrachys has quit IRC07:59
jpenaamoralej, if you have a sec: https://review.rdoproject.org/r/#/c/3188/08:01
*** rgogunskiy has joined #rdo08:03
amoralejjpena reviewing...08:03
*** martinkopec has joined #rdo08:04
*** egallen has joined #rdo08:06
*** racedo has quit IRC08:08
*** sdake_ has joined #rdo08:09
*** sdake has quit IRC08:10
*** gfidente has joined #rdo08:19
*** gfidente has quit IRC08:19
*** gfidente has joined #rdo08:19
*** ihrachys has joined #rdo08:28
*** athomas has quit IRC08:31
*** limao_ has joined #rdo08:37
*** limao has quit IRC08:40
*** limao has joined #rdo08:41
*** ohamada has quit IRC08:44
*** nyechiel_ has joined #rdo08:44
*** ohamada has joined #rdo08:44
*** limao_ has quit IRC08:45
*** derekh has joined #rdo08:45
*** Anticime1 has quit IRC08:47
*** satya4ever has joined #rdo08:49
*** mcornea has quit IRC08:49
*** mcornea has joined #rdo08:49
rdogerritJavier Peña created config: [WIP] Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318908:50
*** Pavo has quit IRC08:50
*** nyechiel_ has quit IRC08:52
rdogerritJavier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318908:53
*** vimal has quit IRC08:54
*** Pavo has joined #rdo08:55
amoralejjpena, if we don't get a promotion in trunk-master soon we'll have to do something, did you see the message about failures in kolla gate jobs?08:58
jpenaamoralej: yep. I did a small hack that could help kolla in the meantime08:59
jpenahowever, we still need to have the CDN sync scripts updated. I'm waiting for KB to be available so we can do it08:59
jpenaamoralej: http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/delorean.repo now points to a valid location. That's a temp hack (still uses newton packages)09:00
*** ddmitriev has joined #rdo09:00
amoralejcool, my firefox cache was misleading me09:01
*** crazyraven has quit IRC09:04
*** arxcruz has quit IRC09:04
*** apevec has joined #rdo09:07
*** vimal has joined #rdo09:09
*** sdake_ has quit IRC09:09
apevecjpena, looks like we got no traction on https://bugs.centos.org/view.php?id=1197209:09
apevecnewton-tested still not in http://buildlogs.centos.org/centos/7/cloud/x86_64/09:09
jpenaapevec, I was just talking to KB on #centos-devel, he's on it now09:09
apevecah cool09:10
jpenalike 40 seconds before you joined the channel :)09:10
*** hewbrocca-afk is now known as hewbrocca09:10
apevechehe perfect timing09:12
*** arxcruz has joined #rdo09:16
*** ayoung has quit IRC09:17
rdogerritchkumar246 proposed openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files.  http://review.rdoproject.org/r/285409:20
chandankumarjpena, http://review.rdoproject.org/r/2854 i have fixed all the issues poped up after using rally rpm.09:21
jpenachandankumar, nice, I'll give it a look09:22
chandankumarjpena, and related to stevedore warning fix is here https://review.openstack.org/#/c/382924/ which is not yet merged09:23
apevecso it depends on that upstream patch?09:24
apevecah just warning09:24
apevecok we have stevedore 1.17.109:25
*** ayoung has joined #rdo09:28
*** dgurtner has quit IRC09:29
*** sshnaidm is now known as sshnaidm|away09:30
rdogerritMerged openstack/networking-cisco-distgit: Ad rpm-mitaka branch  http://review.rdoproject.org/r/318809:31
*** dgurtner has joined #rdo09:31
*** tosky has joined #rdo09:31
apevecchandankumar, so you can also propose stevedore bump in https://github.com/rdo-packages/oslo-config-distgit/blob/rpm-master/python-oslo-config.spec#L4809:31
*** kbyrne has quit IRC09:32
*** kbyrne has joined #rdo09:34
jpenachandankumar, I've checked the CI-generated rpm: http://46.231.132.68:8080/v1/AUTH_b50e80d3969f441a8b7b1fe831003e0a/rdoartifacts/54/2854/2/check/DLRN-rpmbuild/Zeafd593ea6c74747960e0782a91e416b/artifacts/centos/repos/d0/57/d057660773cd3cbcb96cc2f68b46754aeb194ef4_dev/openstack-rally-0.6.1-0.20161007093141.d057660.el7.centos.noarch.rpm and I still see a lot of sections missing09:34
jpenafrom the config file09:34
jpenalet me check if the same thing happens locally09:34
*** Son_Goku has joined #rdo09:35
*** jbadiapa has quit IRC09:36
apevecamoralej, what failed in https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/14/ ?09:36
amoralejapevec, i've created https://etherpad.openstack.org/p/cloudsig_newton_current_issues09:37
*** jaosorior has quit IRC09:37
apevecack09:37
amoralejit seems a infra issue, it failed to rsync image to artifacts09:37
jpenachandankumar, using tox -egenconfig I get some more sections: benchmark, cleanup, etc09:37
jpenalet me do one test09:37
*** jaosorior has joined #rdo09:37
amoralejapevec, oooq minimal is failing tempest again with timeouts...09:38
apevecdamn09:38
apevecweshay_audi_5k, trown|outtypewww  ^09:38
hrwwow! newton released ;)09:39
hewbroccayep yep09:39
amoralejlet's see how it goes this run09:39
*** yfried has joined #rdo09:39
apevecTIL http://www.urbandictionary.com/define.php?term=Audi%20500009:39
hewbroccaapevec: BTW I asked ggillies to raise the issues re rebuilding stable on rdo-list09:39
hewbroccahopefully we'll get something back on that09:39
apevecI also did chat w/ him here last night, pending updates will be pushed next week09:40
hrwapevec, number80: how many packages would need rebuild on aarch64 to be able to run newton?09:40
hewbroccaapevec: cool09:40
hewbroccathe coming automation will help there going forward, right?09:40
apevechrw, only arch are deps, so you can check first rabbitmq, mariadb, galera etc. updates09:40
apevecnumber80, ^ what I'm missing?09:41
number80hrw, apevec: one or two hundred rebuilds, I need to figure out if I have to rebuild build time noarch deps09:42
jpenachandankumar: I've found the trick. You need to add "PYTHONPATH=." to the oslo-config-generator command-line09:42
jpenathat generates the right config file09:43
*** racedo has joined #rdo09:43
*** jbadiapa has joined #rdo09:44
*** weshay_audi_5k is now known as weshay09:45
weshayapevec, there's only so much we can do when trying to adjust for the variable in resources09:46
*** KarlchenK has joined #rdo09:47
apevecso just unlucky slow node09:48
*** gildub has joined #rdo09:49
apevecweshay, but given such resources, revert to ping test seems only way forward ?09:50
*** zoliXXL is now known as zoli|lunch09:50
apevecunreliable CI is not good09:50
*** dgurtner has quit IRC09:52
*** vikumar has joined #rdo09:55
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info09:57
*** vimal has quit IRC09:58
*** racedo has quit IRC10:02
rdogerritchkumar246 proposed openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files.  http://review.rdoproject.org/r/285410:07
chandankumarjpena, fixed thanks!10:07
*** pnavarro has joined #rdo10:09
*** athomas has joined #rdo10:11
*** yfried has quit IRC10:14
apevecamoralej, trown|outtypewww, weshay - commented in https://review.openstack.org/379545 - could we override ping test in jobs running on ci.centos?10:18
apevecI mean, set as override10:18
*** paragan has quit IRC10:19
amoraleji agrree, we should override in ci.centos if we can not reliably run it10:19
number80EmilienM: I'm building puppet 4.6.2 in ocata tags, 4.7.0 will follow soon10:20
apevecamoralej, rsync is still running https://ci.centos.org/job/tripleo-quickstart-promote-newton-cloudsig-testing-build-images/15/console10:20
apevecwhat's the timeout?10:20
weshayapevec, let me ping arxcruz first.. we'd have to notify the lists prior to disabling tempest10:20
amoralejin https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo-delorean-promote-newton/?auto_refresh=false it took 1h27mins10:20
weshayarxcruz, you around?10:21
apevecalso could we add --progress ?10:21
arxcruzweshay: yes10:21
apevecweshay, what about just in this job?10:21
*** paragan has joined #rdo10:22
amoralejapevec timeout is 2hours for building the image10:22
rdogerritMerged openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files.  http://review.rdoproject.org/r/285410:25
apevecand we have ~3300MB https://images.rdoproject.org/master/delorean/consistent/testing/10:25
apevecif it doesn't finish in 2h that means xfer < 0.5 MB/s !10:26
*** fandi has quit IRC10:27
*** fandi__ has joined #rdo10:27
*** snarwade has quit IRC10:27
openstackgerritMerged openstack/packstack: Enable release notes translation  https://review.openstack.org/38332610:28
amoralejtimeout is not for the transfer but for the entire job apevec10:28
apevecah10:29
apevecok, wold be still good to have rsync --progress to see what's going on10:29
*** pnavarro has quit IRC10:29
apeveclooks like #15 image build passed10:30
apevec2844293.87 bytes/sec10:30
apevec2.7 MB/s is not bad10:30
amoralejyes, but it's a lot of content10:31
apevecyeah, image u/l is ~0.5h with that speed10:31
amoralejbtw, apevec, i'm improving my script to create reviews based on gerrit commit sin releases10:31
weshayarxcruz, https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/13/10:31
amoraleji think we could create a job in openstack-post pipeline10:31
weshayarxcruz, tripleo-quickstart-promote-newton-cloudsig-testing-minimal10:31
amoralejfor releases project10:31
apevecamoralej, yep yep!10:31
weshayarxcruz, https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-promote-newton-cloudsig-testing-minimal-8/undercloud/home/stack/tempest_output.log.gz10:32
apevecamoralej, but hold on, you want it on post tag10:32
apeveccommit in releases triggers machinery to push tag10:33
EmilienMhello10:33
EmilienMnumber80: wow nice!10:33
apevecso you'd have race before tarball is on tarballs.o.o10:33
apevecif you trigger on releases commit10:33
apevecright?10:33
amoralejso, the proccess is10:33
EmilienMnumber80: is the package in delorean? or in deps?10:33
apevecdeps10:34
amoralejchange in releases is merged -> tag is created -> tarball created10:34
apevecdlrn is for openstack projects10:34
apevecwe are not tracking all the world's master branches :)10:34
EmilienMin http://cbs.centos.org/repos/cloud7-openstack-ocata-testing/x86_64/os/Packages/ it looks like10:34
*** dgurtner has joined #rdo10:34
apevecamoralej, tarball is created in post tag zuul pipeline10:34
number80EmilienM: it will be available in ocata delorean-deps repo10:35
apevecbut best to check w/ dhellmann for details of the upstream release flow10:35
number80it got just tagged10:35
EmilienMnumber80: ok, I thought we would have it in delorean, so we got automatic updates10:36
amoralejok10:36
*** pgadiya has quit IRC10:36
apevecEmilienM, we can build automation in cbs10:36
*** gszasz has joined #rdo10:36
EmilienMah cool10:37
apevecbut really you don't want to build each puppet master chage do you?10:37
EmilienMno, just tags10:37
apevecthat's what DLRN / trunk repo is for10:37
EmilienMright10:37
apevecEmilienM, yeah, than deps in CBS w/ automation10:37
EmilienMok I'm already happy if we have puppet 4 /me dancing10:37
*** snarwade has joined #rdo10:37
EmilienMnow let me check how it goes10:37
*** fandi has joined #rdo10:37
*** thrash|g0ne is now known as thrash10:38
apevecalso DLRN now really supports python projects only, and puppet-* with hack addon10:38
apevecso no ruby, C, Java etc.10:38
apeveceach come with their own build system, and DLRN just knows about python setup.py sdist10:38
EmilienMapevec, jpena: what is the status of cisco networking?10:39
*** rdas has quit IRC10:39
number80amoralej: problem with such scripts is that they are fragile, and will need human attention10:39
number80for instance, it doesn't check if there are pending reviews which needs to be merged before10:39
amoralejnumber80, that's why they just sent a change to ve reviewed by humans :)10:40
jpenaEmilienM, we'll have the package in the consistent/ repo soon10:40
*** rdas has joined #rdo10:40
EmilienMjpena: ok,thanks10:40
amoralejif they can automate 80 percent of the cases it'd be nice, wdyt10:40
number80amoralej: yes, but we need more robust architecture, I'll fill you in previous releases experience in the upcoming infra meetup10:40
apevecnumber80, amoralej  - pending/merged reviews on rpm-master could be part of the check10:41
amoralejhumans make mistakes about the same percentage :D10:41
*** fandi__ has quit IRC10:41
apeveci.e. check they're on *-rdo distgit branch10:41
amoralejok10:41
jruzickapython-parsley requires python-twisted which isn't packaged for el7...10:41
EmilienMnumber80: I guess I need to build a bit more before having puppet4 in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/ ?10:41
jruzickaI must miss something, how can a library like twisted not have el7 RPM10:42
number80jruzicka: twisted is in RDO repo for another websocket lib10:42
EmilienMnumber80: I still see puppet 3.8 in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/10:42
EmilienMdo we need to remove it?10:42
apevecjruzicka, why does parsing lib need twisted?10:42
jruzickayes, that's very unreasonable dep10:42
jruzickaI consider nuking it10:42
number80EmilienM: it'll appear here: http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D it's not tagged in common10:42
jruzickaback to regexp :(10:43
apevecalso is parsley heatly upstream? last release was 1yr ago10:43
weshayapevec, trown|outtypewww arxcruz is taking a look at why those tests are failing10:43
jruzickaI don't want rdopkg depend on twisted, so nuke it is.10:43
apevecack thanks arxcruz !10:43
number80the outline is: verwatch detects new versions, compare with CBS, send notifications to event loop-based bot who will sends review10:43
apevecjruzicka, or fork parsley :)10:44
EmilienMnumber80: do we need to remove old package in common?10:44
arxcruzapevec: np ;)10:44
*** egallen has quit IRC10:44
*** richm has joined #rdo10:44
number80EmilienM: no, since it has older NVR it will get overridden anyway10:44
jruzickaapevec, right, I'll investigating that.10:44
number80(why bot, because, our problem is larger than just bumping releases)10:44
apevecjruzicka, launchpad links in pypi are even older, 201310:45
EmilienMnumber80: ok thanks10:45
number80no more fragile scripts, register smaller scripts to do one action limited to trimmed targets10:45
jpenaEmilienM, it's now in https://trunk.rdoproject.org/centos7-mitaka/consistent/10:46
number80example: some packages are not registered in CBS, failing release reviews10:46
number80with simple script, you need human to do that10:46
number80with appropriate architecture, you just do all the pre-tasks necessary before releases and get logs10:47
apevecnumber80, yeah, but what we are discussing it to use post tag event in zuul, vs pooling in separate verwatch service we'd have to maintain10:47
apevecit's closer loop10:47
jruzickaapevec, ParserProtocol(Protocol) """A Twisted ``Protocol`` subclass for parsing stream protocols."""10:48
jruzickaewww10:48
number80apevec: it'll be fragile and won't scale as zuul won't be able to coordinate those other tasks10:48
EmilienMjpena: ok so maybe I can "recheck"10:48
apevecnumber80, zuul can do everything !10:48
apevecnumber80, amoralej but let's put draft proposal in one card10:49
jruzickaapevec, in that case make it create the Last Invention to invent all other inventions and all our work is done.10:49
apevecthen we felsh out details10:49
number80apevec: we have already card for that10:49
* jruzicka wouldn't be surprised if singularity already awoken in the vast memory space occupied by java programs10:49
number80https://trello.com/c/WXfkfrbM/368-branching-follow-up10:49
apevecnumber80, right, let's fill it10:49
*** fandi has quit IRC10:49
apevecah that's brainstorming one10:49
apevecneed to fork more concrete one10:50
number80I just fear that we fall again in the same issue we ran out10:50
*** ohochman has joined #rdo10:50
jruzickaktdreyer, oh man, I'll need to nuke parsley... shame :-/10:50
apevecnumber80, put all your fears in writing, in card :)10:50
*** Pavo has quit IRC10:50
apevectrello as therapy ;)10:51
jruzickaTrello as a Way of Life10:51
amoraleji think we should write diferent options in a etherpad10:51
number80apevec: it's already done, we need to categorize package, and adapt automation to their upstream status10:51
rdogerritchkumar246 created openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files.  http://review.rdoproject.org/r/319010:51
amoralejif we can leverage zuul, i think we should10:51
*** Poornima has quit IRC10:51
apevecwe can for openstack project, but number80 is right we have other cases too10:52
number80amoralej: zuul is not suited for distro releasing workflow which is centralized10:52
*** ohochman has left #rdo10:52
number80but we can make leverage zuul events10:52
*** pgadiya has joined #rdo10:52
apevecthat ^10:52
number80there's a lot of work10:53
amoralejlet's break the process and see what's the best way to solve each step...10:53
amoralejwe can start small and grow10:53
number80amoralej: distro making also needs global overview10:54
amoralejyeah, sure10:54
number80many problem are interconnected10:54
EmilienMnumber80: if something goes wrong, do we have a way to quickly revert puppet4?10:54
*** mcornea has quit IRC10:54
number80EmilienM: in -testing, it is possible10:55
EmilienMnumber80: I think it will be fine10:55
dmelladonumber80: o/ ping re erlang package missing some deps10:55
* number80 will draft workflow document to resume current status of releasing RDO10:55
number80dmellado: which ones??10:55
*** Pavo has joined #rdo10:56
dmelladonumber80: over a rdo mitaka-5 packstack install https://paste.fedoraproject.org/445456/75837478/10:56
number80dmellado: question why trying to install erlang-wx?10:56
dmelladonumber80: it comes as a result of trying to install just erlang10:56
*** mcornea has joined #rdo10:56
dmelladoso you tell me xD10:57
dmelladonumber80: erlang depends on ---> Package erlang-wx.x86_64 0:18.3.4.4-1.el7 will be installed10:57
*** KarlchenK has quit IRC10:58
number80dmellado: ok, disabling wx, but I'd like to understand why it was not detected earlier :(10:58
dmelladonumber80: thanks! this was breaking my packstack install :'(10:59
*** jkilpatr has quit IRC10:59
*** aludwar has quit IRC11:03
apeveccrap erlang AIO11:09
apevecnumber80, previously it was trimmed down was that patch lost?11:10
apevecbut nothing should require full erlang, where is dep coming from?11:10
apevecdmellado, please pastebin full yum transaction11:11
dmelladoapevec: hold on, will paste everything11:12
apevecrabbitmq-server has deps on specific erlang-*11:12
apevecI suspect variation of https://bugzilla.redhat.com/show_bug.cgi?id=134624011:14
openstackbugzilla.redhat.com bug 1346240 in distribution "Erlang 18.3.3 update fails" [Urgent,Assigned] - Assigned to apevec11:14
*** hewbrocca is now known as hewbrocca-afk11:14
apevecdmellado, ah, which packstack version do you have? It was bug in packstack https://review.openstack.org/#/c/329450/11:15
apevecbut that's fixed in mitaka11:15
dmelladoapevec: openstack-packstack-8.0.0-1.el7.noarch11:15
apevecok that's buggy one11:15
apevecdmellado, 8.0.2 is in testing11:16
dmelladoapevec: but I deployed successfully with the same one just 2 days ago11:16
apevecyeah new dep was pushed to common for newton11:17
number80apevec: no, it was there11:17
apevecw/o properly testing mitaka11:17
apevecdmellado, try with packstack –enable-rdo-testing=y11:17
number80erm, we always used fedora builds as-is11:17
apevecah yes11:17
dmelladoapevec: will try, but check this in any case11:18
apevecok, need to add repoclosure in brainstorm card11:18
dmelladohttp://paste.fedoraproject.org/445475/83906614/11:18
apevecdmellado, yeah, that's Packstack doing explicit erlang install11:18
dmelladoapevec: packstack did the erlang install11:18
dmelladoand then I tried to reproduce to check what was going on11:18
amoralejapevec, didn't we cherry-pick that to stable/mitaka?11:18
apevecamoralej, we did11:19
dmelladoapevec: would it help for me to try testing?11:19
apevecbut 8.0.2 is only in mitaka-testing repo11:19
apevecdmellado, yes11:19
apevecit would solve the issue11:19
amoralejahhhh11:19
apevecthere's be big mitaka update coming next week11:19
dmelladoapevec: amoralej I'm using https://repos.fedorapeople.org/repos/openstack/openstack-mitaka/rdo-release-mitaka-5.noarch.rpm11:20
dmelladojust in case11:20
apevecdmellado, yeah, that release rpm has both prod and testing repos11:20
apevecjust use that cmd option11:20
dmelladolemme check with rdo-testing11:20
* dmellado crosses fingers11:22
dmelladoapevec: heh, I enabled that on the answers file but stills fails on the same step11:23
dmelladoCONFIG_ENABLE_RDO_TESTING=y11:24
dmelladoshould be the same, isn't it?11:24
*** saneax is now known as saneax-_-|AFK11:25
*** fzdarsky|afk is now known as fzdarsky11:26
apevecdmellado, have you installed packstack 8.0.2 first?11:26
dmelladooh, damn, my fault, sorry11:27
* dmellado needs more coffee11:27
dmelladolet's see now11:27
apeveccmd option is to keep testing repo enabled, otherwise packstack enables again production by default11:27
*** rhallisey has joined #rdo11:29
*** Son_Goku has quit IRC11:29
*** pgadiya has quit IRC11:31
*** Son_Goku has joined #rdo11:32
*** alexismonville has joined #rdo11:32
dmelladoapevec: seems to be installing so far, thanks!11:32
*** jkilpatr has joined #rdo11:35
dmelladoapevec: with this version it gets stuck when intalling neutron11:37
amoralejdmellado, logs11:38
*** dciabrin has quit IRC11:38
dmelladoamoralej: on it11:38
dmelladoInvalid parameter service_providers on Class[Neutron::Server] at /var/tmp/packstack/4bf854cf8bd94fa6a7c83e614ee9907c/manifests/10.35.117.172_neutron.pp:6911:38
amoralejnumber80, i've starte writing some notes in https://review.rdoproject.org/etherpad/p/automate-cbs-builds11:38
amoralejthat has to do with lbaas patch11:38
*** zoli|lunch is now known as zoli11:38
*** zoli is now known as zoliXXL11:39
amoralejlet me check11:39
dmelladoamoralej: does that ring a bell to you?11:39
amoralejyeap11:39
dmelladoany known workarounds?11:39
amoraleji'm checking the versio of puppet-neutron in mitaka-testing11:40
*** pgadiya has joined #rdo11:41
*** dprince has joined #rdo11:41
*** Son_Goku has quit IRC11:41
*** aortega has joined #rdo11:42
*** Son_Goku has joined #rdo11:42
apevecdmellado, are you using --allinone or you have answer file?11:42
apeveclbaas should not be enabled by default11:42
*** dciabrin has joined #rdo11:42
dmelladoapevec: first --allinone, and afterwards the file from it11:42
*** pkovar has joined #rdo11:45
*** danialvarez has joined #rdo11:45
number80ack11:45
*** danialvarez is now known as danialv11:46
*** rdas has quit IRC11:47
jpenaDLRN->CDN sync is now working well. As soon as we have a promoted repo in centos-ocata, it will show up in the correct location11:48
*** alexismonville has quit IRC11:49
*** pgadiya_ has joined #rdo11:50
*** jtomasek_ has joined #rdo11:50
*** hewbrocca-afk is now known as hewbrocca11:50
*** pgadiya has quit IRC11:51
*** KarlchenK has joined #rdo11:52
*** ccamacho is now known as ccamacho|lunch11:55
*** pradk has joined #rdo11:56
apevecjpena, I triggered https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo-delorean-promote-master/748/11:57
apevecbut it failed in oooq jobs11:57
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info11:57
apevecflepied1, ^ please run you script to populate https://etherpad.openstack.org/p/delorean_master_current_issues11:58
*** pgadiya_ has quit IRC11:59
*** shardy is now known as shardy_lunch12:00
*** trown|outtypewww is now known as trown12:01
*** paragan has quit IRC12:02
dmelladoapevec: lbaas is not enabled in the answers file, but it fails in any case12:02
*** egallen has joined #rdo12:02
*** mosulica has quit IRC12:03
apevecdmellado, can you yum update with testing repo abled ?12:03
apevecmaybe opm was old12:03
dmelladoapevec: sure12:03
apevecwhich opm NVR was it?12:03
apevecwhen it failed12:03
dmelladoapevec: I've tried with 8.1.112:05
dmelladoshow that it was lesser before, and failed too12:05
apevecdmellado, ok, yum install http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-mitaka-tested/openstack-puppet-modules-8.1.8-0.20160811130508.2a105bf.el7.centos.noarch.rpm12:06
apevecand then try again12:06
dmelladoapevec: I'm using rhel as a host12:07
dmelladois there any rhel-equivalent for that url?12:07
number80apevec, dmellado: erlang-18.3.4.4-2.el7 got tagged into testing12:07
apevecdmellado, that will work on rhel just fine12:07
number80http://cbs.centos.org/koji/buildinfo?buildID=1272212:07
number80apevec: I'll have to go to the airport soon, so please coordinate with dmellado for release taggin12:08
number80- Disabling wxwidgets, emacs, examples12:08
*** limao_ has joined #rdo12:08
apevecnumber80, ack, I'll run repoclosure12:08
apevechave a safe flight12:08
dmelladosafe flight number80 ;)12:08
number80http://paste.fedoraproject.org/445516/42110147/ spec file diff12:08
apevecnumber80, ok, we'll need to run by plemenko12:09
*** lucas-afk is now known as lucasagomes12:09
apevecs/run/run that/12:09
*** fultonj_ has joined #rdo12:09
*** jayg|g0n3 is now known as jayg12:09
apevecI think he might have a list he disables in d/s builds12:10
dmelladoapevec: retrying with that opm12:10
*** limao has quit IRC12:11
apevecnumber80, amoralej - add you names in line 4 https://review.rdoproject.org/etherpad/p/automate-cbs-builds to record color mapping12:12
*** jtomasek_ has quit IRC12:14
EmilienMnumber80: ok I see it in buildlogs12:19
EmilienMnumber80: but I still see puppet3 in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/12:19
*** aortega has quit IRC12:20
number80apevec: it's done, let me refresh pad12:21
*** eaguilar has joined #rdo12:22
*** emalikov has joined #rdo12:22
number80EmilienM: expected behaviour, believe me it works12:25
*** jaosorior has quit IRC12:28
*** limao_ has quit IRC12:28
*** limao has joined #rdo12:29
number80damn, we're just scratching the surface on etherpad12:29
*** dprince has quit IRC12:30
*** scorcoran has joined #rdo12:30
amoralejapevec, we need to update opm in mitaka cloudsig repo12:30
amoralejin -testing12:30
*** dprince has joined #rdo12:31
EmilienMnumber80: ok cool thx12:31
*** dgurtner has quit IRC12:32
*** rcernin has quit IRC12:33
*** kgiusti has joined #rdo12:34
flepied1apevec: done12:34
*** flepied1 is now known as flepied12:34
*** unclemarc has joined #rdo12:34
amoralejapevec, tmpest passed for https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/ , it's going to pass12:35
trownwoot12:36
trowndusty chassis12:36
amoralejand it's executing tempest in https://ci.centos.org/job/tripleo-quickstart-promote-newton-delorean-minimal/24/console12:37
trownaka "the fast one"12:37
amoralejif it passes we'll get our first delorean newton promotion12:37
amoraleji'm not optimistic, it took 2h to deploy before starting running tempest12:38
trownthat one is on a slow node... so I am not optimistic either12:38
trownreally hard to have reliable CI on heterogenous hardware12:38
trownheterogeneous evem12:39
trowneven... ugh... I need more sleep12:39
*** jmelvin has joined #rdo12:39
amoralejhttps://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/ is green finally !!!12:39
jpena\o/12:40
trownI wonder if we could key what validation we run based on what node we get from CI12:40
dmsimardnumber80, jpena: so looks like I misunderstood -head then12:40
dmsimardhello #rdo12:41
trownit would mean we do not always run tempest on every promote, but we would still run it fairly regularly12:41
*** strigazi_AFK is now known as strigazi12:41
trownand it would drop the false negative rate quite a bit12:41
trownmorning dmsimard12:41
*** jpena is now known as jpena|lunch12:42
*** karthiks has quit IRC12:42
dmsimardtrown: flaps is something I want to aggressively attack throughout ocata.12:42
number80dmsimard: np, I'm glad that you suggested revisiting that12:43
*** shardy_lunch is now known as shardy12:43
weshayapevec, https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/12:43
weshayapevec, eventually even in vegas, you win sometimes12:44
*** gildub has quit IRC12:44
weshaytrown, ya.. I have arx thinking about detecting the capabilities of the hardware, and adjusting the tempest workers based on that12:45
weshayarxcruz, ^12:45
dmsimardtristanC: heya, are you around ?12:45
EmilienMnumber80: puppet-4.6.2-2.el7.noarch in tripleo :)12:45
*** amoralej is now known as amoralej|lunch12:45
EmilienMI saw it working in tripleo CI12:45
EmilienMwell, all jobs are not finished yet12:46
weshaytrown, fyi https://review.gerrithub.io/#/c/297457/2/defaults/main.yml12:47
trownweshay: detecting hardware capabilities is a bit more advanced than I was thinking... for cico, we know what node we got at the very beginning12:47
trownweshay: ya that seems to be failing CI :P12:48
weshaytrown, true.. so based on that we have the option of either running tempest or validate or adjusting the tempest workers12:48
*** tiswanso has quit IRC12:48
weshaytrown, due to tempest :)12:48
*** rcernin has joined #rdo12:48
weshayit's like tempest has bad hair days in ci.centos12:48
*** tiswanso has joined #rdo12:49
trownwell it is failing on tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops which is not all that flappy... if it fails on this recheck I would be interested if it passes pingtest12:49
number80jruzicka, jpena, amoralej|lunch: peschk_l (a new contributor) will try to update cloudkitty packages, please pay attention to the review and help him to get things right12:50
number80*upcoming12:50
*** Pavo has quit IRC12:50
*** limao has quit IRC12:50
*** rlandy has joined #rdo12:51
weshaytrown, so what ya think.. change workers or tests?12:51
*** vaneldik has joined #rdo12:52
* number80 on his way to the airport12:52
trownweshay: I think lowering workers is just going to push that job further in terms of time and it already way long12:52
dmsimardtrown, weshay: bkero is working on a 2 node oooq setup. Could that be a possibility in cico ?12:53
dmsimardWe would be less constrained in resources and it would probably end up being faster12:53
weshayya12:53
jruzickanumber80, ack12:54
weshayinteresting12:54
*** limao has joined #rdo12:54
dmsimardtrown, weshay: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=jobs/oooq.yaml;h=4034b39a124a15ad341043b607de75b8b56a26a3;hb=HEAD#l9312:54
weshaythat would enable quite a bit of testing..  we'd have the same problem though if increased the number of compute and added a ceph node..12:54
dmsimardbasically one node is the virthost, the other node is the overcloud12:55
weshayso probably still a good idea to allow for a dynamic switch based on resources12:55
dmsimardweshay: well we gotta start somewhere12:55
dmsimardif we can get the existing tests going faster and more stable, it's a good thing12:55
arxcruzweshay: apevec I'm not being able to reproduce the error, all the conf files seems to be okay, is it possible to access the machine where this test run?12:55
dmsimardthen we can iterate on that12:55
*** links has quit IRC12:55
*** Pavo has joined #rdo12:55
arxcruzapevec: weshay the machine from this run https://ci.centos.org/job/tripleo-quickstart-promote-newton-cloudsig-testing-minimal/8/consoleFull12:55
arxcruzif still available12:56
weshayagree.. point being, if we end up being able to deploy virt guests across two nodes.. then we'll have to take advantage of that by deploying more guests12:56
weshayarxcruz, nope12:56
trownmultinode is a different thing all together12:56
dmsimardweshay: it's not two virt guests though I think, bkero is doing one virthost on one host and the other one is the overcloud12:56
weshaydmsimard, min ci deployment should be 3 controllers, 2 compute, 1 ceph12:56
*** rcernin_ has joined #rdo12:56
trownthat is not doing the same thing as quickstart virt-setup at all... it bypasses ironic/nova interaction entirely and deploys to pre-provisioned "machines"12:57
weshayatm.. w/ master.. the most we can deploy is 1 controller, 1 compute12:57
dmsimardtrown: I feel like I've discussed this already, maybe not with you12:57
trownI would like to add a feature in quickstart to bridge multiple virthosts, but it is a significant amount of work12:57
dmsimardtrown: slagle and EmilienM's work upstream does bypass the ironic/nova stuff but we can have separate jobs for that particular code path12:58
dmsimardi.e, more lightweight jobs to ensure nova/ironic works well12:58
trownright your specific question "Could that be a possibility in cico?"12:58
trownno12:58
dmsimardok :(12:59
*** anilvenkata is now known as anilvenkata_afk13:00
*** amuller has joined #rdo13:00
*** emalikov has quit IRC13:00
trownkbsingh mentioned getting some beefier boxes and setting them in a specific pool for RDO, but I dont know what the timeline on that is13:00
kbsinghfunny13:00
kbsinghthe PR got ack'd for that a few minutes back13:00
*** aortega has joined #rdo13:01
*** rcernin has quit IRC13:01
trown:)13:01
kbsinghso ~ 30 days to delivery, if they can turn the PO around early next week13:01
weshayI think tripleo has reinvented java, re: resource consumption13:01
*** ccamacho|lunch is now known as ccamacho13:01
weshayvery cool13:01
kbsinghand then say 2 weeks or so for bringup and test etc13:01
weshaykbsingh++13:01
zodbotweshay: Karma for kbsingh changed to 5 (for the f24 release cycle):  https://badges.fedoraproject.org/tags/cookie/any13:01
trownkbsingh++ thats awesome13:01
kbsinghweshay: i will have a reply to your email on monday ( re; test/resources )13:01
weshaythanks13:01
weshaydmsimard, is there anyway we can get some virthosts in ci.centos checked out to arxcruz so he can profile the resources and evaluate the min requirements for tempest?13:03
*** dmacpher has joined #rdo13:03
dmsimardweshay: I'm not sure what's that question means13:04
rdogerritAttila Darazs created rdo-infra/ansible-role-logserver: Add initial version of the role  http://review.rdoproject.org/r/319113:04
weshaydmsimard, I guess we just need access restored to a jump box13:04
dmsimardadarazs: muahaha how did that no-op job fail let me look13:04
*** Amita has quit IRC13:05
EmilienMapevec: i'm investigating now but i'm seeing some failures in tripleo CI ovb jobs with ironic (since the puppet4 switch)13:05
weshaymaybe my ip is wrong /me checks13:05
rdogerritUser lukapeschke created openstack/cloudkitty-distgit: Release 2  http://review.rdoproject.org/r/319213:05
dmsimardweshay: he needs access to a cico node ?13:05
*** jcoufal has joined #rdo13:05
weshayprobably several13:05
*** imcleod has joined #rdo13:06
EmilienMdtantsur: can you help me to investigate an ironic failure?13:06
rdogerritDavid Moreau Simard created config: no-op should exit 0.. not return 0  http://review.rdoproject.org/r/319313:06
rdogerritDavid Moreau Simard proposed config: no-op should exit 0.. not return 0  http://review.rdoproject.org/r/319313:06
dtantsurEmilienM, I can try, though I'm already in the middle of fixing ironic CI :(13:06
dmsimardweshay: like, one from each chassis ?13:06
EmilienMdtantsur: ok something broke?13:06
weshaydmsimard, that would be excellent13:06
*** morazi has joined #rdo13:06
EmilienMsomething broke for us http://logs.openstack.org/95/383695/1/check-tripleo/gate-tripleo-ci-centos-7-ovb-ha/3c8cf57/logs/undercloud/var/log/ironic/ironic-api.txt.gz13:07
EmilienMEmptyCatalog: The service catalog is empty.13:07
dtantsurEmilienM, well, #infra forces us to switch CI to Xenial, and now not everything works13:07
dtantsurgimme a few minutes, I'll finish something here13:07
EmilienMok13:07
adarazsdmsimard: :)13:07
dmsimardadarazs: https://review.rdoproject.org/r/#/c/3193/13:07
*** satya4ever has quit IRC13:07
adarazsdmsimard: +113:07
*** tiswanso has quit IRC13:08
EmilienMapevec: would you be ready for a quick revert of puppet4? in case I don't find the root cause of failure13:09
pabelangerdmsimard: apevec: I'd be interested in your feedback: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105248.html13:09
pabelangerEmilienM: too^13:09
*** READ10 has joined #rdo13:09
dmsimardpabelanger: this is in the context of taking out the tripleo upstream pipeline and move everything to third party ?13:10
*** panda is now known as panda|afk13:10
*** limao has quit IRC13:11
*** limao has joined #rdo13:12
EmilienMpabelanger: ok I'll look13:12
rdogerritAttila Darazs proposed rdo-infra/ansible-role-logserver: Add initial version of the role  http://review.rdoproject.org/r/319113:12
*** scorcoran has quit IRC13:13
*** scorcoran has joined #rdo13:13
*** paragan has joined #rdo13:14
*** morazi has quit IRC13:15
rdogerritUser lukapeschke proposed openstack/cloudkitty-distgit: Release 2  http://review.rdoproject.org/r/319213:16
dmsimardadarazs: there was a jenkins issue on review.r.o I just fixed13:16
dmsimardadarazs: the config change will merge and update soon, then we can recheck13:17
adarazsdmsimard: ack. I assumed that config change was submitted over a few minutes that's why I pushed a new version :)13:17
*** ade_b has quit IRC13:18
rdogerritMerged config: no-op should exit 0.. not return 0  http://review.rdoproject.org/r/319313:18
*** akshai has joined #rdo13:18
*** ade_b has joined #rdo13:18
dmsimardfbo, mhu: Either of you aronud ? Seeing gearman take the jenkins master instance node offline so jobs that take place there don't run unless I take it back manually online. Where do I start to troubleshoot that ?13:19
dmsimards/aronud/around/13:19
*** pilasguru has joined #rdo13:19
dmsimardadarazs: I haven't set up the permissions yet, let me do that13:21
*** anilvenkata_afk is now known as anilvenkata13:22
*** Amita has joined #rdo13:22
rdogerrittrown created rdo-infra/ci-config: Add cloudsig-stable pipelines  http://review.rdoproject.org/r/319413:23
*** gkadam has quit IRC13:24
trowndmsimard: are you creating a weirdo-stable-newton?13:25
dmsimardtrown: it's already there13:26
trownah ok, just not in the view? https://ci.centos.org/view/rdo/view/weirdo-pipelines/13:26
dmsimardhttps://ci.centos.org/view/rdo/view/weirdo/job/weirdo-stable-newton/3/13:26
dmsimardforgot to create the view13:26
trowncool13:26
pabelangerdmsimard: potentially, for now, this is a POC to show how it would work, as 3rd party CI13:26
dmsimardtrown: ok, created the view https://ci.centos.org/view/rdo/view/weirdo-pipelines/view/weirdo-stable-newton/13:28
*** jeckersb_gone is now known as jeckersb13:28
*** ohamada has quit IRC13:28
*** ohamada has joined #rdo13:28
*** Amita has quit IRC13:28
dmsimardRemember, pipelines is just a view, nothing more -- this is just a parent job scheduling child jobs :p13:29
trowndmsimard: cool mind reviewing https://review.rdoproject.org/r/#/c/3194/1 it will setup jobs like we have for cloudsig-testing13:29
dmsimardyeah that's what I'm doing right now13:29
dmsimardtrown: can we set a trigger? Like at least every 5 days or something ?13:31
*** akshai has quit IRC13:32
trowndmsimard: why? if there is a push to stable we will trigger that job... if not we wont13:32
*** sasha2 has quit IRC13:32
trowndmsimard: if we run on the same content we will just regenerate images and invalidate folks local cache for no benefit13:33
dmsimardtrown: things outside of RDO can affect the outcome of the jobs13:33
*** akshai has joined #rdo13:34
dmsimardI don't think running every 5 days is a huge deal, I'm willing to compromise on 7 if you want :)13:35
dmsimardI want something to re-assure me on a regular basis that stable still works13:35
dmsimardI don't want to only run it as a sanity check once a push to stable has been done13:35
*** sasha2 has joined #rdo13:35
dmsimardSame thing for -testing13:36
*** limao has quit IRC13:36
*** limao has joined #rdo13:37
rdogerrittrown proposed rdo-infra/ci-config: Add cloudsig-stable pipelines  http://review.rdoproject.org/r/319413:37
trowndmsimard: k, updated so one runs on Sunday and one runs on Saturday13:37
*** panda|afk is now known as panda13:38
trownwhy for testing?13:38
dmsimardFor the same reason13:38
trownapevec: do we want testing pipeline on a manual or periodic trigger... my understanding was manual13:38
*** akshai has quit IRC13:38
trownok, fine, doesnt hurt to run those jobs on the weekends13:38
dmsimardAnd even more so, as automation ramps up we will be tagging things to -testing more often13:39
rdogerrittrown proposed rdo-infra/ci-config: Add cloudsig-stable pipelines  http://review.rdoproject.org/r/319413:39
trownwell right but if we tag something to testing we should kick the job :P13:40
*** rodrigods has quit IRC13:40
*** dyasny has quit IRC13:40
*** rodrigods has joined #rdo13:40
trownto fully automate, we need also the pending pipelines so we have tests run before packages end up in the deps repo13:41
trownas soon as we tag testing they go to deps repo13:41
*** fabo has quit IRC13:41
*** dmsimard has quit IRC13:41
*** fabo has joined #rdo13:42
*** Son_Goku has quit IRC13:42
*** rgogunskiy has quit IRC13:42
*** dmsimard has joined #rdo13:42
*** ohamada_ has joined #rdo13:43
*** Goneri has joined #rdo13:44
*** amoralej|lunch is now known as amoralej13:44
dmsimardtrown: yeah it's not yet clear in my head how we'll bridge the gap between review.r.o, cbs and cico13:45
*** ohamada__ has joined #rdo13:45
rdogerritMerged DLRN: Use distgit branch in gitrepo driver  http://review.rdoproject.org/r/273313:45
amoralejjpena, number80, puppet4 broke packstack13:45
dmsimardin the meantime we can do periodics which is not perfect but gets us part of the way there13:46
number80amoralej: in Ocata?13:46
amoralejyes13:46
number80that's expected13:46
amoralejhttps://ci.centos.org/artifacts/rdo/weirdo-master-promote-packstack-scenario001/602/console.txt.gz13:46
*** ohamada has quit IRC13:47
amoralejwe need to get a promotion in master13:48
rdogerritJakub Ruzicka created rdopkg: Nuke python-parsley requirement  http://review.rdoproject.org/r/319513:48
number80amoralej: why?13:48
number80cycle just started13:48
amoralejwhy we need it?13:48
number80yes13:48
amoralejto get cbs sync script working13:48
amoralejjpena am i right ^13:49
amoralej?13:49
dmsimardyeah we need some sort of promotion to current-passed-ci13:49
dmsimardor the packstack upstream gate is also blocked13:49
dmsimardunless master still points at newton /me looks13:49
*** ohamada_ has quit IRC13:49
number80dmsimard: but if I remove puppet4, then we can't fix packstack to use puppet4 and we will keep forever puppet3 ...13:49
dmsimardit's a catch 2213:50
number80at some point, we need to break things and fix it13:50
*** imcleod_ has joined #rdo13:50
*** dyasny has joined #rdo13:50
dmsimardupstream gate is pointing to centos7-newton still13:50
dmsimardmeh13:50
number80amoralej, dmsimard: if you need to unblock things, I can temporarily untag puppet4 *but* it's only temporary (few days top)13:51
number80otherwise, I'm blocking EmilienM's efforts to make puppet4 default in puppet modules upstream13:52
EmilienMI think it's a bug in tripleo13:52
EmilienMI'm working on it13:52
*** jpena|lunch is now known as jpena13:52
EmilienMI have a patch coming13:52
number80(sorry to be again the grumpy gatekeeper, but I have to do it)13:52
rdogerritUser lukapeschke proposed openstack/cloudkitty-distgit: Release 2  http://review.rdoproject.org/r/319213:52
openstackgerritDavid Moreau Simard proposed openstack/packstack: Test centos7-ocata  https://review.openstack.org/38374413:53
dmsimardnumber80: ^13:53
dmsimardamoralej: ^13:53
number80I'd rather be Dumbledore and yell all the time "YOU SHALL PASS"13:53
jruzickanumber80, you can definitely yell that at your workstation... :)13:53
miscI am sure he do13:53
dmsimardnumber80: EmilienM has been testing puppet4 in puppet and tripleo for a couple weeks now, there has been none of that work in Packstack, it may be a significant rabbit hole13:54
number80I prefer yelling at babies, they still love you in the end because they don't get what you're saying :)13:54
*** limao has quit IRC13:54
dmsimardweeks, make that months in actual puppet13:54
*** limao has joined #rdo13:54
amoralejjpena ^^13:55
number80dmsimard: well, that's a good time to start fixing packstack with puppet413:55
number80Ocata cycle just started13:55
*** dtantsur is now known as dtantsur|mtg13:56
number80we can rollback later if it's too difficult13:56
*** fultonj_ has quit IRC13:56
dmsimardnumber80: I wouldn't particularly mind if we at least had a current-passed-ci tag for Ocata so that upstream packstack has something stable to gate against13:56
alphaccbtw, congrat on the release folks!13:56
*** aludwar has joined #rdo13:56
dmsimardnumber80: let's see how big the issue is and we can discuss later13:56
number80dmsimard: sounds reasonable, temporary untagging in order to get a passing snapshot is possible13:57
jpenanumber80: yes, please. We need at least one current-passed-ci in ocata to get things rolling13:57
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info13:57
jpenaotherwise, the CDN will still have newton bits in rdo-trunk-master-tested13:57
number80EmilienM: are you ok to delay puppet4 in ocata to wednesday?13:58
EmilienMnumber80: why do you delay? what is the problem except the one I'm trying to fix?13:58
*** imcleod_ has quit IRC13:58
EmilienMok to unblock, go ahead13:58
dmsimardEmilienM: we have nothing in ocata current-passed-ci right now, we want to at least have /something/13:59
number80dmsimard, amoralej, jpena, EmilienM: untagged, please wait repo to be sync-ed13:59
EmilienMok go ahead13:59
dmsimardnumber80: is there a way we can test puppet4 without it being tagged for packstack ?13:59
number80if you need more time, please negotiate directly with EmilienM and notify me when you want it back13:59
number80dmsimard: separate repo like the one I provided EmilienM weeks ago14:00
dmsimardEmilienM: do you have the code you used for that nearby ?14:00
*** fultonj has quit IRC14:00
number80except by using copr, we don't have much flexibility over creating separate repo14:00
EmilienMdmsimard: https://review.openstack.org/#/c/371170/14:01
dmsimardEmilienM: ok ty I'll hack something together14:01
number80apevec: if they need CBS wizardry while I'm not here ^14:01
*** trown is now known as trown|brb14:01
*** fultonj has joined #rdo14:01
rdogerritMerged rdo-infra/ci-config: Add cloudsig-stable pipelines  http://review.rdoproject.org/r/319414:01
number80I hate being the party-pooper, all I ask is that you find a gentlemen agreement over that, and I'll apply whatever you've decided on that matter14:02
dmsimardtrown|brb: stable jobs merged and published: https://review.rdoproject.org/jenkins/job/publish-cico-jjb/2/console14:02
EmilienMdmsimard: what is your pb currently?14:02
*** jprovazn has quit IRC14:03
dmsimardEmilienM: packstack is broken, amoralej has the details I haven't yet looked but I created https://review.openstack.org/383744 to reproduce it14:03
*** egallen has quit IRC14:04
EmilienMdmsimard: what is the error?14:04
jpenabasically we've never tested packstack with puppet4, just need some time to see how broken it is14:04
jpenaEmilienM, https://ci.centos.org/job/weirdo-master-promote-packstack-scenario001/602/console14:04
jpenabut there may be more14:04
dmsimardhttp://logs.openstack.org/44/383744/1/check/gate-packstack-integration-scenario001-tempest-centos-7/37603d1/console.html#_2016-10-07_13_59_01_96816914:04
EmilienMwell, install puppet3 in packstack and you're good14:05
dmsimardjpena: I'll set up https://review.openstack.org/383744 to test puppet4 persistently (since number80 untagged puppet4)14:05
jpenadmsimard, ack. I'm going to run some local tests14:05
fbodmsimard, hi do you have a specific job other than config-update and config-check than run on the Jenkins master ?14:06
number80dmsimard: thanks14:06
dmsimardfbo: just one, we created a no-op job14:06
*** danialv has quit IRC14:06
dmsimardfbo: you can see it here https://review.rdoproject.org/jenkins/computer/(master)/14:07
dmsimardSince it's no-op, there was no point in running it in a virtual machine off of nodepool ..14:07
fbodmsimard, I understand but I think that the reason14:08
dmsimardfbo: maybe. Why ?14:08
fboyou can look at here: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=zuul/zuul_functions.py;h=6b5fcdbaf3bad2a8b37f220465a00df9fd645340;hb=HEAD#l1014:09
fboso there two solutions atm, run that job outside of the master, or change that file to support your new job14:10
dmsimardoh14:10
dmsimardok, easy enough14:10
dmsimardthanks for pointing that out, couldn't have figured that out myself14:10
rdogerritDavid Moreau Simard created config: Keep the master node online so it can run no-op jobs  http://review.rdoproject.org/r/319614:11
*** vaneldik has quit IRC14:11
dmsimardfbo: ^14:11
*** jeckersb is now known as jeckersb_gone14:11
fbodmsimard, and using that : http://docs.openstack.org/infra/zuul/zuul.html?highlight=noop ?14:12
dmsimardoh, that exists ?14:12
dmsimardfbo: do you have any other amazing tips like that14:13
*** anshul has joined #rdo14:13
fbodmsimard, no :p but if it fits your needs you better to use that zuul noop thing14:13
dmsimardyeah I'll do that14:13
*** scorcoran has quit IRC14:13
rdogerritDavid Moreau Simard proposed config: Use the special noop job provided by Zuul  http://review.rdoproject.org/r/319614:14
dmsimardfbo: ^14:14
fbodmsimard, this zuul function if I remember well will be revert to the default (by the auto proposed review) at upgrade so ...14:14
fbook looking14:14
*** danialvarez has joined #rdo14:14
dmsimardfbo: yeah it's okay for the proposed upgrades -- we'll have to deal with a review for zuul_functions anyway because we're overriding LOG_PATH14:15
*** jeckersb_gone is now known as jeckersb14:15
*** limao has quit IRC14:15
*** dtantsur|mtg is now known as dtantsur14:15
*** trown|brb is now known as trown14:16
*** limao has joined #rdo14:16
fbodmsimard, oh ok I wasn't aware of that.. so let's try the noop thing14:16
*** racedo has joined #rdo14:16
rdogerritMerged config: Use the special noop job provided by Zuul  http://review.rdoproject.org/r/319614:17
dmsimardfbo: ok it works: https://review.rdoproject.org/r/#/c/3191/2 thanks for that14:19
fbodmsimard, also I don't know if re-activating the master "node" of Jenkins revert back to 2 executors but you better set it to one, to avoid parallel run of config-update ... :)14:19
fbonice !14:20
dmsimardI'm not the one who set it to 2 threads14:20
dmsimardmaybe it came provided like that ?14:20
fbodmsimard, nope I don't think so. So maybe something else to investigate :p14:21
*** ashw has joined #rdo14:21
fboalso this should be revert to one executor during the upgrade14:22
fboautomatically14:22
*** zodbot has quit IRC14:22
*** leifmadsen has quit IRC14:22
*** serverascode has quit IRC14:22
*** wfoster has quit IRC14:22
*** f0o has quit IRC14:22
*** mdbooth has quit IRC14:22
*** ansiwen has quit IRC14:22
*** trown has quit IRC14:22
*** NachoDuck has quit IRC14:22
*** dhellmann has quit IRC14:22
*** afazekas has quit IRC14:22
*** afazekas has joined #rdo14:22
*** wfoster has joined #rdo14:22
*** leifmadsen has joined #rdo14:22
fbodmsimard, but to be safe it is better you change that setting if you don't mind14:23
*** zodbot has joined #rdo14:23
*** trown has joined #rdo14:23
*** ansiwen has joined #rdo14:23
*** mdbooth has joined #rdo14:23
jpenaEmilienM, does this ring any bell? https://paste.fedoraproject.org/445605/50230147/14:24
*** f0o has joined #rdo14:24
EmilienMjpena: no, maybe mwhahaha ?14:24
*** dhellmann has joined #rdo14:24
dmsimardfbo: yeah I'll fix it now14:24
jpenaEmilienM, the first error I saw in packstack was that it didn't like if hiera('CONFIG_NTP_SERVERS', undef) != undef, changing undef by '' made the trick14:25
*** NachoDuck has joined #rdo14:25
*** absubram has joined #rdo14:25
fbothanks !14:26
trowndmsimard: where do you enable ceph repos for weirdo? I only see stable repo: https://github.com/rdo-infra/ansible-role-weirdo-common/blob/master/tasks/repositories/stable.yml14:26
mwhahahajpena: ya sec14:26
dmsimardtrown: it's something that's enabled only for specific puppet-openstack scenarios14:26
dmsimardtrown: https://github.com/rdo-infra/ansible-role-weirdo-puppet-openstack/blob/master/tasks/repositories.yml#L2014:26
*** rbradfor has left #rdo14:27
dmsimardtrown: https://github.com/rdo-infra/ansible-role-weirdo-puppet-openstack/tree/master/tasks/repositories14:27
dmsimard<= mitaka is hammer and >= newton is jewel14:27
trownok14:27
mwhahahajpena: may need to add something like https://github.com/openstack/puppet-neutron/blob/master/lib/puppet/provider/neutron_port/neutron.rb#L1-L2 to whatever is failing14:27
*** serverascode has joined #rdo14:28
*** mdbooth has quit IRC14:29
jpenamwhahaha, ok, then I know why it's failing: https://github.com/openstack/puppet-neutron/blob/master/lib/puppet/provider/neutron_l3_agent_config/ini_setting.rb doesn't have that14:29
jpenashould I propose a patch, or is it WIP?14:29
trowndmsimard: oh, that happens automagically when using centos-release package14:30
*** noslzzp has joined #rdo14:30
dmsimardtrown: except I'm not using the centos-release package14:30
mwhahahajpena: propose a patch14:31
dmsimardtrown: http://eavesdrop.openstack.org/irclogs/%23rdo/%23rdo.2016-10-06.log.html#t2016-10-06T17:33:1414:31
EmilienMjpena, mwhahaha : why don't we have this problem in poi?14:32
*** karimb has joined #rdo14:32
*** absubram has quit IRC14:32
dmsimardpabelanger: do you know why we're getting merge failed errors ? https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00038.html14:33
*** mhu has quit IRC14:33
dmsimardadarazs: I setup the permissions for the logserver role, you should be able to +W it14:34
dmsimardadarazs: don't do +2V and submit, let gerrit merge the change14:34
dmsimardthis isn't gerrithub :P14:34
mwhahahaEmilienM: it's a loading issue depending on order. It's not a consistent error14:34
*** noslzzp has quit IRC14:34
EmilienMmwhahaha: :(14:34
*** noslzzp has joined #rdo14:35
pabelangerdmsimard: I wonder if the upstream patch is using Depends-On14:35
adarazsdmsimard: ack.14:35
pabelangerdmsimard: you should be able to see the error in merger.log14:35
*** iranzo has quit IRC14:35
*** iranzo has joined #rdo14:35
*** absubram has joined #rdo14:36
dmsimardpabelanger: http://paste.openstack.org/show/584844/14:36
rdogerritMerged rdo-infra/ansible-role-logserver: Add initial version of the role  http://review.rdoproject.org/r/319114:36
*** limao has quit IRC14:36
dmsimardpabelanger: it's a tripleo-common patch but we don't watch that repo. Maybe there's a tripleoclient patch that depends on it ?14:36
*** limao has joined #rdo14:37
pabelangerdmsimard: I'd have to look at the merger code, I would expect zuul to clone it if possible14:37
*** unclemarc has quit IRC14:38
pabelangerdmsimard: errors means the ref was missing at far-end14:38
*** unclemarc has joined #rdo14:38
pabelangerdmsimard: might be worth asking in openstack-infra14:38
pabelangerdealing with a bandersnatch issue right now14:38
dmsimardpabelanger: yeah no emergency14:39
iranzoback :/14:39
*** mhu has joined #rdo14:39
iranzohiccup on the connection14:39
*** ashw has quit IRC14:39
*** ashw has joined #rdo14:40
pabelangerdmsimard: also check the filesystem for openstack/tripleo-common repo14:41
pabelangerzuul-merger should have cloned it14:41
*** mlammon has joined #rdo14:42
dmsimardpabelanger: filesystem where ?14:42
pabelangerdmsimard: /var/lib/zuul/git14:43
pabelangeratleast that is our default upstream14:43
dmsimardoh crap14:43
dmsimardthat might be a problem14:43
*** unclemarc has quit IRC14:43
pabelangerlawl14:44
dmsimardpabelanger: it's clashing with local tripleo-common project in review.rdo14:44
pabelangerAh14:44
dmsimardoriginssh://jenkins@gerrit.review.rdoproject.org:29418/tripleo-common (fetch)14:44
pabelangerthat would explain it14:44
*** mlammon has quit IRC14:44
pabelangerHmm14:44
*** mlammon has joined #rdo14:45
pabelangeris RDO using openstack/tripleo-common?14:45
*** iranzo has quit IRC14:45
pabelangernamespace I mean14:45
*** unclemarc has joined #rdo14:46
dmsimardpabelanger: https://review.rdoproject.org/r/gitweb?p=openstack%2Ftripleo-common.git;a=summary14:46
dmsimardI don't quite understand the purpose of it, number80 and apevec know14:46
pabelangerk14:46
dmsimardI believe it's to document the patches we carry14:46
pabelangerI suspect we are going to have some of these issue moving forward14:47
dmsimardyeah, this one is actually pretty big14:47
dmsimardbecause we plan on building directly from upstream14:47
pabelangerThe issue is the openstack namespace14:48
dmsimardthere doesn't seem to be a notion of namespacing in /var/lib/zuul/git14:48
dmsimardthere's no prefix/suffix/sub directories14:48
pabelangerlet me check14:48
*** pcaruana has quit IRC14:49
*** vikumar has quit IRC14:49
pabelangernot that it fixes issues now, but I don't think review.rdoproject.org should have used the openstack namespace for git repos, should have dropped things into rdo (eg: rdo/tripleo-common)14:50
dmsimard¯\_(ツ)_/¯14:50
*** Pavo has quit IRC14:50
number80dmsimard: patches management14:51
pabelangerdmsimard: there should be namespaces14:51
pabelangereg: /var/lib/zuul/git/openstack14:51
pabelangershould exist14:51
*** Pavo has joined #rdo14:51
dmsimardpabelanger: I'm one to thing that the gerrit namespace should be the same as the mirror namespace (in github we use rdo-packages/)14:51
pabelanger/var/lib/zuul/git/openstack-infra14:51
dmsimards/thing/think/14:51
pabelangerare 2 example of our filesystem layout14:51
dmsimardpabelanger: ok, so, /openstack/ exists14:52
number80pabelanger, dmsimard: maybe it's not what you'd expect but this is pure mirror of upstream git repo + our specific branches that have suffixed by -patches14:52
dmsimardbut so does /14:52
number80(hope, this explanation helps)14:52
pabelangerdmsimard: number80: the issue is origin14:52
pabelangerit should be git.openstack.org14:52
pabelangerbut, is review.rdoproject.org14:52
*** Amita has joined #rdo14:52
number80pabelanger: ok, that will need to change the namespace14:53
*** mlammon1 has joined #rdo14:54
number80we'll need SF folks expertise to see if it's doable to migrate to another namespace14:54
*** mlammon has quit IRC14:54
pabelangerlet me see if we can do something with zuul-merger too14:54
*** chandankumar has quit IRC14:54
EmilienMnumber80: ok https://review.openstack.org/#/c/383746/ fixed my puppet 4 issue in tripleo14:55
*** iranzo has joined #rdo14:55
*** mlammon1 has quit IRC14:57
*** mlammon has joined #rdo14:57
*** limao has quit IRC14:58
*** limao has joined #rdo14:58
*** sdake has joined #rdo14:59
*** vern has quit IRC14:59
*** vern has joined #rdo15:01
*** eharney has joined #rdo15:02
*** mdbooth has joined #rdo15:04
*** apevec has left #rdo15:05
*** Amita has quit IRC15:05
*** apevec has joined #rdo15:05
*** dmanchad has quit IRC15:05
*** Pharaoh_Atem has quit IRC15:05
number80EmilienM: good catch, i'll have to update instack undercloud15:07
EmilienMnumber80: yes15:07
EmilienMnumber80: well, we're releasing a new tag today15:07
EmilienMI'm not sure what you mean by updating15:07
*** dmanchad has joined #rdo15:08
number80EmilienM: new build from rc15:08
EmilienMok15:08
*** Amita has joined #rdo15:08
*** Pharaoh_Atem has joined #rdo15:08
*** limao has quit IRC15:09
openstackgerritJavier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility  https://review.openstack.org/38378715:10
jpenaamoralej imcsk8: ^^ is a first attempt15:10
jpenadmsimard: ^^15:10
openstackgerritJavier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility  https://review.openstack.org/38378715:11
*** ohamada__ has quit IRC15:11
apevecEmilienM, number80 - puppet4 should've gone through common-pending first15:11
apevecplease use it for any new dep15:12
*** Amita is now known as amsharma15:12
EmilienMjpena: commented15:12
apevectrown, dmsimard ^ we'll need one more pipeline which includes common-pending repo15:12
apevecto validate proposed deps updates15:13
imcsk8jpena: checking...15:13
*** lucasagomes is now known as lucas-hungry15:13
*** smeyer has quit IRC15:13
*** amsharma has quit IRC15:14
*** dmanchad has quit IRC15:14
*** vaneldik has joined #rdo15:15
*** Pavo has quit IRC15:15
*** Amita has joined #rdo15:16
*** Pavo has joined #rdo15:17
jpenaEmilienM, I've replied to your comments. The issue is that those two variables are defined as parameters to Packstack, so they are included in the hiera file with a value of ''.15:18
jpena'' != false anymore in puppet 415:18
apevecjpena, are puppet4 fixes going to keep compat w/ puppet3 ?15:19
apevecwe need to support both ... hmm how to ci that?15:19
EmilienMyes they do15:19
jpenaapevec: yes. We can CI them by removing the hack I'm doing in run_tests.sh15:19
*** vaneldik has quit IRC15:20
*** dmanchad has joined #rdo15:20
*** aufi has quit IRC15:21
trownapevec: k, looks like stable pipeline is working... I do not think there are weirdo job set up for pending15:21
trownapevec: what is the repo setup for that?15:21
apevechttp://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/15:22
apevecdirect CBS repo, we don't want that mirrored15:22
*** cwolferh has quit IRC15:22
trownk, so have to manually create the repo file15:22
apevecand it's add-on15:22
apevecon top of regular repo15:22
jpenadmsimard: re. https://review.rdoproject.org/r/#/c/3189, I think jenkins credential binding is a good option for this15:22
apeveccurrently it's empty http://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/Packages/15:23
EmilienMapevec: I still see puppet4 http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D15:23
*** egallen has joined #rdo15:23
*** egallen has quit IRC15:23
trownso we need {master,newton,mitaka}? and the base repos would be stable? or dlrn?15:23
trownor both?15:23
apevecEmilienM, was it untagged?15:23
EmilienMapevec: I have no idea15:23
apevectrown, we can validate -pending with either15:24
apevecbut probably best to start w/ stable15:24
apevecas well, stable, base15:24
*** panda is now known as panda|bbl15:24
dmsimardapevec: the pending repo isn't in rdo-release15:24
dmsimardis it ?15:24
apevecit is not15:24
apevecnot sure it would be good idea to add it15:25
dmsimardyou're making my life complicated :P15:25
apevecit's temp place15:25
apevecah sorry :)15:25
apevecok, let's reconsider then15:25
dmsimardso pending should be used side by side stable ?15:25
dmsimardor side by side testing ?15:25
apevecdisabled by default would not affect users15:26
dmsimardor both ?15:26
apeveceither15:26
apevecbut stable is probably best15:26
dmsimardwell what do we want to test ?15:26
apevecsince it should be more stable15:26
dmsimardif we test pending with testing and stable, pending should have higher nvr and take priority ?15:26
apevecb/c we want to test only new pending updates15:26
apevecyes15:26
EmilienMapevec: how to see if it's untagged?15:26
apevecno yum priorities required15:26
dmsimardbut those pending updates might need something tagged testing ?15:26
apevecit will be always higher NVR15:26
mnasercongrats on the ultra fast newton release :)15:27
apevecdmsimard, no, common-pending should have repoclosure w/ stable repo15:27
dmsimardmnaser: thanks :)15:27
*** rlandy is now known as rlandy|hw15:27
apevecEmilienM, checking15:27
dmsimardapevec: ok so to summarize15:29
dmsimardwe need 1) stable only, 2) testing+stable, 3) pending+stable, 4) trunk consistent15:29
*** anilvenkata has quit IRC15:29
EmilienMapevec: how do you check?15:30
apevecEmilienM, it was untagged 1.5h ago, but sync didn't run since then http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D15:30
apevecEmilienM, cbs list-tag-history --build  puppet-4.6.2-2.el715:30
apevecdmsimard, ack for 1-315:30
*** anilvenkata has joined #rdo15:31
EmilienMapevec: thanks15:31
apevecwhat is 4? isn't that part of normal trunk pipeline ?15:31
EmilienMapevec: what is cbs package?15:31
dmsimardapevec: yeah15:31
apevecdmsimard, and 2 is actually testing only15:31
apevectesting is complete repo15:31
dmsimardapevec: I was told testing+stable by number8015:31
dmsimardthis is what weirdo does today15:31
apevechmm, not sure why number80 said that15:32
apevectesting must have repoclosure on it's own15:32
apevecanyway, doesn't hurt15:32
apevectesting is superset with temp newer NVR15:32
apevecor ==15:32
number80apevec: at some point, we need to move-build from testing to release15:32
apevecnumber80, we don't15:32
apevecwe keep it tagged testing15:32
apevecwe don't have setup like fedora with updates15:33
number80apevec: well, it makes things difficult in the long run, as testing ended up being more reliable than -release15:33
apevecnumber80, otherwise when new release doesn't exist, we'll have missing repo on mirrors15:33
*** athomas has quit IRC15:33
apevecnumber80, testing is used in CI, so yeah in some way15:34
*** scorcoran has joined #rdo15:34
*** sdake has quit IRC15:34
EmilienMhow can I run cbs on my laptop? what is the magic package?15:34
apevecremember that testing is deps repo for trunk CI15:34
number80apevec: well, I reflected about shortening even more GA releases, and we need to start creating release repo beforehand15:34
apevecso it must be complete15:34
apevecnumber80, true that15:34
number80I'll try to write somewhere a diagram to optimize our workflow15:34
apevecbut for now testing is repoclosureed15:34
number80yup, for now on, we support just using testing15:35
*** scorcoran has left #rdo15:35
EmilienMyum install centos-packager15:35
EmilienMok15:35
number80but I'd rather have DLRN/CI be ready so we can do the change any time15:35
number80(not presuming the change will happen, but I'd rather not wait breaking things for CI and DLRN last minute)15:36
apevecnumber80, hmm, ok15:36
*** scorcoran has joined #rdo15:36
apevecnumber80, then you also need to change deps.repo in dlrn, but let's keep that discussion in brainstorm etherpad not here15:37
number80Yes15:37
*** fzdarsky is now known as fzdarsky|afk15:37
*** scorcoran has left #rdo15:37
number80No changes15:37
*** numans has quit IRC15:37
number80I tried to diagram the workflow and it ended up looking like some bad pasta dish, and my head was like exploding15:38
dmsimardapevec: so, what's the conclusion. Keep testing+stable ? :)15:39
EmilienMapevec: what is the frequency of updates?15:39
apevec2h15:39
apevecit should run at 1600 utc15:39
apevecdmsimard,  keep it15:40
apevecdoesn't hurt now, allows future changes15:40
dmsimardok15:40
dmsimardshould I open a PR to add -pending to rdo-release ?15:40
apevecdmsimard, yes15:40
apevecdmsimard, we also discussed adding ceph-yewel to rdo-release-newton but I think we're not going to do that, based on feedback the other day?15:41
apevecjewel even!15:41
EmilienMok in 20 min15:41
*** eaguilar has quit IRC15:41
number808nods*15:41
dmsimardyeah, we need a "channel" to allow someone to install the RDO repositories without enforcing a ceph repo15:41
dmsimardsince centos-release enforces one15:41
dmsimardwe can point people to rdo-release if it's problematic for them15:42
number80the question is why enforcing ceph repo?15:42
rdogerritUser lukapeschke proposed openstack/cloudkitty-distgit: Release 2  http://review.rdoproject.org/r/319215:42
dmsimardnumber80: I'm not sure why we started doing that in the first place15:43
dmsimardceph is optional15:43
dmsimardthe ceph repo imo should be installed by the installer if need be15:43
number80yep, the only required one should qemu-kvm-ev repo15:43
dmsimardbut we've already created a precedent15:43
*** eharney has quit IRC15:43
pabelangerdmsimard: working on a patch for issue15:43
number80I suspect it is because of installers15:43
dmsimardapevec, number80: can we move rdo-release and centos-release-openstack repos under rdo-infra and put it on code review ?15:44
*** ashw has quit IRC15:44
number80dmsimard: that's can be fixed by next release15:44
number80aka RDO Ocata15:44
apevecdmsimard, ok, let me transfer github org15:44
openstackgerritJavier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility  https://review.openstack.org/38378715:45
number80apevec, dmsimard: please disable newton-rdo cbs jobs for those15:45
dmsimardnumber80: for those what15:45
number80rdo-release and friends15:45
dmsimardI don't understand15:45
number80dmsimard: we don't want them to be automatically built15:46
apevecthey would not get cbs-validate15:46
dmsimardnumber80: ok you mean the cbs jobs in review.r.o ?15:46
number80yes15:46
number80just check if they don't get triggered15:46
dmsimardwe probably need to edit layout15:46
number80they're now more/less robusts for newton-rdo, but I'd rather be careful for packages not fitting the general model15:47
number80I'd rather start by enabling them on mitaka-rdo before looking at specific packages15:47
number80(or updates)15:48
rdogerritDavid Moreau Simard created config: Disable cbs jobs for newton-rdo  http://review.rdoproject.org/r/319815:48
dmsimardsomething like this? ^15:48
apevechm no, that killed them all?15:48
dmsimardis that not what we want ?15:48
number80dmsimard: nope, just excluding centos-release-openstack and rdo-release15:48
dmsimardohhhhhhhhhhhhh15:48
dmsimardwhen we add those to zuul layout, make sure they don't run on those15:49
dmsimardok, sure15:49
number80sorry, I'm getting tired :)15:49
apevecalso branches are not newton-rdo in those repos15:49
dmsimardI'm tired too :P15:49
trownIm tired three15:49
number80apevec: maybe we want to rename them for consistency but I'll let you sole judge on that matter15:49
number80trown: no you're tired trown15:49
*** anilvenkata_ has joined #rdo15:50
number80dmsimard: btw, you reminded me to add that topic in the rdo-infra meetup15:50
dmsimardyes, let's discuss everything there15:50
dmsimardI expect that meeting to be super productive :D15:51
*** anilvenkata has quit IRC15:51
dmsimardapevec: let me know when the repos are transfered and I'll add them15:51
number80dmsimard: it'll be but that'll be only few hours :)15:51
dmsimardbrb15:51
apevecnumber80, I'm transfering first, then rename branches at new location15:52
trowndmsimard: the meeting imediately after we get off of a transatlantic flight will be super productive? :P15:52
apevectrown, yes, you'll agree to everything ;)15:52
apevecjust-get-me-out-of-here15:52
*** KarlchenK has quit IRC15:52
trownhehe15:52
number80apevec: np15:52
dmsimardtrown: I'm landing on sunday :D15:53
number80trown: adrenaline will help you overcoming that ordeal15:53
*** anilvenkata_ has quit IRC15:53
trownoh you will be fine then15:53
trownI will be coming straight from the airport15:53
*** anilvenkata has joined #rdo15:53
number80holy shit, my connecting flight changed ...15:55
rdogerritJavier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318915:56
rdogerritJavier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318915:56
apevecnumber80, run?15:57
number80apevec: I'll have to spend extra night in Brussels15:57
*** eharney has joined #rdo15:57
apevecdmsimard, transfer done https://github.com/rdo-infra?query=release but lemme rename branches first15:57
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info15:57
apevecnumber80, is that bad?15:58
apevecairline should pay the hotel right?15:58
*** KarlchenK has joined #rdo15:58
apevecs/pay/provide/15:58
number80apevec: probably, but from my experience, there's no open counter at 9PM15:59
*** pilasguru has quit IRC15:59
apevecor will it be: he's your chair in waiting lounge ?15:59
Humbedoohbrussels lounge has sleeping cabins :)15:59
*** tesseract- has quit IRC16:00
trownugh... I always forget we need to pre-create directories on the artifacts server16:00
number80Humbedooh: I'll likely try to put my bag somewhere and go bar touring in Brussels :)16:00
Humbedoohbleh, it's Brussels :p16:00
apevectrown, is rsync not creating them?16:00
Humbedoohthe beer is good though16:01
trownapevec: no that is why https://ci.centos.org/job/tripleo-quickstart-promote-newton-cloudsig-stable-build-images/2/console failed... it failed to upload the testing images because the directories arent there16:01
*** rcernin_ has quit IRC16:01
*** martinkopec has quit IRC16:01
apevectrown, :(16:01
*** jlibosva has quit IRC16:02
trownI can create them and kick it again16:02
*** eharney has quit IRC16:05
EmilienMapevec: it sounds untagged now, right?16:06
*** cwolferh has joined #rdo16:08
*** thrash is now known as thrash|f00dz16:09
apevecEmilienM, it is untagged in cbs but sync is not done (see timestamp on repodata/ http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D )16:09
*** toanju has quit IRC16:09
EmilienMapevec: damn16:10
EmilienMapevec: we have zero way to accelerate the sync?16:10
apevecit should be running now16:11
apeveclast finished at :1216:11
apeveclet let's give it a min16:11
apevecbut yeah we don't have visibility, it's centos blackbox to us16:12
*** derekh has quit IRC16:13
apevechmm, but I'm afraid untagging will not remove it, buildlogs is accumulating builds16:14
*** puzzled has quit IRC16:14
apeveconce there, you can remove it16:14
apevecw/o admin action16:14
apeveckbsingh, ^ right?16:14
apevecerr you _cannot_ remove it16:15
kbsinghthe cbs to buildlogs push's happen every 2 hrs on the clock16:16
*** iranzo has quit IRC16:16
apeveckbsingh, yeah, but builds untagged in CBS stay on buildlogs16:16
kbsinghand you cant untag to remove, its a painful process removing stuff16:16
kbsinghyeah16:16
kbsinghmodern services architecture, you always fail forward :)16:16
apevecright, hence we added common-pending16:16
*** mcornea has quit IRC16:16
*** sdake has joined #rdo16:16
apeveckbsingh, right, but now we need to revert to puppet 3 from puppet 416:17
*** abregman has joined #rdo16:17
apevecso we'll have new build with bumped Epoch :(16:17
kbsinghwell16:17
kbsinghhow big a problem is this ?16:17
EmilienMbig16:17
EmilienMtripleo CI is broken and we are about to release it today16:17
kbsinghremoving stuff from buildlogs is a couple of hours worth of work on my part16:17
EmilienMto remove a file?16:17
apevecugh16:17
*** abregman has quit IRC16:17
kbsinghyeah16:17
EmilienMapevec: any trick I can do in tripleo-ci to choose puppet3 package in common?16:18
kbsinghwhat specific path do you need twiddled with ?16:18
apevecok, so we really really need to gate through common-pending16:18
*** eharney has joined #rdo16:19
*** karimb has quit IRC16:19
*** lucas-hungry is now known as lucasagomes16:19
apeveckbsingh, http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/puppet-4.6.2-2.el7.noarch.rpm and http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/puppet-server-4.6.2-2.el7.noarch.rpm16:19
apevecthen repo regen16:20
kbsinghit wont be just 2 packages, it will be the entire dir16:20
kbsinghso basically all of http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/16:20
*** pbandark has quit IRC16:20
apevecwhat do you mean?16:20
apevecwe still need rest of rpms there :)16:20
kbsinghand then it will regen the entire thing, you get effectively a sync16:21
apevecah16:21
kbsinghso cbs repo == buildlogs repo at that point16:21
apevecok16:21
*** jpich has quit IRC16:21
EmilienMI'm curious to know why we can't just rm the file16:22
apevecit's mirrors/cdn16:22
apeveckbsingh, ok - http://cbs.centos.org/repos/cloud7-openstack-ocata-testing/x86_64/os/Packages/ is good, no puppet 4 there16:22
*** zoliXXL is now known as zoli|gone16:23
*** dtantsur is now known as dtantsur|afk16:23
openstackgerritJavier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility  https://review.openstack.org/38378716:24
zoli|gonehave a good weekend16:25
*** hrw has quit IRC16:25
kbsinghso, you guys are doing a release for tripleo octa ?16:25
kbsinghi thought that would be ~ 6 months out16:25
EmilienMkbsingh: newton16:26
EmilienMkbsingh: we're releasing RC3 this afternoon16:26
apeveckbsingh, it's pre work16:26
* EmilienM brb lunch16:26
kbsinghwhy am i deleting octa stuff ..16:26
EmilienMsorry for confusion16:26
apeveckbsingh, openstack master is already Ocata16:26
*** zoli|gone is now known as zoli_gone-proxy16:26
EmilienMyeah we're fixing bugs in master first and backport afterwards16:26
apevecfixes go to master first16:26
EmilienMso we need our master CI working16:27
kbsinghok16:27
* EmilienM brb16:27
apevecand this ocata repo is only deps repo16:27
*** hrw has joined #rdo16:27
kbsinghwhat are your email add's...16:28
kbsinghi have apevec's16:28
kbsinghnevermind16:28
kbsinghyou should have email16:29
*** KarlchenK has quit IRC16:30
dmsimardpabelanger, jpena: I'll start a thread for the project name/rename issue16:34
*** KarlchenK has joined #rdo16:35
pabelangerdmsimard: ack16:35
kbsinghshould be all in place16:36
*** coolsvap has quit IRC16:36
*** absubram has quit IRC16:37
pradknumber80, apevec, can we please rebase python-tenacity to 3.2.1 in cbs .. i rebased it in fedora yesterday16:39
*** KarlchenK has quit IRC16:39
pradkhttp://koji.fedoraproject.org/koji/buildinfo?buildID=80768116:39
trownway to stick with it16:39
* trown shows himself out16:40
*** hewbrocca is now known as hewbrocca-afk16:41
*** mburned is now known as mburned_out16:42
*** thrash|f00dz is now known as thrash16:42
number80pradk: I'm still on my way home from Berlin16:43
*** KarlchenK has joined #rdo16:43
*** gfidente has quit IRC16:45
*** ade_b has quit IRC16:47
EmilienMback16:48
*** ihrachys has quit IRC16:49
*** karimb has joined #rdo16:49
*** tosky has quit IRC16:49
EmilienMkbsingh: is it normal we still see the package in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D ?16:50
EmilienMapevec: ^16:54
*** panda|bbl is now known as panda|bbl|buther16:55
*** panda|bbl|buther is now known as panda|bbl|here16:55
*** pilasguru has joined #rdo16:56
rdogerritJavier Peña proposed config: Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318916:57
*** trown is now known as trown|lunch16:58
*** pilasguru has quit IRC17:00
*** sdake has quit IRC17:01
*** ohochman has joined #rdo17:03
amoralejenjoy the weekend!!!17:03
*** amoralej is now known as amoralej|off17:04
imcsk8have a good one amoralej|off17:04
*** Amita has quit IRC17:05
*** pilasguru has joined #rdo17:06
*** rasca has quit IRC17:08
rdogerritJavier Peña proposed config: Create periodic job to update rdoinfo upper-constraint tags  http://review.rdoproject.org/r/318917:08
*** abregman has joined #rdo17:10
* jpena calls it a week17:11
jpenaHave a nice weekend!17:11
bkeroYou too!17:11
*** jpena is now known as jpena|off17:12
*** pilasguru1 has joined #rdo17:15
*** chandankumar has joined #rdo17:15
*** danialvarez has quit IRC17:16
*** pilasguru has quit IRC17:17
*** pilasguru1 is now known as pilasguru17:17
*** anshul has quit IRC17:17
rdogerritwes hayutin created rdo-infra/ci-config: add the ansible role for ssl to the roles gate  http://review.rdoproject.org/r/319917:18
*** Amita has joined #rdo17:19
*** pblaho has quit IRC17:19
EmilienMapevec, number80, kbsingh: you around? situation is critical17:19
*** suresh12 has joined #rdo17:20
apevecEmilienM, all I know is that kbsingh did the push17:21
apevecbut not sure how long it take to propagate to cdn17:21
* apevec checks repodata17:22
pabelangerdmsimard: first pass at a solution: https://review.openstack.org/#/c/38380417:23
pabelangerdmsimard: need to write a few unit tests to validate the functionality17:23
apevecEmilienM, repodata is fine: Available Packages17:23
apevecpuppet.noarch                   3.8.7-2.el7                    ocata17:23
apevecEmilienM, dont' look at http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D - these are not the packages you are looking for!17:24
dmsimardpabelanger: do you know how upstream renames projects in gerrit ? It doesn't look like it's really possible (at least, from the UI)17:24
*** panda|bbl|here is now known as panda|bbl17:24
EmilienMapevec: ok17:24
EmilienMapevec: I look at http://tripleo.org/cistatus.html lol17:24
*** pkovar has quit IRC17:25
dmsimardbkero, panda|bbl: are those still relevant ? https://ci.centos.org/view/Openstack%20Puppet%20Modules/17:25
dmsimardthey haven't run in >6 months17:25
bkerodmsimard: nope, feel free to nuke17:25
* dmsimard presses red nuke button17:26
apevecdmsimard, it takes outage to rename projects in gerrit iirc17:26
bkeroI think your weirdo integration tests achieved coverage parity a while ago.17:26
pabelangerdmsimard: yes, it is a complex process, a lot of manual steps. An outage is required. The basic idea is: http://docs.openstack.org/infra/system-config/gerrit.html#renaming-a-project17:26
dmsimardapevec: yeah I'm anticipating database fiddling but I'll wait pabelanger's answer :p17:26
dmsimarddatabase fiddling indeed17:27
kbsinghEmilienM: apevec: whats up ?17:27
apeveckbsingh, all good17:27
*** shardy has quit IRC17:27
kbsinghk17:27
apevecconfusing was that cdn still shows puppet 4 in dir listing, but repodata is w/o it17:27
apevecAvailable Packages17:27
apevecpuppet.noarch                   3.8.7-2.el7                    ocata17:27
panda|bbldmsimard: hey, wait for my feedback17:27
dmsimardpanda|bbl: did you still need those ?17:28
panda|bbldmsimard: no, nuke them.17:29
apevecEmilienM, is http://tripleo.org/cistatus.html getting better now?17:29
panda|bbldmsimard: :P17:29
dmsimardpanda|bbl: don't scare me like that17:29
dmsimardI had already pressed the button17:29
dmsimard:(17:29
dmsimardpabelanger: oh yuck17:30
dmsimardpabelanger: we'd need to do this for >200 projects17:30
pabelangerdmsimard: apevec: https://etherpad.openstack.org/p/project-renames-Septemeber-2016 is an example of the steps needed to rename17:30
dmsimarddefinitely doable but more invasive than I expected17:30
*** gszasz has quit IRC17:30
apeveccomputers-- software-- just for rename... :)17:31
pabelangerdmsimard: yes, it will require some discussion on how to implement it17:32
dmsimardapevec: projects should be given a unique identifier and the name just be a label :(17:32
apevecsomebody said they're making lifes easier?17:32
pabelangerdid you get a post to ML?17:32
dmsimardapevec: looks like gerrit uses those everywhere so it can't be easily changed17:32
dmsimardpabelanger: I didn't post anything anywhere yet17:32
apevecyeah, so bad design17:32
dmsimardapevec: isn't gerrit out of google too? they ought to be doing better schemas :/17:32
*** anilvenkata has quit IRC17:32
dmsimardprimary key = project name17:33
dmsimardbad design17:33
pabelangerdmsimard: ack17:33
EmilienMapevec: I'm looking at it17:33
apevecEmilienM, is that fixing CI like https://en.wikipedia.org/wiki/Braco_(faith_healer) ?17:35
apevec"he stands on a platform and gazes."17:36
apevec5-10min should work17:36
EmilienMI'm watching zuul now17:36
EmilienMI'll let you know in 20 min17:36
EmilienMif you still around17:36
*** Pavo has quit IRC17:37
*** absubram has joined #rdo17:38
*** Pavo has joined #rdo17:39
*** Amita has quit IRC17:44
*** chandankumar has quit IRC17:45
*** karimb has quit IRC17:55
*** rwsu_ has quit IRC17:56
*** rwsu has joined #rdo17:56
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info17:57
apevecdmsimard, ^ :)17:58
dmsimardI know :(17:58
apevecsnooze17:58
dmsimardI have a half-finished patch for it17:58
dmsimardkeep getting sidetracked17:59
apevecfbo, "OSP-D deployment through SF" wth is that??17:59
apevecfbo, and it's TripleO in the outside world17:59
apevecfound in http://softwarefactory-project.io/etherpad/p/sprint_review18:00
*** trown|lunch is now known as trown18:01
*** Pavo has quit IRC18:01
*** mnaser has quit IRC18:02
apevecleft comments in etherpad18:02
apevecyou can't really use osp-d product in the public project, same like we use centos not rhel18:03
*** READ10 has quit IRC18:05
*** mnaser has joined #rdo18:06
rdogerritDavid Moreau Simard created rdo-infra/ansible-role-weirdo-puppet-openstack: Merge all tasks into main.yml  http://review.rdoproject.org/r/320018:06
rdogerritMerged rdo-infra/ci-config: add the ansible role for ssl to the roles gate  http://review.rdoproject.org/r/319918:06
rdogerritDavid Moreau Simard created rdo-infra/ansible-role-weirdo-packstack: Merge all tasks into main.yml  http://review.rdoproject.org/r/320118:09
rdogerritDavid Moreau Simard created rdo-infra/ansible-role-weirdo-common: Move package installation to setup  http://review.rdoproject.org/r/320218:09
rdogerritDavid Moreau Simard created rdo-infra/ansible-role-weirdo-common: Stop providing the puppet-openstack log handler  http://review.rdoproject.org/r/320318:09
EmilienMapevec: ok we deploy puppet3 again18:10
*** sdake has joined #rdo18:11
dmsimardok I kicked a master promote job18:11
rdogerritPradeep Kilambi created openstack/swift-distgit: Add ceilometermiddleware dependency to swift proxy  http://review.rdoproject.org/r/320418:13
pradkEmilienM, ^^18:13
dmsimardapevec: ok so the issue with that sensu check18:14
dmsimardapevec: is that centos7-master-head has never existed yet18:14
dmsimarder, centos7-master-head/consistent18:14
dmsimardcurrent exists but there hasn't been a consistent build yet18:14
EmilienMpradk: sounds like the best solution at the end18:14
EmilienMpradk: we'll need to backport in newton18:14
dmsimardpradk, EmilienM: yuck, I don't like that patch18:15
EmilienMdmsimard: and why?18:15
pradkEmilienM, yea i dont know any other way18:15
dmsimardEmilienM: do you see ceilometermiddleware in https://github.com/openstack/swift/blob/master/requirements.txt ?18:15
pradkdmsimard, we do the same for keystonemiddleware18:15
pradkdmsimard, lemme check if its in setup18:15
dmsimardarguably keystonemiddleware shouldn't be there either since swift can effectively be deployed without it18:16
dmsimardwhat problem are you trying to solve ?18:16
EmilienMdmsimard: #puppet-openstack18:16
EmilienMhappy reading :)18:17
pradkdmsimard, ok may be you have a beter solution so  the issue is18:17
pradkwhen swiftproxy is installed it triggers a systemd restart18:17
pradkwe do this for keystonemiddleware in the spec.. i think for same reason18:18
EmilienMyes18:18
pradkbut i'm open to better ideas if any18:19
*** rlandy|hw is now known as rlandy18:20
*** Pavo has joined #rdo18:21
*** strigazi is now known as strigazi_AFK18:23
*** ashw has joined #rdo18:24
*** jeckersb is now known as jeckersb_gone18:25
*** akrivoka has quit IRC18:27
*** alexismonville has joined #rdo18:28
*** martinkopec has joined #rdo18:29
*** eaguilar has joined #rdo18:29
EmilienMapevec, jpena|off: the mitaka fix for networking-cisco is still not in the repos?18:30
EmilienMthe CI is still failing :(18:30
*** paramite has quit IRC18:30
EmilienMor maybe it's another error this time18:30
apevecit should be, according to what jpena said earlier today, checking18:32
*** Pavo has quit IRC18:32
apevecEmilienM, wait, which repo do you use in mitaka?18:32
EmilienMapevec: http://paste.openstack.org/show/KtWLFGc6aTrfjRoQJtjO/18:34
EmilienMI need to bisect18:34
EmilienMit was working on  Sep 2618:34
apevechttps://trunk.rdoproject.org/centos7-mitaka/a9/3b/a93b06f756baf5adc2236a607497d4f09e74b728_890322b6/python-networking-cisco-3.2.0-0.20161007104123.ddde748.el7.centos.noarch.rpm18:35
apevechttp://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=ddde74826c33f56dc46497e9252dc398a91350c018:35
apevecthis is 3.2.0 tag18:35
*** abregman has quit IRC18:36
EmilienMhttps://www.diffchecker.com/eBZ2PLiB18:36
apevecbut looks like we never pushed any networking-cisco in mitaka-release18:37
EmilienMah18:37
*** aortega has quit IRC18:37
apevecb/c they didn't have mitaka branch and release18:37
EmilienMI'll dig that later, trying to finish this newton release18:37
apevecyeah, newton first18:37
apevecEmilienM, when you're back to mitaka, show me log where and what is failing18:38
EmilienMapevec: http://logs.openstack.org/09/371209/30/check-tripleo/gate-tripleo-ci-centos-7-ovb-ha-mitaka/4bd5574/console.html#_2016-10-07_16_15_49_06245718:39
EmilienMwell now, it looks like another failure than before18:39
apevecERROR: Authorization failed.18:39
apevecyeah, that's unlikely networking-cisco related18:40
EmilienMyeah, weird, last time I checked 2 days ago we had this cisco thing18:40
apevecwhat-a-bug18:40
apevecwhack-a-bug !18:40
*** bytesandbolts has quit IRC18:41
apevecthere;s Domain admin client authentication failed in heat-engine.log18:43
apevecand in keystone log DomainNotFound: Could not find domain: Default18:44
apevecayoung, ^  any ideas? http://logs.openstack.org/09/371209/30/check-tripleo/gate-tripleo-ci-centos-7-ovb-ha-mitaka/4bd5574/logs/undercloud/var/log/keystone/keystone.txt.gz?level=ERROR18:44
apevectripleo mitaka started failing18:44
apevecEmilienM, in rpm diff I see 5.0.0 -> 6.0.0 versions of os-*config and tripleo-image-elements, is this supposed to be in Mitaka?18:46
EmilienMapevec: no idea18:47
apevecand keystone 9.1 -> 9.218:47
*** danialvarez has joined #rdo18:47
*** bytesandbolts has joined #rdo18:48
apevecayoung, was there any changes re. default domain in keystone between 9.1 and 9.2 ?18:48
*** openstackgerrit has quit IRC18:50
*** openstackgerrit has joined #rdo18:51
*** ChanServ sets mode: +v openstackgerrit18:51
*** danialvarez has quit IRC18:52
*** milan has quit IRC18:54
*** eaguilar has quit IRC18:56
*** martinkopec has quit IRC18:56
*** absubram has quit IRC18:56
*** mlammon has quit IRC18:56
*** unclemarc has quit IRC18:56
*** noslzzp has quit IRC18:56
*** afazekas has quit IRC18:56
*** dyasny has quit IRC18:56
*** Goneri has quit IRC18:56
*** fabo has quit IRC18:56
*** snarwade has quit IRC18:56
*** TSCHAK has quit IRC18:56
*** crossbuilder has quit IRC18:56
*** pppingme has quit IRC18:56
*** marrusl has quit IRC18:56
*** d0ugal has quit IRC18:56
*** kaslcrof has quit IRC18:57
*** logan- has quit IRC18:57
*** cschwede has quit IRC18:57
*** panda|bbl has quit IRC18:57
*** amoralej|off has quit IRC18:57
*** jdennis has quit IRC18:57
*** number80 has quit IRC18:57
*** furlongm has quit IRC18:57
*** jistr has quit IRC18:57
*** brad[] has quit IRC18:57
*** stonHu has quit IRC18:57
*** lhinds|away has quit IRC18:57
*** mburned_out has quit IRC18:57
*** bswartz has quit IRC18:57
*** shadower has quit IRC18:57
*** s1061123 has quit IRC18:57
*** CustosL1m3n has quit IRC18:57
*** xek has quit IRC18:57
*** jayg has quit IRC18:57
*** bhavik has quit IRC18:57
*** thrash has quit IRC18:57
*** pabelanger has quit IRC18:57
*** sgordon has quit IRC18:57
*** rdem has quit IRC18:57
*** zoli_gone-proxy has quit IRC18:57
*** s1061123 has joined #rdo18:57
*** afazekas has joined #rdo18:57
*** stonHu has joined #rdo18:57
*** cschwede has joined #rdo18:57
*** CustosL1men has joined #rdo18:57
*** rdem has joined #rdo18:57
*** jayg has joined #rdo18:57
*** sgordon has joined #rdo18:57
*** mburned_out has joined #rdo18:57
*** Goneri has joined #rdo18:57
*** cschwede has quit IRC18:57
*** cschwede has joined #rdo18:57
*** jayg has quit IRC18:57
*** jayg has joined #rdo18:57
*** bhavik has joined #rdo18:57
*** jistr has joined #rdo18:57
*** fabo has joined #rdo18:57
*** mburned_out has quit IRC18:57
*** mburned_out has joined #rdo18:57
*** xek has joined #rdo18:57
*** fabo has quit IRC18:57
*** fabo has joined #rdo18:57
*** shadower has joined #rdo18:57
*** furlongm has joined #rdo18:57
*** zoli_gone-proxy has joined #rdo18:57
*** brad[] has joined #rdo18:57
*** bhavik has quit IRC18:57
*** bhavik has joined #rdo18:57
*** kaslcrof has joined #rdo18:57
*** panda|bbl has joined #rdo18:57
*** absubram has joined #rdo18:57
*** martinkopec has joined #rdo18:57
*** unclemarc has joined #rdo18:57
*** crossbuilder has joined #rdo18:57
*** marrusl has joined #rdo18:57
*** snarwade has joined #rdo18:57
*** snarwade has quit IRC18:57
*** snarwade has joined #rdo18:57
*** jdennis has joined #rdo18:57
*** dyasny has joined #rdo18:57
*** eaguilar has joined #rdo18:57
*** logan- has joined #rdo18:57
*** pabelanger has joined #rdo18:57
*** d0ugal has joined #rdo18:58
*** pppingme has joined #rdo18:58
*** number80 has joined #rdo18:58
*** TSCHAK has joined #rdo18:58
*** amoralej has joined #rdo18:58
*** lhinds has joined #rdo18:58
*** thrash has joined #rdo18:59
*** thrash has quit IRC18:59
*** thrash has joined #rdo18:59
*** noslzzp has joined #rdo19:00
*** READ10 has joined #rdo19:01
*** mlammon has joined #rdo19:05
*** Pavo has joined #rdo19:06
*** dsneddon_ has joined #rdo19:07
*** mnaser has quit IRC19:08
*** suresh12 has quit IRC19:08
*** cwolferh has quit IRC19:08
*** zodbot has quit IRC19:08
*** sasha2 has quit IRC19:08
*** imcleod has quit IRC19:08
*** kgiusti has quit IRC19:08
*** dprince has quit IRC19:08
*** jkilpatr has quit IRC19:08
*** jbadiapa has quit IRC19:08
*** apevec has quit IRC19:08
*** rdogerrit has quit IRC19:08
*** mwhahaha has quit IRC19:08
*** dhill_ has quit IRC19:08
*** sshnaidm|away has quit IRC19:08
*** oshvartz has quit IRC19:08
*** Duck has quit IRC19:08
*** coredump has quit IRC19:08
*** eggmaster has quit IRC19:08
*** jpena|off has quit IRC19:08
*** stevebaker has quit IRC19:08
*** permalac has quit IRC19:09
*** tumble has quit IRC19:09
*** verdurin has quit IRC19:09
*** null_ref has quit IRC19:09
*** skot has quit IRC19:09
*** slagle has quit IRC19:09
*** eggmaster has joined #rdo19:09
*** dprince has joined #rdo19:09
*** slagle has joined #rdo19:09
*** cwolferh has joined #rdo19:09
*** slagle has quit IRC19:09
*** slagle has joined #rdo19:09
*** stevebaker has joined #rdo19:09
*** dhill_ has joined #rdo19:09
*** null_ref has joined #rdo19:09
*** tumble has joined #rdo19:09
*** jbadiapa has joined #rdo19:09
*** imcleod has joined #rdo19:09
*** skot has joined #rdo19:09
*** jkilpatr has joined #rdo19:09
*** oshvartz has joined #rdo19:09
*** permalac has joined #rdo19:09
*** Duck has joined #rdo19:09
*** kgiusti has joined #rdo19:09
*** sshnaidm|away has joined #rdo19:09
*** verdurin has joined #rdo19:09
*** suresh12 has joined #rdo19:09
*** jpena|off has joined #rdo19:09
*** dsneddon is now known as dsneddon_119:09
*** zodbot has joined #rdo19:09
*** sasha2 has joined #rdo19:09
*** rdogerrit has joined #rdo19:10
*** dsneddon_ is now known as dsneddon19:10
*** apevec has joined #rdo19:10
*** apevec has quit IRC19:10
*** apevec has joined #rdo19:10
*** serverascode has quit IRC19:12
*** jeckersb_gone is now known as jeckersb19:13
*** Pharaoh_Atem has quit IRC19:15
*** Pharaoh_Atem has joined #rdo19:16
*** suresh12 has quit IRC19:16
*** coredump has joined #rdo19:17
*** serverascode has joined #rdo19:17
*** mwhahaha has joined #rdo19:17
*** openstackgerrit has quit IRC19:18
*** hrw has quit IRC19:18
*** eharney has quit IRC19:18
*** dmanchad has quit IRC19:18
*** dhellmann has quit IRC19:18
*** trown has quit IRC19:18
*** fultonj has quit IRC19:18
*** ddmitriev has quit IRC19:19
*** apetrich has quit IRC19:19
*** lkoranda has quit IRC19:19
*** artom has quit IRC19:19
*** kun_huang has quit IRC19:19
*** dhoppe has quit IRC19:19
*** pmyers has quit IRC19:19
*** brault_ has quit IRC19:19
*** chasmo77 has quit IRC19:19
*** argarg has quit IRC19:19
*** mugsie has quit IRC19:19
*** jbrooks has quit IRC19:19
*** lv_ has quit IRC19:19
*** jrist has quit IRC19:19
*** kozhukalov has quit IRC19:19
*** harmw has quit IRC19:19
*** fbo has quit IRC19:19
*** lv_ has joined #rdo19:19
*** fultonj has joined #rdo19:19
*** pmyers has joined #rdo19:19
*** mugsie has joined #rdo19:19
*** dhoppe has joined #rdo19:19
*** dhellmann has joined #rdo19:19
*** wrongosaurus is now known as hexo19:19
*** jrist has joined #rdo19:19
*** hrw has joined #rdo19:19
*** harmw has joined #rdo19:19
*** apetrich has joined #rdo19:19
*** artom has joined #rdo19:19
*** chasmo77 has joined #rdo19:19
*** eharney has joined #rdo19:19
*** argarg has joined #rdo19:19
*** jbrooks has joined #rdo19:19
*** brault has joined #rdo19:19
*** ddmitriev has joined #rdo19:19
*** lkoranda has joined #rdo19:19
*** trown has joined #rdo19:20
*** fbo has joined #rdo19:20
*** toanju has joined #rdo19:20
*** openstackgerrit has joined #rdo19:20
*** ChanServ sets mode: +v openstackgerrit19:20
*** dmanchad has joined #rdo19:20
*** mnaser has joined #rdo19:24
rdogerritBen Kero created config: oooq: rename setup_ssh builder, add ssh_config to subnodes  http://review.rdoproject.org/r/320519:25
rdogerritBen Kero proposed config: oooq: rename setup_ssh builder, add ssh_config to subnodes  http://review.rdoproject.org/r/320519:25
*** kozhukalov has joined #rdo19:26
rdogerritMerged config: oooq: rename setup_ssh builder, add ssh_config to subnodes  http://review.rdoproject.org/r/320519:27
*** kun_huang has joined #rdo19:28
*** gchamoul is now known as gchamoul|afk19:29
*** pabelanger has quit IRC19:32
*** dciabrin has quit IRC19:32
*** arif-ali has quit IRC19:32
*** la|r|ma has quit IRC19:32
*** pabelanger has joined #rdo19:32
*** la|r|ma has joined #rdo19:33
*** arif-ali has joined #rdo19:33
*** KarlchenK has quit IRC19:33
*** vern has quit IRC19:33
*** mhu has quit IRC19:33
*** ansiwen has quit IRC19:33
*** f0o has quit IRC19:33
*** dmsimard has quit IRC19:33
*** rhallisey has quit IRC19:33
*** kbyrne has quit IRC19:33
*** pviktori has quit IRC19:33
*** sileht has quit IRC19:33
*** mvk has quit IRC19:33
*** hrybacki has quit IRC19:33
*** aderyugin has quit IRC19:33
*** Jeffrey4l_ has quit IRC19:33
*** weshay has quit IRC19:33
*** hogepodge has quit IRC19:33
*** lon has quit IRC19:33
*** tvignaud has quit IRC19:33
*** social has quit IRC19:33
*** gema has quit IRC19:33
*** DV has quit IRC19:33
*** karlamrhein has quit IRC19:33
*** zigo has quit IRC19:33
*** trozet has quit IRC19:33
*** rcrit has quit IRC19:33
*** rdo has quit IRC19:33
*** imcsk8|otm has quit IRC19:33
*** tdasilva has quit IRC19:33
*** bcafarel has quit IRC19:33
*** zaneb has quit IRC19:33
*** melwitt has quit IRC19:33
*** hexo has quit IRC19:33
*** vkmc has quit IRC19:33
*** setkeh has quit IRC19:33
*** Humbedooh has quit IRC19:33
*** tbarron has quit IRC19:33
*** melwitt_ has joined #rdo19:33
*** zigo has joined #rdo19:33
*** tbarron has joined #rdo19:33
*** tdasilva has joined #rdo19:33
*** rdo has joined #rdo19:33
*** notsetkeh has joined #rdo19:33
*** tdasilva has quit IRC19:33
*** tdasilva has joined #rdo19:33
*** trozet has joined #rdo19:33
*** Jeffrey4l_ has joined #rdo19:33
*** imcsk8|otm has joined #rdo19:33
*** DV has joined #rdo19:33
*** f0o has joined #rdo19:33
*** zaneb has joined #rdo19:33
*** mvk has joined #rdo19:33
*** dmsimard has joined #rdo19:33
*** zigo is now known as Guest1007919:33
*** melwitt_ is now known as melwitt19:33
*** lon has joined #rdo19:34
*** bcafarel has joined #rdo19:34
*** vkmc has joined #rdo19:34
*** vern has joined #rdo19:34
*** weshay has joined #rdo19:34
*** social has joined #rdo19:34
*** rhallisey has joined #rdo19:34
*** gema has joined #rdo19:34
*** pviktori has joined #rdo19:34
*** Humbedooh has joined #rdo19:34
*** ansiwen has joined #rdo19:34
*** rcrit has joined #rdo19:34
*** sileht has joined #rdo19:35
*** Humbedooh has quit IRC19:35
*** Humbedooh has joined #rdo19:35
*** anilvenkata has joined #rdo19:35
*** KarlchenK has joined #rdo19:35
*** aderyugin has joined #rdo19:37
*** hogepodge has joined #rdo19:38
*** READ10 has quit IRC19:40
*** kbyrne has joined #rdo19:40
*** martinkopec has quit IRC19:40
*** jcoufal has quit IRC19:41
*** hrybacki has joined #rdo19:43
rdogerritBen Kero created config: oooq: move ssh config generation to earlier builder  http://review.rdoproject.org/r/320619:44
rdogerritMerged config: oooq: move ssh config generation to earlier builder  http://review.rdoproject.org/r/320619:45
*** pilasguru has quit IRC19:47
*** mdbooth has quit IRC19:47
*** paragan has quit IRC19:47
*** dmacpher has quit IRC19:47
*** amuller has quit IRC19:47
*** rlandy has quit IRC19:47
*** jmelvin has quit IRC19:47
*** pradk has quit IRC19:47
*** richm has quit IRC19:47
*** ccamacho has quit IRC19:47
*** ajo has quit IRC19:47
*** flepied has quit IRC19:47
*** dtrainor has quit IRC19:47
*** dbecker has quit IRC19:47
*** nstrug has quit IRC19:47
*** imcsk8 has quit IRC19:47
*** gchamoul|afk has quit IRC19:47
*** jschwarz has quit IRC19:47
*** flaper87 has quit IRC19:47
*** Eywa has quit IRC19:47
*** jtomasek has quit IRC19:47
*** SnootBot98 has quit IRC19:47
*** OlaNys has quit IRC19:47
*** ltomasbo has quit IRC19:47
*** dsneddon_1 has quit IRC19:47
*** misc has quit IRC19:47
*** linex_ has quit IRC19:47
*** dries has quit IRC19:47
*** rook has quit IRC19:47
*** markmc has quit IRC19:47
*** hewbrocca-afk has quit IRC19:47
*** mandre has quit IRC19:47
*** agrajag has quit IRC19:47
*** bandini has quit IRC19:47
*** ioni has quit IRC19:47
*** gregwork has quit IRC19:48
*** myoung has quit IRC19:48
*** apuimedo has quit IRC19:48
*** higgins has quit IRC19:48
*** toure has quit IRC19:48
*** ggillies has quit IRC19:48
*** lucasagomes has quit IRC19:48
*** tristanC has quit IRC19:48
*** _elmiko has quit IRC19:48
*** esmiurium has quit IRC19:48
*** EmilienM has quit IRC19:48
*** toure has joined #rdo19:48
*** gchamoul has joined #rdo19:48
*** SnootBot98 has joined #rdo19:48
*** dries has joined #rdo19:48
*** jtomasek has joined #rdo19:48
*** markmc has joined #rdo19:48
*** hewbrocca-afk has joined #rdo19:48
*** imcsk8 has joined #rdo19:48
*** tristanC has joined #rdo19:48
*** mandre has joined #rdo19:48
*** rlandy has joined #rdo19:48
*** misc has joined #rdo19:48
*** _elmiko has joined #rdo19:48
*** paragan has joined #rdo19:48
*** lucasagomes has joined #rdo19:48
*** nstrug has joined #rdo19:48
*** paragan has quit IRC19:48
*** paragan has joined #rdo19:48
*** jmelvin has joined #rdo19:48
*** pilasguru has joined #rdo19:48
*** ccamacho has joined #rdo19:48
*** dbecker has joined #rdo19:48
*** amuller has joined #rdo19:48
*** gchamoul has quit IRC19:48
*** gchamoul has joined #rdo19:48
*** dtrainor has joined #rdo19:48
*** hewbrocca-afk has quit IRC19:48
*** hewbrocca-afk has joined #rdo19:48
*** toure has quit IRC19:48
*** toure has joined #rdo19:48
*** pradk has joined #rdo19:48
*** markmc has quit IRC19:48
*** markmc has joined #rdo19:48
*** ggillies has joined #rdo19:48
*** flepied has joined #rdo19:48
*** ioni has joined #rdo19:48
*** bandini has joined #rdo19:48
*** lucasagomes has quit IRC19:48
*** lucasagomes has joined #rdo19:48
*** _elmiko has quit IRC19:48
*** _elmiko has joined #rdo19:48
*** jmelvin has quit IRC19:48
*** jmelvin has joined #rdo19:48
*** ajo has joined #rdo19:48
*** rook has joined #rdo19:48
*** Eywa has joined #rdo19:48
*** ggillies has quit IRC19:48
*** ggillies has joined #rdo19:48
*** suresh12 has joined #rdo19:48
*** bandini has quit IRC19:48
*** bandini has joined #rdo19:48
*** ajo has quit IRC19:48
*** ajo has joined #rdo19:48
*** ioni is now known as Guest6896419:48
*** rook has quit IRC19:48
*** rook has joined #rdo19:48
*** morazi has joined #rdo19:48
*** apuimedo has joined #rdo19:48
*** richm has joined #rdo19:48
*** rook is now known as Guest248319:48
*** EmilienM has joined #rdo19:48
*** mdbooth has joined #rdo19:48
*** linex has joined #rdo19:48
*** higgins has joined #rdo19:49
*** myoung has joined #rdo19:49
*** agrajag has joined #rdo19:49
*** esmiurium has joined #rdo19:49
pabelangerdmsimard: pending review from upstream: https://review.openstack.org/#/c/383804/19:49
*** iberezovskiy_ has quit IRC19:49
*** jschwarz has joined #rdo19:49
*** ltomasbo has joined #rdo19:49
*** tvignaud has joined #rdo19:49
*** dsneddon_1 has joined #rdo19:50
*** Lokesh_Jain has quit IRC19:50
*** kozhukalov has quit IRC19:50
*** OlaNys has joined #rdo19:50
*** serverascode has quit IRC19:51
number80EmilienM: FYI, untagging a package does not remove them from buildlogs *BUT* it removes it from yum metadata19:51
*** lucasagomes is now known as lucas-afk19:52
number80So if you clean yum cache, yum can't see anymore puppet419:52
*** karlamrhein has joined #rdo19:53
*** karimb has joined #rdo19:53
number80If you're curious just parse http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/repodata/ primary.xml file which contains the list of packages delivered by the repo19:54
number80no puppet-4.xx19:54
number80only puppet-3.8.719:54
* number80 will grab drinner in 5 min. but will be back later19:54
*** iberezovskiy has joined #rdo19:55
*** panda|bbl is now known as panda19:56
*** leanderthal|afk has quit IRC19:56
*** mrunge has quit IRC19:56
*** jeckersb has quit IRC19:56
*** owlbot has quit IRC19:56
*** sai has quit IRC19:56
*** lebauce has quit IRC19:56
*** varesa has quit IRC19:56
*** sjohnsen- has quit IRC19:56
*** NuxRo has quit IRC19:56
*** gbraad has quit IRC19:56
*** stevemar has quit IRC19:56
*** ryansb has quit IRC19:56
*** ianw has quit IRC19:56
*** jjoyce has quit IRC19:56
*** zerick has quit IRC19:56
*** kbsingh has quit IRC19:56
*** redrobot has quit IRC19:56
*** etp has quit IRC19:56
*** rdopiera has quit IRC19:56
*** jschlueter has quit IRC19:56
*** Guest66676 has quit IRC19:56
*** dmellado has quit IRC19:56
*** sreichar_ has quit IRC19:56
*** matbu has quit IRC19:56
*** rdobot has quit IRC19:56
*** jeckersb has joined #rdo19:56
*** redrobot has joined #rdo19:56
*** zerick_ has joined #rdo19:56
*** mrunge has joined #rdo19:56
*** gbraad has joined #rdo19:56
*** matbu has joined #rdo19:56
*** etp has joined #rdo19:56
*** ryansb has joined #rdo19:56
*** ryansb has quit IRC19:56
*** ryansb has joined #rdo19:56
*** varesa has joined #rdo19:56
*** panda is now known as Guest1297619:56
*** NuxRo has joined #rdo19:56
*** Guest66666 has joined #rdo19:56
*** lebauce has joined #rdo19:56
*** sjohnsen has joined #rdo19:56
*** ianw has joined #rdo19:56
*** kbsingh has joined #rdo19:56
*** sreichar_ has joined #rdo19:56
*** sai has joined #rdo19:56
*** stevemar has joined #rdo19:57
*** dmellado has joined #rdo19:57
*** redrobot is now known as Guest4263319:57
*** rdopiera has joined #rdo19:57
*** Guest12976 is now known as panda19:57
rdogerritBen Kero created config: oooq: set required permissions on ssh_config  http://review.rdoproject.org/r/320719:57
*** jjoyce has joined #rdo19:57
*** jschlueter has joined #rdo19:57
rdogerritMerged config: oooq: set required permissions on ssh_config  http://review.rdoproject.org/r/320719:58
*** tbarron has quit IRC19:58
*** rain has joined #rdo19:58
*** rain is now known as Guest3565819:58
*** rdobot has joined #rdo19:59
*** ChanServ sets mode: +v rdobot19:59
rdogerritMerged rdo-infra/ansible-role-weirdo-packstack: Merge all tasks into main.yml  http://review.rdoproject.org/r/320120:01
*** hexo has joined #rdo20:01
*** serverascode has joined #rdo20:02
*** gregwork has joined #rdo20:02
*** shaunm has joined #rdo20:03
*** dmacpher has joined #rdo20:04
*** jcoufal has joined #rdo20:05
*** kgiusti has left #rdo20:05
*** tbarron has joined #rdo20:05
*** marrusl has quit IRC20:06
*** zaneb has quit IRC20:06
*** zaneb has joined #rdo20:06
*** openstack has joined #rdo20:20
*** ChanServ sets mode: +v openstack20:20
*** lbragstad_ has joined #rdo20:21
*** honza_ has joined #rdo20:21
*** fale_ has joined #rdo20:21
*** bstinson_ has joined #rdo20:21
*** arif-ali has quit IRC20:22
*** tflink has quit IRC20:22
*** _degorenko|afk has quit IRC20:22
*** alphacc has quit IRC20:22
*** sc` has quit IRC20:22
*** Jehane has quit IRC20:22
*** Grimdin has quit IRC20:22
*** bitchecker has quit IRC20:22
*** strigazi_AFK has quit IRC20:22
*** bkero has quit IRC20:22
*** lbragstad has quit IRC20:22
*** bstinson has quit IRC20:22
*** fale has quit IRC20:22
*** honza has quit IRC20:22
*** bstinson_ is now known as bstinson20:22
*** strigazi1AFK has joined #rdo20:22
*** arif-ali has joined #rdo20:22
*** Grimdin has joined #rdo20:22
*** sc` has joined #rdo20:22
*** alphacc has joined #rdo20:22
*** tflink has joined #rdo20:22
*** Jehane has joined #rdo20:22
*** bkero has joined #rdo20:23
*** degorenko has joined #rdo20:23
*** suresh12 has joined #rdo20:25
*** bitchecker has joined #rdo20:26
*** lbragstad_ is now known as lbragstad20:26
bkeroYay, the multinode and tripleo-ci prep scripts are working, should see a lot lesss oooq job spam in the channel now.20:26
*** kozhukalov has joined #rdo20:28
dmsimardprogress !20:30
*** jeckersb has quit IRC20:30
*** jeckersb has joined #rdo20:30
*** sreichar_ has quit IRC20:30
*** sreichar_ has joined #rdo20:30
*** sai has quit IRC20:30
*** sai has joined #rdo20:30
*** dmellado has quit IRC20:30
*** dmellado has joined #rdo20:30
*** rdopiera has quit IRC20:30
*** rdopiera has joined #rdo20:30
*** jjoyce has quit IRC20:30
*** jjoyce has joined #rdo20:30
*** jschlueter has quit IRC20:30
*** jschlueter has joined #rdo20:30
*** serverascode has quit IRC20:30
*** serverascode has joined #rdo20:30
*** adarazs has quit IRC20:31
*** adarazs has joined #rdo20:31
*** sac has quit IRC20:31
*** sac has joined #rdo20:31
bkeroJust need to get the oooq run actually working with the correct arguments now.20:31
*** migi has quit IRC20:31
*** migi has joined #rdo20:31
*** psanchez has quit IRC20:31
*** psanchez has joined #rdo20:31
*** gregwork has quit IRC20:31
*** gregwork has joined #rdo20:31
*** Lokesh_Jain has quit IRC20:31
*** Lokesh_Jain has joined #rdo20:31
*** kozhukalov has quit IRC20:31
*** kozhukalov has joined #rdo20:31
apevecnumber80, it still required manual action from KB, I guess to remove it from staging to regen correct repodata20:32
*** noslzzp has quit IRC20:33
*** suresh12 has quit IRC20:33
*** degorenko has quit IRC20:33
*** nijaba has quit IRC20:33
*** remix_tj has quit IRC20:33
*** sac has quit IRC20:33
*** partner has quit IRC20:33
*** rickflare has quit IRC20:33
*** jjoyce has quit IRC20:33
*** NuxRo has quit IRC20:33
*** varesa has quit IRC20:33
*** ianw has quit IRC20:33
*** karimb has quit IRC20:33
*** linex has quit IRC20:33
*** ajo has quit IRC20:33
*** bandini has quit IRC20:33
*** flepied has quit IRC20:33
*** rlandy has quit IRC20:33
*** hewbrocca-afk has quit IRC20:33
*** imcsk8 has quit IRC20:33
*** gchamoul has quit IRC20:33
*** aderyugin has quit IRC20:33
*** bcafarel has quit IRC20:33
*** mvk has quit IRC20:33
*** trozet has quit IRC20:33
*** Jeffrey4l_ has quit IRC20:33
*** dmsimard has quit IRC20:33
*** la|r|ma has quit IRC20:33
*** toanju has quit IRC20:33
*** ddmitriev has quit IRC20:33
*** lkoranda has quit IRC20:33
*** pmyers has quit IRC20:33
*** Pharaoh_Atem has quit IRC20:33
*** zodbot has quit IRC20:33
*** sshnaidm|away has quit IRC20:33
*** tumble has quit IRC20:33
*** jkilpatr has quit IRC20:33
*** stevebaker has quit IRC20:33
*** cwolferh has quit IRC20:33
*** snarwade has quit IRC20:33
*** unclemarc has quit IRC20:33
*** crossbuilder has quit IRC20:33
*** shadower has quit IRC20:33
*** jistr has quit IRC20:33
*** brad[] has quit IRC20:33
*** tbarron has quit IRC20:33
*** rdopiera has quit IRC20:33
*** dmellado has quit IRC20:33
*** stevemar has quit IRC20:33
*** sai has quit IRC20:33
*** OlaNys has quit IRC20:33
*** jschwarz has quit IRC20:33
*** apuimedo has quit IRC20:33
*** morazi has quit IRC20:33
*** ggillies has quit IRC20:33
*** jmelvin has quit IRC20:33
*** _elmiko has quit IRC20:33
*** paragan has quit IRC20:33
*** mandre has quit IRC20:33
*** jtomasek has quit IRC20:33
*** hogepodge has quit IRC20:33
*** KarlchenK has quit IRC20:33
*** rcrit has quit IRC20:33
*** Humbedooh has quit IRC20:33
*** vkmc has quit IRC20:33
*** vern has quit IRC20:33
*** DV has quit IRC20:33
*** melwitt has quit IRC20:33
*** Guest10079 has quit IRC20:33
*** dhellmann has quit IRC20:33
*** mwhahaha has quit IRC20:33
*** coredump has quit IRC20:33
*** rdogerrit has quit IRC20:33
*** oshvartz has quit IRC20:33
*** jbadiapa has quit IRC20:33
*** null_ref has quit IRC20:33
*** slagle has quit IRC20:33
*** eggmaster has quit IRC20:33
*** dsneddon has quit IRC20:33
*** mlammon has quit IRC20:33
*** lhinds has quit IRC20:33
*** d0ugal has quit IRC20:33
*** sgordon has quit IRC20:33
*** mburned_out has quit IRC20:33
*** Jehane has quit IRC20:33
*** danofsatx has quit IRC20:33
*** adarazs has quit IRC20:33
*** sreichar_ has quit IRC20:33
*** etp has quit IRC20:33
*** ryansb has quit IRC20:33
*** gbraad has quit IRC20:33
*** matbu has quit IRC20:33
*** myoung has quit IRC20:33
*** higgins has quit IRC20:33
*** richm has quit IRC20:33
*** pilasguru has quit IRC20:33
*** dtrainor has quit IRC20:33
*** nstrug has quit IRC20:33
*** tristanC has quit IRC20:33
*** markmc has quit IRC20:33
*** agrajag has quit IRC20:33
*** toure has quit IRC20:33
*** pviktori has quit IRC20:33
*** sileht has quit IRC20:33
*** imcsk8|otm has quit IRC20:33
*** pabelanger has quit IRC20:33
*** eharney has quit IRC20:33
*** artom has quit IRC20:33
*** mugsie has quit IRC20:33
*** jrist has quit IRC20:33
*** fultonj has quit IRC20:33
*** permalac has quit IRC20:33
*** mnaser has quit IRC20:33
*** skot has quit IRC20:33
*** logan- has quit IRC20:33
*** eaguilar has quit IRC20:33
*** absubram has quit IRC20:33
*** furlongm has quit IRC20:33
*** fabo has quit IRC20:33
*** bhavik has quit IRC20:33
*** Goneri has quit IRC20:33
*** cschwede has quit IRC20:33
*** migi has quit IRC20:33
*** toddnni has quit IRC20:33
*** zerick_ has quit IRC20:33
*** jeckersb has quit IRC20:33
*** mdbooth has quit IRC20:33
*** Guest2483 has quit IRC20:33
*** dbecker has quit IRC20:33
*** Eywa has quit IRC20:33
*** amuller has quit IRC20:33
*** misc has quit IRC20:33
*** lucas-afk has quit IRC20:33
*** SnootBot98 has quit IRC20:33
*** dries has quit IRC20:33
*** ansiwen has quit IRC20:33
*** gema has quit IRC20:33
*** lon has quit IRC20:33
*** rdo has quit IRC20:33
*** trown has quit IRC20:33
*** sasha2 has quit IRC20:33
*** thrash has quit IRC20:33
*** TSCHAK has quit IRC20:33
*** number80 has quit IRC20:33
*** dyasny has quit IRC20:33
*** pppingme has quit IRC20:33
*** rdem has quit IRC20:33
*** jayg has quit IRC20:33
*** jcoufal has quit IRC20:33
*** dmsimard has joined #rdo20:34
*** jcoufal has joined #rdo20:34
apevecayoung,   Default != default ? Is that something misconfigured by puppet?20:35
ayoungapevec, I don't know the context.  the domain name is "Default" and the id is "default"20:35
ayoungif something passes domain_id="Default" then it will fail.  What was the context of the failure?20:36
apevecdon't have all details, all we observe now is that tripleoci is failing in Mitaka and one of the changes since last known good was keystone20:36
*** gregwork has quit IRC20:37
*** NachoDuck has quit IRC20:37
*** karlamrhein has quit IRC20:37
*** hrybacki has quit IRC20:37
*** serverascode has quit IRC20:37
apevecI think EmilienM said last pass was Sep 26 ?20:37
*** marrusl has joined #rdo20:38
*** Jehane has joined #rdo20:38
*** danofsatx has joined #rdo20:38
*** adarazs has joined #rdo20:38
*** sreichar_ has joined #rdo20:38
*** ryansb has joined #rdo20:38
*** etp has joined #rdo20:38
*** matbu has joined #rdo20:38
*** gbraad has joined #rdo20:38
*** agrajag has joined #rdo20:38
*** myoung has joined #rdo20:38
*** higgins has joined #rdo20:38
*** richm has joined #rdo20:38
*** dtrainor has joined #rdo20:38
*** pilasguru has joined #rdo20:38
*** nstrug has joined #rdo20:38
*** tristanC has joined #rdo20:38
*** markmc has joined #rdo20:38
*** toure has joined #rdo20:38
*** sileht has joined #rdo20:38
*** pviktori has joined #rdo20:38
*** imcsk8|otm has joined #rdo20:38
*** pabelanger has joined #rdo20:38
*** mnaser has joined #rdo20:38
*** eharney has joined #rdo20:38
*** artom has joined #rdo20:38
*** jrist has joined #rdo20:38
*** mugsie has joined #rdo20:38
*** fultonj has joined #rdo20:38
*** permalac has joined #rdo20:38
*** skot has joined #rdo20:38
*** logan- has joined #rdo20:38
*** eaguilar has joined #rdo20:38
*** absubram has joined #rdo20:38
*** furlongm has joined #rdo20:38
*** fabo has joined #rdo20:38
*** bhavik has joined #rdo20:38
*** Goneri has joined #rdo20:38
*** cschwede has joined #rdo20:38
*** noslzzp has joined #rdo20:38
*** tbarron has joined #rdo20:39
*** rdopiera has joined #rdo20:39
*** dmellado has joined #rdo20:39
*** stevemar has joined #rdo20:39
*** sai has joined #rdo20:39
*** OlaNys has joined #rdo20:39
*** jschwarz has joined #rdo20:39
*** apuimedo has joined #rdo20:39
*** morazi has joined #rdo20:39
*** ggillies has joined #rdo20:39
*** jmelvin has joined #rdo20:39
*** paragan has joined #rdo20:39
*** _elmiko has joined #rdo20:39
*** mandre has joined #rdo20:39
*** jtomasek has joined #rdo20:39
*** hogepodge has joined #rdo20:39
*** KarlchenK has joined #rdo20:39
*** rcrit has joined #rdo20:39
*** Humbedooh has joined #rdo20:39
*** vern has joined #rdo20:39
*** vkmc has joined #rdo20:39
*** DV has joined #rdo20:39
*** Guest10079 has joined #rdo20:39
*** melwitt has joined #rdo20:39
*** dhellmann has joined #rdo20:39
*** rdogerrit has joined #rdo20:39
*** oshvartz has joined #rdo20:39
*** jbadiapa has joined #rdo20:39
*** null_ref has joined #rdo20:39
*** slagle has joined #rdo20:39
*** eggmaster has joined #rdo20:39
*** dsneddon has joined #rdo20:39
*** mlammon has joined #rdo20:39
*** lhinds has joined #rdo20:39
*** d0ugal has joined #rdo20:39
*** mburned_out has joined #rdo20:39
*** sgordon has joined #rdo20:39
*** suresh12 has joined #rdo20:39
*** degorenko has joined #rdo20:39
*** nijaba has joined #rdo20:39
*** remix_tj has joined #rdo20:39
*** sac has joined #rdo20:39
*** partner has joined #rdo20:39
*** rickflare has joined #rdo20:39
*** jjoyce has joined #rdo20:39
*** ianw has joined #rdo20:39
*** NuxRo has joined #rdo20:39
*** varesa has joined #rdo20:39
*** karimb has joined #rdo20:39
*** linex has joined #rdo20:39
*** ajo has joined #rdo20:39
*** bandini has joined #rdo20:39
*** flepied has joined #rdo20:39
*** rlandy has joined #rdo20:39
*** imcsk8 has joined #rdo20:39
*** hewbrocca-afk has joined #rdo20:39
*** gchamoul has joined #rdo20:39
*** aderyugin has joined #rdo20:39
*** bcafarel has joined #rdo20:39
*** mvk has joined #rdo20:39
*** Jeffrey4l_ has joined #rdo20:39
*** trozet has joined #rdo20:39
*** la|r|ma has joined #rdo20:39
*** toanju has joined #rdo20:39
*** lkoranda has joined #rdo20:39
*** ddmitriev has joined #rdo20:39
*** pmyers has joined #rdo20:39
*** Pharaoh_Atem has joined #rdo20:39
*** zodbot has joined #rdo20:39
*** sshnaidm|away has joined #rdo20:39
*** tumble has joined #rdo20:39
*** stevebaker has joined #rdo20:39
*** cwolferh has joined #rdo20:39
*** snarwade has joined #rdo20:39
*** crossbuilder has joined #rdo20:39
*** unclemarc has joined #rdo20:39
*** brad[] has joined #rdo20:39
*** shadower has joined #rdo20:39
*** jistr has joined #rdo20:39
*** migi has joined #rdo20:39
*** toddnni has joined #rdo20:39
*** zerick_ has joined #rdo20:39
*** jeckersb has joined #rdo20:39
*** mdbooth has joined #rdo20:39
*** Eywa has joined #rdo20:39
*** Guest2483 has joined #rdo20:39
*** amuller has joined #rdo20:39
*** dbecker has joined #rdo20:39
*** lucas-afk has joined #rdo20:39
*** misc has joined #rdo20:39
*** dries has joined #rdo20:39
*** SnootBot98 has joined #rdo20:39
*** ansiwen has joined #rdo20:39
*** gema has joined #rdo20:39
*** lon has joined #rdo20:39
*** rdo has joined #rdo20:39
*** trown has joined #rdo20:39
*** sasha2 has joined #rdo20:39
*** thrash has joined #rdo20:39
*** TSCHAK has joined #rdo20:39
*** number80 has joined #rdo20:39
*** pppingme has joined #rdo20:39
*** dyasny has joined #rdo20:39
*** jayg has joined #rdo20:39
*** rdem has joined #rdo20:39
*** pppingme has quit IRC20:40
*** pppingme has joined #rdo20:41
*** jcoufal has quit IRC20:43
*** Jeffrey4l_ has quit IRC20:43
*** jcoufal has joined #rdo20:44
*** eaguilar has quit IRC20:45
*** gregwork has joined #rdo20:47
*** NachoDuck has joined #rdo20:48
*** hrybacki has joined #rdo20:48
*** Jeffrey4l_ has joined #rdo20:48
dmsimardtrown: o/20:49
dmsimardtrown: may I steal the nested virt setup from https://github.com/openstack/tripleo-quickstart/blob/a4afe28c0577e5f3af1dcfa0beccb68a2b94eadb/roles/parts/kvm/tasks/main.yml20:49
*** mwhahaha has joined #rdo20:49
trownno20:50
dmsimardbut it's so clever :(20:50
trownhehe20:50
trownits apache2 of course you can "steal" it ;P20:50
dmsimardit was going to be easy when I forgot about AMD20:50
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-current @ http://tinyurl.com/gud2vup |#| Build failure on centos7-master/current: magnum: http://trunk.rdoproject.org/centos7-master/report.html20:51
*** karlamrhein has joined #rdo20:53
*** serverascode has joined #rdo20:54
*** rlandy has quit IRC20:55
*** jkilpatr has joined #rdo20:56
*** jcoufal has quit IRC20:57
*** trown is now known as trown|outtypewww20:57
*** coredump has joined #rdo21:01
*** unclemarc has quit IRC21:01
number80https://review.rdoproject.org/r/#/c/3192/ is not ready for merge, changelog entries are inconsistent21:04
number80seems minor but build system may refuse to build it, and rpmlint will scream about it :)21:05
number80if it were dpkg, it would yell about not the right number of spaces in some files ...21:05
*** shaunm has quit IRC21:08
rdogerritDavid Moreau Simard created rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so  http://review.rdoproject.org/r/321021:08
*** otavio has joined #rdo21:09
dmsimardIt's the first time I see this yaml operator, I'm gonna have to look it up: >-21:10
*** mhu has quit IRC21:10
otaviosdake: hi!21:10
dmsimardThat kind of stuff sucks to google ..21:10
*** rodrigo_pereira has joined #rdo21:10
*** sbezverk has joined #rdo21:11
sdakefolks - we see a problem with *where* swift-object-expirer is packaged21:11
sdakeit is apparently packaged in the swift-proxy package21:11
sdakeocis that correct?21:11
sdakeotavio that is ^^21:11
otavioand it should be on swift-object21:11
otaviosdake: yes, this is the problem we are seeing21:12
dmsimard"Empty Scalar Chomping"21:12
dmsimardsdake: I was on my way out .. but this is where you should look: https://github.com/rdo-packages/swift-distgit/blob/rpm-master/openstack-swift.spec21:13
sdakeany ideas how otavio can go about fixing this?21:13
sdakeobject expirer has nothing to do with proxy: https://github.com/rdo-packages/swift-distgit/blob/rpm-master/openstack-swift.spec#L349-L35121:14
otaviosdake: agreed and it belongs to object, in my opinion.21:14
sdakeotavio a google search can probably turn up how toget a new package spun - not sure if rdo uses git pull or gerrit or what21:14
dmsimardI don't have time to fix it /right now/, you can git clone that and send a review to fix it if you're able -- we use github authentication on review.rdoproject.org21:14
sdakeotavio apologies for the delay in understanding what you were getting at21:14
otaviosdake: I am not really used to RPM but is there a bug system?21:15
dmsimardIf you're not able to fix the issue, please open a bug on https://bugzilla.redhat.com/ -> RDO -> openstack-swift21:15
otaviodmsimard: it is fine if you can look later21:15
sdakeotavio there is a bug link above ^ ;)21:15
dmsimardotavio: do file a bug, otherwise I will easily forget about it21:15
sdakeotavio probably get jammed up in that monster spec file anyway :)21:15
*** Guest68394 has quit IRC21:15
*** Guest68394 has joined #rdo21:15
*** Guest68394 is now known as assassin21:16
*** Jeffrey4l_ has quit IRC21:16
otaviodmsimard: I will do tomorrow. I gotta pick up my wife or she kills me ;-)21:16
dmsimardotavio: please add me on the bug: dmsimard at redhat.com21:16
*** ppalacios has joined #rdo21:16
otaviosdake: thx for the help21:17
*** mhu has joined #rdo21:17
otaviodmsimard: this needs fixing for newton and mitaka21:17
otaviodmsimard: I will put the info in the bug21:17
*** pilasguru has quit IRC21:17
dmsimardotavio: sure21:18
dmsimardty21:18
*** KarlchenK has quit IRC21:20
apevecswift packaging is in focus today it seems21:20
apevecwhere is zaitcev? :)21:21
*** KarlchenK has joined #rdo21:21
number80cschwede is now main swift maintainer21:21
*** KarlchenK has quit IRC21:21
*** panda is now known as panda|off21:21
number80but well, I see much bigger issues coming than this one21:22
apevecleave bigger to cschwede :)21:22
rdogerritDavid Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so  http://review.rdoproject.org/r/321021:23
dmsimardapevec: tripleo running with my puppet-swift patch in telnet://66.187.229.85:1988521:24
dmsimardI have to take off for now or my gf will kill me21:24
apevecre. object-expirer, there might be some logic, let's review recent zaitcev's spec refactoring...21:25
sdakedmsimard thanks for the pointer21:25
number80dmsimard: enjoy your evening21:25
apevecso here we go: https://github.com/rdo-packages/swift-distgit/commit/167fed0cd09e2f1eddcd2f27faddbe865ac6335d21:25
apevecit's actually from 201321:25
apevecplease before doing any changes talk to Pete21:26
sdakeapevec all that otavio is doingis filing a bug21:26
*** karimb has quit IRC21:26
sdakeapevec i hope we can get to the bottom of that, because swift is doa as is atm in kolla21:26
number80I remember that, I was trolling about swift being the only openstack project reimplementing webob (swob)21:26
sdakeapevec if I dont ever have to touch another spec file it wont be too soon :)21:27
apevecswift was and is special21:27
sdakepancakes!21:27
*** bhavik has quit IRC21:28
apevecsdake, how it worked before, this part of swift spec is 2013 ?21:28
rdogerritDavid Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so  http://review.rdoproject.org/r/321021:30
*** bhavik has joined #rdo21:31
sdakeapevec not sure why object expirer is in proxy21:31
sdakeapevec i see the changelog on the rpm but dont understand the ratioanle21:32
sdakemaybe its a dependency thing21:32
apevecsdake, but it's like this since 2013 so how come it breaks you only now?21:32
rdogerritDavid Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so  http://review.rdoproject.org/r/321021:32
sdakeapevec - kolla's ci idoesn't test swift21:33
sdakeswift testing is done manually21:33
sdakeapevec maybe it was never spotted (but swift still worked) just not expiring objects21:33
sdakewhen a container restarts kolla does say "oh wow a container restarted, lets raise the alarm"21:33
sdakeit fails silently i think21:34
sdakebut not sure - id ont use swift often21:34
sdakeour containers built (since we pull from the proxy iamge)21:34
sdakebut the expirer image itself is in the wrong place21:34
apevecnumber80, uhm No package python-oslo-messaging available. with newton repo21:35
sdakeotavio what i don't understand is why the container is restarting with the code you have21:35
sdakeapevec fwiw, rdo works in kolla's ci gating :)21:35
apevecexcellent!21:35
sdakewhich is not very advanced unfortunately21:35
sdakebut gives a good signal that things work more or less as expected21:36
sdakenot sure about stuff outside the computekit21:36
number80apevec: http://cbs.centos.org/koji/buildinfo?buildID=1222221:36
apevecyeah, I'm looking at it and am confused21:36
apevecmust be my local yum cache21:36
* apevec goes rm -rf21:37
*** amuller has quit IRC21:38
number80apevec: you're maybe looking at Ocata21:38
number80http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-newton/python2-oslo-messaging-5.10.0-1.el7.noarch.rpm21:38
number80well, it happens to me all the time :)21:38
apevecno, it was yum not me :)21:39
apevecdouble-checking my .repo now21:39
*** Pavo has quit IRC21:41
number80I blame dnf because it's always dnf's fault21:41
number80(people who says that never read yum's code)21:41
*** Pavo has joined #rdo21:42
apevecit;s el7 so I can't blame dnf :)21:42
apevecany looks like it's b/c I have some trunk rpms installed...21:42
apevecnope21:43
apevecwth21:43
apevecdmsimard, btw, this oneliner creates pending repo:  yum-config-manager --add-repo=http://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/ --setopt=gpgcheck=0 --save21:50
apevecor not, gpgcheck=0 part didn't work :(21:51
*** dciabrin has joined #rdo21:52
*** Lokesh_Jain has quit IRC21:52
*** kozhukalov has quit IRC21:52
*** jmelvin has quit IRC21:53
*** ppalacios has quit IRC21:59
*** rodrigo_pereira has quit IRC21:59
*** jkilpatr has quit IRC22:00
*** jkilpatr has joined #rdo22:05
*** Pavo has quit IRC22:11
*** Pavo has joined #rdo22:15
rdogerritMerged rdo-infra/ansible-role-weirdo-common: Move package installation to setup  http://review.rdoproject.org/r/320222:21
rdogerritMerged rdo-infra/ansible-role-weirdo-puppet-openstack: Merge all tasks into main.yml  http://review.rdoproject.org/r/320022:22
*** Lokesh_Jain has joined #rdo22:22
*** kozhukalov has joined #rdo22:23
*** absubram has quit IRC22:24
*** null_ref has quit IRC22:30
*** arxcruz has quit IRC22:31
*** arxcruz has joined #rdo22:32
*** fultonj has quit IRC22:33
*** toanju has quit IRC22:43
*** martinkopec has joined #rdo22:44
*** ohochman has left #rdo22:44
*** sdake has quit IRC22:46
rdobot[sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-current @ http://tinyurl.com/gud2vup |#| Build failure on centos7-master/current: magnum: http://trunk.rdoproject.org/centos7-master/report.html22:48
*** komputes has quit IRC22:50
*** komputes has joined #rdo22:52
*** rhallisey has quit IRC22:53
*** apevec has quit IRC22:55
*** Lokesh_Jain has quit IRC22:57
*** kozhukalov has quit IRC22:59
*** pilasguru has joined #rdo23:00
*** aortega has joined #rdo23:02
*** apevec has joined #rdo23:07
*** apevec has quit IRC23:07
*** apevec has joined #rdo23:07
*** aortega has quit IRC23:14
rdogerritAlan Pevec proposed openstack/swift-distgit: Introduce proxy-ceilometer subpackage  http://review.rdoproject.org/r/320423:22
apevecEmilienM, dmsimard, number80 ^ compromise23:22
apevecthis still requires some changes in puppet-swift or puppet-tripleo, not sure where/what23:23
*** Goneri has quit IRC23:23
apevecEmilienM, pradk - and as pointed out in https://review.openstack.org/#/c/383412/1/manifests/proxy/ceilometer.pp@93 this should have been working since original  version23:24
apevecso why is that not working as advertised?23:26
*** apevec has left #rdo23:26
*** ohochman has joined #rdo23:27
*** martinkopec has quit IRC23:27
*** noslzzp has quit IRC23:28
*** Lokesh_Jain has joined #rdo23:28
*** kozhukalov has joined #rdo23:29
*** Pavo has quit IRC23:33
*** Pavo has joined #rdo23:39
*** suresh12 has quit IRC23:48
*** suresh12 has joined #rdo23:49
rdogerritAlan Pevec proposed openstack/swift-distgit: Add ceilometermiddleware dependency to swift proxy  http://review.rdoproject.org/r/320423:57

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