*** pto has joined #openstack-ansible | 00:00 | |
*** pto has quit IRC | 00:04 | |
*** spatel has joined #openstack-ansible | 01:16 | |
*** evrardjp has quit IRC | 02:33 | |
*** evrardjp has joined #openstack-ansible | 02:33 | |
*** miloa has joined #openstack-ansible | 04:18 | |
*** miloa has quit IRC | 04:21 | |
*** spatel has quit IRC | 05:22 | |
*** pto has joined #openstack-ansible | 05:45 | |
*** halali_ has quit IRC | 05:47 | |
*** pto has quit IRC | 05:50 | |
*** halali_ has joined #openstack-ansible | 06:03 | |
*** luksky has joined #openstack-ansible | 06:09 | |
*** pto has joined #openstack-ansible | 06:14 | |
*** luksky has quit IRC | 06:17 | |
*** luksky has joined #openstack-ansible | 06:18 | |
*** halali_ has quit IRC | 06:21 | |
*** pto has quit IRC | 06:23 | |
*** pto has joined #openstack-ansible | 06:24 | |
*** pto has quit IRC | 06:41 | |
*** pto has joined #openstack-ansible | 06:44 | |
*** pto has quit IRC | 06:48 | |
*** pto has joined #openstack-ansible | 06:48 | |
*** pto_ has joined #openstack-ansible | 06:54 | |
*** pto has quit IRC | 06:58 | |
*** SiavashSardari has joined #openstack-ansible | 07:05 | |
*** andrewbonney has joined #openstack-ansible | 07:07 | |
*** rpittau|afk is now known as rpittau | 07:12 | |
*** pto_ has quit IRC | 07:18 | |
*** shyamb has joined #openstack-ansible | 07:27 | |
*** shyam89 has joined #openstack-ansible | 07:28 | |
*** tosky has joined #openstack-ansible | 07:42 | |
noonedeadpunk | mornings | 07:48 |
---|---|---|
*** openstack has joined #openstack-ansible | 07:53 | |
*** ChanServ sets mode: +o openstack | 07:53 | |
jrosser | morning | 08:00 |
jrosser | the sha bump patches didn't do so well this time | 08:00 |
*** jbadiapa has joined #openstack-ansible | 08:02 | |
noonedeadpunk | yeah, buster seemed to fail a lot during weekends | 08:03 |
*** shyam89 has quit IRC | 08:05 | |
*** shyamb has quit IRC | 08:05 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** pto has joined #openstack-ansible | 08:18 | |
*** PrinzElvis has quit IRC | 08:25 | |
*** PrinzElvis has joined #openstack-ansible | 08:30 | |
noonedeadpunk | btw manila seems to be "fixed" now with https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/782244 | 08:40 |
noonedeadpunk | (centos passed 1 test and temouted to ssh spawned instance in second) | 08:41 |
noonedeadpunk | *timeouted | 08:41 |
*** openstackgerrit has joined #openstack-ansible | 08:43 | |
openstackgerrit | Martin Kopec proposed openstack/openstack-ansible-os_tempest master: DNM testing tempestconf's os_interface option https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/787940 | 08:43 |
*** shyamb has joined #openstack-ansible | 08:48 | |
*** shyam89 has joined #openstack-ansible | 08:48 | |
*** shyam89 has quit IRC | 09:03 | |
*** shyamb has quit IRC | 09:03 | |
*** shyam89 has joined #openstack-ansible | 09:03 | |
*** shyamb has joined #openstack-ansible | 09:03 | |
admin0 | morning .. after a lot of years, i am trying to to setup osa+ceph ( integrated ceph) but ran into an issue.. its a simple setup .. config is here: https://gist.githubusercontent.com/a1git/a76970bd9cea61335530f4e751cba385/raw/811ec17837f266aedee26bdd0a255ca392b1a55f/gistfile1.txt and the error (getting in ceph) is here: https://gist.githubusercontent.com/a1git/4d5cfc7a99056201bb027daf96af9455/raw/eaeb4cd0bb353e0b430b612cc155c2680c3753c8/gistfil | 09:26 |
admin0 | e1.txt | 09:26 |
admin0 | till this point, i am doing ceph separate + osa separate | 09:26 |
admin0 | but testing ceph+osa to check how it adds rgw endpoint and configs to enable swift backend to ceph | 09:27 |
*** shyam89 has quit IRC | 09:39 | |
*** shyamb has quit IRC | 09:39 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Adjust service restart handlers https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/787950 | 09:39 |
noonedeadpunk | hm, that looks like there's no IP's assigned inside ceph-mon container? | 09:42 |
noonedeadpunk | but br-mgmt seems like should be having an ip address according to your config | 09:43 |
noonedeadpunk | but you're missing ceph-mon I guess for br-storage in provider_networks | 09:44 |
noonedeadpunk | in group_binds | 09:44 |
admin0 | the file i used was openstack_user_config.yml.prod-ceph.example .. you mean i need to add something extra there ? | 09:51 |
admin0 | i will add the bind and try | 09:52 |
jrosser | admin0: that example is just an example, i'm not sure it's tested at all | 09:58 |
*** shyam89 has joined #openstack-ansible | 10:27 | |
*** shyamb has joined #openstack-ansible | 10:27 | |
jrosser | noonedeadpunk: just looking some more at the pki role | 10:28 |
jrosser | do you think that we will call this once at the start and all the certs get made | 10:28 |
jrosser | or will each service role call it as needed | 10:28 |
noonedeadpunk | I think each role should call it | 10:28 |
noonedeadpunk | because we don't know what certs do we need, in case we want role to be reusable | 10:29 |
jrosser | ok, cool | 10:29 |
noonedeadpunk | well, we probably can pass dict at the beginning in the integrated repo, but I guess it makes more sense to run from roles | 10:29 |
*** shyamb has quit IRC | 10:29 | |
jrosser | i've currently made it generate root / intermediate from any variables named pki_authorities_* | 10:30 |
*** shyamb has joined #openstack-ansible | 10:30 | |
*** shyamb has quit IRC | 10:31 | |
jrosser | and i can do the same for pki_certificates_* which can be in group_vars or wherever we want them | 10:31 |
*** shyamb has joined #openstack-ansible | 10:31 | |
jrosser | i'll try to get some prototype done quickly then we can review / iterate a bit | 10:31 |
*** shyam89 has quit IRC | 10:32 | |
*** shyam89 has joined #openstack-ansible | 10:33 | |
*** pto_ has joined #openstack-ansible | 10:34 | |
*** pto has quit IRC | 10:38 | |
*** pto_ has quit IRC | 10:39 | |
noonedeadpunk | ok, sounds good. I still haven't reviewed your previous iteration though :( will try to fix that today | 10:42 |
*** pcaruana has quit IRC | 10:45 | |
*** pcaruana has joined #openstack-ansible | 10:55 | |
*** pto has joined #openstack-ansible | 11:01 | |
*** pto has quit IRC | 11:09 | |
*** pto has joined #openstack-ansible | 11:09 | |
*** pto has quit IRC | 11:24 | |
admin0 | noonedeadpunk, .. ceph-mons have the br-storage address IPs also .. but the error output is the same | 11:26 |
noonedeadpunk | I'm wondering if just network facts are not gathered... | 11:29 |
*** pto has joined #openstack-ansible | 11:30 | |
*** shyamb has quit IRC | 11:36 | |
*** shyam89 has quit IRC | 11:36 | |
*** shyam89 has joined #openstack-ansible | 11:36 | |
*** shyamb has joined #openstack-ansible | 11:36 | |
*** SiavashSardari has joined #openstack-ansible | 11:42 | |
*** pto has quit IRC | 11:44 | |
*** pto has joined #openstack-ansible | 11:50 | |
*** pto has quit IRC | 11:55 | |
*** pto has joined #openstack-ansible | 11:56 | |
*** shyam89 has quit IRC | 12:02 | |
*** shyamb has quit IRC | 12:02 | |
*** shyamb has joined #openstack-ansible | 12:09 | |
*** shyam89 has joined #openstack-ansible | 12:09 | |
*** pto has quit IRC | 12:23 | |
*** shyam89 has quit IRC | 12:28 | |
*** shyamb has quit IRC | 12:28 | |
*** shyamb has joined #openstack-ansible | 12:29 | |
*** shyam89 has joined #openstack-ansible | 12:29 | |
*** rh-jelabarre has joined #openstack-ansible | 12:36 | |
*** rh-jelabarre has quit IRC | 12:37 | |
*** rh-jelabarre has joined #openstack-ansible | 12:37 | |
*** pto has joined #openstack-ansible | 12:40 | |
*** shyam89 has quit IRC | 12:42 | |
*** shyamb has quit IRC | 12:42 | |
*** pto has quit IRC | 12:42 | |
*** pto_ has joined #openstack-ansible | 12:42 | |
*** shyamb has joined #openstack-ansible | 12:43 | |
*** shyam89 has joined #openstack-ansible | 12:43 | |
*** shyam89 has quit IRC | 12:44 | |
*** shyamb has quit IRC | 12:44 | |
*** spatel_ has joined #openstack-ansible | 12:52 | |
*** spatel_ is now known as spatel | 12:52 | |
*** lkoranda has joined #openstack-ansible | 13:08 | |
*** sshnaidm|afk is now known as sshnaidm | 13:10 | |
*** SiavashSardari has quit IRC | 13:40 | |
*** d34dh0r53 has quit IRC | 13:48 | |
*** d34dh0r53 has joined #openstack-ansible | 13:57 | |
*** openstackgerrit has quit IRC | 14:23 | |
*** strattao has joined #openstack-ansible | 14:26 | |
*** antonym has quit IRC | 14:37 | |
*** antonym has joined #openstack-ansible | 14:39 | |
*** pcaruana has quit IRC | 14:50 | |
*** pcaruana has joined #openstack-ansible | 14:50 | |
noonedeadpunk | does anybody recall the issue with neutron-l3-agent during upgrade which resulted in `operation not permitted`? I just reme,ber there was pretty related bug, and a fix for it in neutron itself.. .But can;t find it... | 14:54 |
*** openstackgerrit has joined #openstack-ansible | 15:01 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix manila ceph caps https://review.opendev.org/c/openstack/openstack-ansible/+/787591 | 15:01 |
mgariepy | noonedeadpunk, do you rembember which release ? | 15:05 |
noonedeadpunk | I think T? | 15:05 |
*** lkoranda has quit IRC | 15:06 | |
noonedeadpunk | Like during S>T upgrade or smth like that... | 15:06 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-pki master: WIP - create certificate authorities https://review.opendev.org/c/openstack/ansible-role-pki/+/787404 | 15:07 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-pki master: WIP - Create server certificates https://review.opendev.org/c/openstack/ansible-role-pki/+/788021 | 15:07 |
*** pto has joined #openstack-ansible | 15:10 | |
*** pto_ has quit IRC | 15:13 | |
*** pto has quit IRC | 15:14 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - test PKI role https://review.opendev.org/c/openstack/openstack-ansible/+/788031 | 15:28 |
jrosser | noonedeadpunk: ^ there is enough bits in there to (hopefully) create a CA, and cut certs for haproxy and rabbitmq | 15:31 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: DNM - Test PKI role https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/788032 | 15:35 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - test PKI role https://review.opendev.org/c/openstack/openstack-ansible/+/788031 | 15:37 |
noonedeadpunk | I expected to see more variables to pass :) | 15:38 |
jrosser | right yeah, so this is interesting | 15:39 |
jrosser | as you don't know how many rabbit(or anything else) there are, nor what the hostnames will be | 15:39 |
noonedeadpunk | well, you actually know when you're running role? | 15:44 |
jrosser | this is what 788032 is to test out | 15:45 |
jrosser | hopefully it is going to run the role against 3 rabbit containers and generate 3 certificates | 15:45 |
jrosser | based on ansible_facts['hostname'] for each of them, but it only needs one set of templated variables to do that | 15:46 |
noonedeadpunk | while 788031 is good, do you think we can move pki include into roles themselves? like we do with venv_build? | 15:46 |
jrosser | oh i see, rather than in the playbooks | 15:47 |
noonedeadpunk | because I think in roles we can add variables to control things, like issuer or email? | 15:47 |
noonedeadpunk | (which by default will be set to smth general) | 15:47 |
jrosser | afaik issuer comes from the CA | 15:51 |
jrosser | currently all of that is defined in defaults/main.yml of the pki role | 15:52 |
jrosser | but could easily be overridden in the OSA vars somewhere | 15:53 |
*** mnaser has joined #openstack-ansible | 15:55 | |
*** rpittau is now known as rpittau|afk | 15:55 | |
*** gyee has joined #openstack-ansible | 15:55 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: DNM - Test PKI role https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/788041 | 16:00 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Use integrated tests for rabbitmq https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/788043 | 16:05 |
jrosser | ^ i wonder if we should leave the aio_metal jobs on there | 16:07 |
jrosser | otherwise we can break rabbit from openstack POV but still have it pass | 16:07 |
noonedeadpunk | well, we have this https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/healthcheck-infrastructure.yml#L321-L335 | 16:09 |
*** nicolasbock has joined #openstack-ansible | 16:09 | |
noonedeadpunk | so dunno.... | 16:09 |
noonedeadpunk | I can add metal job just in case back | 16:09 |
jrosser | but anyway i was surprised to go looking for multinode lxc infra jobs on rabbitmq and find they are not there | 16:10 |
jrosser | so good to fix this | 16:10 |
noonedeadpunk | https://opendev.org/openstack/openstack-ansible/src/branch/master/scripts/rabbitmq-test.py is super basic though.... | 16:11 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Use integrated tests for rabbitmq https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/788043 | 16:13 |
noonedeadpunk | Yeah, I also went looking at jobs and realized that I've missed covering that | 16:18 |
*** recyclehero has joined #openstack-ansible | 16:31 | |
*** sshnaidm is now known as sshnaidm|afk | 17:12 | |
*** andrewbonney has quit IRC | 17:37 | |
openstackgerrit | Oleksandr Yeremko proposed openstack/openstack-ansible-specs master: Author: yeremko <Alexander.Yeremko@walmart.com> Date: 2021-04-23 https://review.opendev.org/c/openstack/openstack-ansible-specs/+/788057 | 17:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Use common name for service project description https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/787676 | 18:51 |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Use dynamic import for conditional task imports https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/787673 | 18:59 |
openstackgerrit | Merged openstack/ansible-role-python_venv_build master: Fix facts gathering when run with tags https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/787680 | 18:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Set octavia_amp_image_owner_id by default https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/787670 | 19:01 |
*** gouthamr has joined #openstack-ansible | 19:01 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Adjust service restart handlers https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/787950 | 19:02 |
*** spatel has quit IRC | 22:01 | |
*** tosky has quit IRC | 23:01 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!