*** stingrayza has joined #openstack-ansible | 00:22 | |
*** also_stingrayza has quit IRC | 00:23 | |
*** threestrands has joined #openstack-ansible | 00:43 | |
openstackgerrit | Brin Zhang proposed openstack/openstack-ansible master: Bump hacking min version to 3.0.1 https://review.opendev.org/728730 | 01:03 |
---|---|---|
openstackgerrit | Brin Zhang proposed openstack/openstack-ansible master: Fix hacking min version to 3.0.1 https://review.opendev.org/728730 | 01:36 |
*** spatel has quit IRC | 03:40 | |
*** udesale has joined #openstack-ansible | 03:58 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-ansible | 04:33 | |
ChosSimbaOne | Good morning. | 06:14 |
*** spikysnow has quit IRC | 06:46 | |
*** gkadam has joined #openstack-ansible | 07:04 | |
*** gkadam has quit IRC | 07:05 | |
*** yolanda has joined #openstack-ansible | 07:07 | |
*** tosky has joined #openstack-ansible | 07:22 | |
*** evrardjp has quit IRC | 07:28 | |
*** rpittau|afk is now known as rpittau | 07:29 | |
*** evrardjp has joined #openstack-ansible | 07:30 | |
*** cp- has quit IRC | 07:31 | |
*** cp- has joined #openstack-ansible | 07:32 | |
*** pcaruana has quit IRC | 07:51 | |
jrosser | morning | 08:05 |
*** threestrands has quit IRC | 08:13 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-repo_server stable/stein: Fix repo_server always requiring git https://review.opendev.org/728776 | 08:16 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: [ussuri][goal] Update contributor documentation https://review.opendev.org/727460 | 08:19 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: [ussuri][goal] Update contributor documentation https://review.opendev.org/727462 | 08:19 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: [ussuri][goal] Update contributor documentation https://review.opendev.org/727402 | 08:20 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-hardening master: Add Centos-8 support https://review.opendev.org/709460 | 08:35 |
*** sshnaidm|off has joined #openstack-ansible | 08:47 | |
*** sshnaidm|off is now known as sshnaidm | 08:47 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-hardening master: Add Centos-8 support https://review.opendev.org/709460 | 09:04 |
*** jbadiapa has joined #openstack-ansible | 09:21 | |
*** gshippey has joined #openstack-ansible | 09:22 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-tests master: Deploy modern ara for py3 deployments https://review.opendev.org/728259 | 09:40 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: networking-ovn is now integrated into neutron https://review.opendev.org/728804 | 09:50 |
*** rpittau is now known as rpittau|bbl | 10:06 | |
*** jbadiapa has quit IRC | 10:08 | |
*** drokath has joined #openstack-ansible | 10:19 | |
*** pcaruana has joined #openstack-ansible | 10:21 | |
jrosser | dmsimard: should we expect newer ARA to work on centos 7? https://zuul.opendev.org/t/openstack/build/cd4e4751b0504ca2a51c8662cf776b03 | 10:49 |
kleini | What would be the best approach with OSA for central collection of log files? | 11:10 |
*** watersj has quit IRC | 11:11 | |
*** udesale_ has joined #openstack-ansible | 11:40 | |
jrosser | kleini: everyone has their favourite 'best' here :) we have some stuff for basic rsyslog forwarding, but thats of limited use these days with everything going to journals | 11:42 |
jrosser | there is also journal forwarding to one of the log hosts using native systemd journal forwarding | 11:42 |
jrosser | or you can pick up something like the ELK stack which we have code for here https://github.com/openstack/openstack-ansible-ops/tree/master/elk_metrics_7x | 11:43 |
*** udesale has quit IRC | 11:43 | |
kleini | that sounds great. ELK was my first idea, too. will try to utilize that. | 11:57 |
jrosser | kleini: my team had put loads of that code in so if you are stuck please ask | 12:00 |
jrosser | i suspect the documentation might not have kept up with the code in places | 12:00 |
jrosser | for our lab putting ELK on 3 dedicated log nodes was fine, but for a prod env we've made something quite a lot larger than that | 12:01 |
*** watersj has joined #openstack-ansible | 12:02 | |
*** rpittau|bbl is now known as rpittau | 12:12 | |
*** rh-jelabarre has joined #openstack-ansible | 12:12 | |
*** pcaruana has quit IRC | 12:14 | |
kleini | My production is currently just 10 compute nodes. ELK on containerized log hosts on 3 infra nodes should be hopefully sufficient | 12:17 |
watersj | kleini, for storage you using ceph. How many nodes and how much storage if I may ask | 12:18 |
drokath | @kleini By any chance did you do any offline installs ? (I will set up a dev environment for my team in the comming month, but the company i work for does not allow proxing to the outside) | 12:22 |
kleini | watersj, that is a separate cluster not managed by OSA. just handcrafted. 6 nodes, 5 MONs, 36 OSDs, 64TB total space, somehow bonded gigabit networking running ancient Jewel version | 12:24 |
kleini | drokath, unfortunately my company is ruthlessly open, so I did not have to do an offline install. | 12:25 |
*** pcaruana has joined #openstack-ansible | 12:26 | |
drokath | Ahah paradise ^^ | 12:26 |
jrosser | drokath: i do something very close to an offline install | 12:27 |
drokath | jrosser: so how did you manage the python dependencies ? so far i see i can clone all repo as bare localy along side a "reposync" for rpm dependencies. | 12:30 |
jrosser | we use an instance of devpi-server for that | 12:31 |
jrosser | ultimately you'll need some way to either allow that to have external access, or to somehow bootstrap it full of packages | 12:31 |
*** evrardjp has quit IRC | 12:36 | |
dmsimard | jrosser: it can work on EL7 but pretty hacky, can't support it I'm afraid | 12:36 |
jrosser | dmsimard: should we pin back to a particular version for EL7? | 12:37 |
dmsimard | 0.x will work, 1.x not really | 12:37 |
jrosser | ok cool, i'll take a look at adding some logic for < centos8 | 12:38 |
dmsimard | Main issues are py3 requirements and an out-of-date sqlite | 12:38 |
dmsimard | Some people are installing an older version of django to workaround the sqlite error but I can't recommend that | 12:39 |
drokath | jrosser: Alright thank you for the tip :-) | 12:40 |
jrosser | drokath: offline is possible - but it's not easy | 12:40 |
dmsimard | The API server runs easily in a container which can run on EL7, it's based on Fedora | 12:40 |
dmsimard | Then you'd need py3 for the callback and set it up to send the data somewhere | 12:41 |
jrosser | OSA allows you to hook into offline repos for git and python and apt and so on, but it's up to you to create an environment that provides all of those things offline | 12:41 |
drokath | And that’s okay to work a little bit. So as far as dependencies go i should set up a pip proxy (using devpi-server for python dependencies listed in requirements.txt), use reposync for getting all rpm packages, and cloning all OSA repos listed in ansible-role-requirements.yml | 12:48 |
*** evrardjp has joined #openstack-ansible | 12:49 | |
drokath | And what shoud i do about the LXC containers | 12:50 |
jrosser | you can host the container image locally and override the URL in the lxc_hosts role defaults to pick that up | 12:51 |
jrosser | you need a git server as well, which you can do with the apache git module cgi | 12:52 |
jrosser | drokath: just getting the dependancies in requirements.txt is not good enough - you've got to do that recursively for all openstack services | 12:54 |
*** jbadiapa has joined #openstack-ansible | 13:03 | |
drokath | jrosser: Hum okay. So im better off setting a proxy, Bootstrapping OSA, and installing a test cluster outside the office to get all dependencies. | 13:05 |
drokath | Thank you very much for all the pointers | 13:05 |
jrosser | noonedeadpunk: i think this is needed for the stein sha bump https://review.opendev.org/#/c/728776/ | 13:09 |
*** jhesketh has quit IRC | 13:15 | |
noonedeadpunk | oh, sure | 13:17 |
noonedeadpunk | sorry, today is really awful day in some sense... like having no time for really helping out here:( | 13:17 |
noonedeadpunk | but will make up patches for our branching today for sure | 13:19 |
*** jhesketh has joined #openstack-ansible | 13:22 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update Magnum fedora image name https://review.opendev.org/727749 | 13:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-tests master: Deploy modern ara for py3 deployments https://review.opendev.org/728259 | 13:34 |
*** jhesketh has quit IRC | 13:41 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/train: Only restart rsyslog when it is installed https://review.opendev.org/728705 | 13:46 |
*** cshen has joined #openstack-ansible | 13:49 | |
watersj | what additional setting should I add so masakari monitor services are installed (instancemonitor, hostmonitor) | 13:50 |
*** d34dh0r53 has quit IRC | 13:51 | |
watersj | i copied in etc/conf.d/masakari.example | 13:51 |
*** fghaas has joined #openstack-ansible | 13:52 | |
*** d34dh0r53 has joined #openstack-ansible | 13:55 | |
*** spatel has joined #openstack-ansible | 13:56 | |
noonedeadpunk | dmsimard: should we somehow configure ara in CI to get things dispalyed like on your collection host? | 14:21 |
noonedeadpunk | I mean https://3d5f8e104b98e6ae1568-073541c2c949b4a8cbf06d070b6f5771.ssl.cf1.rackcdn.com/728259/14/check/openstack-ansible-functional-centos-8/834b08a/logs/ara-report/ is still displaying playbook name weirdly | 14:22 |
*** KeithMnemonic has joined #openstack-ansible | 14:25 | |
jrosser | noonedeadpunk: i'm not sure why it's not rendered anything | 14:36 |
jrosser | i looked at this https://github.com/ansible-community/ara/blob/72c672a0bb9140a6bb62e560ed9d019187abb5a0/tests/basic.yaml#L176 | 14:36 |
noonedeadpunk | actually logs are rendered for centos 8 | 14:38 |
noonedeadpunk | but they don't for 7 (at least they did in sqlite while supposed to be html... | 14:38 |
noonedeadpunk | and the most weird thing is the error about unrecognized arguments while report is in place | 14:39 |
noonedeadpunk | so I'm totally confused about this | 14:39 |
prometheanfire | what's the timeline for ussuri branching/release? | 14:41 |
jrosser | noonedeadpunk: oh hmm let me have another look at the logs - i attempted to make it do the old thing for centos7 | 14:42 |
noonedeadpunk | that error is for centos 8, but didn't check 7 so close... | 14:43 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/stein: Fix repo_server always requiring git https://review.opendev.org/728776 | 14:54 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Fix UEFI boot support https://review.opendev.org/728709 | 15:03 |
dmsimard | noonedeadpunk: not at a computer right now but that change might not be released yet | 15:06 |
dmsimard | Yeah: https://github.com/ansible-community/ara/commit/fb898cc4b3508fb890d6cde236cc3ce0a42799c6 | 15:06 |
dmsimard | Probably due for a 1.4.1 | 15:07 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/728694 | 15:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Cleanup after repo_build and pip_install retirement https://review.opendev.org/727428 | 15:23 |
*** gyee has joined #openstack-ansible | 15:42 | |
*** d34dh0r53 has quit IRC | 15:46 | |
*** d34dh0r53 has joined #openstack-ansible | 15:56 | |
*** pcaruana has quit IRC | 15:58 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_hosts master: CentOS 8 support https://review.opendev.org/709455 | 16:02 |
*** rpittau is now known as rpittau|afk | 16:06 | |
*** pcaruana has joined #openstack-ansible | 16:10 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-nspawn_container_create master: Ensure that facts are gathered for newly created containers https://review.opendev.org/728945 | 16:25 |
*** cshen has quit IRC | 16:37 | |
*** udesale_ has quit IRC | 16:41 | |
noonedeadpunk | jrosser: I'm resolving exact same issue for ^ with https://review.opendev.org/#/c/728052/ | 16:44 |
noonedeadpunk | or not... | 16:44 |
jrosser | the vars inclusion in systemd_service is breaking, and i just did a sandbox here and there are only very minimal facts for the functional test containers at the point it calls systemd_service | 16:51 |
jrosser | ansible_distribution<blah> is all missing, not sure how it worked before tbh | 16:51 |
noonedeadpunk | So I think like https://review.opendev.org/#/c/728052/3/playbooks/containers-nspawn-create.yml should also gather facts for them before even including role... | 16:55 |
noonedeadpunk | But okay, maybe it's different | 16:55 |
jrosser | i think this is duplicating the facts gathering in the middle of that playbook, but i feel its needed in the role to make the functional tests work | 17:00 |
jrosser | also nspawn_container_create is one gigantic tasks/main.yml 8-O | 17:01 |
*** cshen has joined #openstack-ansible | 17:09 | |
*** cshen has quit IRC | 17:13 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova stable/train: Fix UEFI boot support https://review.opendev.org/728969 | 17:52 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Do not rebuild initramfs for containers https://review.opendev.org/728995 | 18:52 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-nspawn_container_create master: Ensure that facts are gathered for newly created containers https://review.opendev.org/728945 | 18:53 |
*** also_stingrayza has joined #openstack-ansible | 18:53 | |
*** stingrayza has quit IRC | 18:56 | |
*** d34dh0r53 has quit IRC | 18:59 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-nspawn_hosts master: Create temporary /tmp for debian https://review.opendev.org/728997 | 19:02 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-nspawn_container_create master: Ensure that facts are gathered for newly created containers https://review.opendev.org/728945 | 19:03 |
*** rmcall has joined #openstack-ansible | 19:03 | |
*** djhankb6 has joined #openstack-ansible | 19:04 | |
*** djhankb has quit IRC | 19:06 | |
*** djhankb6 is now known as djhankb | 19:06 | |
*** redrobot has joined #openstack-ansible | 19:07 | |
*** d34dh0r53 has joined #openstack-ansible | 19:07 | |
*** cshen has joined #openstack-ansible | 19:10 | |
*** cshen has quit IRC | 19:14 | |
*** gshippey has quit IRC | 19:23 | |
*** cshen has joined #openstack-ansible | 19:24 | |
*** NewJorg has quit IRC | 19:57 | |
*** NewJorg has joined #openstack-ansible | 19:58 | |
*** cshen has quit IRC | 20:10 | |
*** cshen has joined #openstack-ansible | 20:38 | |
*** fghaas has left #openstack-ansible | 20:39 | |
*** cshen has quit IRC | 20:42 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Do not rebuild initramfs for containers https://review.opendev.org/728995 | 21:37 |
*** sshnaidm is now known as sshnaidm|afk | 22:00 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Do not rebuild initramfs for containers https://review.opendev.org/728995 | 22:01 |
*** threestrands has joined #openstack-ansible | 22:06 | |
*** spatel has quit IRC | 22:07 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-nspawn_hosts master: Use root user for apt tasks in debian buster https://review.opendev.org/728997 | 22:23 |
*** cshen has joined #openstack-ansible | 22:38 | |
*** cshen has quit IRC | 22:44 | |
*** drokath has quit IRC | 23:04 | |
*** yolanda has quit IRC | 23:36 | |
*** tosky has quit IRC | 23:39 | |
*** spatel has joined #openstack-ansible | 23:41 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!