*** bytesandbolts has joined #rdo | 00:02 | |
*** pviktori has joined #rdo | 00:06 | |
*** suresh12 has joined #rdo | 00:06 | |
pabelanger | dmsimard: https://review.rdoproject.org/jenkins/job/DLRN-rpmbuild/4005/ should fail DLRN | 00:06 |
---|---|---|
pabelanger | and send an email | 00:06 |
ggillies | bkero: oh hmmm | 00:06 |
*** dtantsur has joined #rdo | 00:06 | |
*** pblaho has joined #rdo | 00:06 | |
bkero | ggillies: Fixing now | 00:06 |
ggillies | ssh problems always seem so obvious afterwards | 00:06 |
rdogerrit | Ben Kero created config: multinode: Copy nodepool's pubkey to ~jenkins/.ssh/ http://review.rdoproject.org/r/3182 | 00:07 |
bkero | ggillies: ^ | 00:07 |
*** lkoranda has joined #rdo | 00:07 | |
bkero | I didn't actually know that SSH key negotiation used the pubkey for fingerprinting. | 00:07 |
bkero | dmsimard: so unping. :) Figured it out. | 00:07 |
*** pcaruana has joined #rdo | 00:08 | |
pabelanger | that doesn't look right | 00:08 |
*** seanatcisco has quit IRC | 00:08 | |
bkero | ? | 00:08 |
pabelanger | I don't understand why you are putting nodepools public key into jenkins home folder | 00:09 |
pabelanger | what are you trying to do? | 00:09 |
pabelanger | dmsimard: and failed | 00:11 |
bkero | pabelanger: 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 |
pabelanger | bkero: is there a log file? | 00:13 |
bkero | pabelanger: oh plenty | 00:13 |
bkero | pabelanger: http://paste.openstack.org/show/584745/ | 00:13 |
bkero | Note the different fingerprints | 00:13 |
apevec | dmsimard, https://ci.centos.org/view/rdo/view/weirdo/job/weirdo-stable-newton/2/ failed a lot :( | 00:14 |
bkero | pabelanger: actually the fingerprints are in this log: http://paste.openstack.org/show/584747/ | 00:15 |
*** suresh12_ has joined #rdo | 00:15 | |
*** suresh12 has quit IRC | 00:17 | |
apevec | ok it was just unlucky timing, repomd.xml was 404 | 00:17 |
*** suresh12 has joined #rdo | 00:17 | |
*** suresh12_ has quit IRC | 00:19 | |
pabelanger | bkero: what user did you run the commands as? | 00:19 |
bkero | pabelanger: jenkins user | 00:20 |
*** suresh12_ has joined #rdo | 00:20 | |
pabelanger | okay, well, something is wrong with your permissions on your keys. Why does your id_rsa files have 0444? | 00:21 |
pabelanger | they should be 0600 | 00:21 |
*** suresh12 has quit IRC | 00:22 | |
*** pgadiya has quit IRC | 00:22 | |
*** suresh12 has joined #rdo | 00:22 | |
bkero | For 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 |
bkero | The perms are usually 0600. | 00:23 |
bkero | But the nodepool ones aren't. See: https://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/multinode_setup.sh | 00:23 |
bkero | line 44 | 00:23 |
pabelanger | ya, IIRC, we don't use them after the node is launched, we open them up so people are access them | 00:23 |
bkero | They're definitely used to access the subnodes | 00:24 |
pabelanger | really? that is surprising | 00:24 |
weshay | apevec, deploy worked on minimal | 00:24 |
weshay | 2016-10-07 00:23:52Z [overcloud.ControllerAllNodesDeployment.0]: SIGNAL_COMPLETE Unknown | 00:24 |
weshay | Stack overcloud CREATE_COMPLETE | 00:24 |
weshay | Overcloud Endpoint: http://10.0.0.11:5000/v2.0 | 00:24 |
weshay | Overcloud Deployed | 00:24 |
weshay | + heat stack-list | 00:24 |
bkero | https://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/multinode_setup.sh#L31 | 00:24 |
pabelanger | Oh, yes | 00:25 |
*** suresh12_ has quit IRC | 00:25 | |
apevec | weshay, thanks, so it's "just" flapping... | 00:25 |
pabelanger | but we don't do ssh -i /etc/nodepool/id_rsa remoteip | 00:25 |
pabelanger | so, surprised that works | 00:25 |
pabelanger | when permissions are not 0600 | 00:25 |
*** suresh12_ has joined #rdo | 00:25 | |
bkero | tripleo-ci does | 00:25 |
pabelanger | centos must be different | 00:25 |
bkero | I think the base images for rdo's nodepool images are different | 00:25 |
bkero | in that they have a id_rsa{.pub} already in place | 00:26 |
bkero | (in $HOME/.ssh/) | 00:26 |
pabelanger | ya | 00:26 |
pabelanger | we don't have that | 00:26 |
pabelanger | should likey delete them | 00:26 |
bkero | and that's exactly what bit us here | 00:26 |
* bkero will amend his patch for that | 00:26 | |
pabelanger | Oh | 00:26 |
*** suresh12 has quit IRC | 00:26 | |
*** dmacpher has quit IRC | 00:26 | |
*** paragan has joined #rdo | 00:26 | |
pabelanger | that's because use need it to run puppet on the remote node | 00:27 |
pabelanger | since you are still doing snapshots | 00:27 |
pabelanger | okay, that explains it | 00:27 |
pabelanger | so, what you should do | 00:27 |
pabelanger | is after prepare_node.sh runs, clean up the pub / private keys | 00:27 |
bkero | I think setup_multinode.sh is run after prepare_node.sh. | 00:27 |
*** crazyraven has joined #rdo | 00:27 | |
pabelanger | yes | 00:27 |
bkero | So we can just clean it up in there | 00:28 |
pabelanger | but when that runs, you shouldn't have existing ssh keys in /home/jenkins | 00:28 |
pabelanger | that is too late I think | 00:28 |
bkero | but it seems there are | 00:28 |
bkero | The ready-script is setup_multinode.sh. That's not too late. | 00:28 |
pabelanger | when the images update for the day, the last thing it should do is clean up keys in | 00:28 |
bkero | Oh, I suppose we could clean it up in those scripts. | 00:29 |
pabelanger | let me find the prepare node script | 00:29 |
pabelanger | bkero: the problem is in the rdo-base.sh script | 00:30 |
*** suresh12_ has quit IRC | 00:30 | |
rdogerrit | Ben Kero created config: oooq: Delete debugging functionality http://review.rdoproject.org/r/3183 | 00:30 |
pabelanger | # SSH key for the Jenkins user | 00:30 |
pabelanger | shouldn't happen | 00:30 |
*** gfidente has quit IRC | 00:30 | |
pabelanger | execpt the authorized_keys step | 00:30 |
pabelanger | then jobs, if they need SSH keys, should add them | 00:30 |
bkero | pabelanger: I wonder how many jobs will break if those two lines are deleted though. | 00:31 |
pabelanger | not sure | 00:31 |
*** rdas has quit IRC | 00:31 | |
pabelanger | dmsimard: apevec: https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00029.html | 00:31 |
bkero | I'll let you +2 it then. :) | 00:31 |
pabelanger | :) | 00:32 |
pabelanger | not core | 00:32 |
bkero | durn | 00:32 |
*** suresh12 has joined #rdo | 00:32 | |
*** suresh12 has quit IRC | 00:32 | |
apevec | pabelanger, FAIL as success! | 00:32 |
pabelanger | just offering my thought leadering | 00:32 |
*** suresh12 has joined #rdo | 00:32 | |
bkero | pabelanger: I'll ask for some thought leadering when I'm trying to clean up this other job later. | 00:32 |
pabelanger | apevec: Yup, so that would be an example of upstream patch that pass the check pipeline, but failed to patch. EG: a breaking change | 00:33 |
apevec | well it failed on mirror.centos.org unreachable :) | 00:33 |
apevec | http://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.log | 00:33 |
apevec | but yeah, it would fail past this, we caught it in master-head https://review.rdoproject.org/r/#/c/3063/ | 00:34 |
pabelanger | apevec: oh, it should have failed because I deleted the README | 00:34 |
apevec | and jpena already filed https://bugs.launchpad.net/python-openstackclient/+bug/1630694 | 00:34 |
openstack | Launchpad bug 1630694 in python-openstackclient "Unit tests fail if using os-client-config after commit 8b7859e21e64027d20f158737bbf70bbe409b847" [Undecided,New] | 00:34 |
pabelanger | either way, the email works | 00:34 |
apevec | pabelanger, it didn't get to that point... | 00:35 |
pabelanger | k | 00:35 |
rdogerrit | Ben Kero created config: rdo-base: Remove ssh key generation. http://review.rdoproject.org/r/3184 | 00:35 |
bkero | pabelanger: ^ | 00:36 |
bkero | tristanC: ^ (abandoning the other patch) | 00:36 |
pabelanger | bkero: +1 | 00:37 |
*** suresh12_ has joined #rdo | 00:39 | |
*** suresh12 has quit IRC | 00:39 | |
apevec | https://www.redhat.com/archives/rdo-list/2016-October/msg00034.html | 00:40 |
rdogerrit | Merged config: oooq: Delete debugging functionality http://review.rdoproject.org/r/3183 | 00:40 |
trown|outtypewww | apevec: I just ran a local minimal run with the cloudsig-testing image and it is on tempest now | 00:41 |
trown|outtypewww | apevec: so should be good to go | 00:41 |
apevec | we did go :) | 00:41 |
trown|outtypewww | oh cool :) | 00:41 |
apevec | tweet as you can! | 00:42 |
*** suresh12 has joined #rdo | 00:42 | |
*** suresh12_ has quit IRC | 00:42 | |
trown|outtypewww | to bed for me :) | 00:42 |
*** apevec has quit IRC | 00:43 | |
weshay | ah.. cool | 00:45 |
weshay | I like how we shoot first and ask questions later :) | 00:46 |
*** weshay is now known as weshay_audi_5k | 00:47 | |
rdogerrit | rdo-trunk created openstack/networking-cisco-distgit: python-networking-cisco: failed to build ddde748 http://review.rdoproject.org/r/3185 | 00:49 |
*** puzzled has quit IRC | 00:50 | |
*** Pavo has quit IRC | 00:51 | |
*** Pavo has joined #rdo | 00:51 | |
weshay_audi_5k | ====== | 00:56 |
weshay_audi_5k | Totals | 00:56 |
weshay_audi_5k | ====== | 00:56 |
weshay_audi_5k | Ran: 105 tests in 1659.0000 sec. | 00:56 |
weshay_audi_5k | - Passed: 99 | 00:56 |
weshay_audi_5k | - Skipped: 6 | 00:56 |
weshay_audi_5k | - Expected Fail: 0 | 00:56 |
weshay_audi_5k | - Unexpected Success: 0 | 00:56 |
weshay_audi_5k | - Failed: 0 | 00:56 |
weshay_audi_5k | Sum of execute time for each test: 2041.2651 sec. | 00:56 |
weshay_audi_5k | we're good x2.. :) don't believe it if ci.centos fails the minimal job :) | 00:57 |
*** suresh12_ has joined #rdo | 01:03 | |
*** suresh12 has quit IRC | 01:04 | |
*** suresh12 has joined #rdo | 01:06 | |
*** suresh12_ has quit IRC | 01:07 | |
*** jcoufal has quit IRC | 01:09 | |
*** jhershbe has joined #rdo | 01:09 | |
*** jcoufal has joined #rdo | 01:10 | |
*** saneax is now known as saneax-_-|AFK | 01:14 | |
*** suresh12_ has joined #rdo | 01:15 | |
*** suresh12 has quit IRC | 01:16 | |
*** suresh12 has joined #rdo | 01:17 | |
*** suresh12_ has quit IRC | 01:20 | |
*** jcoufal has quit IRC | 01:21 | |
*** dmacpher has joined #rdo | 01:22 | |
*** suresh12 has quit IRC | 01:22 | |
*** paragan has quit IRC | 01:23 | |
*** akshai has joined #rdo | 01:23 | |
*** jcoufal has joined #rdo | 01:24 | |
*** akshai_ has joined #rdo | 01:26 | |
*** fandi has joined #rdo | 01:27 | |
*** akshai has quit IRC | 01:29 | |
*** tiswanso has joined #rdo | 01:33 | |
*** jcoufal has quit IRC | 01:33 | |
*** jcoufal has joined #rdo | 01:34 | |
*** Son_Goku has joined #rdo | 01:36 | |
*** gildub_ has quit IRC | 01:36 | |
*** gildub has quit IRC | 01:36 | |
*** gildub has joined #rdo | 01:36 | |
*** gildub has quit IRC | 01:37 | |
*** jcoufal has quit IRC | 01:46 | |
*** eaguilar has joined #rdo | 01:47 | |
*** nyechiel_ has joined #rdo | 01:50 | |
*** ayoung has quit IRC | 01:52 | |
*** ayoung has joined #rdo | 01:55 | |
*** jcoufal has joined #rdo | 01:55 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 01:57 |
*** jcoufal has quit IRC | 02:00 | |
rdogerrit | Ben Kero created config: oooq: Create devstack-gate's required 'new' symlink on subnodes http://review.rdoproject.org/r/3186 | 02:03 |
rdogerrit | Merged config: oooq: Create devstack-gate's required 'new' symlink on subnodes http://review.rdoproject.org/r/3186 | 02:04 |
*** limao has joined #rdo | 02:06 | |
*** limao has quit IRC | 02:09 | |
*** limao has joined #rdo | 02:09 | |
*** limao_ has quit IRC | 02:09 | |
*** shaunm has quit IRC | 02:14 | |
*** limao_ has joined #rdo | 02:17 | |
*** limao has quit IRC | 02:19 | |
*** suresh12 has joined #rdo | 02:23 | |
*** Son_Goku has quit IRC | 02:24 | |
*** aortega has joined #rdo | 02:29 | |
*** suresh12 has quit IRC | 02:29 | |
*** limao_ has quit IRC | 02:30 | |
*** limao has joined #rdo | 02:30 | |
*** limao has quit IRC | 02:35 | |
*** limao has joined #rdo | 02:36 | |
*** apetrich has quit IRC | 02:37 | |
*** apetrich has joined #rdo | 02:38 | |
*** pilasguru1 has joined #rdo | 02:43 | |
*** crossbuilder has joined #rdo | 02:43 | |
*** crossbuilder_ has quit IRC | 02:44 | |
*** pilasguru has quit IRC | 02:45 | |
*** pilasguru1 is now known as pilasguru | 02:45 | |
*** jhershbe has quit IRC | 02:45 | |
*** Pavo has quit IRC | 02:50 | |
*** fandi has quit IRC | 02:53 | |
*** Pavo has joined #rdo | 02:56 | |
*** rlandy has quit IRC | 03:04 | |
*** jeckersb is now known as jeckersb_gone | 03:11 | |
*** paragan has joined #rdo | 03:21 | |
*** suresh12 has joined #rdo | 03:26 | |
*** suresh12 has quit IRC | 03:33 | |
*** vimal has joined #rdo | 03:34 | |
*** imcleod has quit IRC | 03:35 | |
*** gildub has joined #rdo | 03:40 | |
*** kberger has quit IRC | 03:41 | |
*** nyechiel_ has quit IRC | 03:41 | |
*** fandi has joined #rdo | 03:55 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 03:57 |
*** sdake_ has joined #rdo | 03:58 | |
*** fandi has quit IRC | 04:01 | |
*** sdake has quit IRC | 04:01 | |
*** suresh12 has joined #rdo | 04:02 | |
*** sdake has joined #rdo | 04:05 | |
*** bytesandbolts has quit IRC | 04:07 | |
*** sdake has quit IRC | 04:07 | |
*** sdake_ has quit IRC | 04:07 | |
*** sdake has joined #rdo | 04:08 | |
*** bytesandbolts has joined #rdo | 04:11 | |
*** akshai_ has quit IRC | 04:11 | |
*** suresh12_ has joined #rdo | 04:17 | |
*** suresh12_ has quit IRC | 04:19 | |
*** suresh12_ has joined #rdo | 04:20 | |
*** suresh12 has quit IRC | 04:20 | |
*** Jeffrey4l_ has joined #rdo | 04: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_539309 | 04:20 |
Jeffrey4l_ | we are using this repo file http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/delorean.repo | 04:21 |
*** jcoufal has joined #rdo | 04:21 | |
*** suresh12 has joined #rdo | 04:25 | |
*** jcoufal has quit IRC | 04:26 | |
*** eaguilar has quit IRC | 04:26 | |
*** suresh12_ has quit IRC | 04:26 | |
*** ohochman has quit IRC | 04:29 | |
*** gkadam has joined #rdo | 04:31 | |
*** gkadam is now known as Guest32004 | 04:31 | |
*** Guest32004 is now known as gkadam | 04:31 | |
*** vimal has quit IRC | 04:35 | |
*** suresh12_ has joined #rdo | 04:37 | |
*** Amita has joined #rdo | 04:38 | |
*** suresh12 has quit IRC | 04:40 | |
*** suresh12 has joined #rdo | 04:40 | |
*** aortega has quit IRC | 04:42 | |
*** suresh12_ has quit IRC | 04:42 | |
*** sdake_ has joined #rdo | 04:45 | |
*** suresh12 has quit IRC | 04:46 | |
*** sdake has quit IRC | 04:47 | |
*** Pavo has quit IRC | 04:50 | |
*** vimal has joined #rdo | 04:55 | |
*** Pavo has joined #rdo | 04:55 | |
*** anilvenkata has joined #rdo | 04:58 | |
*** satya4ever has joined #rdo | 05:00 | |
*** limao_ has joined #rdo | 05:01 | |
*** limao has quit IRC | 05:04 | |
*** rdas has joined #rdo | 05:05 | |
*** nyechiel_ has joined #rdo | 05:08 | |
*** jaosorior has joined #rdo | 05:13 | |
*** satya4ever has quit IRC | 05:13 | |
*** satya4ever has joined #rdo | 05:13 | |
*** fandi has joined #rdo | 05:19 | |
*** limao has joined #rdo | 05:22 | |
*** limao_ has quit IRC | 05:24 | |
*** nyechiel_ has quit IRC | 05:28 | |
*** saneax-_-|AFK is now known as saneax | 05:28 | |
*** Poornima has joined #rdo | 05:33 | |
*** Amita has quit IRC | 05:35 | |
*** pilasguru has quit IRC | 05:36 | |
*** fandi__ has joined #rdo | 05:40 | |
*** richm has quit IRC | 05:40 | |
*** mosulica has joined #rdo | 05:41 | |
*** scorcoran_afk has joined #rdo | 05:42 | |
*** pbandark has joined #rdo | 05:43 | |
*** fandi has quit IRC | 05:43 | |
*** numans has joined #rdo | 05:44 | |
*** limao_ has joined #rdo | 05:44 | |
*** limao has quit IRC | 05:45 | |
*** Amita has joined #rdo | 05:52 | |
*** coolsvap has joined #rdo | 05:55 | |
*** TSCHAK has quit IRC | 05:57 | |
*** TSCHAK_ has quit IRC | 05:57 | |
*** TSCHAK has joined #rdo | 05:57 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 05:57 |
*** gildub has quit IRC | 06:04 | |
*** limao_ has quit IRC | 06:05 | |
*** limao has joined #rdo | 06:05 | |
*** iranzo has joined #rdo | 06:10 | |
*** rasca has joined #rdo | 06:24 | |
*** smeyer has joined #rdo | 06:25 | |
*** limao has quit IRC | 06:26 | |
*** limao has joined #rdo | 06:26 | |
*** aufi has joined #rdo | 06:28 | |
*** egallen has joined #rdo | 06:31 | |
*** egallen has quit IRC | 06:32 | |
*** paramite has joined #rdo | 06:39 | |
*** scorcoran_afk has quit IRC | 06:39 | |
*** mcornea has joined #rdo | 06:40 | |
*** dmacpher has quit IRC | 06:42 | |
*** chandankumar has joined #rdo | 06:43 | |
*** dgurtner has joined #rdo | 06:43 | |
*** limao has quit IRC | 06:46 | |
*** limao has joined #rdo | 06:46 | |
*** egallen has joined #rdo | 06:47 | |
*** KarlchenK has joined #rdo | 06:49 | |
*** Pavo has quit IRC | 06:50 | |
*** sdake has joined #rdo | 06:50 | |
*** rcernin has joined #rdo | 06:51 | |
*** sdake_ has quit IRC | 06:52 | |
*** Pavo has joined #rdo | 06:55 | |
*** dgurtner has quit IRC | 06:56 | |
*** limao_ has joined #rdo | 06:56 | |
*** dgurtner has joined #rdo | 06:56 | |
*** ade_b has joined #rdo | 06:59 | |
*** limao has quit IRC | 07:00 | |
*** kaminohana has quit IRC | 07:00 | |
*** limao_ has quit IRC | 07:01 | |
*** limao has joined #rdo | 07:01 | |
*** tesseract- has joined #rdo | 07:03 | |
*** KarlchenK has quit IRC | 07:04 | |
*** shardy has joined #rdo | 07:04 | |
*** ohamada has joined #rdo | 07:05 | |
*** fzdarsky|afk has joined #rdo | 07:09 | |
*** sdake has quit IRC | 07:09 | |
*** ccamacho has joined #rdo | 07:10 | |
*** fzdarsky|afk is now known as fzdarsky | 07:10 | |
*** egallen has quit IRC | 07:12 | |
*** sdake has joined #rdo | 07:13 | |
*** jprovazn has joined #rdo | 07:13 | |
*** toanju has joined #rdo | 07:13 | |
*** limao_ has joined #rdo | 07:16 | |
*** pgadiya has joined #rdo | 07:16 | |
*** limao has quit IRC | 07:19 | |
*** limao_ has quit IRC | 07:20 | |
*** limao has joined #rdo | 07:21 | |
*** jpena|off is now known as jpena | 07:21 | |
jpena | good morning! | 07:21 |
*** panda|off is now known as panda | 07:22 | |
*** fzdarsky is now known as fzdarsky|afk | 07:23 | |
*** dgurtner has quit IRC | 07:24 | |
*** dgurtner has joined #rdo | 07:27 | |
*** ioni has joined #rdo | 07:28 | |
ioni | hello guys | 07:28 |
ioni | quick start guide mentions openstack-mitaka | 07:28 |
ioni | at step 1 | 07:28 |
*** Guest21331 has quit IRC | 07:28 | |
*** Guest21331 has joined #rdo | 07:28 | |
*** Guest21331 is now known as assassin | 07:28 | |
*** puzzled_ has joined #rdo | 07:29 | |
*** puzzled_ has quit IRC | 07:30 | |
*** zoli_gone-proxy is now known as zoliXXL | 07:31 | |
*** fandi__ has quit IRC | 07:33 | |
*** ihrachys has joined #rdo | 07:37 | |
*** amoralej|off is now known as amoralej | 07:38 | |
amoralej | good morning | 07:38 |
*** fandi has joined #rdo | 07:40 | |
*** fandi has quit IRC | 07:41 | |
*** paragan has quit IRC | 07:41 | |
*** fandi has joined #rdo | 07:41 | |
*** fandi has quit IRC | 07:42 | |
rdogerrit | Javier Peña created openstack/networking-cisco-distgit: Add rpm-mitaka branch http://review.rdoproject.org/r/3187 | 07:43 |
*** fandi has joined #rdo | 07:43 | |
amoralej | jpena, we still have some issue with promotion jobs configuration | 07:44 |
jpena | amoralej: what's wrong? | 07:44 |
amoralej | sorry it was me, i was wrong :) | 07:45 |
amoralej | Jeffrey4l_ we are fixing it | 07:47 |
jpena | we need coffee :) | 07:47 |
jpena | kbsingh, when you're around, we need your help with the sync scripts for DLRN repos to the CDN | 07:47 |
*** jpich has joined #rdo | 07:48 | |
amoralej | yesterday we switch http://trunk.rdoproject.org/centos7 from stable/newton to master and URL became wrong | 07:48 |
chandankumar | amoralej, jpena dmellado number80 \o/ | 07:49 |
amoralej | good morning chandankumar | 07:49 |
*** jlibosva has joined #rdo | 07:50 | |
*** athomas has joined #rdo | 07:51 | |
jpena | o/ | 07:52 |
*** satya4ever has quit IRC | 07:52 | |
*** paragan has joined #rdo | 07:52 | |
*** paragan has quit IRC | 07:52 | |
*** paragan has joined #rdo | 07:52 | |
rdogerrit | Javier Peña created openstack/networking-cisco-distgit: Ad rpm-mitaka branch http://review.rdoproject.org/r/3188 | 07:54 |
*** puzzled has joined #rdo | 07:56 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 07:57 |
*** milan has joined #rdo | 07:58 | |
*** racedo has joined #rdo | 07:59 | |
*** Grimdin has joined #rdo | 07:59 | |
*** ihrachys has quit IRC | 07:59 | |
jpena | amoralej, if you have a sec: https://review.rdoproject.org/r/#/c/3188/ | 08:01 |
*** rgogunskiy has joined #rdo | 08:03 | |
amoralej | jpena reviewing... | 08:03 |
*** martinkopec has joined #rdo | 08:04 | |
*** egallen has joined #rdo | 08:06 | |
*** racedo has quit IRC | 08:08 | |
*** sdake_ has joined #rdo | 08:09 | |
*** sdake has quit IRC | 08:10 | |
*** gfidente has joined #rdo | 08:19 | |
*** gfidente has quit IRC | 08:19 | |
*** gfidente has joined #rdo | 08:19 | |
*** ihrachys has joined #rdo | 08:28 | |
*** athomas has quit IRC | 08:31 | |
*** limao_ has joined #rdo | 08:37 | |
*** limao has quit IRC | 08:40 | |
*** limao has joined #rdo | 08:41 | |
*** ohamada has quit IRC | 08:44 | |
*** nyechiel_ has joined #rdo | 08:44 | |
*** ohamada has joined #rdo | 08:44 | |
*** limao_ has quit IRC | 08:45 | |
*** derekh has joined #rdo | 08:45 | |
*** Anticime1 has quit IRC | 08:47 | |
*** satya4ever has joined #rdo | 08:49 | |
*** mcornea has quit IRC | 08:49 | |
*** mcornea has joined #rdo | 08:49 | |
rdogerrit | Javier Peña created config: [WIP] Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 08:50 |
*** Pavo has quit IRC | 08:50 | |
*** nyechiel_ has quit IRC | 08:52 | |
rdogerrit | Javier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 08:53 |
*** vimal has quit IRC | 08:54 | |
*** Pavo has joined #rdo | 08:55 | |
amoralej | jpena, 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 |
jpena | amoralej: yep. I did a small hack that could help kolla in the meantime | 08:59 |
jpena | however, we still need to have the CDN sync scripts updated. I'm waiting for KB to be available so we can do it | 08:59 |
jpena | amoralej: 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 #rdo | 09:00 | |
amoralej | cool, my firefox cache was misleading me | 09:01 |
*** crazyraven has quit IRC | 09:04 | |
*** arxcruz has quit IRC | 09:04 | |
*** apevec has joined #rdo | 09:07 | |
*** vimal has joined #rdo | 09:09 | |
*** sdake_ has quit IRC | 09:09 | |
apevec | jpena, looks like we got no traction on https://bugs.centos.org/view.php?id=11972 | 09:09 |
apevec | newton-tested still not in http://buildlogs.centos.org/centos/7/cloud/x86_64/ | 09:09 |
jpena | apevec, I was just talking to KB on #centos-devel, he's on it now | 09:09 |
apevec | ah cool | 09:10 |
jpena | like 40 seconds before you joined the channel :) | 09:10 |
*** hewbrocca-afk is now known as hewbrocca | 09:10 | |
apevec | hehe perfect timing | 09:12 |
*** arxcruz has joined #rdo | 09:16 | |
*** ayoung has quit IRC | 09:17 | |
rdogerrit | chkumar246 proposed openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files. http://review.rdoproject.org/r/2854 | 09:20 |
chandankumar | jpena, http://review.rdoproject.org/r/2854 i have fixed all the issues poped up after using rally rpm. | 09:21 |
jpena | chandankumar, nice, I'll give it a look | 09:22 |
chandankumar | jpena, and related to stevedore warning fix is here https://review.openstack.org/#/c/382924/ which is not yet merged | 09:23 |
apevec | so it depends on that upstream patch? | 09:24 |
apevec | ah just warning | 09:24 |
apevec | ok we have stevedore 1.17.1 | 09:25 |
*** ayoung has joined #rdo | 09:28 | |
*** dgurtner has quit IRC | 09:29 | |
*** sshnaidm is now known as sshnaidm|away | 09:30 | |
rdogerrit | Merged openstack/networking-cisco-distgit: Ad rpm-mitaka branch http://review.rdoproject.org/r/3188 | 09:31 |
*** dgurtner has joined #rdo | 09:31 | |
*** tosky has joined #rdo | 09:31 | |
apevec | chandankumar, so you can also propose stevedore bump in https://github.com/rdo-packages/oslo-config-distgit/blob/rpm-master/python-oslo-config.spec#L48 | 09:31 |
*** kbyrne has quit IRC | 09:32 | |
*** kbyrne has joined #rdo | 09:34 | |
jpena | chandankumar, 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 missing | 09:34 |
jpena | from the config file | 09:34 |
jpena | let me check if the same thing happens locally | 09:34 |
*** Son_Goku has joined #rdo | 09:35 | |
*** jbadiapa has quit IRC | 09:36 | |
apevec | amoralej, what failed in https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/14/ ? | 09:36 |
amoralej | apevec, i've created https://etherpad.openstack.org/p/cloudsig_newton_current_issues | 09:37 |
*** jaosorior has quit IRC | 09:37 | |
apevec | ack | 09:37 |
amoralej | it seems a infra issue, it failed to rsync image to artifacts | 09:37 |
jpena | chandankumar, using tox -egenconfig I get some more sections: benchmark, cleanup, etc | 09:37 |
jpena | let me do one test | 09:37 |
*** jaosorior has joined #rdo | 09:37 | |
amoralej | apevec, oooq minimal is failing tempest again with timeouts... | 09:38 |
apevec | damn | 09:38 |
apevec | weshay_audi_5k, trown|outtypewww ^ | 09:38 |
hrw | wow! newton released ;) | 09:39 |
hewbrocca | yep yep | 09:39 |
amoralej | let's see how it goes this run | 09:39 |
*** yfried has joined #rdo | 09:39 | |
apevec | TIL http://www.urbandictionary.com/define.php?term=Audi%205000 | 09:39 |
hewbrocca | apevec: BTW I asked ggillies to raise the issues re rebuilding stable on rdo-list | 09:39 |
hewbrocca | hopefully we'll get something back on that | 09:39 |
apevec | I also did chat w/ him here last night, pending updates will be pushed next week | 09:40 |
hrw | apevec, number80: how many packages would need rebuild on aarch64 to be able to run newton? | 09:40 |
hewbrocca | apevec: cool | 09:40 |
hewbrocca | the coming automation will help there going forward, right? | 09:40 |
apevec | hrw, only arch are deps, so you can check first rabbitmq, mariadb, galera etc. updates | 09:40 |
apevec | number80, ^ what I'm missing? | 09:41 |
number80 | hrw, apevec: one or two hundred rebuilds, I need to figure out if I have to rebuild build time noarch deps | 09:42 |
jpena | chandankumar: I've found the trick. You need to add "PYTHONPATH=." to the oslo-config-generator command-line | 09:42 |
jpena | that generates the right config file | 09:43 |
*** racedo has joined #rdo | 09:43 | |
*** jbadiapa has joined #rdo | 09:44 | |
*** weshay_audi_5k is now known as weshay | 09:45 | |
weshay | apevec, there's only so much we can do when trying to adjust for the variable in resources | 09:46 |
*** KarlchenK has joined #rdo | 09:47 | |
apevec | so just unlucky slow node | 09:48 |
*** gildub has joined #rdo | 09:49 | |
apevec | weshay, but given such resources, revert to ping test seems only way forward ? | 09:50 |
*** zoliXXL is now known as zoli|lunch | 09:50 | |
apevec | unreliable CI is not good | 09:50 |
*** dgurtner has quit IRC | 09:52 | |
*** vikumar has joined #rdo | 09:55 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 09:57 |
*** vimal has quit IRC | 09:58 | |
*** racedo has quit IRC | 10:02 | |
rdogerrit | chkumar246 proposed openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files. http://review.rdoproject.org/r/2854 | 10:07 |
chandankumar | jpena, fixed thanks! | 10:07 |
*** pnavarro has joined #rdo | 10:09 | |
*** athomas has joined #rdo | 10:11 | |
*** yfried has quit IRC | 10:14 | |
apevec | amoralej, trown|outtypewww, weshay - commented in https://review.openstack.org/379545 - could we override ping test in jobs running on ci.centos? | 10:18 |
apevec | I mean, set as override | 10:18 |
*** paragan has quit IRC | 10:19 | |
amoralej | i agrree, we should override in ci.centos if we can not reliably run it | 10:19 |
number80 | EmilienM: I'm building puppet 4.6.2 in ocata tags, 4.7.0 will follow soon | 10:20 |
apevec | amoralej, rsync is still running https://ci.centos.org/job/tripleo-quickstart-promote-newton-cloudsig-testing-build-images/15/console | 10:20 |
apevec | what's the timeout? | 10:20 |
weshay | apevec, let me ping arxcruz first.. we'd have to notify the lists prior to disabling tempest | 10:20 |
amoralej | in https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo-delorean-promote-newton/?auto_refresh=false it took 1h27mins | 10:20 |
weshay | arxcruz, you around? | 10:21 |
apevec | also could we add --progress ? | 10:21 |
arxcruz | weshay: yes | 10:21 |
apevec | weshay, what about just in this job? | 10:21 |
*** paragan has joined #rdo | 10:22 | |
amoralej | apevec timeout is 2hours for building the image | 10:22 |
rdogerrit | Merged openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files. http://review.rdoproject.org/r/2854 | 10:25 |
apevec | and we have ~3300MB https://images.rdoproject.org/master/delorean/consistent/testing/ | 10:25 |
apevec | if it doesn't finish in 2h that means xfer < 0.5 MB/s ! | 10:26 |
*** fandi has quit IRC | 10:27 | |
*** fandi__ has joined #rdo | 10:27 | |
*** snarwade has quit IRC | 10:27 | |
openstackgerrit | Merged openstack/packstack: Enable release notes translation https://review.openstack.org/383326 | 10:28 |
amoralej | timeout is not for the transfer but for the entire job apevec | 10:28 |
apevec | ah | 10:29 |
apevec | ok, wold be still good to have rsync --progress to see what's going on | 10:29 |
*** pnavarro has quit IRC | 10:29 | |
apevec | looks like #15 image build passed | 10:30 |
apevec | 2844293.87 bytes/sec | 10:30 |
apevec | 2.7 MB/s is not bad | 10:30 |
amoralej | yes, but it's a lot of content | 10:31 |
apevec | yeah, image u/l is ~0.5h with that speed | 10:31 |
amoralej | btw, apevec, i'm improving my script to create reviews based on gerrit commit sin releases | 10:31 |
weshay | arxcruz, https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/13/ | 10:31 |
amoralej | i think we could create a job in openstack-post pipeline | 10:31 |
weshay | arxcruz, tripleo-quickstart-promote-newton-cloudsig-testing-minimal | 10:31 |
amoralej | for releases project | 10:31 |
apevec | amoralej, yep yep! | 10:31 |
weshay | arxcruz, https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-promote-newton-cloudsig-testing-minimal-8/undercloud/home/stack/tempest_output.log.gz | 10:32 |
apevec | amoralej, but hold on, you want it on post tag | 10:32 |
apevec | commit in releases triggers machinery to push tag | 10:33 |
EmilienM | hello | 10:33 |
EmilienM | number80: wow nice! | 10:33 |
apevec | so you'd have race before tarball is on tarballs.o.o | 10:33 |
apevec | if you trigger on releases commit | 10:33 |
apevec | right? | 10:33 |
amoralej | so, the proccess is | 10:33 |
EmilienM | number80: is the package in delorean? or in deps? | 10:33 |
apevec | deps | 10:34 |
amoralej | change in releases is merged -> tag is created -> tarball created | 10:34 |
apevec | dlrn is for openstack projects | 10:34 |
apevec | we are not tracking all the world's master branches :) | 10:34 |
EmilienM | in http://cbs.centos.org/repos/cloud7-openstack-ocata-testing/x86_64/os/Packages/ it looks like | 10:34 |
*** dgurtner has joined #rdo | 10:34 | |
apevec | amoralej, tarball is created in post tag zuul pipeline | 10:34 |
number80 | EmilienM: it will be available in ocata delorean-deps repo | 10:35 |
apevec | but best to check w/ dhellmann for details of the upstream release flow | 10:35 |
number80 | it got just tagged | 10:35 |
EmilienM | number80: ok, I thought we would have it in delorean, so we got automatic updates | 10:36 |
amoralej | ok | 10:36 |
*** pgadiya has quit IRC | 10:36 | |
apevec | EmilienM, we can build automation in cbs | 10:36 |
*** gszasz has joined #rdo | 10:36 | |
EmilienM | ah cool | 10:37 |
apevec | but really you don't want to build each puppet master chage do you? | 10:37 |
EmilienM | no, just tags | 10:37 |
apevec | that's what DLRN / trunk repo is for | 10:37 |
EmilienM | right | 10:37 |
apevec | EmilienM, yeah, than deps in CBS w/ automation | 10:37 |
EmilienM | ok I'm already happy if we have puppet 4 /me dancing | 10:37 |
*** snarwade has joined #rdo | 10:37 | |
EmilienM | now let me check how it goes | 10:37 |
*** fandi has joined #rdo | 10:37 | |
*** thrash|g0ne is now known as thrash | 10:38 | |
apevec | also DLRN now really supports python projects only, and puppet-* with hack addon | 10:38 |
apevec | so no ruby, C, Java etc. | 10:38 |
apevec | each come with their own build system, and DLRN just knows about python setup.py sdist | 10:38 |
EmilienM | apevec, jpena: what is the status of cisco networking? | 10:39 |
*** rdas has quit IRC | 10:39 | |
number80 | amoralej: problem with such scripts is that they are fragile, and will need human attention | 10:39 |
number80 | for instance, it doesn't check if there are pending reviews which needs to be merged before | 10:39 |
amoralej | number80, that's why they just sent a change to ve reviewed by humans :) | 10:40 |
jpena | EmilienM, we'll have the package in the consistent/ repo soon | 10:40 |
*** rdas has joined #rdo | 10:40 | |
EmilienM | jpena: ok,thanks | 10:40 |
amoralej | if they can automate 80 percent of the cases it'd be nice, wdyt | 10:40 |
number80 | amoralej: yes, but we need more robust architecture, I'll fill you in previous releases experience in the upcoming infra meetup | 10:40 |
apevec | number80, amoralej - pending/merged reviews on rpm-master could be part of the check | 10:41 |
amoralej | humans make mistakes about the same percentage :D | 10:41 |
*** fandi__ has quit IRC | 10:41 | |
apevec | i.e. check they're on *-rdo distgit branch | 10:41 |
amoralej | ok | 10:41 |
jruzicka | python-parsley requires python-twisted which isn't packaged for el7... | 10:41 |
EmilienM | number80: 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 |
jruzicka | I must miss something, how can a library like twisted not have el7 RPM | 10:42 |
number80 | jruzicka: twisted is in RDO repo for another websocket lib | 10:42 |
EmilienM | number80: I still see puppet 3.8 in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/ | 10:42 |
EmilienM | do we need to remove it? | 10:42 |
apevec | jruzicka, why does parsing lib need twisted? | 10:42 |
jruzicka | yes, that's very unreasonable dep | 10:42 |
jruzicka | I consider nuking it | 10:42 |
number80 | EmilienM: it'll appear here: http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D it's not tagged in common | 10:42 |
jruzicka | back to regexp :( | 10:43 |
apevec | also is parsley heatly upstream? last release was 1yr ago | 10:43 |
weshay | apevec, trown|outtypewww arxcruz is taking a look at why those tests are failing | 10:43 |
jruzicka | I don't want rdopkg depend on twisted, so nuke it is. | 10:43 |
apevec | ack thanks arxcruz ! | 10:43 |
number80 | the outline is: verwatch detects new versions, compare with CBS, send notifications to event loop-based bot who will sends review | 10:43 |
apevec | jruzicka, or fork parsley :) | 10:44 |
EmilienM | number80: do we need to remove old package in common? | 10:44 |
arxcruz | apevec: np ;) | 10:44 |
*** egallen has quit IRC | 10:44 | |
*** richm has joined #rdo | 10:44 | |
number80 | EmilienM: no, since it has older NVR it will get overridden anyway | 10:44 |
jruzicka | apevec, right, I'll investigating that. | 10:44 |
number80 | (why bot, because, our problem is larger than just bumping releases) | 10:44 |
apevec | jruzicka, launchpad links in pypi are even older, 2013 | 10:45 |
EmilienM | number80: ok thanks | 10:45 |
number80 | no more fragile scripts, register smaller scripts to do one action limited to trimmed targets | 10:45 |
jpena | EmilienM, it's now in https://trunk.rdoproject.org/centos7-mitaka/consistent/ | 10:46 |
number80 | example: some packages are not registered in CBS, failing release reviews | 10:46 |
number80 | with simple script, you need human to do that | 10:46 |
number80 | with appropriate architecture, you just do all the pre-tasks necessary before releases and get logs | 10:47 |
apevec | number80, yeah, but what we are discussing it to use post tag event in zuul, vs pooling in separate verwatch service we'd have to maintain | 10:47 |
apevec | it's closer loop | 10:47 |
jruzicka | apevec, ParserProtocol(Protocol) """A Twisted ``Protocol`` subclass for parsing stream protocols.""" | 10:48 |
jruzicka | ewww | 10:48 |
number80 | apevec: it'll be fragile and won't scale as zuul won't be able to coordinate those other tasks | 10:48 |
EmilienM | jpena: ok so maybe I can "recheck" | 10:48 |
apevec | number80, zuul can do everything ! | 10:48 |
apevec | number80, amoralej but let's put draft proposal in one card | 10:49 |
jruzicka | apevec, in that case make it create the Last Invention to invent all other inventions and all our work is done. | 10:49 |
apevec | then we felsh out details | 10:49 |
number80 | apevec: we have already card for that | 10:49 |
* jruzicka wouldn't be surprised if singularity already awoken in the vast memory space occupied by java programs | 10:49 | |
number80 | https://trello.com/c/WXfkfrbM/368-branching-follow-up | 10:49 |
apevec | number80, right, let's fill it | 10:49 |
*** fandi has quit IRC | 10:49 | |
apevec | ah that's brainstorming one | 10:49 |
apevec | need to fork more concrete one | 10:50 |
number80 | I just fear that we fall again in the same issue we ran out | 10:50 |
*** ohochman has joined #rdo | 10:50 | |
jruzicka | ktdreyer, oh man, I'll need to nuke parsley... shame :-/ | 10:50 |
apevec | number80, put all your fears in writing, in card :) | 10:50 |
*** Pavo has quit IRC | 10:50 | |
apevec | trello as therapy ;) | 10:51 |
jruzicka | Trello as a Way of Life | 10:51 |
amoralej | i think we should write diferent options in a etherpad | 10:51 |
number80 | apevec: it's already done, we need to categorize package, and adapt automation to their upstream status | 10:51 |
rdogerrit | chkumar246 created openstack/rally-distgit: Fixed config-generated, missing dependency and cleaned up unnecessary files. http://review.rdoproject.org/r/3190 | 10:51 |
amoralej | if we can leverage zuul, i think we should | 10:51 |
*** Poornima has quit IRC | 10:51 | |
apevec | we can for openstack project, but number80 is right we have other cases too | 10:52 |
number80 | amoralej: zuul is not suited for distro releasing workflow which is centralized | 10:52 |
*** ohochman has left #rdo | 10:52 | |
number80 | but we can make leverage zuul events | 10:52 |
*** pgadiya has joined #rdo | 10:52 | |
apevec | that ^ | 10:52 |
number80 | there's a lot of work | 10:53 |
amoralej | let's break the process and see what's the best way to solve each step... | 10:53 |
amoralej | we can start small and grow | 10:53 |
number80 | amoralej: distro making also needs global overview | 10:54 |
amoralej | yeah, sure | 10:54 |
number80 | many problem are interconnected | 10:54 |
EmilienM | number80: if something goes wrong, do we have a way to quickly revert puppet4? | 10:54 |
*** mcornea has quit IRC | 10:54 | |
number80 | EmilienM: in -testing, it is possible | 10:55 |
EmilienM | number80: I think it will be fine | 10:55 |
dmellado | number80: o/ ping re erlang package missing some deps | 10:55 |
* number80 will draft workflow document to resume current status of releasing RDO | 10:55 | |
number80 | dmellado: which ones?? | 10:55 |
*** Pavo has joined #rdo | 10:56 | |
dmellado | number80: over a rdo mitaka-5 packstack install https://paste.fedoraproject.org/445456/75837478/ | 10:56 |
number80 | dmellado: question why trying to install erlang-wx? | 10:56 |
dmellado | number80: it comes as a result of trying to install just erlang | 10:56 |
*** mcornea has joined #rdo | 10:56 | |
dmellado | so you tell me xD | 10:57 |
dmellado | number80: erlang depends on ---> Package erlang-wx.x86_64 0:18.3.4.4-1.el7 will be installed | 10:57 |
*** KarlchenK has quit IRC | 10:58 | |
number80 | dmellado: ok, disabling wx, but I'd like to understand why it was not detected earlier :( | 10:58 |
dmellado | number80: thanks! this was breaking my packstack install :'( | 10:59 |
*** jkilpatr has quit IRC | 10:59 | |
*** aludwar has quit IRC | 11:03 | |
apevec | crap erlang AIO | 11:09 |
apevec | number80, previously it was trimmed down was that patch lost? | 11:10 |
apevec | but nothing should require full erlang, where is dep coming from? | 11:10 |
apevec | dmellado, please pastebin full yum transaction | 11:11 |
dmellado | apevec: hold on, will paste everything | 11:12 |
apevec | rabbitmq-server has deps on specific erlang-* | 11:12 |
apevec | I suspect variation of https://bugzilla.redhat.com/show_bug.cgi?id=1346240 | 11:14 |
openstack | bugzilla.redhat.com bug 1346240 in distribution "Erlang 18.3.3 update fails" [Urgent,Assigned] - Assigned to apevec | 11:14 |
*** hewbrocca is now known as hewbrocca-afk | 11:14 | |
apevec | dmellado, ah, which packstack version do you have? It was bug in packstack https://review.openstack.org/#/c/329450/ | 11:15 |
apevec | but that's fixed in mitaka | 11:15 |
dmellado | apevec: openstack-packstack-8.0.0-1.el7.noarch | 11:15 |
apevec | ok that's buggy one | 11:15 |
apevec | dmellado, 8.0.2 is in testing | 11:16 |
dmellado | apevec: but I deployed successfully with the same one just 2 days ago | 11:16 |
apevec | yeah new dep was pushed to common for newton | 11:17 |
number80 | apevec: no, it was there | 11:17 |
apevec | w/o properly testing mitaka | 11:17 |
apevec | dmellado, try with packstack –enable-rdo-testing=y | 11:17 |
number80 | erm, we always used fedora builds as-is | 11:17 |
apevec | ah yes | 11:17 |
dmellado | apevec: will try, but check this in any case | 11:18 |
apevec | ok, need to add repoclosure in brainstorm card | 11:18 |
dmellado | http://paste.fedoraproject.org/445475/83906614/ | 11:18 |
apevec | dmellado, yeah, that's Packstack doing explicit erlang install | 11:18 |
dmellado | apevec: packstack did the erlang install | 11:18 |
dmellado | and then I tried to reproduce to check what was going on | 11:18 |
amoralej | apevec, didn't we cherry-pick that to stable/mitaka? | 11:18 |
apevec | amoralej, we did | 11:19 |
dmellado | apevec: would it help for me to try testing? | 11:19 |
apevec | but 8.0.2 is only in mitaka-testing repo | 11:19 |
apevec | dmellado, yes | 11:19 |
apevec | it would solve the issue | 11:19 |
amoralej | ahhhh | 11:19 |
apevec | there's be big mitaka update coming next week | 11:19 |
dmellado | apevec: amoralej I'm using https://repos.fedorapeople.org/repos/openstack/openstack-mitaka/rdo-release-mitaka-5.noarch.rpm | 11:20 |
dmellado | just in case | 11:20 |
apevec | dmellado, yeah, that release rpm has both prod and testing repos | 11:20 |
apevec | just use that cmd option | 11:20 |
dmellado | lemme check with rdo-testing | 11:20 |
* dmellado crosses fingers | 11:22 | |
dmellado | apevec: heh, I enabled that on the answers file but stills fails on the same step | 11:23 |
dmellado | CONFIG_ENABLE_RDO_TESTING=y | 11:24 |
dmellado | should be the same, isn't it? | 11:24 |
*** saneax is now known as saneax-_-|AFK | 11:25 | |
*** fzdarsky|afk is now known as fzdarsky | 11:26 | |
apevec | dmellado, have you installed packstack 8.0.2 first? | 11:26 |
dmellado | oh, damn, my fault, sorry | 11:27 |
* dmellado needs more coffee | 11:27 | |
dmellado | let's see now | 11:27 |
apevec | cmd option is to keep testing repo enabled, otherwise packstack enables again production by default | 11:27 |
*** rhallisey has joined #rdo | 11:29 | |
*** Son_Goku has quit IRC | 11:29 | |
*** pgadiya has quit IRC | 11:31 | |
*** Son_Goku has joined #rdo | 11:32 | |
*** alexismonville has joined #rdo | 11:32 | |
dmellado | apevec: seems to be installing so far, thanks! | 11:32 |
*** jkilpatr has joined #rdo | 11:35 | |
dmellado | apevec: with this version it gets stuck when intalling neutron | 11:37 |
amoralej | dmellado, logs | 11:38 |
*** dciabrin has quit IRC | 11:38 | |
dmellado | amoralej: on it | 11:38 |
dmellado | Invalid parameter service_providers on Class[Neutron::Server] at /var/tmp/packstack/4bf854cf8bd94fa6a7c83e614ee9907c/manifests/10.35.117.172_neutron.pp:69 | 11:38 |
amoralej | number80, i've starte writing some notes in https://review.rdoproject.org/etherpad/p/automate-cbs-builds | 11:38 |
amoralej | that has to do with lbaas patch | 11:38 |
*** zoli|lunch is now known as zoli | 11:38 | |
*** zoli is now known as zoliXXL | 11:39 | |
amoralej | let me check | 11:39 |
dmellado | amoralej: does that ring a bell to you? | 11:39 |
amoralej | yeap | 11:39 |
dmellado | any known workarounds? | 11:39 |
amoralej | i'm checking the versio of puppet-neutron in mitaka-testing | 11:40 |
*** pgadiya has joined #rdo | 11:41 | |
*** dprince has joined #rdo | 11:41 | |
*** Son_Goku has quit IRC | 11:41 | |
*** aortega has joined #rdo | 11:42 | |
*** Son_Goku has joined #rdo | 11:42 | |
apevec | dmellado, are you using --allinone or you have answer file? | 11:42 |
apevec | lbaas should not be enabled by default | 11:42 |
*** dciabrin has joined #rdo | 11:42 | |
dmellado | apevec: first --allinone, and afterwards the file from it | 11:42 |
*** pkovar has joined #rdo | 11:45 | |
*** danialvarez has joined #rdo | 11:45 | |
number80 | ack | 11:45 |
*** danialvarez is now known as danialv | 11:46 | |
*** rdas has quit IRC | 11:47 | |
jpena | DLRN->CDN sync is now working well. As soon as we have a promoted repo in centos-ocata, it will show up in the correct location | 11:48 |
*** alexismonville has quit IRC | 11:49 | |
*** pgadiya_ has joined #rdo | 11:50 | |
*** jtomasek_ has joined #rdo | 11:50 | |
*** hewbrocca-afk is now known as hewbrocca | 11:50 | |
*** pgadiya has quit IRC | 11:51 | |
*** KarlchenK has joined #rdo | 11:52 | |
*** ccamacho is now known as ccamacho|lunch | 11:55 | |
*** pradk has joined #rdo | 11:56 | |
apevec | jpena, I triggered https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo-delorean-promote-master/748/ | 11:57 |
apevec | but it failed in oooq jobs | 11:57 |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 11:57 |
apevec | flepied1, ^ please run you script to populate https://etherpad.openstack.org/p/delorean_master_current_issues | 11:58 |
*** pgadiya_ has quit IRC | 11:59 | |
*** shardy is now known as shardy_lunch | 12:00 | |
*** trown|outtypewww is now known as trown | 12:01 | |
*** paragan has quit IRC | 12:02 | |
dmellado | apevec: lbaas is not enabled in the answers file, but it fails in any case | 12:02 |
*** egallen has joined #rdo | 12:02 | |
*** mosulica has quit IRC | 12:03 | |
apevec | dmellado, can you yum update with testing repo abled ? | 12:03 |
apevec | maybe opm was old | 12:03 |
dmellado | apevec: sure | 12:03 |
apevec | which opm NVR was it? | 12:03 |
apevec | when it failed | 12:03 |
dmellado | apevec: I've tried with 8.1.1 | 12:05 |
dmellado | show that it was lesser before, and failed too | 12:05 |
apevec | dmellado, 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.rpm | 12:06 |
apevec | and then try again | 12:06 |
dmellado | apevec: I'm using rhel as a host | 12:07 |
dmellado | is there any rhel-equivalent for that url? | 12:07 |
number80 | apevec, dmellado: erlang-18.3.4.4-2.el7 got tagged into testing | 12:07 |
apevec | dmellado, that will work on rhel just fine | 12:07 |
number80 | http://cbs.centos.org/koji/buildinfo?buildID=12722 | 12:07 |
number80 | apevec: I'll have to go to the airport soon, so please coordinate with dmellado for release taggin | 12:08 |
number80 | - Disabling wxwidgets, emacs, examples | 12:08 |
*** limao_ has joined #rdo | 12:08 | |
apevec | number80, ack, I'll run repoclosure | 12:08 |
apevec | have a safe flight | 12:08 |
dmellado | safe flight number80 ;) | 12:08 |
number80 | http://paste.fedoraproject.org/445516/42110147/ spec file diff | 12:08 |
apevec | number80, ok, we'll need to run by plemenko | 12:09 |
*** lucas-afk is now known as lucasagomes | 12:09 | |
apevec | s/run/run that/ | 12:09 |
*** fultonj_ has joined #rdo | 12:09 | |
*** jayg|g0n3 is now known as jayg | 12:09 | |
apevec | I think he might have a list he disables in d/s builds | 12:10 |
dmellado | apevec: retrying with that opm | 12:10 |
*** limao has quit IRC | 12:11 | |
apevec | number80, amoralej - add you names in line 4 https://review.rdoproject.org/etherpad/p/automate-cbs-builds to record color mapping | 12:12 |
*** jtomasek_ has quit IRC | 12:14 | |
EmilienM | number80: ok I see it in buildlogs | 12:19 |
EmilienM | number80: but I still see puppet3 in http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/ | 12:19 |
*** aortega has quit IRC | 12:20 | |
number80 | apevec: it's done, let me refresh pad | 12:21 |
*** eaguilar has joined #rdo | 12:22 | |
*** emalikov has joined #rdo | 12:22 | |
number80 | EmilienM: expected behaviour, believe me it works | 12:25 |
*** jaosorior has quit IRC | 12:28 | |
*** limao_ has quit IRC | 12:28 | |
*** limao has joined #rdo | 12:29 | |
number80 | damn, we're just scratching the surface on etherpad | 12:29 |
*** dprince has quit IRC | 12:30 | |
*** scorcoran has joined #rdo | 12:30 | |
amoralej | apevec, we need to update opm in mitaka cloudsig repo | 12:30 |
amoralej | in -testing | 12:30 |
*** dprince has joined #rdo | 12:31 | |
EmilienM | number80: ok cool thx | 12:31 |
*** dgurtner has quit IRC | 12:32 | |
*** rcernin has quit IRC | 12:33 | |
*** kgiusti has joined #rdo | 12:34 | |
flepied1 | apevec: done | 12:34 |
*** flepied1 is now known as flepied | 12:34 | |
*** unclemarc has joined #rdo | 12:34 | |
amoralej | apevec, tmpest passed for https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/ , it's going to pass | 12:35 |
trown | woot | 12:36 |
trown | dusty chassis | 12:36 |
amoralej | and it's executing tempest in https://ci.centos.org/job/tripleo-quickstart-promote-newton-delorean-minimal/24/console | 12:37 |
trown | aka "the fast one" | 12:37 |
amoralej | if it passes we'll get our first delorean newton promotion | 12:37 |
amoralej | i'm not optimistic, it took 2h to deploy before starting running tempest | 12:38 |
trown | that one is on a slow node... so I am not optimistic either | 12:38 |
trown | really hard to have reliable CI on heterogenous hardware | 12:38 |
trown | heterogeneous evem | 12:39 |
trown | even... ugh... I need more sleep | 12:39 |
*** jmelvin has joined #rdo | 12:39 | |
amoralej | https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/ is green finally !!! | 12:39 |
jpena | \o/ | 12:40 |
trown | I wonder if we could key what validation we run based on what node we get from CI | 12:40 |
dmsimard | number80, jpena: so looks like I misunderstood -head then | 12:40 |
dmsimard | hello #rdo | 12:41 |
trown | it would mean we do not always run tempest on every promote, but we would still run it fairly regularly | 12:41 |
*** strigazi_AFK is now known as strigazi | 12:41 | |
trown | and it would drop the false negative rate quite a bit | 12:41 |
trown | morning dmsimard | 12:41 |
*** jpena is now known as jpena|lunch | 12:42 | |
*** karthiks has quit IRC | 12:42 | |
dmsimard | trown: flaps is something I want to aggressively attack throughout ocata. | 12:42 |
number80 | dmsimard: np, I'm glad that you suggested revisiting that | 12:43 |
*** shardy_lunch is now known as shardy | 12:43 | |
weshay | apevec, https://ci.centos.org/view/rdo/view/cbs-promote-pipelines/job/rdo-promote-cloudsig-newton/ | 12:43 |
weshay | apevec, eventually even in vegas, you win sometimes | 12:44 |
*** gildub has quit IRC | 12:44 | |
weshay | trown, ya.. I have arx thinking about detecting the capabilities of the hardware, and adjusting the tempest workers based on that | 12:45 |
weshay | arxcruz, ^ | 12:45 |
dmsimard | tristanC: heya, are you around ? | 12:45 |
EmilienM | number80: puppet-4.6.2-2.el7.noarch in tripleo :) | 12:45 |
*** amoralej is now known as amoralej|lunch | 12:45 | |
EmilienM | I saw it working in tripleo CI | 12:45 |
EmilienM | well, all jobs are not finished yet | 12:46 |
weshay | trown, fyi https://review.gerrithub.io/#/c/297457/2/defaults/main.yml | 12:47 |
trown | weshay: detecting hardware capabilities is a bit more advanced than I was thinking... for cico, we know what node we got at the very beginning | 12:47 |
trown | weshay: ya that seems to be failing CI :P | 12:48 |
weshay | trown, true.. so based on that we have the option of either running tempest or validate or adjusting the tempest workers | 12:48 |
*** tiswanso has quit IRC | 12:48 | |
weshay | trown, due to tempest :) | 12:48 |
*** rcernin has joined #rdo | 12:48 | |
weshay | it's like tempest has bad hair days in ci.centos | 12:48 |
*** tiswanso has joined #rdo | 12:49 | |
trown | well 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 pingtest | 12:49 |
number80 | jruzicka, 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 right | 12:50 |
number80 | *upcoming | 12:50 |
*** Pavo has quit IRC | 12:50 | |
*** limao has quit IRC | 12:50 | |
*** rlandy has joined #rdo | 12:51 | |
weshay | trown, so what ya think.. change workers or tests? | 12:51 |
*** vaneldik has joined #rdo | 12:52 | |
* number80 on his way to the airport | 12:52 | |
trown | weshay: I think lowering workers is just going to push that job further in terms of time and it already way long | 12:52 |
dmsimard | trown, weshay: bkero is working on a 2 node oooq setup. Could that be a possibility in cico ? | 12:53 |
dmsimard | We would be less constrained in resources and it would probably end up being faster | 12:53 |
weshay | ya | 12:53 |
jruzicka | number80, ack | 12:54 |
weshay | interesting | 12:54 |
*** limao has joined #rdo | 12:54 | |
dmsimard | trown, weshay: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=jobs/oooq.yaml;h=4034b39a124a15ad341043b607de75b8b56a26a3;hb=HEAD#l93 | 12:54 |
weshay | that 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 |
dmsimard | basically one node is the virthost, the other node is the overcloud | 12:55 |
weshay | so probably still a good idea to allow for a dynamic switch based on resources | 12:55 |
dmsimard | weshay: well we gotta start somewhere | 12:55 |
dmsimard | if we can get the existing tests going faster and more stable, it's a good thing | 12:55 |
arxcruz | weshay: 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 |
dmsimard | then we can iterate on that | 12:55 |
*** links has quit IRC | 12:55 | |
*** Pavo has joined #rdo | 12:55 | |
arxcruz | apevec: weshay the machine from this run https://ci.centos.org/job/tripleo-quickstart-promote-newton-cloudsig-testing-minimal/8/consoleFull | 12:55 |
arxcruz | if still available | 12:56 |
weshay | agree.. 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 guests | 12:56 |
weshay | arxcruz, nope | 12:56 |
trown | multinode is a different thing all together | 12:56 |
dmsimard | weshay: it's not two virt guests though I think, bkero is doing one virthost on one host and the other one is the overcloud | 12:56 |
weshay | dmsimard, min ci deployment should be 3 controllers, 2 compute, 1 ceph | 12:56 |
*** rcernin_ has joined #rdo | 12:56 | |
trown | that 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 |
weshay | atm.. w/ master.. the most we can deploy is 1 controller, 1 compute | 12:57 |
dmsimard | trown: I feel like I've discussed this already, maybe not with you | 12:57 |
trown | I would like to add a feature in quickstart to bridge multiple virthosts, but it is a significant amount of work | 12:57 |
dmsimard | trown: slagle and EmilienM's work upstream does bypass the ironic/nova stuff but we can have separate jobs for that particular code path | 12:58 |
dmsimard | i.e, more lightweight jobs to ensure nova/ironic works well | 12:58 |
trown | right your specific question "Could that be a possibility in cico?" | 12:58 |
trown | no | 12:58 |
dmsimard | ok :( | 12:59 |
*** anilvenkata is now known as anilvenkata_afk | 13:00 | |
*** amuller has joined #rdo | 13:00 | |
*** emalikov has quit IRC | 13:00 | |
trown | kbsingh mentioned getting some beefier boxes and setting them in a specific pool for RDO, but I dont know what the timeline on that is | 13:00 |
kbsingh | funny | 13:00 |
kbsingh | the PR got ack'd for that a few minutes back | 13:00 |
*** aortega has joined #rdo | 13:01 | |
*** rcernin has quit IRC | 13:01 | |
trown | :) | 13:01 |
kbsingh | so ~ 30 days to delivery, if they can turn the PO around early next week | 13:01 |
weshay | I think tripleo has reinvented java, re: resource consumption | 13:01 |
*** ccamacho|lunch is now known as ccamacho | 13:01 | |
weshay | very cool | 13:01 |
kbsingh | and then say 2 weeks or so for bringup and test etc | 13:01 |
weshay | kbsingh++ | 13:01 |
zodbot | weshay: Karma for kbsingh changed to 5 (for the f24 release cycle): https://badges.fedoraproject.org/tags/cookie/any | 13:01 |
trown | kbsingh++ thats awesome | 13:01 |
kbsingh | weshay: i will have a reply to your email on monday ( re; test/resources ) | 13:01 |
weshay | thanks | 13:01 |
weshay | dmsimard, 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 #rdo | 13:03 | |
dmsimard | weshay: I'm not sure what's that question means | 13:04 |
rdogerrit | Attila Darazs created rdo-infra/ansible-role-logserver: Add initial version of the role http://review.rdoproject.org/r/3191 | 13:04 |
weshay | dmsimard, I guess we just need access restored to a jump box | 13:04 |
dmsimard | adarazs: muahaha how did that no-op job fail let me look | 13:04 |
*** Amita has quit IRC | 13:05 | |
EmilienM | apevec: i'm investigating now but i'm seeing some failures in tripleo CI ovb jobs with ironic (since the puppet4 switch) | 13:05 |
weshay | maybe my ip is wrong /me checks | 13:05 |
rdogerrit | User lukapeschke created openstack/cloudkitty-distgit: Release 2 http://review.rdoproject.org/r/3192 | 13:05 |
dmsimard | weshay: he needs access to a cico node ? | 13:05 |
*** jcoufal has joined #rdo | 13:05 | |
weshay | probably several | 13:05 |
*** imcleod has joined #rdo | 13:06 | |
EmilienM | dtantsur: can you help me to investigate an ironic failure? | 13:06 |
rdogerrit | David Moreau Simard created config: no-op should exit 0.. not return 0 http://review.rdoproject.org/r/3193 | 13:06 |
rdogerrit | David Moreau Simard proposed config: no-op should exit 0.. not return 0 http://review.rdoproject.org/r/3193 | 13:06 |
dtantsur | EmilienM, I can try, though I'm already in the middle of fixing ironic CI :( | 13:06 |
dmsimard | weshay: like, one from each chassis ? | 13:06 |
EmilienM | dtantsur: ok something broke? | 13:06 |
weshay | dmsimard, that would be excellent | 13:06 |
*** morazi has joined #rdo | 13:06 | |
EmilienM | something 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.gz | 13:07 |
EmilienM | EmptyCatalog: The service catalog is empty. | 13:07 |
dtantsur | EmilienM, well, #infra forces us to switch CI to Xenial, and now not everything works | 13:07 |
dtantsur | gimme a few minutes, I'll finish something here | 13:07 |
EmilienM | ok | 13:07 |
adarazs | dmsimard: :) | 13:07 |
dmsimard | adarazs: https://review.rdoproject.org/r/#/c/3193/ | 13:07 |
*** satya4ever has quit IRC | 13:07 | |
adarazs | dmsimard: +1 | 13:07 |
*** tiswanso has quit IRC | 13:08 | |
EmilienM | apevec: would you be ready for a quick revert of puppet4? in case I don't find the root cause of failure | 13:09 |
pabelanger | dmsimard: apevec: I'd be interested in your feedback: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105248.html | 13:09 |
pabelanger | EmilienM: too^ | 13:09 |
*** READ10 has joined #rdo | 13:09 | |
dmsimard | pabelanger: 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|afk | 13:10 | |
*** limao has quit IRC | 13:11 | |
*** limao has joined #rdo | 13:12 | |
EmilienM | pabelanger: ok I'll look | 13:12 |
rdogerrit | Attila Darazs proposed rdo-infra/ansible-role-logserver: Add initial version of the role http://review.rdoproject.org/r/3191 | 13:12 |
*** scorcoran has quit IRC | 13:13 | |
*** scorcoran has joined #rdo | 13:13 | |
*** paragan has joined #rdo | 13:14 | |
*** morazi has quit IRC | 13:15 | |
rdogerrit | User lukapeschke proposed openstack/cloudkitty-distgit: Release 2 http://review.rdoproject.org/r/3192 | 13:16 |
dmsimard | adarazs: there was a jenkins issue on review.r.o I just fixed | 13:16 |
dmsimard | adarazs: the config change will merge and update soon, then we can recheck | 13:17 |
adarazs | dmsimard: 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 IRC | 13:18 | |
rdogerrit | Merged config: no-op should exit 0.. not return 0 http://review.rdoproject.org/r/3193 | 13:18 |
*** akshai has joined #rdo | 13:18 | |
*** ade_b has joined #rdo | 13:18 | |
dmsimard | fbo, 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 |
dmsimard | s/aronud/around/ | 13:19 |
*** pilasguru has joined #rdo | 13:19 | |
dmsimard | adarazs: I haven't set up the permissions yet, let me do that | 13:21 |
*** anilvenkata_afk is now known as anilvenkata | 13:22 | |
*** Amita has joined #rdo | 13:22 | |
rdogerrit | trown created rdo-infra/ci-config: Add cloudsig-stable pipelines http://review.rdoproject.org/r/3194 | 13:23 |
*** gkadam has quit IRC | 13:24 | |
trown | dmsimard: are you creating a weirdo-stable-newton? | 13:25 |
dmsimard | trown: it's already there | 13:26 |
trown | ah ok, just not in the view? https://ci.centos.org/view/rdo/view/weirdo-pipelines/ | 13:26 |
dmsimard | https://ci.centos.org/view/rdo/view/weirdo/job/weirdo-stable-newton/3/ | 13:26 |
dmsimard | forgot to create the view | 13:26 |
trown | cool | 13:26 |
pabelanger | dmsimard: potentially, for now, this is a POC to show how it would work, as 3rd party CI | 13:26 |
dmsimard | trown: 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 jeckersb | 13:28 | |
*** ohamada has quit IRC | 13:28 | |
*** ohamada has joined #rdo | 13:28 | |
*** Amita has quit IRC | 13:28 | |
dmsimard | Remember, pipelines is just a view, nothing more -- this is just a parent job scheduling child jobs :p | 13:29 |
trown | dmsimard: cool mind reviewing https://review.rdoproject.org/r/#/c/3194/1 it will setup jobs like we have for cloudsig-testing | 13:29 |
dmsimard | yeah that's what I'm doing right now | 13:29 |
dmsimard | trown: can we set a trigger? Like at least every 5 days or something ? | 13:31 |
*** akshai has quit IRC | 13:32 | |
trown | dmsimard: why? if there is a push to stable we will trigger that job... if not we wont | 13:32 |
*** sasha2 has quit IRC | 13:32 | |
trown | dmsimard: if we run on the same content we will just regenerate images and invalidate folks local cache for no benefit | 13:33 |
dmsimard | trown: things outside of RDO can affect the outcome of the jobs | 13:33 |
*** akshai has joined #rdo | 13:34 | |
dmsimard | I don't think running every 5 days is a huge deal, I'm willing to compromise on 7 if you want :) | 13:35 |
dmsimard | I want something to re-assure me on a regular basis that stable still works | 13:35 |
dmsimard | I don't want to only run it as a sanity check once a push to stable has been done | 13:35 |
*** sasha2 has joined #rdo | 13:35 | |
dmsimard | Same thing for -testing | 13:36 |
*** limao has quit IRC | 13:36 | |
*** limao has joined #rdo | 13:37 | |
rdogerrit | trown proposed rdo-infra/ci-config: Add cloudsig-stable pipelines http://review.rdoproject.org/r/3194 | 13:37 |
trown | dmsimard: k, updated so one runs on Sunday and one runs on Saturday | 13:37 |
*** panda|afk is now known as panda | 13:38 | |
trown | why for testing? | 13:38 |
dmsimard | For the same reason | 13:38 |
trown | apevec: do we want testing pipeline on a manual or periodic trigger... my understanding was manual | 13:38 |
*** akshai has quit IRC | 13:38 | |
trown | ok, fine, doesnt hurt to run those jobs on the weekends | 13:38 |
dmsimard | And even more so, as automation ramps up we will be tagging things to -testing more often | 13:39 |
rdogerrit | trown proposed rdo-infra/ci-config: Add cloudsig-stable pipelines http://review.rdoproject.org/r/3194 | 13:39 |
trown | well right but if we tag something to testing we should kick the job :P | 13:40 |
*** rodrigods has quit IRC | 13:40 | |
*** dyasny has quit IRC | 13:40 | |
*** rodrigods has joined #rdo | 13:40 | |
trown | to fully automate, we need also the pending pipelines so we have tests run before packages end up in the deps repo | 13:41 |
trown | as soon as we tag testing they go to deps repo | 13:41 |
*** fabo has quit IRC | 13:41 | |
*** dmsimard has quit IRC | 13:41 | |
*** fabo has joined #rdo | 13:42 | |
*** Son_Goku has quit IRC | 13:42 | |
*** rgogunskiy has quit IRC | 13:42 | |
*** dmsimard has joined #rdo | 13:42 | |
*** ohamada_ has joined #rdo | 13:43 | |
*** Goneri has joined #rdo | 13:44 | |
*** amoralej|lunch is now known as amoralej | 13:44 | |
dmsimard | trown: yeah it's not yet clear in my head how we'll bridge the gap between review.r.o, cbs and cico | 13:45 |
*** ohamada__ has joined #rdo | 13:45 | |
rdogerrit | Merged DLRN: Use distgit branch in gitrepo driver http://review.rdoproject.org/r/2733 | 13:45 |
amoralej | jpena, number80, puppet4 broke packstack | 13:45 |
dmsimard | in the meantime we can do periodics which is not perfect but gets us part of the way there | 13:46 |
number80 | amoralej: in Ocata? | 13:46 |
amoralej | yes | 13:46 |
number80 | that's expected | 13:46 |
amoralej | https://ci.centos.org/artifacts/rdo/weirdo-master-promote-packstack-scenario001/602/console.txt.gz | 13:46 |
*** ohamada has quit IRC | 13:47 | |
amoralej | we need to get a promotion in master | 13:48 |
rdogerrit | Jakub Ruzicka created rdopkg: Nuke python-parsley requirement http://review.rdoproject.org/r/3195 | 13:48 |
number80 | amoralej: why? | 13:48 |
number80 | cycle just started | 13:48 |
amoralej | why we need it? | 13:48 |
number80 | yes | 13:48 |
amoralej | to get cbs sync script working | 13:48 |
amoralej | jpena am i right ^ | 13:49 |
amoralej | ? | 13:49 |
dmsimard | yeah we need some sort of promotion to current-passed-ci | 13:49 |
dmsimard | or the packstack upstream gate is also blocked | 13:49 |
dmsimard | unless master still points at newton /me looks | 13:49 |
*** ohamada_ has quit IRC | 13:49 | |
number80 | dmsimard: but if I remove puppet4, then we can't fix packstack to use puppet4 and we will keep forever puppet3 ... | 13:49 |
dmsimard | it's a catch 22 | 13:50 |
number80 | at some point, we need to break things and fix it | 13:50 |
*** imcleod_ has joined #rdo | 13:50 | |
*** dyasny has joined #rdo | 13:50 | |
dmsimard | upstream gate is pointing to centos7-newton still | 13:50 |
dmsimard | meh | 13:50 |
number80 | amoralej, dmsimard: if you need to unblock things, I can temporarily untag puppet4 *but* it's only temporary (few days top) | 13:51 |
number80 | otherwise, I'm blocking EmilienM's efforts to make puppet4 default in puppet modules upstream | 13:52 |
EmilienM | I think it's a bug in tripleo | 13:52 |
EmilienM | I'm working on it | 13:52 |
*** jpena|lunch is now known as jpena | 13:52 | |
EmilienM | I have a patch coming | 13:52 |
number80 | (sorry to be again the grumpy gatekeeper, but I have to do it) | 13:52 |
rdogerrit | User lukapeschke proposed openstack/cloudkitty-distgit: Release 2 http://review.rdoproject.org/r/3192 | 13:52 |
openstackgerrit | David Moreau Simard proposed openstack/packstack: Test centos7-ocata https://review.openstack.org/383744 | 13:53 |
dmsimard | number80: ^ | 13:53 |
dmsimard | amoralej: ^ | 13:53 |
number80 | I'd rather be Dumbledore and yell all the time "YOU SHALL PASS" | 13:53 |
jruzicka | number80, you can definitely yell that at your workstation... :) | 13:53 |
misc | I am sure he do | 13:53 |
dmsimard | number80: 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 hole | 13:54 |
number80 | I 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 IRC | 13:54 | |
dmsimard | weeks, make that months in actual puppet | 13:54 |
*** limao has joined #rdo | 13:54 | |
amoralej | jpena ^^ | 13:55 |
number80 | dmsimard: well, that's a good time to start fixing packstack with puppet4 | 13:55 |
number80 | Ocata cycle just started | 13:55 |
*** dtantsur is now known as dtantsur|mtg | 13:56 | |
number80 | we can rollback later if it's too difficult | 13:56 |
*** fultonj_ has quit IRC | 13:56 | |
dmsimard | number80: 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 against | 13:56 |
alphacc | btw, congrat on the release folks! | 13:56 |
*** aludwar has joined #rdo | 13:56 | |
dmsimard | number80: let's see how big the issue is and we can discuss later | 13:56 |
number80 | dmsimard: sounds reasonable, temporary untagging in order to get a passing snapshot is possible | 13:57 |
jpena | number80: yes, please. We need at least one current-passed-ci in ocata to get things rolling | 13:57 |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 13:57 |
jpena | otherwise, the CDN will still have newton bits in rdo-trunk-master-tested | 13:57 |
number80 | EmilienM: are you ok to delay puppet4 in ocata to wednesday? | 13:58 |
EmilienM | number80: why do you delay? what is the problem except the one I'm trying to fix? | 13:58 |
*** imcleod_ has quit IRC | 13:58 | |
EmilienM | ok to unblock, go ahead | 13:58 |
dmsimard | EmilienM: we have nothing in ocata current-passed-ci right now, we want to at least have /something/ | 13:59 |
number80 | dmsimard, amoralej, jpena, EmilienM: untagged, please wait repo to be sync-ed | 13:59 |
EmilienM | ok go ahead | 13:59 |
dmsimard | number80: is there a way we can test puppet4 without it being tagged for packstack ? | 13:59 |
number80 | if you need more time, please negotiate directly with EmilienM and notify me when you want it back | 13:59 |
number80 | dmsimard: separate repo like the one I provided EmilienM weeks ago | 14:00 |
dmsimard | EmilienM: do you have the code you used for that nearby ? | 14:00 |
*** fultonj has quit IRC | 14:00 | |
number80 | except by using copr, we don't have much flexibility over creating separate repo | 14:00 |
EmilienM | dmsimard: https://review.openstack.org/#/c/371170/ | 14:01 |
dmsimard | EmilienM: ok ty I'll hack something together | 14:01 |
number80 | apevec: if they need CBS wizardry while I'm not here ^ | 14:01 |
*** trown is now known as trown|brb | 14:01 | |
*** fultonj has joined #rdo | 14:01 | |
rdogerrit | Merged rdo-infra/ci-config: Add cloudsig-stable pipelines http://review.rdoproject.org/r/3194 | 14:01 |
number80 | I 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 matter | 14:02 |
dmsimard | trown|brb: stable jobs merged and published: https://review.rdoproject.org/jenkins/job/publish-cico-jjb/2/console | 14:02 |
EmilienM | dmsimard: what is your pb currently? | 14:02 |
*** jprovazn has quit IRC | 14:03 | |
dmsimard | EmilienM: packstack is broken, amoralej has the details I haven't yet looked but I created https://review.openstack.org/383744 to reproduce it | 14:03 |
*** egallen has quit IRC | 14:04 | |
EmilienM | dmsimard: what is the error? | 14:04 |
jpena | basically we've never tested packstack with puppet4, just need some time to see how broken it is | 14:04 |
jpena | EmilienM, https://ci.centos.org/job/weirdo-master-promote-packstack-scenario001/602/console | 14:04 |
jpena | but there may be more | 14:04 |
dmsimard | http://logs.openstack.org/44/383744/1/check/gate-packstack-integration-scenario001-tempest-centos-7/37603d1/console.html#_2016-10-07_13_59_01_968169 | 14:04 |
EmilienM | well, install puppet3 in packstack and you're good | 14:05 |
dmsimard | jpena: I'll set up https://review.openstack.org/383744 to test puppet4 persistently (since number80 untagged puppet4) | 14:05 |
jpena | dmsimard, ack. I'm going to run some local tests | 14:05 |
fbo | dmsimard, hi do you have a specific job other than config-update and config-check than run on the Jenkins master ? | 14:06 |
number80 | dmsimard: thanks | 14:06 |
dmsimard | fbo: just one, we created a no-op job | 14:06 |
*** danialv has quit IRC | 14:06 | |
dmsimard | fbo: you can see it here https://review.rdoproject.org/jenkins/computer/(master)/ | 14:07 |
dmsimard | Since it's no-op, there was no point in running it in a virtual machine off of nodepool .. | 14:07 |
fbo | dmsimard, I understand but I think that the reason | 14:08 |
dmsimard | fbo: maybe. Why ? | 14:08 |
fbo | you can look at here: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=zuul/zuul_functions.py;h=6b5fcdbaf3bad2a8b37f220465a00df9fd645340;hb=HEAD#l10 | 14:09 |
fbo | so there two solutions atm, run that job outside of the master, or change that file to support your new job | 14:10 |
dmsimard | oh | 14:10 |
dmsimard | ok, easy enough | 14:10 |
dmsimard | thanks for pointing that out, couldn't have figured that out myself | 14:10 |
rdogerrit | David Moreau Simard created config: Keep the master node online so it can run no-op jobs http://review.rdoproject.org/r/3196 | 14:11 |
*** vaneldik has quit IRC | 14:11 | |
dmsimard | fbo: ^ | 14:11 |
*** jeckersb is now known as jeckersb_gone | 14:11 | |
fbo | dmsimard, and using that : http://docs.openstack.org/infra/zuul/zuul.html?highlight=noop ? | 14:12 |
dmsimard | oh, that exists ? | 14:12 |
dmsimard | fbo: do you have any other amazing tips like that | 14:13 |
*** anshul has joined #rdo | 14:13 | |
fbo | dmsimard, no :p but if it fits your needs you better to use that zuul noop thing | 14:13 |
dmsimard | yeah I'll do that | 14:13 |
*** scorcoran has quit IRC | 14:13 | |
rdogerrit | David Moreau Simard proposed config: Use the special noop job provided by Zuul http://review.rdoproject.org/r/3196 | 14:14 |
dmsimard | fbo: ^ | 14:14 |
fbo | dmsimard, this zuul function if I remember well will be revert to the default (by the auto proposed review) at upgrade so ... | 14:14 |
fbo | ok looking | 14:14 |
*** danialvarez has joined #rdo | 14:14 | |
dmsimard | fbo: 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_PATH | 14:15 |
*** jeckersb_gone is now known as jeckersb | 14:15 | |
*** limao has quit IRC | 14:15 | |
*** dtantsur|mtg is now known as dtantsur | 14:15 | |
*** trown|brb is now known as trown | 14:16 | |
*** limao has joined #rdo | 14:16 | |
fbo | dmsimard, oh ok I wasn't aware of that.. so let's try the noop thing | 14:16 |
*** racedo has joined #rdo | 14:16 | |
rdogerrit | Merged config: Use the special noop job provided by Zuul http://review.rdoproject.org/r/3196 | 14:17 |
dmsimard | fbo: ok it works: https://review.rdoproject.org/r/#/c/3191/2 thanks for that | 14:19 |
fbo | dmsimard, 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 |
fbo | nice ! | 14:20 |
dmsimard | I'm not the one who set it to 2 threads | 14:20 |
dmsimard | maybe it came provided like that ? | 14:20 |
fbo | dmsimard, nope I don't think so. So maybe something else to investigate :p | 14:21 |
*** ashw has joined #rdo | 14:21 | |
fbo | also this should be revert to one executor during the upgrade | 14:22 |
fbo | automatically | 14:22 |
*** zodbot has quit IRC | 14:22 | |
*** leifmadsen has quit IRC | 14:22 | |
*** serverascode has quit IRC | 14:22 | |
*** wfoster has quit IRC | 14:22 | |
*** f0o has quit IRC | 14:22 | |
*** mdbooth has quit IRC | 14:22 | |
*** ansiwen has quit IRC | 14:22 | |
*** trown has quit IRC | 14:22 | |
*** NachoDuck has quit IRC | 14:22 | |
*** dhellmann has quit IRC | 14:22 | |
*** afazekas has quit IRC | 14:22 | |
*** afazekas has joined #rdo | 14:22 | |
*** wfoster has joined #rdo | 14:22 | |
*** leifmadsen has joined #rdo | 14:22 | |
fbo | dmsimard, but to be safe it is better you change that setting if you don't mind | 14:23 |
*** zodbot has joined #rdo | 14:23 | |
*** trown has joined #rdo | 14:23 | |
*** ansiwen has joined #rdo | 14:23 | |
*** mdbooth has joined #rdo | 14:23 | |
jpena | EmilienM, does this ring any bell? https://paste.fedoraproject.org/445605/50230147/ | 14:24 |
*** f0o has joined #rdo | 14:24 | |
EmilienM | jpena: no, maybe mwhahaha ? | 14:24 |
*** dhellmann has joined #rdo | 14:24 | |
dmsimard | fbo: yeah I'll fix it now | 14:24 |
jpena | EmilienM, 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 trick | 14:25 |
*** NachoDuck has joined #rdo | 14:25 | |
*** absubram has joined #rdo | 14:25 | |
fbo | thanks ! | 14:26 |
trown | dmsimard: 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.yml | 14:26 |
mwhahaha | jpena: ya sec | 14:26 |
dmsimard | trown: it's something that's enabled only for specific puppet-openstack scenarios | 14:26 |
dmsimard | trown: https://github.com/rdo-infra/ansible-role-weirdo-puppet-openstack/blob/master/tasks/repositories.yml#L20 | 14:26 |
*** rbradfor has left #rdo | 14:27 | |
dmsimard | trown: https://github.com/rdo-infra/ansible-role-weirdo-puppet-openstack/tree/master/tasks/repositories | 14:27 |
dmsimard | <= mitaka is hammer and >= newton is jewel | 14:27 |
trown | ok | 14:27 |
mwhahaha | jpena: 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 failing | 14:27 |
*** serverascode has joined #rdo | 14:28 | |
*** mdbooth has quit IRC | 14:29 | |
jpena | mwhahaha, 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 that | 14:29 |
jpena | should I propose a patch, or is it WIP? | 14:29 |
trown | dmsimard: oh, that happens automagically when using centos-release package | 14:30 |
*** noslzzp has joined #rdo | 14:30 | |
dmsimard | trown: except I'm not using the centos-release package | 14:30 |
mwhahaha | jpena: propose a patch | 14:31 |
dmsimard | trown: http://eavesdrop.openstack.org/irclogs/%23rdo/%23rdo.2016-10-06.log.html#t2016-10-06T17:33:14 | 14:31 |
EmilienM | jpena, mwhahaha : why don't we have this problem in poi? | 14:32 |
*** karimb has joined #rdo | 14:32 | |
*** absubram has quit IRC | 14:32 | |
dmsimard | pabelanger: do you know why we're getting merge failed errors ? https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00038.html | 14:33 |
*** mhu has quit IRC | 14:33 | |
dmsimard | adarazs: I setup the permissions for the logserver role, you should be able to +W it | 14:34 |
dmsimard | adarazs: don't do +2V and submit, let gerrit merge the change | 14:34 |
dmsimard | this isn't gerrithub :P | 14:34 |
mwhahaha | EmilienM: it's a loading issue depending on order. It's not a consistent error | 14:34 |
*** noslzzp has quit IRC | 14:34 | |
EmilienM | mwhahaha: :( | 14:34 |
*** noslzzp has joined #rdo | 14:35 | |
pabelanger | dmsimard: I wonder if the upstream patch is using Depends-On | 14:35 |
adarazs | dmsimard: ack. | 14:35 |
pabelanger | dmsimard: you should be able to see the error in merger.log | 14:35 |
*** iranzo has quit IRC | 14:35 | |
*** iranzo has joined #rdo | 14:35 | |
*** absubram has joined #rdo | 14:36 | |
dmsimard | pabelanger: http://paste.openstack.org/show/584844/ | 14:36 |
rdogerrit | Merged rdo-infra/ansible-role-logserver: Add initial version of the role http://review.rdoproject.org/r/3191 | 14:36 |
*** limao has quit IRC | 14:36 | |
dmsimard | pabelanger: 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 #rdo | 14:37 | |
pabelanger | dmsimard: I'd have to look at the merger code, I would expect zuul to clone it if possible | 14:37 |
*** unclemarc has quit IRC | 14:38 | |
pabelanger | dmsimard: errors means the ref was missing at far-end | 14:38 |
*** unclemarc has joined #rdo | 14:38 | |
pabelanger | dmsimard: might be worth asking in openstack-infra | 14:38 |
pabelanger | dealing with a bandersnatch issue right now | 14:38 |
dmsimard | pabelanger: yeah no emergency | 14:39 |
iranzo | back :/ | 14:39 |
*** mhu has joined #rdo | 14:39 | |
iranzo | hiccup on the connection | 14:39 |
*** ashw has quit IRC | 14:39 | |
*** ashw has joined #rdo | 14:40 | |
pabelanger | dmsimard: also check the filesystem for openstack/tripleo-common repo | 14:41 |
pabelanger | zuul-merger should have cloned it | 14:41 |
*** mlammon has joined #rdo | 14:42 | |
dmsimard | pabelanger: filesystem where ? | 14:42 |
pabelanger | dmsimard: /var/lib/zuul/git | 14:43 |
pabelanger | atleast that is our default upstream | 14:43 |
dmsimard | oh crap | 14:43 |
dmsimard | that might be a problem | 14:43 |
*** unclemarc has quit IRC | 14:43 | |
pabelanger | lawl | 14:44 |
dmsimard | pabelanger: it's clashing with local tripleo-common project in review.rdo | 14:44 |
pabelanger | Ah | 14:44 |
dmsimard | originssh://jenkins@gerrit.review.rdoproject.org:29418/tripleo-common (fetch) | 14:44 |
pabelanger | that would explain it | 14:44 |
*** mlammon has quit IRC | 14:44 | |
pabelanger | Hmm | 14:44 |
*** mlammon has joined #rdo | 14:45 | |
pabelanger | is RDO using openstack/tripleo-common? | 14:45 |
*** iranzo has quit IRC | 14:45 | |
pabelanger | namespace I mean | 14:45 |
*** unclemarc has joined #rdo | 14:46 | |
dmsimard | pabelanger: https://review.rdoproject.org/r/gitweb?p=openstack%2Ftripleo-common.git;a=summary | 14:46 |
dmsimard | I don't quite understand the purpose of it, number80 and apevec know | 14:46 |
pabelanger | k | 14:46 |
dmsimard | I believe it's to document the patches we carry | 14:46 |
pabelanger | I suspect we are going to have some of these issue moving forward | 14:47 |
dmsimard | yeah, this one is actually pretty big | 14:47 |
dmsimard | because we plan on building directly from upstream | 14:47 |
pabelanger | The issue is the openstack namespace | 14:48 |
dmsimard | there doesn't seem to be a notion of namespacing in /var/lib/zuul/git | 14:48 |
dmsimard | there's no prefix/suffix/sub directories | 14:48 |
pabelanger | let me check | 14:48 |
*** pcaruana has quit IRC | 14:49 | |
*** vikumar has quit IRC | 14:49 | |
pabelanger | not 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 IRC | 14:50 | |
number80 | dmsimard: patches management | 14:51 |
pabelanger | dmsimard: there should be namespaces | 14:51 |
pabelanger | eg: /var/lib/zuul/git/openstack | 14:51 |
pabelanger | should exist | 14:51 |
*** Pavo has joined #rdo | 14:51 | |
dmsimard | pabelanger: 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-infra | 14:51 |
dmsimard | s/thing/think/ | 14:51 |
pabelanger | are 2 example of our filesystem layout | 14:51 |
dmsimard | pabelanger: ok, so, /openstack/ exists | 14:52 |
number80 | pabelanger, 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 -patches | 14:52 |
dmsimard | but so does / | 14:52 |
number80 | (hope, this explanation helps) | 14:52 |
pabelanger | dmsimard: number80: the issue is origin | 14:52 |
pabelanger | it should be git.openstack.org | 14:52 |
pabelanger | but, is review.rdoproject.org | 14:52 |
*** Amita has joined #rdo | 14:52 | |
number80 | pabelanger: ok, that will need to change the namespace | 14:53 |
*** mlammon1 has joined #rdo | 14:54 | |
number80 | we'll need SF folks expertise to see if it's doable to migrate to another namespace | 14:54 |
*** mlammon has quit IRC | 14:54 | |
pabelanger | let me see if we can do something with zuul-merger too | 14:54 |
*** chandankumar has quit IRC | 14:54 | |
EmilienM | number80: ok https://review.openstack.org/#/c/383746/ fixed my puppet 4 issue in tripleo | 14:55 |
*** iranzo has joined #rdo | 14:55 | |
*** mlammon1 has quit IRC | 14:57 | |
*** mlammon has joined #rdo | 14:57 | |
*** limao has quit IRC | 14:58 | |
*** limao has joined #rdo | 14:58 | |
*** sdake has joined #rdo | 14:59 | |
*** vern has quit IRC | 14:59 | |
*** vern has joined #rdo | 15:01 | |
*** eharney has joined #rdo | 15:02 | |
*** mdbooth has joined #rdo | 15:04 | |
*** apevec has left #rdo | 15:05 | |
*** Amita has quit IRC | 15:05 | |
*** apevec has joined #rdo | 15:05 | |
*** dmanchad has quit IRC | 15:05 | |
*** Pharaoh_Atem has quit IRC | 15:05 | |
number80 | EmilienM: good catch, i'll have to update instack undercloud | 15:07 |
EmilienM | number80: yes | 15:07 |
EmilienM | number80: well, we're releasing a new tag today | 15:07 |
EmilienM | I'm not sure what you mean by updating | 15:07 |
*** dmanchad has joined #rdo | 15:08 | |
number80 | EmilienM: new build from rc | 15:08 |
EmilienM | ok | 15:08 |
*** Amita has joined #rdo | 15:08 | |
*** Pharaoh_Atem has joined #rdo | 15:08 | |
*** limao has quit IRC | 15:09 | |
openstackgerrit | Javier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility https://review.openstack.org/383787 | 15:10 |
jpena | amoralej imcsk8: ^^ is a first attempt | 15:10 |
jpena | dmsimard: ^^ | 15:10 |
openstackgerrit | Javier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility https://review.openstack.org/383787 | 15:11 |
*** ohamada__ has quit IRC | 15:11 | |
apevec | EmilienM, number80 - puppet4 should've gone through common-pending first | 15:11 |
apevec | please use it for any new dep | 15:12 |
*** Amita is now known as amsharma | 15:12 | |
EmilienM | jpena: commented | 15:12 |
apevec | trown, dmsimard ^ we'll need one more pipeline which includes common-pending repo | 15:12 |
apevec | to validate proposed deps updates | 15:13 |
imcsk8 | jpena: checking... | 15:13 |
*** lucasagomes is now known as lucas-hungry | 15:13 | |
*** smeyer has quit IRC | 15:13 | |
*** amsharma has quit IRC | 15:14 | |
*** dmanchad has quit IRC | 15:14 | |
*** vaneldik has joined #rdo | 15:15 | |
*** Pavo has quit IRC | 15:15 | |
*** Amita has joined #rdo | 15:16 | |
*** Pavo has joined #rdo | 15:17 | |
jpena | EmilienM, 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 4 | 15:18 |
apevec | jpena, are puppet4 fixes going to keep compat w/ puppet3 ? | 15:19 |
apevec | we need to support both ... hmm how to ci that? | 15:19 |
EmilienM | yes they do | 15:19 |
jpena | apevec: yes. We can CI them by removing the hack I'm doing in run_tests.sh | 15:19 |
*** vaneldik has quit IRC | 15:20 | |
*** dmanchad has joined #rdo | 15:20 | |
*** aufi has quit IRC | 15:21 | |
trown | apevec: k, looks like stable pipeline is working... I do not think there are weirdo job set up for pending | 15:21 |
trown | apevec: what is the repo setup for that? | 15:21 |
apevec | http://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/ | 15:22 |
apevec | direct CBS repo, we don't want that mirrored | 15:22 |
*** cwolferh has quit IRC | 15:22 | |
trown | k, so have to manually create the repo file | 15:22 |
apevec | and it's add-on | 15:22 |
apevec | on top of regular repo | 15:22 |
jpena | dmsimard: re. https://review.rdoproject.org/r/#/c/3189, I think jenkins credential binding is a good option for this | 15:22 |
apevec | currently it's empty http://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/Packages/ | 15:23 |
EmilienM | apevec: I still see puppet4 http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/?C=M;O=D | 15:23 |
*** egallen has joined #rdo | 15:23 | |
*** egallen has quit IRC | 15:23 | |
trown | so we need {master,newton,mitaka}? and the base repos would be stable? or dlrn? | 15:23 |
trown | or both? | 15:23 |
apevec | EmilienM, was it untagged? | 15:23 |
EmilienM | apevec: I have no idea | 15:23 |
apevec | trown, we can validate -pending with either | 15:24 |
apevec | but probably best to start w/ stable | 15:24 |
apevec | as well, stable, base | 15:24 |
*** panda is now known as panda|bbl | 15:24 | |
dmsimard | apevec: the pending repo isn't in rdo-release | 15:24 |
dmsimard | is it ? | 15:24 |
apevec | it is not | 15:24 |
apevec | not sure it would be good idea to add it | 15:25 |
dmsimard | you're making my life complicated :P | 15:25 |
apevec | it's temp place | 15:25 |
apevec | ah sorry :) | 15:25 |
apevec | ok, let's reconsider then | 15:25 |
dmsimard | so pending should be used side by side stable ? | 15:25 |
dmsimard | or side by side testing ? | 15:25 |
apevec | disabled by default would not affect users | 15:26 |
dmsimard | or both ? | 15:26 |
apevec | either | 15:26 |
apevec | but stable is probably best | 15:26 |
dmsimard | well what do we want to test ? | 15:26 |
apevec | since it should be more stable | 15:26 |
dmsimard | if we test pending with testing and stable, pending should have higher nvr and take priority ? | 15:26 |
apevec | b/c we want to test only new pending updates | 15:26 |
apevec | yes | 15:26 |
EmilienM | apevec: how to see if it's untagged? | 15:26 |
apevec | no yum priorities required | 15:26 |
dmsimard | but those pending updates might need something tagged testing ? | 15:26 |
apevec | it will be always higher NVR | 15:26 |
mnaser | congrats on the ultra fast newton release :) | 15:27 |
apevec | dmsimard, no, common-pending should have repoclosure w/ stable repo | 15:27 |
dmsimard | mnaser: thanks :) | 15:27 |
*** rlandy is now known as rlandy|hw | 15:27 | |
apevec | EmilienM, checking | 15:27 |
dmsimard | apevec: ok so to summarize | 15:29 |
dmsimard | we need 1) stable only, 2) testing+stable, 3) pending+stable, 4) trunk consistent | 15:29 |
*** anilvenkata has quit IRC | 15:29 | |
EmilienM | apevec: how do you check? | 15:30 |
apevec | EmilienM, 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=D | 15:30 |
apevec | EmilienM, cbs list-tag-history --build puppet-4.6.2-2.el7 | 15:30 |
apevec | dmsimard, ack for 1-3 | 15:30 |
*** anilvenkata has joined #rdo | 15:31 | |
EmilienM | apevec: thanks | 15:31 |
apevec | what is 4? isn't that part of normal trunk pipeline ? | 15:31 |
EmilienM | apevec: what is cbs package? | 15:31 |
dmsimard | apevec: yeah | 15:31 |
apevec | dmsimard, and 2 is actually testing only | 15:31 |
apevec | testing is complete repo | 15:31 |
dmsimard | apevec: I was told testing+stable by number80 | 15:31 |
dmsimard | this is what weirdo does today | 15:31 |
apevec | hmm, not sure why number80 said that | 15:32 |
apevec | testing must have repoclosure on it's own | 15:32 |
apevec | anyway, doesn't hurt | 15:32 |
apevec | testing is superset with temp newer NVR | 15:32 |
apevec | or == | 15:32 |
number80 | apevec: at some point, we need to move-build from testing to release | 15:32 |
apevec | number80, we don't | 15:32 |
apevec | we keep it tagged testing | 15:32 |
apevec | we don't have setup like fedora with updates | 15:33 |
number80 | apevec: well, it makes things difficult in the long run, as testing ended up being more reliable than -release | 15:33 |
apevec | number80, otherwise when new release doesn't exist, we'll have missing repo on mirrors | 15:33 |
*** athomas has quit IRC | 15:33 | |
apevec | number80, testing is used in CI, so yeah in some way | 15:34 |
*** scorcoran has joined #rdo | 15:34 | |
*** sdake has quit IRC | 15:34 | |
EmilienM | how can I run cbs on my laptop? what is the magic package? | 15:34 |
apevec | remember that testing is deps repo for trunk CI | 15:34 |
number80 | apevec: well, I reflected about shortening even more GA releases, and we need to start creating release repo beforehand | 15:34 |
apevec | so it must be complete | 15:34 |
apevec | number80, true that | 15:34 |
number80 | I'll try to write somewhere a diagram to optimize our workflow | 15:34 |
apevec | but for now testing is repoclosureed | 15:34 |
number80 | yup, for now on, we support just using testing | 15:35 |
*** scorcoran has left #rdo | 15:35 | |
EmilienM | yum install centos-packager | 15:35 |
EmilienM | ok | 15:35 |
number80 | but I'd rather have DLRN/CI be ready so we can do the change any time | 15:35 |
number80 | (not presuming the change will happen, but I'd rather not wait breaking things for CI and DLRN last minute) | 15:36 |
apevec | number80, hmm, ok | 15:36 |
*** scorcoran has joined #rdo | 15:36 | |
apevec | number80, then you also need to change deps.repo in dlrn, but let's keep that discussion in brainstorm etherpad not here | 15:37 |
number80 | Yes | 15:37 |
*** fzdarsky is now known as fzdarsky|afk | 15:37 | |
*** scorcoran has left #rdo | 15:37 | |
number80 | No changes | 15:37 |
*** numans has quit IRC | 15:37 | |
number80 | I tried to diagram the workflow and it ended up looking like some bad pasta dish, and my head was like exploding | 15:38 |
dmsimard | apevec: so, what's the conclusion. Keep testing+stable ? :) | 15:39 |
EmilienM | apevec: what is the frequency of updates? | 15:39 |
apevec | 2h | 15:39 |
apevec | it should run at 1600 utc | 15:39 |
apevec | dmsimard, keep it | 15:40 |
apevec | doesn't hurt now, allows future changes | 15:40 |
dmsimard | ok | 15:40 |
dmsimard | should I open a PR to add -pending to rdo-release ? | 15:40 |
apevec | dmsimard, yes | 15:40 |
apevec | dmsimard, 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 |
apevec | jewel even! | 15:41 |
EmilienM | ok in 20 min | 15:41 |
*** eaguilar has quit IRC | 15:41 | |
number80 | 8nods* | 15:41 |
dmsimard | yeah, we need a "channel" to allow someone to install the RDO repositories without enforcing a ceph repo | 15:41 |
dmsimard | since centos-release enforces one | 15:41 |
dmsimard | we can point people to rdo-release if it's problematic for them | 15:42 |
number80 | the question is why enforcing ceph repo? | 15:42 |
rdogerrit | User lukapeschke proposed openstack/cloudkitty-distgit: Release 2 http://review.rdoproject.org/r/3192 | 15:42 |
dmsimard | number80: I'm not sure why we started doing that in the first place | 15:43 |
dmsimard | ceph is optional | 15:43 |
dmsimard | the ceph repo imo should be installed by the installer if need be | 15:43 |
number80 | yep, the only required one should qemu-kvm-ev repo | 15:43 |
dmsimard | but we've already created a precedent | 15:43 |
*** eharney has quit IRC | 15:43 | |
pabelanger | dmsimard: working on a patch for issue | 15:43 |
number80 | I suspect it is because of installers | 15:43 |
dmsimard | apevec, 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 IRC | 15:44 | |
number80 | dmsimard: that's can be fixed by next release | 15:44 |
number80 | aka RDO Ocata | 15:44 |
apevec | dmsimard, ok, let me transfer github org | 15:44 |
openstackgerrit | Javier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility https://review.openstack.org/383787 | 15:45 |
number80 | apevec, dmsimard: please disable newton-rdo cbs jobs for those | 15:45 |
dmsimard | number80: for those what | 15:45 |
number80 | rdo-release and friends | 15:45 |
dmsimard | I don't understand | 15:45 |
number80 | dmsimard: we don't want them to be automatically built | 15:46 |
apevec | they would not get cbs-validate | 15:46 |
dmsimard | number80: ok you mean the cbs jobs in review.r.o ? | 15:46 |
number80 | yes | 15:46 |
number80 | just check if they don't get triggered | 15:46 |
dmsimard | we probably need to edit layout | 15:46 |
number80 | they're now more/less robusts for newton-rdo, but I'd rather be careful for packages not fitting the general model | 15:47 |
number80 | I'd rather start by enabling them on mitaka-rdo before looking at specific packages | 15:47 |
number80 | (or updates) | 15:48 |
rdogerrit | David Moreau Simard created config: Disable cbs jobs for newton-rdo http://review.rdoproject.org/r/3198 | 15:48 |
dmsimard | something like this? ^ | 15:48 |
apevec | hm no, that killed them all? | 15:48 |
dmsimard | is that not what we want ? | 15:48 |
number80 | dmsimard: nope, just excluding centos-release-openstack and rdo-release | 15:48 |
dmsimard | ohhhhhhhhhhhhh | 15:48 |
dmsimard | when we add those to zuul layout, make sure they don't run on those | 15:49 |
dmsimard | ok, sure | 15:49 |
number80 | sorry, I'm getting tired :) | 15:49 |
apevec | also branches are not newton-rdo in those repos | 15:49 |
dmsimard | I'm tired too :P | 15:49 |
trown | Im tired three | 15:49 |
number80 | apevec: maybe we want to rename them for consistency but I'll let you sole judge on that matter | 15:49 |
number80 | trown: no you're tired trown | 15:49 |
*** anilvenkata_ has joined #rdo | 15:50 | |
number80 | dmsimard: btw, you reminded me to add that topic in the rdo-infra meetup | 15:50 |
dmsimard | yes, let's discuss everything there | 15:50 |
dmsimard | I expect that meeting to be super productive :D | 15:51 |
*** anilvenkata has quit IRC | 15:51 | |
dmsimard | apevec: let me know when the repos are transfered and I'll add them | 15:51 |
number80 | dmsimard: it'll be but that'll be only few hours :) | 15:51 |
dmsimard | brb | 15:51 |
apevec | number80, I'm transfering first, then rename branches at new location | 15:52 |
trown | dmsimard: the meeting imediately after we get off of a transatlantic flight will be super productive? :P | 15:52 |
apevec | trown, yes, you'll agree to everything ;) | 15:52 |
apevec | just-get-me-out-of-here | 15:52 |
*** KarlchenK has quit IRC | 15:52 | |
trown | hehe | 15:52 |
number80 | apevec: np | 15:52 |
dmsimard | trown: I'm landing on sunday :D | 15:53 |
number80 | trown: adrenaline will help you overcoming that ordeal | 15:53 |
*** anilvenkata_ has quit IRC | 15:53 | |
trown | oh you will be fine then | 15:53 |
trown | I will be coming straight from the airport | 15:53 |
*** anilvenkata has joined #rdo | 15:53 | |
number80 | holy shit, my connecting flight changed ... | 15:55 |
rdogerrit | Javier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 15:56 |
rdogerrit | Javier Peña proposed config: [WIP] Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 15:56 |
apevec | number80, run? | 15:57 |
number80 | apevec: I'll have to spend extra night in Brussels | 15:57 |
*** eharney has joined #rdo | 15:57 | |
apevec | dmsimard, transfer done https://github.com/rdo-infra?query=release but lemme rename branches first | 15:57 |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 15:57 |
apevec | number80, is that bad? | 15:58 |
apevec | airline should pay the hotel right? | 15:58 |
*** KarlchenK has joined #rdo | 15:58 | |
apevec | s/pay/provide/ | 15:58 |
number80 | apevec: probably, but from my experience, there's no open counter at 9PM | 15:59 |
*** pilasguru has quit IRC | 15:59 | |
apevec | or will it be: he's your chair in waiting lounge ? | 15:59 |
Humbedooh | brussels lounge has sleeping cabins :) | 15:59 |
*** tesseract- has quit IRC | 16:00 | |
trown | ugh... I always forget we need to pre-create directories on the artifacts server | 16:00 |
number80 | Humbedooh: I'll likely try to put my bag somewhere and go bar touring in Brussels :) | 16:00 |
Humbedooh | bleh, it's Brussels :p | 16:00 |
apevec | trown, is rsync not creating them? | 16:00 |
Humbedooh | the beer is good though | 16:01 |
trown | apevec: 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 there | 16:01 |
*** rcernin_ has quit IRC | 16:01 | |
*** martinkopec has quit IRC | 16:01 | |
apevec | trown, :( | 16:01 |
*** jlibosva has quit IRC | 16:02 | |
trown | I can create them and kick it again | 16:02 |
*** eharney has quit IRC | 16:05 | |
EmilienM | apevec: it sounds untagged now, right? | 16:06 |
*** cwolferh has joined #rdo | 16:08 | |
*** thrash is now known as thrash|f00dz | 16:09 | |
apevec | EmilienM, 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 IRC | 16:09 | |
EmilienM | apevec: damn | 16:10 |
EmilienM | apevec: we have zero way to accelerate the sync? | 16:10 |
apevec | it should be running now | 16:11 |
apevec | last finished at :12 | 16:11 |
apevec | let let's give it a min | 16:11 |
apevec | but yeah we don't have visibility, it's centos blackbox to us | 16:12 |
*** derekh has quit IRC | 16:13 | |
apevec | hmm, but I'm afraid untagging will not remove it, buildlogs is accumulating builds | 16:14 |
*** puzzled has quit IRC | 16:14 | |
apevec | once there, you can remove it | 16:14 |
apevec | w/o admin action | 16:14 |
apevec | kbsingh, ^ right? | 16:14 |
apevec | err you _cannot_ remove it | 16:15 |
kbsingh | the cbs to buildlogs push's happen every 2 hrs on the clock | 16:16 |
*** iranzo has quit IRC | 16:16 | |
apevec | kbsingh, yeah, but builds untagged in CBS stay on buildlogs | 16:16 |
kbsingh | and you cant untag to remove, its a painful process removing stuff | 16:16 |
kbsingh | yeah | 16:16 |
kbsingh | modern services architecture, you always fail forward :) | 16:16 |
apevec | right, hence we added common-pending | 16:16 |
*** mcornea has quit IRC | 16:16 | |
*** sdake has joined #rdo | 16:16 | |
apevec | kbsingh, right, but now we need to revert to puppet 3 from puppet 4 | 16:17 |
*** abregman has joined #rdo | 16:17 | |
apevec | so we'll have new build with bumped Epoch :( | 16:17 |
kbsingh | well | 16:17 |
kbsingh | how big a problem is this ? | 16:17 |
EmilienM | big | 16:17 |
EmilienM | tripleo CI is broken and we are about to release it today | 16:17 |
kbsingh | removing stuff from buildlogs is a couple of hours worth of work on my part | 16:17 |
EmilienM | to remove a file? | 16:17 |
apevec | ugh | 16:17 |
*** abregman has quit IRC | 16:17 | |
kbsingh | yeah | 16:17 |
EmilienM | apevec: any trick I can do in tripleo-ci to choose puppet3 package in common? | 16:18 |
kbsingh | what specific path do you need twiddled with ? | 16:18 |
apevec | ok, so we really really need to gate through common-pending | 16:18 |
*** eharney has joined #rdo | 16:19 | |
*** karimb has quit IRC | 16:19 | |
*** lucas-hungry is now known as lucasagomes | 16:19 | |
apevec | kbsingh, 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.rpm | 16:19 |
apevec | then repo regen | 16:20 |
kbsingh | it wont be just 2 packages, it will be the entire dir | 16:20 |
kbsingh | so basically all of http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/ | 16:20 |
*** pbandark has quit IRC | 16:20 | |
apevec | what do you mean? | 16:20 |
apevec | we still need rest of rpms there :) | 16:20 |
kbsingh | and then it will regen the entire thing, you get effectively a sync | 16:21 |
apevec | ah | 16:21 |
kbsingh | so cbs repo == buildlogs repo at that point | 16:21 |
apevec | ok | 16:21 |
*** jpich has quit IRC | 16:21 | |
EmilienM | I'm curious to know why we can't just rm the file | 16:22 |
apevec | it's mirrors/cdn | 16:22 |
apevec | kbsingh, ok - http://cbs.centos.org/repos/cloud7-openstack-ocata-testing/x86_64/os/Packages/ is good, no puppet 4 there | 16:22 |
*** zoliXXL is now known as zoli|gone | 16:23 | |
*** dtantsur is now known as dtantsur|afk | 16:23 | |
openstackgerrit | Javier Peña proposed openstack/packstack: [WIP] Test Puppet4 compatibility https://review.openstack.org/383787 | 16:24 |
zoli|gone | have a good weekend | 16:25 |
*** hrw has quit IRC | 16:25 | |
kbsingh | so, you guys are doing a release for tripleo octa ? | 16:25 |
kbsingh | i thought that would be ~ 6 months out | 16:25 |
EmilienM | kbsingh: newton | 16:26 |
EmilienM | kbsingh: we're releasing RC3 this afternoon | 16:26 |
apevec | kbsingh, it's pre work | 16:26 |
* EmilienM brb lunch | 16:26 | |
kbsingh | why am i deleting octa stuff .. | 16:26 |
EmilienM | sorry for confusion | 16:26 |
apevec | kbsingh, openstack master is already Ocata | 16:26 |
*** zoli|gone is now known as zoli_gone-proxy | 16:26 | |
EmilienM | yeah we're fixing bugs in master first and backport afterwards | 16:26 |
apevec | fixes go to master first | 16:26 |
EmilienM | so we need our master CI working | 16:27 |
kbsingh | ok | 16:27 |
* EmilienM brb | 16:27 | |
apevec | and this ocata repo is only deps repo | 16:27 |
*** hrw has joined #rdo | 16:27 | |
kbsingh | what are your email add's... | 16:28 |
kbsingh | i have apevec's | 16:28 |
kbsingh | nevermind | 16:28 |
kbsingh | you should have email | 16:29 |
*** KarlchenK has quit IRC | 16:30 | |
dmsimard | pabelanger, jpena: I'll start a thread for the project name/rename issue | 16:34 |
*** KarlchenK has joined #rdo | 16:35 | |
pabelanger | dmsimard: ack | 16:35 |
kbsingh | should be all in place | 16:36 |
*** coolsvap has quit IRC | 16:36 | |
*** absubram has quit IRC | 16:37 | |
pradk | number80, apevec, can we please rebase python-tenacity to 3.2.1 in cbs .. i rebased it in fedora yesterday | 16:39 |
*** KarlchenK has quit IRC | 16:39 | |
pradk | http://koji.fedoraproject.org/koji/buildinfo?buildID=807681 | 16:39 |
trown | way to stick with it | 16:39 |
* trown shows himself out | 16:40 | |
*** hewbrocca is now known as hewbrocca-afk | 16:41 | |
*** mburned is now known as mburned_out | 16:42 | |
*** thrash|f00dz is now known as thrash | 16:42 | |
number80 | pradk: I'm still on my way home from Berlin | 16:43 |
*** KarlchenK has joined #rdo | 16:43 | |
*** gfidente has quit IRC | 16:45 | |
*** ade_b has quit IRC | 16:47 | |
EmilienM | back | 16:48 |
*** ihrachys has quit IRC | 16:49 | |
*** karimb has joined #rdo | 16:49 | |
*** tosky has quit IRC | 16:49 | |
EmilienM | kbsingh: 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 |
EmilienM | apevec: ^ | 16:54 |
*** panda|bbl is now known as panda|bbl|buther | 16:55 | |
*** panda|bbl|buther is now known as panda|bbl|here | 16:55 | |
*** pilasguru has joined #rdo | 16:56 | |
rdogerrit | Javier Peña proposed config: Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 16:57 |
*** trown is now known as trown|lunch | 16:58 | |
*** pilasguru has quit IRC | 17:00 | |
*** sdake has quit IRC | 17:01 | |
*** ohochman has joined #rdo | 17:03 | |
amoralej | enjoy the weekend!!! | 17:03 |
*** amoralej is now known as amoralej|off | 17:04 | |
imcsk8 | have a good one amoralej|off | 17:04 |
*** Amita has quit IRC | 17:05 | |
*** pilasguru has joined #rdo | 17:06 | |
*** rasca has quit IRC | 17:08 | |
rdogerrit | Javier Peña proposed config: Create periodic job to update rdoinfo upper-constraint tags http://review.rdoproject.org/r/3189 | 17:08 |
*** abregman has joined #rdo | 17:10 | |
* jpena calls it a week | 17:11 | |
jpena | Have a nice weekend! | 17:11 |
bkero | You too! | 17:11 |
*** jpena is now known as jpena|off | 17:12 | |
*** pilasguru1 has joined #rdo | 17:15 | |
*** chandankumar has joined #rdo | 17:15 | |
*** danialvarez has quit IRC | 17:16 | |
*** pilasguru has quit IRC | 17:17 | |
*** pilasguru1 is now known as pilasguru | 17:17 | |
*** anshul has quit IRC | 17:17 | |
rdogerrit | wes hayutin created rdo-infra/ci-config: add the ansible role for ssl to the roles gate http://review.rdoproject.org/r/3199 | 17:18 |
*** Amita has joined #rdo | 17:19 | |
*** pblaho has quit IRC | 17:19 | |
EmilienM | apevec, number80, kbsingh: you around? situation is critical | 17:19 |
*** suresh12 has joined #rdo | 17:20 | |
apevec | EmilienM, all I know is that kbsingh did the push | 17:21 |
apevec | but not sure how long it take to propagate to cdn | 17:21 |
* apevec checks repodata | 17:22 | |
pabelanger | dmsimard: first pass at a solution: https://review.openstack.org/#/c/383804 | 17:23 |
pabelanger | dmsimard: need to write a few unit tests to validate the functionality | 17:23 |
apevec | EmilienM, repodata is fine: Available Packages | 17:23 |
apevec | puppet.noarch 3.8.7-2.el7 ocata | 17:23 |
apevec | EmilienM, 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 |
dmsimard | pabelanger: 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|bbl | 17:24 | |
EmilienM | apevec: ok | 17:24 |
EmilienM | apevec: I look at http://tripleo.org/cistatus.html lol | 17:24 |
*** pkovar has quit IRC | 17:25 | |
dmsimard | bkero, panda|bbl: are those still relevant ? https://ci.centos.org/view/Openstack%20Puppet%20Modules/ | 17:25 |
dmsimard | they haven't run in >6 months | 17:25 |
bkero | dmsimard: nope, feel free to nuke | 17:25 |
* dmsimard presses red nuke button | 17:26 | |
apevec | dmsimard, it takes outage to rename projects in gerrit iirc | 17:26 |
bkero | I think your weirdo integration tests achieved coverage parity a while ago. | 17:26 |
pabelanger | dmsimard: 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-project | 17:26 |
dmsimard | apevec: yeah I'm anticipating database fiddling but I'll wait pabelanger's answer :p | 17:26 |
dmsimard | database fiddling indeed | 17:27 |
kbsingh | EmilienM: apevec: whats up ? | 17:27 |
apevec | kbsingh, all good | 17:27 |
*** shardy has quit IRC | 17:27 | |
kbsingh | k | 17:27 |
apevec | confusing was that cdn still shows puppet 4 in dir listing, but repodata is w/o it | 17:27 |
apevec | Available Packages | 17:27 |
apevec | puppet.noarch 3.8.7-2.el7 ocata | 17:27 |
panda|bbl | dmsimard: hey, wait for my feedback | 17:27 |
dmsimard | panda|bbl: did you still need those ? | 17:28 |
panda|bbl | dmsimard: no, nuke them. | 17:29 |
apevec | EmilienM, is http://tripleo.org/cistatus.html getting better now? | 17:29 |
panda|bbl | dmsimard: :P | 17:29 |
dmsimard | panda|bbl: don't scare me like that | 17:29 |
dmsimard | I had already pressed the button | 17:29 |
dmsimard | :( | 17:29 |
dmsimard | pabelanger: oh yuck | 17:30 |
dmsimard | pabelanger: we'd need to do this for >200 projects | 17:30 |
pabelanger | dmsimard: apevec: https://etherpad.openstack.org/p/project-renames-Septemeber-2016 is an example of the steps needed to rename | 17:30 |
dmsimard | definitely doable but more invasive than I expected | 17:30 |
*** gszasz has quit IRC | 17:30 | |
apevec | computers-- software-- just for rename... :) | 17:31 |
pabelanger | dmsimard: yes, it will require some discussion on how to implement it | 17:32 |
dmsimard | apevec: projects should be given a unique identifier and the name just be a label :( | 17:32 |
apevec | somebody said they're making lifes easier? | 17:32 |
pabelanger | did you get a post to ML? | 17:32 |
dmsimard | apevec: looks like gerrit uses those everywhere so it can't be easily changed | 17:32 |
dmsimard | pabelanger: I didn't post anything anywhere yet | 17:32 |
apevec | yeah, so bad design | 17:32 |
dmsimard | apevec: isn't gerrit out of google too? they ought to be doing better schemas :/ | 17:32 |
*** anilvenkata has quit IRC | 17:32 | |
dmsimard | primary key = project name | 17:33 |
dmsimard | bad design | 17:33 |
pabelanger | dmsimard: ack | 17:33 |
EmilienM | apevec: I'm looking at it | 17:33 |
apevec | EmilienM, 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 |
apevec | 5-10min should work | 17:36 |
EmilienM | I'm watching zuul now | 17:36 |
EmilienM | I'll let you know in 20 min | 17:36 |
EmilienM | if you still around | 17:36 |
*** Pavo has quit IRC | 17:37 | |
*** absubram has joined #rdo | 17:38 | |
*** Pavo has joined #rdo | 17:39 | |
*** Amita has quit IRC | 17:44 | |
*** chandankumar has quit IRC | 17:45 | |
*** karimb has quit IRC | 17:55 | |
*** rwsu_ has quit IRC | 17:56 | |
*** rwsu has joined #rdo | 17:56 | |
rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-newton-head-consistent @ http://tinyurl.com/hlq9rv8 |#| Could not successfully retrieve repository info | 17:57 |
apevec | dmsimard, ^ :) | 17:58 |
dmsimard | I know :( | 17:58 |
apevec | snooze | 17:58 |
dmsimard | I have a half-finished patch for it | 17:58 |
dmsimard | keep getting sidetracked | 17:59 |
apevec | fbo, "OSP-D deployment through SF" wth is that?? | 17:59 |
apevec | fbo, and it's TripleO in the outside world | 17:59 |
apevec | found in http://softwarefactory-project.io/etherpad/p/sprint_review | 18:00 |
*** trown|lunch is now known as trown | 18:01 | |
*** Pavo has quit IRC | 18:01 | |
*** mnaser has quit IRC | 18:02 | |
apevec | left comments in etherpad | 18:02 |
apevec | you can't really use osp-d product in the public project, same like we use centos not rhel | 18:03 |
*** READ10 has quit IRC | 18:05 | |
*** mnaser has joined #rdo | 18:06 | |
rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-puppet-openstack: Merge all tasks into main.yml http://review.rdoproject.org/r/3200 | 18:06 |
rdogerrit | Merged rdo-infra/ci-config: add the ansible role for ssl to the roles gate http://review.rdoproject.org/r/3199 | 18:06 |
rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-packstack: Merge all tasks into main.yml http://review.rdoproject.org/r/3201 | 18:09 |
rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-common: Move package installation to setup http://review.rdoproject.org/r/3202 | 18:09 |
rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-common: Stop providing the puppet-openstack log handler http://review.rdoproject.org/r/3203 | 18:09 |
EmilienM | apevec: ok we deploy puppet3 again | 18:10 |
*** sdake has joined #rdo | 18:11 | |
dmsimard | ok I kicked a master promote job | 18:11 |
rdogerrit | Pradeep Kilambi created openstack/swift-distgit: Add ceilometermiddleware dependency to swift proxy http://review.rdoproject.org/r/3204 | 18:13 |
pradk | EmilienM, ^^ | 18:13 |
dmsimard | apevec: ok so the issue with that sensu check | 18:14 |
dmsimard | apevec: is that centos7-master-head has never existed yet | 18:14 |
dmsimard | er, centos7-master-head/consistent | 18:14 |
dmsimard | current exists but there hasn't been a consistent build yet | 18:14 |
EmilienM | pradk: sounds like the best solution at the end | 18:14 |
EmilienM | pradk: we'll need to backport in newton | 18:14 |
dmsimard | pradk, EmilienM: yuck, I don't like that patch | 18:15 |
EmilienM | dmsimard: and why? | 18:15 |
pradk | EmilienM, yea i dont know any other way | 18:15 |
dmsimard | EmilienM: do you see ceilometermiddleware in https://github.com/openstack/swift/blob/master/requirements.txt ? | 18:15 |
pradk | dmsimard, we do the same for keystonemiddleware | 18:15 |
pradk | dmsimard, lemme check if its in setup | 18:15 |
dmsimard | arguably keystonemiddleware shouldn't be there either since swift can effectively be deployed without it | 18:16 |
dmsimard | what problem are you trying to solve ? | 18:16 |
EmilienM | dmsimard: #puppet-openstack | 18:16 |
EmilienM | happy reading :) | 18:17 |
pradk | dmsimard, ok may be you have a beter solution so the issue is | 18:17 |
pradk | when swiftproxy is installed it triggers a systemd restart | 18:17 |
pradk | we do this for keystonemiddleware in the spec.. i think for same reason | 18:18 |
EmilienM | yes | 18:18 |
pradk | but i'm open to better ideas if any | 18:19 |
*** rlandy|hw is now known as rlandy | 18:20 | |
*** Pavo has joined #rdo | 18:21 | |
*** strigazi is now known as strigazi_AFK | 18:23 | |
*** ashw has joined #rdo | 18:24 | |
*** jeckersb is now known as jeckersb_gone | 18:25 | |
*** akrivoka has quit IRC | 18:27 | |
*** alexismonville has joined #rdo | 18:28 | |
*** martinkopec has joined #rdo | 18:29 | |
*** eaguilar has joined #rdo | 18:29 | |
EmilienM | apevec, jpena|off: the mitaka fix for networking-cisco is still not in the repos? | 18:30 |
EmilienM | the CI is still failing :( | 18:30 |
*** paramite has quit IRC | 18:30 | |
EmilienM | or maybe it's another error this time | 18:30 |
apevec | it should be, according to what jpena said earlier today, checking | 18:32 |
*** Pavo has quit IRC | 18:32 | |
apevec | EmilienM, wait, which repo do you use in mitaka? | 18:32 |
EmilienM | apevec: http://paste.openstack.org/show/KtWLFGc6aTrfjRoQJtjO/ | 18:34 |
EmilienM | I need to bisect | 18:34 |
EmilienM | it was working on Sep 26 | 18:34 |
apevec | https://trunk.rdoproject.org/centos7-mitaka/a9/3b/a93b06f756baf5adc2236a607497d4f09e74b728_890322b6/python-networking-cisco-3.2.0-0.20161007104123.ddde748.el7.centos.noarch.rpm | 18:35 |
apevec | http://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=ddde74826c33f56dc46497e9252dc398a91350c0 | 18:35 |
apevec | this is 3.2.0 tag | 18:35 |
*** abregman has quit IRC | 18:36 | |
EmilienM | https://www.diffchecker.com/eBZ2PLiB | 18:36 |
apevec | but looks like we never pushed any networking-cisco in mitaka-release | 18:37 |
EmilienM | ah | 18:37 |
*** aortega has quit IRC | 18:37 | |
apevec | b/c they didn't have mitaka branch and release | 18:37 |
EmilienM | I'll dig that later, trying to finish this newton release | 18:37 |
apevec | yeah, newton first | 18:37 |
apevec | EmilienM, when you're back to mitaka, show me log where and what is failing | 18:38 |
EmilienM | apevec: 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_062457 | 18:39 |
EmilienM | well now, it looks like another failure than before | 18:39 |
apevec | ERROR: Authorization failed. | 18:39 |
apevec | yeah, that's unlikely networking-cisco related | 18:40 |
EmilienM | yeah, weird, last time I checked 2 days ago we had this cisco thing | 18:40 |
apevec | what-a-bug | 18:40 |
apevec | whack-a-bug ! | 18:40 |
*** bytesandbolts has quit IRC | 18:41 | |
apevec | there;s Domain admin client authentication failed in heat-engine.log | 18:43 |
apevec | and in keystone log DomainNotFound: Could not find domain: Default | 18:44 |
apevec | ayoung, ^ 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=ERROR | 18:44 |
apevec | tripleo mitaka started failing | 18:44 |
apevec | EmilienM, 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 |
EmilienM | apevec: no idea | 18:47 |
apevec | and keystone 9.1 -> 9.2 | 18:47 |
*** danialvarez has joined #rdo | 18:47 | |
*** bytesandbolts has joined #rdo | 18:48 | |
apevec | ayoung, was there any changes re. default domain in keystone between 9.1 and 9.2 ? | 18:48 |
*** openstackgerrit has quit IRC | 18:50 | |
*** openstackgerrit has joined #rdo | 18:51 | |
*** ChanServ sets mode: +v openstackgerrit | 18:51 | |
*** danialvarez has quit IRC | 18:52 | |
*** milan has quit IRC | 18:54 | |
*** eaguilar has quit IRC | 18:56 | |
*** martinkopec has quit IRC | 18:56 | |
*** absubram has quit IRC | 18:56 | |
*** mlammon has quit IRC | 18:56 | |
*** unclemarc has quit IRC | 18:56 | |
*** noslzzp has quit IRC | 18:56 | |
*** afazekas has quit IRC | 18:56 | |
*** dyasny has quit IRC | 18:56 | |
*** Goneri has quit IRC | 18:56 | |
*** fabo has quit IRC | 18:56 | |
*** snarwade has quit IRC | 18:56 | |
*** TSCHAK has quit IRC | 18:56 | |
*** crossbuilder has quit IRC | 18:56 | |
*** pppingme has quit IRC | 18:56 | |
*** marrusl has quit IRC | 18:56 | |
*** d0ugal has quit IRC | 18:56 | |
*** kaslcrof has quit IRC | 18:57 | |
*** logan- has quit IRC | 18:57 | |
*** cschwede has quit IRC | 18:57 | |
*** panda|bbl has quit IRC | 18:57 | |
*** amoralej|off has quit IRC | 18:57 | |
*** jdennis has quit IRC | 18:57 | |
*** number80 has quit IRC | 18:57 | |
*** furlongm has quit IRC | 18:57 | |
*** jistr has quit IRC | 18:57 | |
*** brad[] has quit IRC | 18:57 | |
*** stonHu has quit IRC | 18:57 | |
*** lhinds|away has quit IRC | 18:57 | |
*** mburned_out has quit IRC | 18:57 | |
*** bswartz has quit IRC | 18:57 | |
*** shadower has quit IRC | 18:57 | |
*** s1061123 has quit IRC | 18:57 | |
*** CustosL1m3n has quit IRC | 18:57 | |
*** xek has quit IRC | 18:57 | |
*** jayg has quit IRC | 18:57 | |
*** bhavik has quit IRC | 18:57 | |
*** thrash has quit IRC | 18:57 | |
*** pabelanger has quit IRC | 18:57 | |
*** sgordon has quit IRC | 18:57 | |
*** rdem has quit IRC | 18:57 | |
*** zoli_gone-proxy has quit IRC | 18:57 | |
*** s1061123 has joined #rdo | 18:57 | |
*** afazekas has joined #rdo | 18:57 | |
*** stonHu has joined #rdo | 18:57 | |
*** cschwede has joined #rdo | 18:57 | |
*** CustosL1men has joined #rdo | 18:57 | |
*** rdem has joined #rdo | 18:57 | |
*** jayg has joined #rdo | 18:57 | |
*** sgordon has joined #rdo | 18:57 | |
*** mburned_out has joined #rdo | 18:57 | |
*** Goneri has joined #rdo | 18:57 | |
*** cschwede has quit IRC | 18:57 | |
*** cschwede has joined #rdo | 18:57 | |
*** jayg has quit IRC | 18:57 | |
*** jayg has joined #rdo | 18:57 | |
*** bhavik has joined #rdo | 18:57 | |
*** jistr has joined #rdo | 18:57 | |
*** fabo has joined #rdo | 18:57 | |
*** mburned_out has quit IRC | 18:57 | |
*** mburned_out has joined #rdo | 18:57 | |
*** xek has joined #rdo | 18:57 | |
*** fabo has quit IRC | 18:57 | |
*** fabo has joined #rdo | 18:57 | |
*** shadower has joined #rdo | 18:57 | |
*** furlongm has joined #rdo | 18:57 | |
*** zoli_gone-proxy has joined #rdo | 18:57 | |
*** brad[] has joined #rdo | 18:57 | |
*** bhavik has quit IRC | 18:57 | |
*** bhavik has joined #rdo | 18:57 | |
*** kaslcrof has joined #rdo | 18:57 | |
*** panda|bbl has joined #rdo | 18:57 | |
*** absubram has joined #rdo | 18:57 | |
*** martinkopec has joined #rdo | 18:57 | |
*** unclemarc has joined #rdo | 18:57 | |
*** crossbuilder has joined #rdo | 18:57 | |
*** marrusl has joined #rdo | 18:57 | |
*** snarwade has joined #rdo | 18:57 | |
*** snarwade has quit IRC | 18:57 | |
*** snarwade has joined #rdo | 18:57 | |
*** jdennis has joined #rdo | 18:57 | |
*** dyasny has joined #rdo | 18:57 | |
*** eaguilar has joined #rdo | 18:57 | |
*** logan- has joined #rdo | 18:57 | |
*** pabelanger has joined #rdo | 18:57 | |
*** d0ugal has joined #rdo | 18:58 | |
*** pppingme has joined #rdo | 18:58 | |
*** number80 has joined #rdo | 18:58 | |
*** TSCHAK has joined #rdo | 18:58 | |
*** amoralej has joined #rdo | 18:58 | |
*** lhinds has joined #rdo | 18:58 | |
*** thrash has joined #rdo | 18:59 | |
*** thrash has quit IRC | 18:59 | |
*** thrash has joined #rdo | 18:59 | |
*** noslzzp has joined #rdo | 19:00 | |
*** READ10 has joined #rdo | 19:01 | |
*** mlammon has joined #rdo | 19:05 | |
*** Pavo has joined #rdo | 19:06 | |
*** dsneddon_ has joined #rdo | 19:07 | |
*** mnaser has quit IRC | 19:08 | |
*** suresh12 has quit IRC | 19:08 | |
*** cwolferh has quit IRC | 19:08 | |
*** zodbot has quit IRC | 19:08 | |
*** sasha2 has quit IRC | 19:08 | |
*** imcleod has quit IRC | 19:08 | |
*** kgiusti has quit IRC | 19:08 | |
*** dprince has quit IRC | 19:08 | |
*** jkilpatr has quit IRC | 19:08 | |
*** jbadiapa has quit IRC | 19:08 | |
*** apevec has quit IRC | 19:08 | |
*** rdogerrit has quit IRC | 19:08 | |
*** mwhahaha has quit IRC | 19:08 | |
*** dhill_ has quit IRC | 19:08 | |
*** sshnaidm|away has quit IRC | 19:08 | |
*** oshvartz has quit IRC | 19:08 | |
*** Duck has quit IRC | 19:08 | |
*** coredump has quit IRC | 19:08 | |
*** eggmaster has quit IRC | 19:08 | |
*** jpena|off has quit IRC | 19:08 | |
*** stevebaker has quit IRC | 19:08 | |
*** permalac has quit IRC | 19:09 | |
*** tumble has quit IRC | 19:09 | |
*** verdurin has quit IRC | 19:09 | |
*** null_ref has quit IRC | 19:09 | |
*** skot has quit IRC | 19:09 | |
*** slagle has quit IRC | 19:09 | |
*** eggmaster has joined #rdo | 19:09 | |
*** dprince has joined #rdo | 19:09 | |
*** slagle has joined #rdo | 19:09 | |
*** cwolferh has joined #rdo | 19:09 | |
*** slagle has quit IRC | 19:09 | |
*** slagle has joined #rdo | 19:09 | |
*** stevebaker has joined #rdo | 19:09 | |
*** dhill_ has joined #rdo | 19:09 | |
*** null_ref has joined #rdo | 19:09 | |
*** tumble has joined #rdo | 19:09 | |
*** jbadiapa has joined #rdo | 19:09 | |
*** imcleod has joined #rdo | 19:09 | |
*** skot has joined #rdo | 19:09 | |
*** jkilpatr has joined #rdo | 19:09 | |
*** oshvartz has joined #rdo | 19:09 | |
*** permalac has joined #rdo | 19:09 | |
*** Duck has joined #rdo | 19:09 | |
*** kgiusti has joined #rdo | 19:09 | |
*** sshnaidm|away has joined #rdo | 19:09 | |
*** verdurin has joined #rdo | 19:09 | |
*** suresh12 has joined #rdo | 19:09 | |
*** jpena|off has joined #rdo | 19:09 | |
*** dsneddon is now known as dsneddon_1 | 19:09 | |
*** zodbot has joined #rdo | 19:09 | |
*** sasha2 has joined #rdo | 19:09 | |
*** rdogerrit has joined #rdo | 19:10 | |
*** dsneddon_ is now known as dsneddon | 19:10 | |
*** apevec has joined #rdo | 19:10 | |
*** apevec has quit IRC | 19:10 | |
*** apevec has joined #rdo | 19:10 | |
*** serverascode has quit IRC | 19:12 | |
*** jeckersb_gone is now known as jeckersb | 19:13 | |
*** Pharaoh_Atem has quit IRC | 19:15 | |
*** Pharaoh_Atem has joined #rdo | 19:16 | |
*** suresh12 has quit IRC | 19:16 | |
*** coredump has joined #rdo | 19:17 | |
*** serverascode has joined #rdo | 19:17 | |
*** mwhahaha has joined #rdo | 19:17 | |
*** openstackgerrit has quit IRC | 19:18 | |
*** hrw has quit IRC | 19:18 | |
*** eharney has quit IRC | 19:18 | |
*** dmanchad has quit IRC | 19:18 | |
*** dhellmann has quit IRC | 19:18 | |
*** trown has quit IRC | 19:18 | |
*** fultonj has quit IRC | 19:18 | |
*** ddmitriev has quit IRC | 19:19 | |
*** apetrich has quit IRC | 19:19 | |
*** lkoranda has quit IRC | 19:19 | |
*** artom has quit IRC | 19:19 | |
*** kun_huang has quit IRC | 19:19 | |
*** dhoppe has quit IRC | 19:19 | |
*** pmyers has quit IRC | 19:19 | |
*** brault_ has quit IRC | 19:19 | |
*** chasmo77 has quit IRC | 19:19 | |
*** argarg has quit IRC | 19:19 | |
*** mugsie has quit IRC | 19:19 | |
*** jbrooks has quit IRC | 19:19 | |
*** lv_ has quit IRC | 19:19 | |
*** jrist has quit IRC | 19:19 | |
*** kozhukalov has quit IRC | 19:19 | |
*** harmw has quit IRC | 19:19 | |
*** fbo has quit IRC | 19:19 | |
*** lv_ has joined #rdo | 19:19 | |
*** fultonj has joined #rdo | 19:19 | |
*** pmyers has joined #rdo | 19:19 | |
*** mugsie has joined #rdo | 19:19 | |
*** dhoppe has joined #rdo | 19:19 | |
*** dhellmann has joined #rdo | 19:19 | |
*** wrongosaurus is now known as hexo | 19:19 | |
*** jrist has joined #rdo | 19:19 | |
*** hrw has joined #rdo | 19:19 | |
*** harmw has joined #rdo | 19:19 | |
*** apetrich has joined #rdo | 19:19 | |
*** artom has joined #rdo | 19:19 | |
*** chasmo77 has joined #rdo | 19:19 | |
*** eharney has joined #rdo | 19:19 | |
*** argarg has joined #rdo | 19:19 | |
*** jbrooks has joined #rdo | 19:19 | |
*** brault has joined #rdo | 19:19 | |
*** ddmitriev has joined #rdo | 19:19 | |
*** lkoranda has joined #rdo | 19:19 | |
*** trown has joined #rdo | 19:20 | |
*** fbo has joined #rdo | 19:20 | |
*** toanju has joined #rdo | 19:20 | |
*** openstackgerrit has joined #rdo | 19:20 | |
*** ChanServ sets mode: +v openstackgerrit | 19:20 | |
*** dmanchad has joined #rdo | 19:20 | |
*** mnaser has joined #rdo | 19:24 | |
rdogerrit | Ben Kero created config: oooq: rename setup_ssh builder, add ssh_config to subnodes http://review.rdoproject.org/r/3205 | 19:25 |
rdogerrit | Ben Kero proposed config: oooq: rename setup_ssh builder, add ssh_config to subnodes http://review.rdoproject.org/r/3205 | 19:25 |
*** kozhukalov has joined #rdo | 19:26 | |
rdogerrit | Merged config: oooq: rename setup_ssh builder, add ssh_config to subnodes http://review.rdoproject.org/r/3205 | 19:27 |
*** kun_huang has joined #rdo | 19:28 | |
*** gchamoul is now known as gchamoul|afk | 19:29 | |
*** pabelanger has quit IRC | 19:32 | |
*** dciabrin has quit IRC | 19:32 | |
*** arif-ali has quit IRC | 19:32 | |
*** la|r|ma has quit IRC | 19:32 | |
*** pabelanger has joined #rdo | 19:32 | |
*** la|r|ma has joined #rdo | 19:33 | |
*** arif-ali has joined #rdo | 19:33 | |
*** KarlchenK has quit IRC | 19:33 | |
*** vern has quit IRC | 19:33 | |
*** mhu has quit IRC | 19:33 | |
*** ansiwen has quit IRC | 19:33 | |
*** f0o has quit IRC | 19:33 | |
*** dmsimard has quit IRC | 19:33 | |
*** rhallisey has quit IRC | 19:33 | |
*** kbyrne has quit IRC | 19:33 | |
*** pviktori has quit IRC | 19:33 | |
*** sileht has quit IRC | 19:33 | |
*** mvk has quit IRC | 19:33 | |
*** hrybacki has quit IRC | 19:33 | |
*** aderyugin has quit IRC | 19:33 | |
*** Jeffrey4l_ has quit IRC | 19:33 | |
*** weshay has quit IRC | 19:33 | |
*** hogepodge has quit IRC | 19:33 | |
*** lon has quit IRC | 19:33 | |
*** tvignaud has quit IRC | 19:33 | |
*** social has quit IRC | 19:33 | |
*** gema has quit IRC | 19:33 | |
*** DV has quit IRC | 19:33 | |
*** karlamrhein has quit IRC | 19:33 | |
*** zigo has quit IRC | 19:33 | |
*** trozet has quit IRC | 19:33 | |
*** rcrit has quit IRC | 19:33 | |
*** rdo has quit IRC | 19:33 | |
*** imcsk8|otm has quit IRC | 19:33 | |
*** tdasilva has quit IRC | 19:33 | |
*** bcafarel has quit IRC | 19:33 | |
*** zaneb has quit IRC | 19:33 | |
*** melwitt has quit IRC | 19:33 | |
*** hexo has quit IRC | 19:33 | |
*** vkmc has quit IRC | 19:33 | |
*** setkeh has quit IRC | 19:33 | |
*** Humbedooh has quit IRC | 19:33 | |
*** tbarron has quit IRC | 19:33 | |
*** melwitt_ has joined #rdo | 19:33 | |
*** zigo has joined #rdo | 19:33 | |
*** tbarron has joined #rdo | 19:33 | |
*** tdasilva has joined #rdo | 19:33 | |
*** rdo has joined #rdo | 19:33 | |
*** notsetkeh has joined #rdo | 19:33 | |
*** tdasilva has quit IRC | 19:33 | |
*** tdasilva has joined #rdo | 19:33 | |
*** trozet has joined #rdo | 19:33 | |
*** Jeffrey4l_ has joined #rdo | 19:33 | |
*** imcsk8|otm has joined #rdo | 19:33 | |
*** DV has joined #rdo | 19:33 | |
*** f0o has joined #rdo | 19:33 | |
*** zaneb has joined #rdo | 19:33 | |
*** mvk has joined #rdo | 19:33 | |
*** dmsimard has joined #rdo | 19:33 | |
*** zigo is now known as Guest10079 | 19:33 | |
*** melwitt_ is now known as melwitt | 19:33 | |
*** lon has joined #rdo | 19:34 | |
*** bcafarel has joined #rdo | 19:34 | |
*** vkmc has joined #rdo | 19:34 | |
*** vern has joined #rdo | 19:34 | |
*** weshay has joined #rdo | 19:34 | |
*** social has joined #rdo | 19:34 | |
*** rhallisey has joined #rdo | 19:34 | |
*** gema has joined #rdo | 19:34 | |
*** pviktori has joined #rdo | 19:34 | |
*** Humbedooh has joined #rdo | 19:34 | |
*** ansiwen has joined #rdo | 19:34 | |
*** rcrit has joined #rdo | 19:34 | |
*** sileht has joined #rdo | 19:35 | |
*** Humbedooh has quit IRC | 19:35 | |
*** Humbedooh has joined #rdo | 19:35 | |
*** anilvenkata has joined #rdo | 19:35 | |
*** KarlchenK has joined #rdo | 19:35 | |
*** aderyugin has joined #rdo | 19:37 | |
*** hogepodge has joined #rdo | 19:38 | |
*** READ10 has quit IRC | 19:40 | |
*** kbyrne has joined #rdo | 19:40 | |
*** martinkopec has quit IRC | 19:40 | |
*** jcoufal has quit IRC | 19:41 | |
*** hrybacki has joined #rdo | 19:43 | |
rdogerrit | Ben Kero created config: oooq: move ssh config generation to earlier builder http://review.rdoproject.org/r/3206 | 19:44 |
rdogerrit | Merged config: oooq: move ssh config generation to earlier builder http://review.rdoproject.org/r/3206 | 19:45 |
*** pilasguru has quit IRC | 19:47 | |
*** mdbooth has quit IRC | 19:47 | |
*** paragan has quit IRC | 19:47 | |
*** dmacpher has quit IRC | 19:47 | |
*** amuller has quit IRC | 19:47 | |
*** rlandy has quit IRC | 19:47 | |
*** jmelvin has quit IRC | 19:47 | |
*** pradk has quit IRC | 19:47 | |
*** richm has quit IRC | 19:47 | |
*** ccamacho has quit IRC | 19:47 | |
*** ajo has quit IRC | 19:47 | |
*** flepied has quit IRC | 19:47 | |
*** dtrainor has quit IRC | 19:47 | |
*** dbecker has quit IRC | 19:47 | |
*** nstrug has quit IRC | 19:47 | |
*** imcsk8 has quit IRC | 19:47 | |
*** gchamoul|afk has quit IRC | 19:47 | |
*** jschwarz has quit IRC | 19:47 | |
*** flaper87 has quit IRC | 19:47 | |
*** Eywa has quit IRC | 19:47 | |
*** jtomasek has quit IRC | 19:47 | |
*** SnootBot98 has quit IRC | 19:47 | |
*** OlaNys has quit IRC | 19:47 | |
*** ltomasbo has quit IRC | 19:47 | |
*** dsneddon_1 has quit IRC | 19:47 | |
*** misc has quit IRC | 19:47 | |
*** linex_ has quit IRC | 19:47 | |
*** dries has quit IRC | 19:47 | |
*** rook has quit IRC | 19:47 | |
*** markmc has quit IRC | 19:47 | |
*** hewbrocca-afk has quit IRC | 19:47 | |
*** mandre has quit IRC | 19:47 | |
*** agrajag has quit IRC | 19:47 | |
*** bandini has quit IRC | 19:47 | |
*** ioni has quit IRC | 19:47 | |
*** gregwork has quit IRC | 19:48 | |
*** myoung has quit IRC | 19:48 | |
*** apuimedo has quit IRC | 19:48 | |
*** higgins has quit IRC | 19:48 | |
*** toure has quit IRC | 19:48 | |
*** ggillies has quit IRC | 19:48 | |
*** lucasagomes has quit IRC | 19:48 | |
*** tristanC has quit IRC | 19:48 | |
*** _elmiko has quit IRC | 19:48 | |
*** esmiurium has quit IRC | 19:48 | |
*** EmilienM has quit IRC | 19:48 | |
*** toure has joined #rdo | 19:48 | |
*** gchamoul has joined #rdo | 19:48 | |
*** SnootBot98 has joined #rdo | 19:48 | |
*** dries has joined #rdo | 19:48 | |
*** jtomasek has joined #rdo | 19:48 | |
*** markmc has joined #rdo | 19:48 | |
*** hewbrocca-afk has joined #rdo | 19:48 | |
*** imcsk8 has joined #rdo | 19:48 | |
*** tristanC has joined #rdo | 19:48 | |
*** mandre has joined #rdo | 19:48 | |
*** rlandy has joined #rdo | 19:48 | |
*** misc has joined #rdo | 19:48 | |
*** _elmiko has joined #rdo | 19:48 | |
*** paragan has joined #rdo | 19:48 | |
*** lucasagomes has joined #rdo | 19:48 | |
*** nstrug has joined #rdo | 19:48 | |
*** paragan has quit IRC | 19:48 | |
*** paragan has joined #rdo | 19:48 | |
*** jmelvin has joined #rdo | 19:48 | |
*** pilasguru has joined #rdo | 19:48 | |
*** ccamacho has joined #rdo | 19:48 | |
*** dbecker has joined #rdo | 19:48 | |
*** amuller has joined #rdo | 19:48 | |
*** gchamoul has quit IRC | 19:48 | |
*** gchamoul has joined #rdo | 19:48 | |
*** dtrainor has joined #rdo | 19:48 | |
*** hewbrocca-afk has quit IRC | 19:48 | |
*** hewbrocca-afk has joined #rdo | 19:48 | |
*** toure has quit IRC | 19:48 | |
*** toure has joined #rdo | 19:48 | |
*** pradk has joined #rdo | 19:48 | |
*** markmc has quit IRC | 19:48 | |
*** markmc has joined #rdo | 19:48 | |
*** ggillies has joined #rdo | 19:48 | |
*** flepied has joined #rdo | 19:48 | |
*** ioni has joined #rdo | 19:48 | |
*** bandini has joined #rdo | 19:48 | |
*** lucasagomes has quit IRC | 19:48 | |
*** lucasagomes has joined #rdo | 19:48 | |
*** _elmiko has quit IRC | 19:48 | |
*** _elmiko has joined #rdo | 19:48 | |
*** jmelvin has quit IRC | 19:48 | |
*** jmelvin has joined #rdo | 19:48 | |
*** ajo has joined #rdo | 19:48 | |
*** rook has joined #rdo | 19:48 | |
*** Eywa has joined #rdo | 19:48 | |
*** ggillies has quit IRC | 19:48 | |
*** ggillies has joined #rdo | 19:48 | |
*** suresh12 has joined #rdo | 19:48 | |
*** bandini has quit IRC | 19:48 | |
*** bandini has joined #rdo | 19:48 | |
*** ajo has quit IRC | 19:48 | |
*** ajo has joined #rdo | 19:48 | |
*** ioni is now known as Guest68964 | 19:48 | |
*** rook has quit IRC | 19:48 | |
*** rook has joined #rdo | 19:48 | |
*** morazi has joined #rdo | 19:48 | |
*** apuimedo has joined #rdo | 19:48 | |
*** richm has joined #rdo | 19:48 | |
*** rook is now known as Guest2483 | 19:48 | |
*** EmilienM has joined #rdo | 19:48 | |
*** mdbooth has joined #rdo | 19:48 | |
*** linex has joined #rdo | 19:48 | |
*** higgins has joined #rdo | 19:49 | |
*** myoung has joined #rdo | 19:49 | |
*** agrajag has joined #rdo | 19:49 | |
*** esmiurium has joined #rdo | 19:49 | |
pabelanger | dmsimard: pending review from upstream: https://review.openstack.org/#/c/383804/ | 19:49 |
*** iberezovskiy_ has quit IRC | 19:49 | |
*** jschwarz has joined #rdo | 19:49 | |
*** ltomasbo has joined #rdo | 19:49 | |
*** tvignaud has joined #rdo | 19:49 | |
*** dsneddon_1 has joined #rdo | 19:50 | |
*** Lokesh_Jain has quit IRC | 19:50 | |
*** kozhukalov has quit IRC | 19:50 | |
*** OlaNys has joined #rdo | 19:50 | |
*** serverascode has quit IRC | 19:51 | |
number80 | EmilienM: FYI, untagging a package does not remove them from buildlogs *BUT* it removes it from yum metadata | 19:51 |
*** lucasagomes is now known as lucas-afk | 19:52 | |
number80 | So if you clean yum cache, yum can't see anymore puppet4 | 19:52 |
*** karlamrhein has joined #rdo | 19:53 | |
*** karimb has joined #rdo | 19:53 | |
number80 | If 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 repo | 19:54 |
number80 | no puppet-4.xx | 19:54 |
number80 | only puppet-3.8.7 | 19:54 |
* number80 will grab drinner in 5 min. but will be back later | 19:54 | |
*** iberezovskiy has joined #rdo | 19:55 | |
*** panda|bbl is now known as panda | 19:56 | |
*** leanderthal|afk has quit IRC | 19:56 | |
*** mrunge has quit IRC | 19:56 | |
*** jeckersb has quit IRC | 19:56 | |
*** owlbot has quit IRC | 19:56 | |
*** sai has quit IRC | 19:56 | |
*** lebauce has quit IRC | 19:56 | |
*** varesa has quit IRC | 19:56 | |
*** sjohnsen- has quit IRC | 19:56 | |
*** NuxRo has quit IRC | 19:56 | |
*** gbraad has quit IRC | 19:56 | |
*** stevemar has quit IRC | 19:56 | |
*** ryansb has quit IRC | 19:56 | |
*** ianw has quit IRC | 19:56 | |
*** jjoyce has quit IRC | 19:56 | |
*** zerick has quit IRC | 19:56 | |
*** kbsingh has quit IRC | 19:56 | |
*** redrobot has quit IRC | 19:56 | |
*** etp has quit IRC | 19:56 | |
*** rdopiera has quit IRC | 19:56 | |
*** jschlueter has quit IRC | 19:56 | |
*** Guest66676 has quit IRC | 19:56 | |
*** dmellado has quit IRC | 19:56 | |
*** sreichar_ has quit IRC | 19:56 | |
*** matbu has quit IRC | 19:56 | |
*** rdobot has quit IRC | 19:56 | |
*** jeckersb has joined #rdo | 19:56 | |
*** redrobot has joined #rdo | 19:56 | |
*** zerick_ has joined #rdo | 19:56 | |
*** mrunge has joined #rdo | 19:56 | |
*** gbraad has joined #rdo | 19:56 | |
*** matbu has joined #rdo | 19:56 | |
*** etp has joined #rdo | 19:56 | |
*** ryansb has joined #rdo | 19:56 | |
*** ryansb has quit IRC | 19:56 | |
*** ryansb has joined #rdo | 19:56 | |
*** varesa has joined #rdo | 19:56 | |
*** panda is now known as Guest12976 | 19:56 | |
*** NuxRo has joined #rdo | 19:56 | |
*** Guest66666 has joined #rdo | 19:56 | |
*** lebauce has joined #rdo | 19:56 | |
*** sjohnsen has joined #rdo | 19:56 | |
*** ianw has joined #rdo | 19:56 | |
*** kbsingh has joined #rdo | 19:56 | |
*** sreichar_ has joined #rdo | 19:56 | |
*** sai has joined #rdo | 19:56 | |
*** stevemar has joined #rdo | 19:57 | |
*** dmellado has joined #rdo | 19:57 | |
*** redrobot is now known as Guest42633 | 19:57 | |
*** rdopiera has joined #rdo | 19:57 | |
*** Guest12976 is now known as panda | 19:57 | |
rdogerrit | Ben Kero created config: oooq: set required permissions on ssh_config http://review.rdoproject.org/r/3207 | 19:57 |
*** jjoyce has joined #rdo | 19:57 | |
*** jschlueter has joined #rdo | 19:57 | |
rdogerrit | Merged config: oooq: set required permissions on ssh_config http://review.rdoproject.org/r/3207 | 19:58 |
*** tbarron has quit IRC | 19:58 | |
*** rain has joined #rdo | 19:58 | |
*** rain is now known as Guest35658 | 19:58 | |
*** rdobot has joined #rdo | 19:59 | |
*** ChanServ sets mode: +v rdobot | 19:59 | |
rdogerrit | Merged rdo-infra/ansible-role-weirdo-packstack: Merge all tasks into main.yml http://review.rdoproject.org/r/3201 | 20:01 |
*** hexo has joined #rdo | 20:01 | |
*** serverascode has joined #rdo | 20:02 | |
*** gregwork has joined #rdo | 20:02 | |
*** shaunm has joined #rdo | 20:03 | |
*** dmacpher has joined #rdo | 20:04 | |
*** jcoufal has joined #rdo | 20:05 | |
*** kgiusti has left #rdo | 20:05 | |
*** tbarron has joined #rdo | 20:05 | |
*** marrusl has quit IRC | 20:06 | |
*** zaneb has quit IRC | 20:06 | |
*** zaneb has joined #rdo | 20:06 | |
*** openstack has joined #rdo | 20:20 | |
*** ChanServ sets mode: +v openstack | 20:20 | |
*** lbragstad_ has joined #rdo | 20:21 | |
*** honza_ has joined #rdo | 20:21 | |
*** fale_ has joined #rdo | 20:21 | |
*** bstinson_ has joined #rdo | 20:21 | |
*** arif-ali has quit IRC | 20:22 | |
*** tflink has quit IRC | 20:22 | |
*** _degorenko|afk has quit IRC | 20:22 | |
*** alphacc has quit IRC | 20:22 | |
*** sc` has quit IRC | 20:22 | |
*** Jehane has quit IRC | 20:22 | |
*** Grimdin has quit IRC | 20:22 | |
*** bitchecker has quit IRC | 20:22 | |
*** strigazi_AFK has quit IRC | 20:22 | |
*** bkero has quit IRC | 20:22 | |
*** lbragstad has quit IRC | 20:22 | |
*** bstinson has quit IRC | 20:22 | |
*** fale has quit IRC | 20:22 | |
*** honza has quit IRC | 20:22 | |
*** bstinson_ is now known as bstinson | 20:22 | |
*** strigazi1AFK has joined #rdo | 20:22 | |
*** arif-ali has joined #rdo | 20:22 | |
*** Grimdin has joined #rdo | 20:22 | |
*** sc` has joined #rdo | 20:22 | |
*** alphacc has joined #rdo | 20:22 | |
*** tflink has joined #rdo | 20:22 | |
*** Jehane has joined #rdo | 20:22 | |
*** bkero has joined #rdo | 20:23 | |
*** degorenko has joined #rdo | 20:23 | |
*** suresh12 has joined #rdo | 20:25 | |
*** bitchecker has joined #rdo | 20:26 | |
*** lbragstad_ is now known as lbragstad | 20:26 | |
bkero | Yay, 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 #rdo | 20:28 | |
dmsimard | progress ! | 20:30 |
*** jeckersb has quit IRC | 20:30 | |
*** jeckersb has joined #rdo | 20:30 | |
*** sreichar_ has quit IRC | 20:30 | |
*** sreichar_ has joined #rdo | 20:30 | |
*** sai has quit IRC | 20:30 | |
*** sai has joined #rdo | 20:30 | |
*** dmellado has quit IRC | 20:30 | |
*** dmellado has joined #rdo | 20:30 | |
*** rdopiera has quit IRC | 20:30 | |
*** rdopiera has joined #rdo | 20:30 | |
*** jjoyce has quit IRC | 20:30 | |
*** jjoyce has joined #rdo | 20:30 | |
*** jschlueter has quit IRC | 20:30 | |
*** jschlueter has joined #rdo | 20:30 | |
*** serverascode has quit IRC | 20:30 | |
*** serverascode has joined #rdo | 20:30 | |
*** adarazs has quit IRC | 20:31 | |
*** adarazs has joined #rdo | 20:31 | |
*** sac has quit IRC | 20:31 | |
*** sac has joined #rdo | 20:31 | |
bkero | Just need to get the oooq run actually working with the correct arguments now. | 20:31 |
*** migi has quit IRC | 20:31 | |
*** migi has joined #rdo | 20:31 | |
*** psanchez has quit IRC | 20:31 | |
*** psanchez has joined #rdo | 20:31 | |
*** gregwork has quit IRC | 20:31 | |
*** gregwork has joined #rdo | 20:31 | |
*** Lokesh_Jain has quit IRC | 20:31 | |
*** Lokesh_Jain has joined #rdo | 20:31 | |
*** kozhukalov has quit IRC | 20:31 | |
*** kozhukalov has joined #rdo | 20:31 | |
apevec | number80, it still required manual action from KB, I guess to remove it from staging to regen correct repodata | 20:32 |
*** noslzzp has quit IRC | 20:33 | |
*** suresh12 has quit IRC | 20:33 | |
*** degorenko has quit IRC | 20:33 | |
*** nijaba has quit IRC | 20:33 | |
*** remix_tj has quit IRC | 20:33 | |
*** sac has quit IRC | 20:33 | |
*** partner has quit IRC | 20:33 | |
*** rickflare has quit IRC | 20:33 | |
*** jjoyce has quit IRC | 20:33 | |
*** NuxRo has quit IRC | 20:33 | |
*** varesa has quit IRC | 20:33 | |
*** ianw has quit IRC | 20:33 | |
*** karimb has quit IRC | 20:33 | |
*** linex has quit IRC | 20:33 | |
*** ajo has quit IRC | 20:33 | |
*** bandini has quit IRC | 20:33 | |
*** flepied has quit IRC | 20:33 | |
*** rlandy has quit IRC | 20:33 | |
*** hewbrocca-afk has quit IRC | 20:33 | |
*** imcsk8 has quit IRC | 20:33 | |
*** gchamoul has quit IRC | 20:33 | |
*** aderyugin has quit IRC | 20:33 | |
*** bcafarel has quit IRC | 20:33 | |
*** mvk has quit IRC | 20:33 | |
*** trozet has quit IRC | 20:33 | |
*** Jeffrey4l_ has quit IRC | 20:33 | |
*** dmsimard has quit IRC | 20:33 | |
*** la|r|ma has quit IRC | 20:33 | |
*** toanju has quit IRC | 20:33 | |
*** ddmitriev has quit IRC | 20:33 | |
*** lkoranda has quit IRC | 20:33 | |
*** pmyers has quit IRC | 20:33 | |
*** Pharaoh_Atem has quit IRC | 20:33 | |
*** zodbot has quit IRC | 20:33 | |
*** sshnaidm|away has quit IRC | 20:33 | |
*** tumble has quit IRC | 20:33 | |
*** jkilpatr has quit IRC | 20:33 | |
*** stevebaker has quit IRC | 20:33 | |
*** cwolferh has quit IRC | 20:33 | |
*** snarwade has quit IRC | 20:33 | |
*** unclemarc has quit IRC | 20:33 | |
*** crossbuilder has quit IRC | 20:33 | |
*** shadower has quit IRC | 20:33 | |
*** jistr has quit IRC | 20:33 | |
*** brad[] has quit IRC | 20:33 | |
*** tbarron has quit IRC | 20:33 | |
*** rdopiera has quit IRC | 20:33 | |
*** dmellado has quit IRC | 20:33 | |
*** stevemar has quit IRC | 20:33 | |
*** sai has quit IRC | 20:33 | |
*** OlaNys has quit IRC | 20:33 | |
*** jschwarz has quit IRC | 20:33 | |
*** apuimedo has quit IRC | 20:33 | |
*** morazi has quit IRC | 20:33 | |
*** ggillies has quit IRC | 20:33 | |
*** jmelvin has quit IRC | 20:33 | |
*** _elmiko has quit IRC | 20:33 | |
*** paragan has quit IRC | 20:33 | |
*** mandre has quit IRC | 20:33 | |
*** jtomasek has quit IRC | 20:33 | |
*** hogepodge has quit IRC | 20:33 | |
*** KarlchenK has quit IRC | 20:33 | |
*** rcrit has quit IRC | 20:33 | |
*** Humbedooh has quit IRC | 20:33 | |
*** vkmc has quit IRC | 20:33 | |
*** vern has quit IRC | 20:33 | |
*** DV has quit IRC | 20:33 | |
*** melwitt has quit IRC | 20:33 | |
*** Guest10079 has quit IRC | 20:33 | |
*** dhellmann has quit IRC | 20:33 | |
*** mwhahaha has quit IRC | 20:33 | |
*** coredump has quit IRC | 20:33 | |
*** rdogerrit has quit IRC | 20:33 | |
*** oshvartz has quit IRC | 20:33 | |
*** jbadiapa has quit IRC | 20:33 | |
*** null_ref has quit IRC | 20:33 | |
*** slagle has quit IRC | 20:33 | |
*** eggmaster has quit IRC | 20:33 | |
*** dsneddon has quit IRC | 20:33 | |
*** mlammon has quit IRC | 20:33 | |
*** lhinds has quit IRC | 20:33 | |
*** d0ugal has quit IRC | 20:33 | |
*** sgordon has quit IRC | 20:33 | |
*** mburned_out has quit IRC | 20:33 | |
*** Jehane has quit IRC | 20:33 | |
*** danofsatx has quit IRC | 20:33 | |
*** adarazs has quit IRC | 20:33 | |
*** sreichar_ has quit IRC | 20:33 | |
*** etp has quit IRC | 20:33 | |
*** ryansb has quit IRC | 20:33 | |
*** gbraad has quit IRC | 20:33 | |
*** matbu has quit IRC | 20:33 | |
*** myoung has quit IRC | 20:33 | |
*** higgins has quit IRC | 20:33 | |
*** richm has quit IRC | 20:33 | |
*** pilasguru has quit IRC | 20:33 | |
*** dtrainor has quit IRC | 20:33 | |
*** nstrug has quit IRC | 20:33 | |
*** tristanC has quit IRC | 20:33 | |
*** markmc has quit IRC | 20:33 | |
*** agrajag has quit IRC | 20:33 | |
*** toure has quit IRC | 20:33 | |
*** pviktori has quit IRC | 20:33 | |
*** sileht has quit IRC | 20:33 | |
*** imcsk8|otm has quit IRC | 20:33 | |
*** pabelanger has quit IRC | 20:33 | |
*** eharney has quit IRC | 20:33 | |
*** artom has quit IRC | 20:33 | |
*** mugsie has quit IRC | 20:33 | |
*** jrist has quit IRC | 20:33 | |
*** fultonj has quit IRC | 20:33 | |
*** permalac has quit IRC | 20:33 | |
*** mnaser has quit IRC | 20:33 | |
*** skot has quit IRC | 20:33 | |
*** logan- has quit IRC | 20:33 | |
*** eaguilar has quit IRC | 20:33 | |
*** absubram has quit IRC | 20:33 | |
*** furlongm has quit IRC | 20:33 | |
*** fabo has quit IRC | 20:33 | |
*** bhavik has quit IRC | 20:33 | |
*** Goneri has quit IRC | 20:33 | |
*** cschwede has quit IRC | 20:33 | |
*** migi has quit IRC | 20:33 | |
*** toddnni has quit IRC | 20:33 | |
*** zerick_ has quit IRC | 20:33 | |
*** jeckersb has quit IRC | 20:33 | |
*** mdbooth has quit IRC | 20:33 | |
*** Guest2483 has quit IRC | 20:33 | |
*** dbecker has quit IRC | 20:33 | |
*** Eywa has quit IRC | 20:33 | |
*** amuller has quit IRC | 20:33 | |
*** misc has quit IRC | 20:33 | |
*** lucas-afk has quit IRC | 20:33 | |
*** SnootBot98 has quit IRC | 20:33 | |
*** dries has quit IRC | 20:33 | |
*** ansiwen has quit IRC | 20:33 | |
*** gema has quit IRC | 20:33 | |
*** lon has quit IRC | 20:33 | |
*** rdo has quit IRC | 20:33 | |
*** trown has quit IRC | 20:33 | |
*** sasha2 has quit IRC | 20:33 | |
*** thrash has quit IRC | 20:33 | |
*** TSCHAK has quit IRC | 20:33 | |
*** number80 has quit IRC | 20:33 | |
*** dyasny has quit IRC | 20:33 | |
*** pppingme has quit IRC | 20:33 | |
*** rdem has quit IRC | 20:33 | |
*** jayg has quit IRC | 20:33 | |
*** jcoufal has quit IRC | 20:33 | |
*** dmsimard has joined #rdo | 20:34 | |
*** jcoufal has joined #rdo | 20:34 | |
apevec | ayoung, Default != default ? Is that something misconfigured by puppet? | 20:35 |
ayoung | apevec, I don't know the context. the domain name is "Default" and the id is "default" | 20:35 |
ayoung | if something passes domain_id="Default" then it will fail. What was the context of the failure? | 20:36 |
apevec | don'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 keystone | 20:36 |
*** gregwork has quit IRC | 20:37 | |
*** NachoDuck has quit IRC | 20:37 | |
*** karlamrhein has quit IRC | 20:37 | |
*** hrybacki has quit IRC | 20:37 | |
*** serverascode has quit IRC | 20:37 | |
apevec | I think EmilienM said last pass was Sep 26 ? | 20:37 |
*** marrusl has joined #rdo | 20:38 | |
*** Jehane has joined #rdo | 20:38 | |
*** danofsatx has joined #rdo | 20:38 | |
*** adarazs has joined #rdo | 20:38 | |
*** sreichar_ has joined #rdo | 20:38 | |
*** ryansb has joined #rdo | 20:38 | |
*** etp has joined #rdo | 20:38 | |
*** matbu has joined #rdo | 20:38 | |
*** gbraad has joined #rdo | 20:38 | |
*** agrajag has joined #rdo | 20:38 | |
*** myoung has joined #rdo | 20:38 | |
*** higgins has joined #rdo | 20:38 | |
*** richm has joined #rdo | 20:38 | |
*** dtrainor has joined #rdo | 20:38 | |
*** pilasguru has joined #rdo | 20:38 | |
*** nstrug has joined #rdo | 20:38 | |
*** tristanC has joined #rdo | 20:38 | |
*** markmc has joined #rdo | 20:38 | |
*** toure has joined #rdo | 20:38 | |
*** sileht has joined #rdo | 20:38 | |
*** pviktori has joined #rdo | 20:38 | |
*** imcsk8|otm has joined #rdo | 20:38 | |
*** pabelanger has joined #rdo | 20:38 | |
*** mnaser has joined #rdo | 20:38 | |
*** eharney has joined #rdo | 20:38 | |
*** artom has joined #rdo | 20:38 | |
*** jrist has joined #rdo | 20:38 | |
*** mugsie has joined #rdo | 20:38 | |
*** fultonj has joined #rdo | 20:38 | |
*** permalac has joined #rdo | 20:38 | |
*** skot has joined #rdo | 20:38 | |
*** logan- has joined #rdo | 20:38 | |
*** eaguilar has joined #rdo | 20:38 | |
*** absubram has joined #rdo | 20:38 | |
*** furlongm has joined #rdo | 20:38 | |
*** fabo has joined #rdo | 20:38 | |
*** bhavik has joined #rdo | 20:38 | |
*** Goneri has joined #rdo | 20:38 | |
*** cschwede has joined #rdo | 20:38 | |
*** noslzzp has joined #rdo | 20:38 | |
*** tbarron has joined #rdo | 20:39 | |
*** rdopiera has joined #rdo | 20:39 | |
*** dmellado has joined #rdo | 20:39 | |
*** stevemar has joined #rdo | 20:39 | |
*** sai has joined #rdo | 20:39 | |
*** OlaNys has joined #rdo | 20:39 | |
*** jschwarz has joined #rdo | 20:39 | |
*** apuimedo has joined #rdo | 20:39 | |
*** morazi has joined #rdo | 20:39 | |
*** ggillies has joined #rdo | 20:39 | |
*** jmelvin has joined #rdo | 20:39 | |
*** paragan has joined #rdo | 20:39 | |
*** _elmiko has joined #rdo | 20:39 | |
*** mandre has joined #rdo | 20:39 | |
*** jtomasek has joined #rdo | 20:39 | |
*** hogepodge has joined #rdo | 20:39 | |
*** KarlchenK has joined #rdo | 20:39 | |
*** rcrit has joined #rdo | 20:39 | |
*** Humbedooh has joined #rdo | 20:39 | |
*** vern has joined #rdo | 20:39 | |
*** vkmc has joined #rdo | 20:39 | |
*** DV has joined #rdo | 20:39 | |
*** Guest10079 has joined #rdo | 20:39 | |
*** melwitt has joined #rdo | 20:39 | |
*** dhellmann has joined #rdo | 20:39 | |
*** rdogerrit has joined #rdo | 20:39 | |
*** oshvartz has joined #rdo | 20:39 | |
*** jbadiapa has joined #rdo | 20:39 | |
*** null_ref has joined #rdo | 20:39 | |
*** slagle has joined #rdo | 20:39 | |
*** eggmaster has joined #rdo | 20:39 | |
*** dsneddon has joined #rdo | 20:39 | |
*** mlammon has joined #rdo | 20:39 | |
*** lhinds has joined #rdo | 20:39 | |
*** d0ugal has joined #rdo | 20:39 | |
*** mburned_out has joined #rdo | 20:39 | |
*** sgordon has joined #rdo | 20:39 | |
*** suresh12 has joined #rdo | 20:39 | |
*** degorenko has joined #rdo | 20:39 | |
*** nijaba has joined #rdo | 20:39 | |
*** remix_tj has joined #rdo | 20:39 | |
*** sac has joined #rdo | 20:39 | |
*** partner has joined #rdo | 20:39 | |
*** rickflare has joined #rdo | 20:39 | |
*** jjoyce has joined #rdo | 20:39 | |
*** ianw has joined #rdo | 20:39 | |
*** NuxRo has joined #rdo | 20:39 | |
*** varesa has joined #rdo | 20:39 | |
*** karimb has joined #rdo | 20:39 | |
*** linex has joined #rdo | 20:39 | |
*** ajo has joined #rdo | 20:39 | |
*** bandini has joined #rdo | 20:39 | |
*** flepied has joined #rdo | 20:39 | |
*** rlandy has joined #rdo | 20:39 | |
*** imcsk8 has joined #rdo | 20:39 | |
*** hewbrocca-afk has joined #rdo | 20:39 | |
*** gchamoul has joined #rdo | 20:39 | |
*** aderyugin has joined #rdo | 20:39 | |
*** bcafarel has joined #rdo | 20:39 | |
*** mvk has joined #rdo | 20:39 | |
*** Jeffrey4l_ has joined #rdo | 20:39 | |
*** trozet has joined #rdo | 20:39 | |
*** la|r|ma has joined #rdo | 20:39 | |
*** toanju has joined #rdo | 20:39 | |
*** lkoranda has joined #rdo | 20:39 | |
*** ddmitriev has joined #rdo | 20:39 | |
*** pmyers has joined #rdo | 20:39 | |
*** Pharaoh_Atem has joined #rdo | 20:39 | |
*** zodbot has joined #rdo | 20:39 | |
*** sshnaidm|away has joined #rdo | 20:39 | |
*** tumble has joined #rdo | 20:39 | |
*** stevebaker has joined #rdo | 20:39 | |
*** cwolferh has joined #rdo | 20:39 | |
*** snarwade has joined #rdo | 20:39 | |
*** crossbuilder has joined #rdo | 20:39 | |
*** unclemarc has joined #rdo | 20:39 | |
*** brad[] has joined #rdo | 20:39 | |
*** shadower has joined #rdo | 20:39 | |
*** jistr has joined #rdo | 20:39 | |
*** migi has joined #rdo | 20:39 | |
*** toddnni has joined #rdo | 20:39 | |
*** zerick_ has joined #rdo | 20:39 | |
*** jeckersb has joined #rdo | 20:39 | |
*** mdbooth has joined #rdo | 20:39 | |
*** Eywa has joined #rdo | 20:39 | |
*** Guest2483 has joined #rdo | 20:39 | |
*** amuller has joined #rdo | 20:39 | |
*** dbecker has joined #rdo | 20:39 | |
*** lucas-afk has joined #rdo | 20:39 | |
*** misc has joined #rdo | 20:39 | |
*** dries has joined #rdo | 20:39 | |
*** SnootBot98 has joined #rdo | 20:39 | |
*** ansiwen has joined #rdo | 20:39 | |
*** gema has joined #rdo | 20:39 | |
*** lon has joined #rdo | 20:39 | |
*** rdo has joined #rdo | 20:39 | |
*** trown has joined #rdo | 20:39 | |
*** sasha2 has joined #rdo | 20:39 | |
*** thrash has joined #rdo | 20:39 | |
*** TSCHAK has joined #rdo | 20:39 | |
*** number80 has joined #rdo | 20:39 | |
*** pppingme has joined #rdo | 20:39 | |
*** dyasny has joined #rdo | 20:39 | |
*** jayg has joined #rdo | 20:39 | |
*** rdem has joined #rdo | 20:39 | |
*** pppingme has quit IRC | 20:40 | |
*** pppingme has joined #rdo | 20:41 | |
*** jcoufal has quit IRC | 20:43 | |
*** Jeffrey4l_ has quit IRC | 20:43 | |
*** jcoufal has joined #rdo | 20:44 | |
*** eaguilar has quit IRC | 20:45 | |
*** gregwork has joined #rdo | 20:47 | |
*** NachoDuck has joined #rdo | 20:48 | |
*** hrybacki has joined #rdo | 20:48 | |
*** Jeffrey4l_ has joined #rdo | 20:48 | |
dmsimard | trown: o/ | 20:49 |
dmsimard | trown: may I steal the nested virt setup from https://github.com/openstack/tripleo-quickstart/blob/a4afe28c0577e5f3af1dcfa0beccb68a2b94eadb/roles/parts/kvm/tasks/main.yml | 20:49 |
*** mwhahaha has joined #rdo | 20:49 | |
trown | no | 20:50 |
dmsimard | but it's so clever :( | 20:50 |
trown | hehe | 20:50 |
trown | its apache2 of course you can "steal" it ;P | 20:50 |
dmsimard | it was going to be easy when I forgot about AMD | 20: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.html | 20:51 |
*** karlamrhein has joined #rdo | 20:53 | |
*** serverascode has joined #rdo | 20:54 | |
*** rlandy has quit IRC | 20:55 | |
*** jkilpatr has joined #rdo | 20:56 | |
*** jcoufal has quit IRC | 20:57 | |
*** trown is now known as trown|outtypewww | 20:57 | |
*** coredump has joined #rdo | 21:01 | |
*** unclemarc has quit IRC | 21:01 | |
number80 | https://review.rdoproject.org/r/#/c/3192/ is not ready for merge, changelog entries are inconsistent | 21:04 |
number80 | seems minor but build system may refuse to build it, and rpmlint will scream about it :) | 21:05 |
number80 | if it were dpkg, it would yell about not the right number of spaces in some files ... | 21:05 |
*** shaunm has quit IRC | 21:08 | |
rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so http://review.rdoproject.org/r/3210 | 21:08 |
*** otavio has joined #rdo | 21:09 | |
dmsimard | It's the first time I see this yaml operator, I'm gonna have to look it up: >- | 21:10 |
*** mhu has quit IRC | 21:10 | |
otavio | sdake: hi! | 21:10 |
dmsimard | That kind of stuff sucks to google .. | 21:10 |
*** rodrigo_pereira has joined #rdo | 21:10 | |
*** sbezverk has joined #rdo | 21:11 | |
sdake | folks - we see a problem with *where* swift-object-expirer is packaged | 21:11 |
sdake | it is apparently packaged in the swift-proxy package | 21:11 |
sdake | ocis that correct? | 21:11 |
sdake | otavio that is ^^ | 21:11 |
otavio | and it should be on swift-object | 21:11 |
otavio | sdake: yes, this is the problem we are seeing | 21:12 |
dmsimard | "Empty Scalar Chomping" | 21:12 |
dmsimard | sdake: 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.spec | 21:13 |
sdake | any ideas how otavio can go about fixing this? | 21:13 |
sdake | object expirer has nothing to do with proxy: https://github.com/rdo-packages/swift-distgit/blob/rpm-master/openstack-swift.spec#L349-L351 | 21:14 |
otavio | sdake: agreed and it belongs to object, in my opinion. | 21:14 |
sdake | otavio a google search can probably turn up how toget a new package spun - not sure if rdo uses git pull or gerrit or what | 21:14 |
dmsimard | I 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.org | 21:14 |
sdake | otavio apologies for the delay in understanding what you were getting at | 21:14 |
otavio | sdake: I am not really used to RPM but is there a bug system? | 21:15 |
dmsimard | If you're not able to fix the issue, please open a bug on https://bugzilla.redhat.com/ -> RDO -> openstack-swift | 21:15 |
otavio | dmsimard: it is fine if you can look later | 21:15 |
sdake | otavio there is a bug link above ^ ;) | 21:15 |
dmsimard | otavio: do file a bug, otherwise I will easily forget about it | 21:15 |
sdake | otavio probably get jammed up in that monster spec file anyway :) | 21:15 |
*** Guest68394 has quit IRC | 21:15 | |
*** Guest68394 has joined #rdo | 21:15 | |
*** Guest68394 is now known as assassin | 21:16 | |
*** Jeffrey4l_ has quit IRC | 21:16 | |
otavio | dmsimard: I will do tomorrow. I gotta pick up my wife or she kills me ;-) | 21:16 |
dmsimard | otavio: please add me on the bug: dmsimard at redhat.com | 21:16 |
*** ppalacios has joined #rdo | 21:16 | |
otavio | sdake: thx for the help | 21:17 |
*** mhu has joined #rdo | 21:17 | |
otavio | dmsimard: this needs fixing for newton and mitaka | 21:17 |
otavio | dmsimard: I will put the info in the bug | 21:17 |
*** pilasguru has quit IRC | 21:17 | |
dmsimard | otavio: sure | 21:18 |
dmsimard | ty | 21:18 |
*** KarlchenK has quit IRC | 21:20 | |
apevec | swift packaging is in focus today it seems | 21:20 |
apevec | where is zaitcev? :) | 21:21 |
*** KarlchenK has joined #rdo | 21:21 | |
number80 | cschwede is now main swift maintainer | 21:21 |
*** KarlchenK has quit IRC | 21:21 | |
*** panda is now known as panda|off | 21:21 | |
number80 | but well, I see much bigger issues coming than this one | 21:22 |
apevec | leave bigger to cschwede :) | 21:22 |
rdogerrit | David Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so http://review.rdoproject.org/r/3210 | 21:23 |
dmsimard | apevec: tripleo running with my puppet-swift patch in telnet://66.187.229.85:19885 | 21:24 |
dmsimard | I have to take off for now or my gf will kill me | 21:24 |
apevec | re. object-expirer, there might be some logic, let's review recent zaitcev's spec refactoring... | 21:25 |
sdake | dmsimard thanks for the pointer | 21:25 |
number80 | dmsimard: enjoy your evening | 21:25 |
apevec | so here we go: https://github.com/rdo-packages/swift-distgit/commit/167fed0cd09e2f1eddcd2f27faddbe865ac6335d | 21:25 |
apevec | it's actually from 2013 | 21:25 |
apevec | please before doing any changes talk to Pete | 21:26 |
sdake | apevec all that otavio is doingis filing a bug | 21:26 |
*** karimb has quit IRC | 21:26 | |
sdake | apevec i hope we can get to the bottom of that, because swift is doa as is atm in kolla | 21:26 |
number80 | I remember that, I was trolling about swift being the only openstack project reimplementing webob (swob) | 21:26 |
sdake | apevec if I dont ever have to touch another spec file it wont be too soon :) | 21:27 |
apevec | swift was and is special | 21:27 |
sdake | pancakes! | 21:27 |
*** bhavik has quit IRC | 21:28 | |
apevec | sdake, how it worked before, this part of swift spec is 2013 ? | 21:28 |
rdogerrit | David Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so http://review.rdoproject.org/r/3210 | 21:30 |
*** bhavik has joined #rdo | 21:31 | |
sdake | apevec not sure why object expirer is in proxy | 21:31 |
sdake | apevec i see the changelog on the rpm but dont understand the ratioanle | 21:32 |
sdake | maybe its a dependency thing | 21:32 |
apevec | sdake, but it's like this since 2013 so how come it breaks you only now? | 21:32 |
rdogerrit | David Moreau Simard proposed rdo-infra/ansible-role-weirdo-common: Enable nested virtualization when it is possible to do so http://review.rdoproject.org/r/3210 | 21:32 |
sdake | apevec - kolla's ci idoesn't test swift | 21:33 |
sdake | swift testing is done manually | 21:33 |
sdake | apevec maybe it was never spotted (but swift still worked) just not expiring objects | 21:33 |
sdake | when a container restarts kolla does say "oh wow a container restarted, lets raise the alarm" | 21:33 |
sdake | it fails silently i think | 21:34 |
sdake | but not sure - id ont use swift often | 21:34 |
sdake | our containers built (since we pull from the proxy iamge) | 21:34 |
sdake | but the expirer image itself is in the wrong place | 21:34 |
apevec | number80, uhm No package python-oslo-messaging available. with newton repo | 21:35 |
sdake | otavio what i don't understand is why the container is restarting with the code you have | 21:35 |
sdake | apevec fwiw, rdo works in kolla's ci gating :) | 21:35 |
apevec | excellent! | 21:35 |
sdake | which is not very advanced unfortunately | 21:35 |
sdake | but gives a good signal that things work more or less as expected | 21:36 |
sdake | not sure about stuff outside the computekit | 21:36 |
number80 | apevec: http://cbs.centos.org/koji/buildinfo?buildID=12222 | 21:36 |
apevec | yeah, I'm looking at it and am confused | 21:36 |
apevec | must be my local yum cache | 21:36 |
* apevec goes rm -rf | 21:37 | |
*** amuller has quit IRC | 21:38 | |
number80 | apevec: you're maybe looking at Ocata | 21:38 |
number80 | http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-newton/python2-oslo-messaging-5.10.0-1.el7.noarch.rpm | 21:38 |
number80 | well, it happens to me all the time :) | 21:38 |
apevec | no, it was yum not me :) | 21:39 |
apevec | double-checking my .repo now | 21:39 |
*** Pavo has quit IRC | 21:41 | |
number80 | I blame dnf because it's always dnf's fault | 21:41 |
number80 | (people who says that never read yum's code) | 21:41 |
*** Pavo has joined #rdo | 21:42 | |
apevec | it;s el7 so I can't blame dnf :) | 21:42 |
apevec | any looks like it's b/c I have some trunk rpms installed... | 21:42 |
apevec | nope | 21:43 |
apevec | wth | 21:43 |
apevec | dmsimard, 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 --save | 21:50 |
apevec | or not, gpgcheck=0 part didn't work :( | 21:51 |
*** dciabrin has joined #rdo | 21:52 | |
*** Lokesh_Jain has quit IRC | 21:52 | |
*** kozhukalov has quit IRC | 21:52 | |
*** jmelvin has quit IRC | 21:53 | |
*** ppalacios has quit IRC | 21:59 | |
*** rodrigo_pereira has quit IRC | 21:59 | |
*** jkilpatr has quit IRC | 22:00 | |
*** jkilpatr has joined #rdo | 22:05 | |
*** Pavo has quit IRC | 22:11 | |
*** Pavo has joined #rdo | 22:15 | |
rdogerrit | Merged rdo-infra/ansible-role-weirdo-common: Move package installation to setup http://review.rdoproject.org/r/3202 | 22:21 |
rdogerrit | Merged rdo-infra/ansible-role-weirdo-puppet-openstack: Merge all tasks into main.yml http://review.rdoproject.org/r/3200 | 22:22 |
*** Lokesh_Jain has joined #rdo | 22:22 | |
*** kozhukalov has joined #rdo | 22:23 | |
*** absubram has quit IRC | 22:24 | |
*** null_ref has quit IRC | 22:30 | |
*** arxcruz has quit IRC | 22:31 | |
*** arxcruz has joined #rdo | 22:32 | |
*** fultonj has quit IRC | 22:33 | |
*** toanju has quit IRC | 22:43 | |
*** martinkopec has joined #rdo | 22:44 | |
*** ohochman has left #rdo | 22:44 | |
*** sdake has quit IRC | 22: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.html | 22:48 |
*** komputes has quit IRC | 22:50 | |
*** komputes has joined #rdo | 22:52 | |
*** rhallisey has quit IRC | 22:53 | |
*** apevec has quit IRC | 22:55 | |
*** Lokesh_Jain has quit IRC | 22:57 | |
*** kozhukalov has quit IRC | 22:59 | |
*** pilasguru has joined #rdo | 23:00 | |
*** aortega has joined #rdo | 23:02 | |
*** apevec has joined #rdo | 23:07 | |
*** apevec has quit IRC | 23:07 | |
*** apevec has joined #rdo | 23:07 | |
*** aortega has quit IRC | 23:14 | |
rdogerrit | Alan Pevec proposed openstack/swift-distgit: Introduce proxy-ceilometer subpackage http://review.rdoproject.org/r/3204 | 23:22 |
apevec | EmilienM, dmsimard, number80 ^ compromise | 23:22 |
apevec | this still requires some changes in puppet-swift or puppet-tripleo, not sure where/what | 23:23 |
*** Goneri has quit IRC | 23:23 | |
apevec | EmilienM, 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 version | 23:24 |
apevec | so why is that not working as advertised? | 23:26 |
*** apevec has left #rdo | 23:26 | |
*** ohochman has joined #rdo | 23:27 | |
*** martinkopec has quit IRC | 23:27 | |
*** noslzzp has quit IRC | 23:28 | |
*** Lokesh_Jain has joined #rdo | 23:28 | |
*** kozhukalov has joined #rdo | 23:29 | |
*** Pavo has quit IRC | 23:33 | |
*** Pavo has joined #rdo | 23:39 | |
*** suresh12 has quit IRC | 23:48 | |
*** suresh12 has joined #rdo | 23:49 | |
rdogerrit | Alan Pevec proposed openstack/swift-distgit: Add ceilometermiddleware dependency to swift proxy http://review.rdoproject.org/r/3204 | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!