*** daneyon has joined #openstack-ansible | 00:08 | |
*** darrenc is now known as darrenc_afk | 00:12 | |
*** sacharya has joined #openstack-ansible | 00:13 | |
*** darrenc_afk is now known as darrenc | 00:22 | |
*** mahito has joined #openstack-ansible | 00:23 | |
*** sdake has quit IRC | 00:29 | |
*** javeriak has quit IRC | 00:36 | |
*** sacharya has quit IRC | 00:45 | |
*** mahito_ has joined #openstack-ansible | 01:36 | |
*** mahito has quit IRC | 01:40 | |
*** mahito_ has quit IRC | 01:56 | |
*** mahito has joined #openstack-ansible | 01:58 | |
openstackgerrit | Jimmy McCrory proposed stackforge/os-ansible-deployment: Avoid restarting RabbitMQ server unnecessarily https://review.openstack.org/175246 | 02:04 |
---|---|---|
*** britthou_ has quit IRC | 02:13 | |
*** britthouser has joined #openstack-ansible | 02:13 | |
*** stevemar has joined #openstack-ansible | 02:14 | |
*** sdake has joined #openstack-ansible | 02:21 | |
*** sdake has quit IRC | 03:23 | |
openstackgerrit | Jimmy McCrory proposed stackforge/os-ansible-deployment: Avoid restarting RabbitMQ server unnecessarily https://review.openstack.org/175253 | 03:25 |
*** ishant has joined #openstack-ansible | 04:04 | |
*** subscope has joined #openstack-ansible | 04:25 | |
*** subscope has quit IRC | 04:47 | |
*** ishant has quit IRC | 05:13 | |
*** javeriak has joined #openstack-ansible | 05:22 | |
*** ishant has joined #openstack-ansible | 05:38 | |
*** javeriak_ has joined #openstack-ansible | 06:12 | |
*** javeriak has quit IRC | 06:14 | |
*** stevemar has quit IRC | 06:40 | |
*** stevemar has joined #openstack-ansible | 06:54 | |
*** subscope has joined #openstack-ansible | 07:10 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175279 | 07:17 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Bump the tempest defcore repository version to master https://review.openstack.org/174983 | 07:20 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175024 | 08:00 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174884 | 08:01 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174890 | 08:01 |
*** stevemar has quit IRC | 08:06 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Avoid restarting RabbitMQ server unnecessarily https://review.openstack.org/175246 | 08:28 |
*** mahito has quit IRC | 08:34 | |
*** ishant has quit IRC | 09:28 | |
*** javeriak_ has quit IRC | 09:59 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175279 | 11:00 |
svg | What's the reasoning behind the ssh_retry.py connection plugin? | 12:23 |
odyssey4me | svg it automatically retries connections within the ansible pipeline when ansible fails to connect on the first attempt | 12:25 |
svg | the question is, why is this needed in this project? | 12:25 |
odyssey4me | it's not essential for production in any way, as you're able to simply re-run the playbook if you want to - but for gate testing and similar automation it's useful | 12:25 |
odyssey4me | we've submitted a PR for it upstream, but it's yet to be merged | 12:26 |
svg | I'm seeing sometimes containers that aren't properly started, so I thought perhaps that was one of the reasons | 12:26 |
odyssey4me | and it is no longer in this project - it got removed from master before the kilo tag was cut - it's only in the juno/icehouse branches for legacy | 12:26 |
svg | ah ok | 12:27 |
odyssey4me | svg nope, the plugin only affects ansible connecting to a target - it doesn't affect the target host at all as it only runs on the ansible host | 12:27 |
svg | yes, bbut if a container takes some more time to be available, that might have been a workaround | 12:30 |
svg | rebooting the metal host, I noticed it sometimes took quite a while for the containers to come up | 12:30 |
svg | at one time, they came 'up' quickly, but ssh wan't properly started - I had to restart it on a bunch of containers to be able to contact the container | 12:31 |
*** jaypipes has joined #openstack-ansible | 12:33 | |
odyssey4me | svg that wasn't the purpose, the issue we found was that the ssh connections would fail sometimes regardless of the fact that openssh-server was listening and the target was fully running... it was to workaround an intermittent failure. What you're seeing is not something we've heard of before, so if you get to the bottom of it it'd be great to know what solved it. | 12:40 |
odyssey4me | By the way, which branch/tag did you build from again? | 12:40 |
svg | juno | 12:40 |
svg | 10.1.2 | 12:40 |
odyssey4me | You may wish to take a look at the updates in 10.1.3 and 10.1.4 will also be released in the next few weeks. Some of those updates may assist with issues you find. | 12:42 |
svg | I'm doing a full bare deploy nog with 10.1.2 (with my ceph patch), and will test upgrading to 10.1.3 etc after that | 12:50 |
svg | see, just got the issue again right now: | 12:50 |
svg | failed: [dc1-rk4-ch1-bl1_neutron_server_container-11315017] => {"elapsed": 180, "failed": true} | 12:50 |
svg | msg: Timeout when waiting for 10.16.9.188:22 | 12:50 |
svg | When manually ssh-ing into that container, it fails too, and after a second try (where i added -v), it suddenly works | 12:51 |
svg | :-s | 12:51 |
odyssey4me | that does sound similar to what we used ssh_retry to workaround | 12:51 |
*** sdake has joined #openstack-ansible | 12:56 | |
*** KLevenstein has joined #openstack-ansible | 13:01 | |
cloudnull | mornings | 13:38 |
mattt | miguelgrinberg: can you ping me when you're online? | 13:40 |
mattt | cloudnull: morning! | 13:40 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:42 | |
cloudnull | hows it mattt :) | 13:44 |
odyssey4me | svg it may be an idea to actually add some sort of port/wait/retry check before trying to access the containers. | 13:44 |
odyssey4me | o/ cloudnull top o' the morning to ya | 13:45 |
cloudnull | pip pip ta! | 13:45 |
odyssey4me | cloudnull just fyi - it would seem to me that the rsyslog server may not actually be implementing a listening rsyslog and storing the logs | 13:51 |
*** Mudpuppy has joined #openstack-ansible | 13:57 | |
*** Mudpuppy has quit IRC | 13:58 | |
*** Mudpuppy has joined #openstack-ansible | 13:59 | |
odyssey4me | cloudnull I'm not seeing any logs on the rsyslog server in /var/log/rsyslog, which is why I think we have a bug there | 13:59 |
*** sdake has quit IRC | 13:59 | |
cloudnull | odyssey4me is that for the AIO ? | 14:05 |
odyssey4me | cloudnull yup | 14:05 |
cloudnull | looks like it not being deployed https://github.com/stackforge/os-ansible-deployment/blob/master/scripts/run-playbooks.sh#L82-L84 | 14:05 |
*** sdake has joined #openstack-ansible | 14:05 | |
odyssey4me | cloudnull hah, good find | 14:05 |
cloudnull | but it is when you call the meta play https://github.com/stackforge/os-ansible-deployment/blob/master/playbooks/setup-infrastructure.yml#L21 | 14:06 |
cloudnull | so thats my bad, | 14:06 |
cloudnull | seems i forgot to update the gate scripts. | 14:06 |
odyssey4me | ok, I was using run-playbooks, so easy fix :) | 14:06 |
cloudnull | do we have an open bug for that ? | 14:06 |
odyssey4me | cloudnull not yet, I was just trying to sanity check my findings before doing so | 14:07 |
odyssey4me | I need to afk for a bit - can you sort it out quickly? | 14:07 |
odyssey4me | odd though, I just ran the rsyslog-install play and still nothing | 14:09 |
odyssey4me | the only config in place is /etc/rsyslog.d/50-default.conf | 14:09 |
odyssey4me | bbiab | 14:10 |
*** jwagner_away is now known as jwagner | 14:14 | |
*** alextric_ is now known as alextrcitiy | 14:18 | |
*** sdake has quit IRC | 14:21 | |
*** sdake has joined #openstack-ansible | 14:23 | |
*** daneyon_ has joined #openstack-ansible | 14:24 | |
*** sdake_ has joined #openstack-ansible | 14:24 | |
*** daneyon has quit IRC | 14:26 | |
*** sdake has quit IRC | 14:28 | |
cloudnull | odyssey4me i'll file the issue and trackdown the issues. | 14:34 |
*** stevemar has joined #openstack-ansible | 14:39 | |
*** sdake has joined #openstack-ansible | 14:44 | |
alextrcitiy | nice workaround: https://github.com/stackforge/os-ansible-deployment/blob/f3d2e15256b5be7f995b0587fbb6e672e4945fe1/playbooks/roles/os_nova/handlers/main.yml#L28 | 14:47 |
alextrcitiy | just saying ;0 | 14:47 |
alextrcitiy | :)* | 14:47 |
*** sdake_ has quit IRC | 14:47 | |
alextrcitiy | Beats writing a different task for each service | 14:47 |
openstackgerrit | Serge van Ginderachter proposed stackforge/os-ansible-deployment: [WIP] first shot at implementing Ceph/RBD support https://review.openstack.org/173229 | 14:54 |
openstackgerrit | Miguel Alejandro Cantu proposed stackforge/os-ansible-deployment: Implement Ceilometer[WIP] https://review.openstack.org/173067 | 14:57 |
alextrcitiy | Oh dang we have a kilo branch now | 14:57 |
alextrcitiy | I'll submit this for kilo | 14:57 |
svg | Hmz, seems I shouldn't have rebased that updated 3rd patch? https://review.openstack.org/#/c/173229/ | 14:58 |
odyssey4me | alextrcitiy the approach in general would be to proposed initially to master, then backported to kilo/etc | 15:01 |
alextrcitiy | odyseey4me: Will do :) | 15:01 |
cloudnull | svg you can rebase to your hearts desire :) | 15:01 |
svg | cloudnull: well, looking at the diff etween 2 and 3 (taking 2 as base) there's a bunch of changes from the main branch | 15:02 |
svg | so not easy to see the difference between 1 and 3 or 2 and 3 | 15:07 |
*** sacharya has joined #openstack-ansible | 15:21 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Adds rsyslog-install.yml in to the gate scripts. https://review.openstack.org/175450 | 15:30 |
cloudnull | odyssey4me ^ | 15:30 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Adds rsyslog-install.yml in to the gate scripts. https://review.openstack.org/175455 | 15:35 |
*** jlvillal has quit IRC | 15:52 | |
*** jlvillal has joined #openstack-ansible | 15:52 | |
*** Bjoern___ has joined #openstack-ansible | 15:52 | |
*** sdake_ has joined #openstack-ansible | 15:57 | |
*** sdake has quit IRC | 16:00 | |
*** daneyon has joined #openstack-ansible | 16:02 | |
*** sdake has joined #openstack-ansible | 16:02 | |
*** daneyon_ has quit IRC | 16:04 | |
*** sdake_ has quit IRC | 16:05 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175279 | 16:05 |
svg | the kilo branch contains metal/common/filter_plugins/ipaddr.pyc metal/common/lookup_plugins/dig.pyc | 16:11 |
svg | is that an error? | 16:11 |
svg | sound slike something forgotten to erase, I see | 16:12 |
sigmavirus24 | svg: try "git clean -f" | 16:13 |
odyssey4me | svg I'm not seeing those? | 16:14 |
svg | git clean -f doesnt delete them | 16:14 |
svg | ouch | 16:15 |
* svg slaps himsef with a large trout | 16:16 | |
sigmavirus24 | Oh if they're ignored you might need to do -X with -f | 16:17 |
sigmavirus24 | e.g., git clean -Xf | 16:17 |
cloudnull | hahahaha | 16:17 |
*** sdake has quit IRC | 16:23 | |
*** sdake has joined #openstack-ansible | 16:25 | |
alextrcitiy | Do i have to do anything special to use default role variables across different roles? | 16:48 |
alextrcitiy | i.e using ceilometer default role variables in the swift role | 16:48 |
cloudnull | alextrcitiy you'd have to make set the value in the group_vars/all.yml | 16:50 |
cloudnull | for all of the roles that you want to impact. | 16:50 |
alextrcitiy | cloudnull: I see. Thanks :) | 16:51 |
*** sdake_ has joined #openstack-ansible | 16:57 | |
*** sdake has quit IRC | 17:00 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Revert heat's keystone_authtoken configuration https://review.openstack.org/175449 | 17:01 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Revert heat's keystone_authtoken configuration https://review.openstack.org/175488 | 17:05 |
cloudnull | palendae d34dh0r53 : can you do the need full's on those two patches ^ | 17:05 |
*** sdake has joined #openstack-ansible | 17:06 | |
alextrcitiy | andymccr: Did you do some work on the swift plays? | 17:07 |
alextrcitiy | andymccr: I'm wondering if you know anything about adding swift system users through the play | 17:08 |
alextrcitiy | Or a task rather | 17:08 |
*** sdake_ has quit IRC | 17:09 | |
*** daneyon_ has joined #openstack-ansible | 17:11 | |
*** daneyon has quit IRC | 17:12 | |
palendae | cloudnull: Looks like needfuls have been done | 17:13 |
openstackgerrit | Miguel Alejandro Cantu proposed stackforge/os-ansible-deployment: Implement Ceilometer[WIP] https://review.openstack.org/173067 | 17:23 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Adds rsyslog-install.yml in to the gate scripts. https://review.openstack.org/175450 | 17:26 |
*** javeriak has joined #openstack-ansible | 18:05 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Adds rsyslog-install.yml in to the gate scripts. https://review.openstack.org/175455 | 18:11 |
*** sdake_ has joined #openstack-ansible | 18:14 | |
*** sdake has quit IRC | 18:18 | |
*** jmccrory_ has joined #openstack-ansible | 18:27 | |
*** sdake has joined #openstack-ansible | 18:30 | |
*** galstrom_zzz is now known as galstrom | 18:31 | |
openstackgerrit | Mark DeVerter proposed stackforge/os-ansible-deployment: Adds dhcp_domain to dhcp_agent.ini https://review.openstack.org/175527 | 18:31 |
*** sdake_ has quit IRC | 18:34 | |
openstackgerrit | Ian Cordasco proposed stackforge/os-ansible-deployment: Adds dhcp_domain to dhcp_agent.ini https://review.openstack.org/175527 | 18:35 |
*** galstrom is now known as galstrom_zzz | 18:41 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Revert heat's keystone_authtoken configuration https://review.openstack.org/175488 | 18:52 |
andymccr | alextrcitiy: sure, the swift user/group should get added as a task in the swift_pre_install.yml | 18:54 |
alextrcitiy | andymccr: Sounds good. thanks for the info | 18:56 |
andymccr | haha sorry was delayed, was there an issue with it? or you just wanted to know if it happened | 18:56 |
alextrcitiy | andymccr. no worries. There is no issue. I just need to add the swift system user to the ceilometer system group as part of making swift play nicely with ceilo | 18:57 |
alextrcitiy | I should of assumed it was in pre-tasks..i guess i just wasn't thinking at the time | 18:57 |
andymccr | haha no worries, it did get moved when it was galaxified, but i think its also a lot more generic now so it'll be pretty similar to the other roles | 18:58 |
alextrcitiy | awesome | 18:58 |
alextrcitiy | thank you | 18:58 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Revert heat's keystone_authtoken configuration https://review.openstack.org/175449 | 19:01 |
*** jwagner is now known as jwagner_away | 19:50 | |
openstackgerrit | Mark DeVerter proposed stackforge/os-ansible-deployment: Adds dhcp_domain to dhcp-agent.ini https://review.openstack.org/175552 | 19:53 |
openstackgerrit | Jimmy McCrory proposed stackforge/os-ansible-deployment: Reorder common apt repo tasks https://review.openstack.org/175554 | 19:56 |
*** sacharya1 has joined #openstack-ansible | 20:07 | |
*** sacharya has quit IRC | 20:10 | |
*** JRobinson__ has joined #openstack-ansible | 20:11 | |
*** fawadkhaliq has joined #openstack-ansible | 20:19 | |
*** bilal has joined #openstack-ansible | 20:19 | |
*** sacharya1 has quit IRC | 20:35 | |
*** sacharya has joined #openstack-ansible | 20:37 | |
*** sdake_ has joined #openstack-ansible | 20:40 | |
*** sdake has quit IRC | 20:44 | |
*** sdake has joined #openstack-ansible | 20:52 | |
*** sdake_ has quit IRC | 20:56 | |
*** stevemar has quit IRC | 20:58 | |
*** bilal has quit IRC | 21:08 | |
*** JRobinson__ is now known as JRobinson__afk | 21:22 | |
*** jaypipes has quit IRC | 21:26 | |
*** Bjoern___ has quit IRC | 21:46 | |
*** Mudpuppy_ has joined #openstack-ansible | 21:54 | |
*** Mudpuppy has quit IRC | 21:57 | |
*** Mudpuppy_ has quit IRC | 21:59 | |
*** JRobinson__afk is now known as JRobinson__ | 22:00 | |
*** fawadkhaliq has quit IRC | 22:24 | |
*** jaypipes has joined #openstack-ansible | 22:37 | |
*** KLevenstein has quit IRC | 22:46 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:46 | |
*** openstackgerrit has quit IRC | 23:58 | |
*** openstackgerrit has joined #openstack-ansible | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!