*** thorst has joined #openstack-ansible | 00:25 | |
*** thorst has quit IRC | 00:30 | |
*** thorst has joined #openstack-ansible | 00:37 | |
*** thorst has quit IRC | 00:48 | |
*** thorst has joined #openstack-ansible | 00:49 | |
*** thorst has quit IRC | 00:49 | |
*** markvoelker has joined #openstack-ansible | 01:18 | |
*** markvoelker has quit IRC | 01:53 | |
*** schwicht has quit IRC | 02:25 | |
*** thorst has joined #openstack-ansible | 02:25 | |
*** thorst has quit IRC | 02:30 | |
*** markvoelker has joined #openstack-ansible | 02:49 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: [WIP] Run munin on gate node https://review.openstack.org/491005 | 03:04 |
---|---|---|
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 03:11 |
*** markvoelker has quit IRC | 03:11 | |
*** goldenfri has quit IRC | 03:14 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 03:14 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server master: [WIP] Allow external restart handler orchestration https://review.openstack.org/491211 | 03:27 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 03:28 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: [WIP] Implement galera restarts in playbook https://review.openstack.org/491212 | 03:30 |
logan- | might be an interesting pattern if it works ^ | 03:31 |
logan- | quite a bit of task duplication though :/ | 03:32 |
SamYaple | logan-: you can actually do quite a bit of galera restarts (including full cluster power outage recovery) *without* SST, just doing IST | 03:33 |
SamYaple | its a bit tough to get right though | 03:33 |
logan- | gotcha | 03:34 |
logan- | maybe you could give the role some better restarting capabilities :) | 03:35 |
logan- | its definitely one of them that needs some fixups currently | 03:36 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Add the ansible-ceph-defaults role https://review.openstack.org/490476 | 03:43 |
SamYaple | logan-: im about to do all the galera cleverness for the new job in saltstack. might be able to help | 03:44 |
SamYaple | i need to update kolla to do the same stuff too which should be very similiar to the needed OSA code | 03:44 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 03:45 |
cloudnull | logan-: cool! | 03:51 |
logan- | ansible could really benefit from a pre_handlers/post_handlers playbook feature | 03:53 |
logan- | to inject handlers before/after the role/tasks lists | 03:53 |
SamYaple | that would be cool | 03:54 |
logan- | https://github.com/ansible/ansible/issues/27813 | 04:03 |
dmsimard | logan-: the two OSA jobs in ARA are super unstable right now :( | 04:05 |
dmsimard | considering making them non-voting for a while | 04:05 |
logan- | hmm | 04:06 |
logan- | what's up | 04:06 |
dmsimard | either it's the repository stuff mhayden added recently or it's because OSIC is out | 04:06 |
logan- | i have seen an uptick in build timeouts since osic left | 04:06 |
dmsimard | logan-: just look at this review just for updating a git review.. https://review.openstack.org/#/c/491029/ | 04:06 |
dmsimard | logan-: either one of the two OSA job timeouts, but I've also seen a pyopenssl issue with bindep on the centos one | 04:07 |
dmsimard | it sucks because there's like 50% chance of failure, twice (when doing recheck is has 50% of failing in check, 50% of failing in gate..) | 04:07 |
dmsimard | and I have this large tree of patches to land | 04:07 |
logan- | yuck | 04:10 |
logan- | lots of centos timeouts in there | 04:10 |
dmsimard | I've seen Ubuntu time out as well | 04:10 |
dmsimard | but yeah it's mostly centos | 04:11 |
logan- | http://logs.openstack.org/29/491029/1/check/gate-ara-integration-openstack-ansible-func-ubuntu-xenial/8d344bb/console.html#_2017-08-06_03_07_20_941422 ubuntu takes like 30 seconds to install pip packages here | 04:14 |
logan- | http://logs.openstack.org/29/491029/1/gate/gate-ara-integration-openstack-ansible-func-centos-7/d302dba/console.html#_2017-08-06_01_36_37_204727 centos takes 3 minutes | 04:15 |
logan- | :/ | 04:15 |
dmsimard | one is rax ord, other is rax dfw | 04:15 |
dmsimard | not sure if it makes a difference | 04:16 |
logan- | right | 04:16 |
dmsimard | going to bed for now, hopefully some -infra cores can make the jobs non-voting so I can start landing stuff while we figure out what is the actual issue | 04:16 |
logan- | yeah | 04:16 |
dmsimard | these jobs used to finish in like under 20 minutes | 04:16 |
logan- | wow | 04:17 |
logan- | :( | 04:17 |
dmsimard | ok, maybe not, but not so much | 04:17 |
dmsimard | examples https://review.openstack.org/#/c/485862/ https://review.openstack.org/#/c/486361/ | 04:18 |
logan- | yeah looking thru ubuntu in that review it passes every time around 27-30 it looks like. i wouldnt doubt it used to push ~20 on osic | 04:18 |
dmsimard | it looks like that centos job did get close to the ~1hr timeout | 04:18 |
dmsimard | maybe the timeout needs to be increased to 90 minutes | 04:18 |
logan- | fwiw osa has been hitting more timeouts than i usually see today also. https://review.openstack.org/#/c/491195/ increasing your timeout is reasonably likely to get things moving id think. | 04:21 |
*** thorst has joined #openstack-ansible | 04:27 | |
*** thorst has quit IRC | 04:32 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 04:32 |
cloudnull | sads -- https://twitter.com/cloudnull/status/893569974844968964 -- | 04:33 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 04:40 |
*** woodard has joined #openstack-ansible | 05:02 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:06 |
*** woodard has quit IRC | 05:07 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 05:12 |
*** tholiv has joined #openstack-ansible | 05:13 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:15 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:22 |
*** tholiv has quit IRC | 05:24 | |
*** tholiv has joined #openstack-ansible | 05:26 | |
SamYaple | cloudnull: https://review.openstack.org/#/c/491196/ :( | 05:41 |
*** woodard has joined #openstack-ansible | 06:04 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Run ARA only if enabled https://review.openstack.org/491225 | 06:05 |
*** woodard has quit IRC | 06:08 | |
*** thorst has joined #openstack-ansible | 06:28 | |
*** thorst has quit IRC | 06:33 | |
*** pcaruana has joined #openstack-ansible | 06:58 | |
*** woodard has joined #openstack-ansible | 07:04 | |
*** woodard has quit IRC | 07:09 | |
*** tholiv has quit IRC | 07:16 | |
*** tholiv has joined #openstack-ansible | 07:17 | |
*** tholiv has quit IRC | 07:17 | |
*** tholiv has joined #openstack-ansible | 07:18 | |
*** tholiv has quit IRC | 07:19 | |
*** tholiv has joined #openstack-ansible | 07:19 | |
*** tholiv has quit IRC | 07:20 | |
*** tholiv has joined #openstack-ansible | 07:21 | |
*** sxc731 has joined #openstack-ansible | 07:25 | |
*** tholiv has quit IRC | 07:26 | |
*** arif-ali has quit IRC | 07:43 | |
*** tholiv has joined #openstack-ansible | 07:58 | |
*** perniciouscaffei has quit IRC | 08:02 | |
*** woodard has joined #openstack-ansible | 08:05 | |
*** woodard has quit IRC | 08:10 | |
*** arif-ali has joined #openstack-ansible | 08:10 | |
*** cshen has joined #openstack-ansible | 08:28 | |
*** thorst has joined #openstack-ansible | 08:29 | |
*** thorst has quit IRC | 08:34 | |
*** tholiv has quit IRC | 08:38 | |
*** tholiv has joined #openstack-ansible | 08:39 | |
*** tholiv has quit IRC | 08:44 | |
*** sxc731 has quit IRC | 08:59 | |
*** woodard has joined #openstack-ansible | 09:06 | |
*** woodard has quit IRC | 09:10 | |
*** cshen has quit IRC | 09:43 | |
*** cshen has joined #openstack-ansible | 09:44 | |
*** cshen has quit IRC | 09:45 | |
*** cshen has joined #openstack-ansible | 10:06 | |
*** chhavi has joined #openstack-ansible | 10:09 | |
*** cshen has quit IRC | 10:15 | |
*** thorst has joined #openstack-ansible | 10:30 | |
*** thorst has quit IRC | 10:34 | |
*** chhavi has quit IRC | 10:56 | |
*** woodard has joined #openstack-ansible | 11:07 | |
*** woodard has quit IRC | 11:13 | |
Tahvok | I'm inverstigating the reason of slow hoziron, and I've found this error on each login: Attempted scope to domain Default failed, will attemptto scope to another domain. | 11:15 |
Tahvok | The domain name however is correct | 11:15 |
Tahvok | What could be the reason? | 11:16 |
*** drifterza has joined #openstack-ansible | 11:41 | |
*** thorst has joined #openstack-ansible | 11:41 | |
*** thorst has quit IRC | 11:42 | |
*** yolanda has quit IRC | 11:42 | |
*** schwicht has joined #openstack-ansible | 11:45 | |
*** http_GK1wmSU has joined #openstack-ansible | 12:06 | |
*** http_GK1wmSU has left #openstack-ansible | 12:07 | |
*** chhavi has joined #openstack-ansible | 12:42 | |
*** woodard has joined #openstack-ansible | 13:10 | |
Tahvok | Is it possible to add ceph_client int openstack ceph client role? https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/main.yml | 13:11 |
Tahvok | This is good in cases when ceph is already deployed, and we do not wish to install it with openstack ansible. | 13:12 |
Tahvok | We only need the client on compute nodes | 13:12 |
*** woodard has quit IRC | 13:14 | |
*** thorst has joined #openstack-ansible | 13:20 | |
*** thorst has quit IRC | 13:21 | |
*** schwicht has quit IRC | 13:45 | |
*** schwicht has joined #openstack-ansible | 13:56 | |
*** schwicht has quit IRC | 14:18 | |
*** armaan has joined #openstack-ansible | 14:21 | |
*** thorst has joined #openstack-ansible | 14:26 | |
*** thorst has quit IRC | 14:31 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Add the ansible-ceph-defaults role https://review.openstack.org/490476 | 14:42 |
logan- | Tahvok: there are examples in https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/user_variables.yml for configuring ceph_client | 14:56 |
logan- | basically set your services up to use ceph, and then provide a ceph_mons list | 14:56 |
Tahvok | logan-: providing ceph_mons list will try to install ceph: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-ceph.html# | 14:57 |
Tahvok | Or am I speaking of different variable here? | 14:57 |
logan- | No adding ceph_mons to user variables will allow ceph_client to configure the services to use ceph. It won't actually install ceph on those mons, but it will connect to them over ssh to read/create cephx keychains and ceph.conf | 15:01 |
dmsimard | logan-: btw https://review.openstack.org/#/c/491247/ | 15:07 |
*** woodard has joined #openstack-ansible | 15:11 | |
logan- | neat :) | 15:14 |
*** woodard has quit IRC | 15:16 | |
*** lvdombrkr has quit IRC | 15:22 | |
*** thorst has joined #openstack-ansible | 15:27 | |
*** armaan has quit IRC | 15:29 | |
*** armaan has joined #openstack-ansible | 15:30 | |
*** thorst has quit IRC | 15:32 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Modify LXC container create to JIT create https://review.openstack.org/490976 | 15:41 |
cloudnull | SamYaple: yup. it was a sad day. | 15:41 |
cloudnull | SamYaple: https://review.openstack.org/#/c/491031/ | 15:42 |
*** chhavi has quit IRC | 15:46 | |
*** mw_ has quit IRC | 15:48 | |
*** schwicht has joined #openstack-ansible | 15:49 | |
*** cshen has joined #openstack-ansible | 15:59 | |
*** woodard has joined #openstack-ansible | 16:13 | |
*** woodard has quit IRC | 16:17 | |
*** cshen has quit IRC | 16:21 | |
*** cshen has joined #openstack-ansible | 16:21 | |
*** thorst has joined #openstack-ansible | 16:28 | |
*** thorst has quit IRC | 16:34 | |
*** cshen has quit IRC | 16:37 | |
*** ranger6 has joined #openstack-ansible | 16:42 | |
*** cshen has joined #openstack-ansible | 16:45 | |
*** armaan_ has joined #openstack-ansible | 16:48 | |
*** armaan has quit IRC | 16:48 | |
*** ranger6 has left #openstack-ansible | 16:50 | |
*** cshen has quit IRC | 17:06 | |
*** woodard has joined #openstack-ansible | 17:13 | |
*** woodard has quit IRC | 17:17 | |
*** woodard has joined #openstack-ansible | 18:14 | |
*** cshen has joined #openstack-ansible | 18:18 | |
*** woodard has quit IRC | 18:19 | |
*** cshen has quit IRC | 18:29 | |
*** thorst has joined #openstack-ansible | 18:30 | |
*** thorst has quit IRC | 18:35 | |
*** perniciouscaffei has joined #openstack-ansible | 18:58 | |
*** homerp_ has joined #openstack-ansible | 19:03 | |
*** coolj_ has joined #openstack-ansible | 19:04 | |
*** phschwartz_ has joined #openstack-ansible | 19:04 | |
*** mfisch` has joined #openstack-ansible | 19:04 | |
*** cloudkiller has joined #openstack-ansible | 19:05 | |
*** sdake_ has joined #openstack-ansible | 19:06 | |
*** asettle_ has joined #openstack-ansible | 19:06 | |
*** phschwartz has quit IRC | 19:07 | |
*** cloudnull has quit IRC | 19:07 | |
*** timsim has quit IRC | 19:07 | |
*** _nwonknu has quit IRC | 19:07 | |
*** sdake has quit IRC | 19:07 | |
*** asettle has quit IRC | 19:07 | |
*** fdegir has quit IRC | 19:07 | |
*** serverascode has quit IRC | 19:07 | |
*** homerp has quit IRC | 19:07 | |
*** coolj has quit IRC | 19:07 | |
*** mfisch has quit IRC | 19:07 | |
*** berendt has quit IRC | 19:07 | |
*** cloudkiller is now known as cloudnull | 19:07 | |
*** luzC has quit IRC | 19:09 | |
*** dankolbrs has quit IRC | 19:10 | |
*** luzC has joined #openstack-ansible | 19:11 | |
*** hybridpollo has joined #openstack-ansible | 19:12 | |
*** armaan_ has quit IRC | 19:12 | |
*** drifterza has quit IRC | 19:12 | |
*** dankolbrs has joined #openstack-ansible | 19:12 | |
*** nwonknu has joined #openstack-ansible | 19:13 | |
*** csmart has quit IRC | 19:16 | |
*** evrardjp[m] has quit IRC | 19:16 | |
*** timsim has joined #openstack-ansible | 19:18 | |
*** fdegir has joined #openstack-ansible | 19:18 | |
*** serverascode has joined #openstack-ansible | 19:18 | |
*** berendt has joined #openstack-ansible | 19:18 | |
*** serverascode has quit IRC | 19:19 | |
*** armaan has joined #openstack-ansible | 19:19 | |
*** madorn has quit IRC | 19:21 | |
*** serverascode has joined #openstack-ansible | 19:21 | |
*** madorn has joined #openstack-ansible | 19:24 | |
*** hybridpollo has quit IRC | 19:37 | |
*** hybridpollo has joined #openstack-ansible | 19:37 | |
*** phealy has quit IRC | 19:48 | |
*** cshen has joined #openstack-ansible | 19:50 | |
*** schwicht has quit IRC | 19:53 | |
*** woodard has joined #openstack-ansible | 20:16 | |
*** woodard has quit IRC | 20:20 | |
*** thorst has joined #openstack-ansible | 20:31 | |
*** thorst has quit IRC | 20:35 | |
*** cshen has quit IRC | 20:37 | |
*** cshen has joined #openstack-ansible | 20:38 | |
*** agrebennikov has joined #openstack-ansible | 21:16 | |
*** hybridpollo has quit IRC | 21:16 | |
*** hybridpollo has joined #openstack-ansible | 21:16 | |
*** woodard has joined #openstack-ansible | 21:17 | |
*** csmart has joined #openstack-ansible | 21:17 | |
*** evrardjp[m] has joined #openstack-ansible | 21:17 | |
*** agrebennikov has quit IRC | 21:20 | |
*** armaan has quit IRC | 21:20 | |
*** woodard has quit IRC | 21:21 | |
*** cshen has quit IRC | 21:55 | |
*** woodard has joined #openstack-ansible | 22:17 | |
*** woodard has quit IRC | 22:22 | |
*** thorst has joined #openstack-ansible | 22:32 | |
*** thorst has quit IRC | 22:37 | |
*** asura has quit IRC | 22:48 | |
*** asura has joined #openstack-ansible | 22:53 | |
*** woodard has joined #openstack-ansible | 23:18 | |
*** woodard has quit IRC | 23:22 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!