admin1 | \o | 06:49 |
---|---|---|
noonedeadpunk | mgariepy: yep, we should | 07:16 |
mgariepy | noonedeadpunk, if you want i can do it but i'll need some coaching :D | 11:26 |
mgariepy | and it's going to be in an hour or so. | 11:27 |
mgariepy | i'll be back in an hour-ish | 11:27 |
noonedeadpunk | I need to fix running bumps automatically | 11:27 |
noonedeadpunk | but I need to read about github actions :( | 11:28 |
noonedeadpunk | because this used to be in travis until it got weird | 11:28 |
noonedeadpunk | So for now I ran it manually only | 11:28 |
noonedeadpunk | And sure I can tell how it can be done :) | 11:28 |
noonedeadpunk | Eventually it's more of following https://docs.openstack.org/openstack-ansible/latest/contributor/periodic-work.html#releasing for updating upstream and roles SHAs | 11:29 |
mgariepy | i' | 12:02 |
mgariepy | i'm back. | 12:02 |
noonedeadpunk | Do you have neutron patches that cover issues somewhere handy? | 12:12 |
noonedeadpunk | Just wondering what they did) | 12:12 |
noonedeadpunk | (and where it's backported) | 12:13 |
mgariepy | https://review.opendev.org/c/openstack/ossa/+/807942 | 12:15 |
mgariepy | and https://review.opendev.org/c/openstack/ossa/+/806754 | 12:15 |
mgariepy | on is backported back to U. and the other to very far :D | 12:16 |
mgariepy | Queens** | 12:16 |
noonedeadpunk | oh, so neutrons memory leaking is a bug, not as designed... | 12:20 |
mgariepy | lol | 12:20 |
mgariepy | we dont need 1To of memory anymore ! yay | 12:21 |
mgariepy | is the osa cli able to only bump 1 service ? | 12:26 |
noonedeadpunk | Um, no. | 12:27 |
noonedeadpunk | For 1 service it's worth just placing patch manually | 12:27 |
noonedeadpunk | But let's do jsut releases... | 12:28 |
noonedeadpunk | I already bumping wallaby now | 12:28 |
mgariepy | https://review.opendev.org/c/openstack/ossa/+/802590 | 12:28 |
mgariepy | maybe we cloud bump nova as well. | 12:29 |
mgariepy | for release you only do: `osa releases bump_upstream_shas` ? or you `bump_roles` as wells ? | 12:30 |
admin | :q | 12:31 |
noonedeadpunk | and https://security.openstack.org/ossa/OSSA-2021-005.html .... | 12:36 |
noonedeadpunk | mgariepy: I do bump_roles as well | 12:37 |
mgariepy | ok. | 12:39 |
*** admin is now known as palyla | 12:39 | |
palyla | Hi folks, just trying to deploy AIO OpenStack ussuri on Ubuntu server 18.04.5. I use "distro" install method it's important for us. | 12:39 |
palyla | So I've set "install_method" to "distro" everywhere I'd found. Bootstrap, setup-hosts succeeded. Unlike setup-infrastructure which stuck endlessly at the stage "galera_server/tasks/galera_server_setup.yml" galera_server : Create galera users | 12:39 |
palyla | I think the reason is the missing env variable GPG_TTY=$(tty). Could you advise me? | 12:39 |
noonedeadpunk | If I was betting, I'd say it's jsut mariadb bug, and re-running role should work out | 12:41 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/wallaby: Bump OpenStack-Ansible Wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/808206 | 12:43 |
palyla | I've tried to re-run the role but the same happens. I've tried to do the command manually inside the container and the same happens. But if I add GPG_TTY=$(tty) everything works. But I don't know how to modify the playbook for that. | 12:44 |
noonedeadpunk | you can define global_environment_variables and that will result in being inside /etc/environment, ie https://opendev.org/openstack/openstack-ansible/src/branch/master/etc/openstack_deploy/user_variables.yml#L142-L150 | 12:46 |
mgariepy | noonedeadpunk, do you want me to bump other releases ? | 12:47 |
noonedeadpunk | you would need to run openstack_hosts role against containers after setting variable | 12:47 |
palyla | Thank you. I'll check this out. | 12:47 |
noonedeadpunk | mgariepy: you can if you want :) I bumped wallaby because it requires patch to CLI that evrardjp hasn't merged :p | 12:47 |
noonedeadpunk | so I didn't want to add frustration about that to you | 12:48 |
mgariepy | ok i'll patch up other one :d | 12:48 |
mgariepy | haha | 12:48 |
noonedeadpunk | palyla: openstack_hosts role is part of containers creation playbook https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/containers-lxc-create.yml#L66-L78 | 12:49 |
mgariepy | run the script, add release notes, commit to branch bump-osa, that's about it ? | 12:49 |
noonedeadpunk | it is still safe to run it after containers are created | 12:49 |
noonedeadpunk | yep | 12:50 |
mgariepy | cool i'll do the other branches :D | 12:50 |
noonedeadpunk | except run script twice - one with bump_roles and other with bump_upstream_shas | 12:50 |
mgariepy | yep | 12:50 |
mgariepy | is there a way to speed it up a bit ? | 12:50 |
noonedeadpunk | and branch `bump_osa` | 12:51 |
noonedeadpunk | without ddosing opendev?:) | 12:51 |
mgariepy | lol | 12:51 |
noonedeadpunk | Eventually script usually was run in CI so I didn't care | 12:52 |
noonedeadpunk | about speed | 12:52 |
palyla | noonedeadpunk: Ok, trying... | 12:52 |
mgariepy | is the tag updated magically ? | 13:10 |
mgariepy | or the tag is added by the CI ? | 13:11 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible stable/victoria: Bump Openstack-Ansible Victoria https://review.opendev.org/c/openstack/openstack-ansible/+/808210 | 13:15 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible stable/ussuri: Bump Openstack-Ansible Ussuri https://review.opendev.org/c/openstack/openstack-ansible/+/808211 | 13:15 |
noonedeadpunk | mgariepy: nope, there should be another commit to the openstack/releases repo once bump is merged | 14:00 |
noonedeadpunk | ie to https://opendev.org/openstack/releases/src/branch/master/deliverables/wallaby/openstack-ansible.yaml | 14:01 |
mgariepy | ok nice. | 14:02 |
opendevreview | Merged openstack/openstack-ansible master: Bump collection versions https://review.opendev.org/c/openstack/openstack-ansible/+/807314 | 16:32 |
*** odyssey4me is now known as Guest6896 | 17:10 | |
admin1 | hi all .. in osa +ceph, one new cluster .. i get in snapshot " Image Snapshot Pending " forever | 18:40 |
admin1 | anyone seen this before or knows what the issue/fix is | 18:40 |
palyla | noonedeadpunk: I just re-deployed it. And everything works. Thank you! | 20:06 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!