*** rpittau|afk is now known as rpittau | 07:38 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Switch CentOS upgrade jobs to Stream ones https://review.opendev.org/c/openstack/openstack-ansible/+/805350 | 08:11 |
---|---|---|
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/wallaby: Exclude neutron from venv constraints https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/798881 | 08:58 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Add integrated build job to use in sahara repo https://review.opendev.org/c/openstack/openstack-ansible/+/802457 | 08:59 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Add heat service when scenario includes sahara https://review.opendev.org/c/openstack/openstack-ansible/+/802535 | 08:59 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Enable tempest tests for sahara https://review.opendev.org/c/openstack/openstack-ansible/+/802551 | 08:59 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Add option to override horizon policies https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/748264 | 11:15 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Add option to override horizon policies https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/748264 | 11:16 |
tabacha | Hi I have problems updating Roles via ansible-galaxy install -r requirements.yml it always asks for a "Username for 'https://opendev.org'", has somebody a hint for me? | 11:42 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Switch ceph-ansible to Pacific https://review.opendev.org/c/openstack/openstack-ansible/+/804610 | 12:06 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Switch ceph-ansible to Pacific https://review.opendev.org/c/openstack/openstack-ansible/+/804610 | 12:06 |
noonedeadpunk | tabacha: most likely you;re asking for non-existent repo there | 12:07 |
tabacha | noonedeadpunk: thank you, looks like it was that I copied the url once again and now it works | 12:19 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Exclude neutron from venv constraints https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/798960 | 12:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Include openstack_services for murano role https://review.opendev.org/c/openstack/openstack-ansible/+/805373 | 12:41 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_murano master: Fix murano role https://review.opendev.org/c/openstack/openstack-ansible-os_murano/+/781239 | 12:42 |
*** rpittau is now known as rpittau|afk | 13:55 | |
spatel | noonedeadpunk any luck here - https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/803990 | 14:20 |
noonedeadpunk | Um, why you ask me?:) | 14:31 |
noonedeadpunk | doh, I had draft that I haven;t posted lol | 14:32 |
noonedeadpunk | But I think we can go with current patch as well | 14:32 |
noonedeadpunk | I had put +2 | 14:32 |
noonedeadpunk | andrewbonney: we need to redesign https://opendev.org/openstack/ansible-role-python_venv_build/src/branch/master/tasks/python_venv_wheel_build.yml#L156-L164 | 14:36 |
noonedeadpunk | Current;y this task takes on it's own like 5 mins overall. It's kind of ridiculous https://zuul.opendev.org/t/openstack/build/a275b45ea7e94d4589198a0d39d9ffc3/log/job-output.txt#26529-26820 | 14:37 |
dmsimard | o/ btw, ansiblefest and the ansible contributor summit are coming up soon and they're both free -- it'd be nice to see you there: https://www.ansible.com/ansiblefest && https://ansiblecs202109.eventbrite.com/ | 14:37 |
noonedeadpunk | Considering we do chown files in /tmp | 14:37 |
andrewbonney | Yeah, I've noticed it more on re-deploying things. Any suggestions? | 14:38 |
andrewbonney | Just target the whole directory? | 14:38 |
noonedeadpunk | Yeah with recurse | 14:38 |
noonedeadpunk | And the correct directory | 14:38 |
noonedeadpunk | other then that - we can leverage find but it would be resource consuming as well... | 14:39 |
noonedeadpunk | dmsimard: thanks! I keep track on ansiblefest :) | 14:39 |
noonedeadpunk | andrewbonney: because I think that correct wheels should be somewhere in /var/www/repo not /tmp? | 14:40 |
noonedeadpunk | or the problem is that we can't move them later? | 14:41 |
andrewbonney | They get moved there in a shell command in the next step | 14:41 |
andrewbonney | I didn't want to accidentally change permissions on other files, so did it pre-move | 14:42 |
noonedeadpunk | sorry, let's start from beginning - what problem we were solving with that task ?:) | 14:42 |
andrewbonney | When you build wheels they are owned by root. This prevents the lsyncd process from being able to delete them if they're created on a backup repo server | 14:42 |
andrewbonney | The patch lets you set the owner to the one defined by the repo server role | 14:43 |
noonedeadpunk | maybe we can just use rsync instead of mv? | 14:43 |
noonedeadpunk | I mean https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html | 14:43 |
noonedeadpunk | we will 1. move files more efficiently 2. chown them | 14:44 |
andrewbonney | Could do, although we may then still want to tidy up /tmp in case they're larger files? | 14:45 |
noonedeadpunk | yeah, agree | 14:45 |
noonedeadpunk | also we might need to add rsync to repo containers as well | 14:46 |
noonedeadpunk | ah, well, we already have lsyncd there :) | 14:47 |
spatel | noonedeadpunk i thought you are going to propose better solution so i was waiting for your draft :) | 14:52 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: Cleanup CentOS 7 vars file https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/805401 | 14:52 |
spatel | anyway lets go with existing one and later we can improve if we need. anyway we need more people to deploy OVN to find bugs | 14:52 |
noonedeadpunk | spatel: meh :) yeah, I had some draft but eventually I realized that it's kind of almost the same | 14:53 |
noonedeadpunk | yeah, agree | 14:53 |
spatel | sounds good! | 14:53 |
andrewbonney | noonedeadpunk: synchronize seems to let you preserve permissions but not set them. I'll do a quick patch that just changes perms, but can come back to it next week if we want another method | 14:53 |
spatel | noonedeadpunk i am planning to add support of skyline in OSA, any objection ? - https://satishdotpatel.github.io/openstack-skyline-dashborad/ | 14:54 |
noonedeadpunk | andrewbonney: damn, yes, you're right | 14:55 |
opendevreview | Andrew Bonney proposed openstack/ansible-role-python_venv_build master: Improve speed of permissions changes https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/805402 | 14:56 |
noonedeadpunk | spatel: do you have some demo installed? But eventually that is not an official openstack project... | 14:57 |
spatel | its not official.. i am running it in my lab and on my blog i have posted some screenshots | 14:57 |
noonedeadpunk | Looks really nice. | 14:58 |
spatel | or i may add support inside openstack-ansible-ops for external service. | 14:58 |
noonedeadpunk | I think we can add it to ops repo at least and then decide | 14:58 |
spatel | it can totally replace horizon with good way | 14:59 |
spatel | Yesterday i upgrade from V 22.1.2 to W 23.0.1 and it went smoothly. | 15:00 |
noonedeadpunk | Well, replace horizon would be kind of tough until all projects make plugins for horizon only | 15:03 |
noonedeadpunk | But I really like your screenshots:) | 15:04 |
spatel | Oh yes! its anyway alternative. and may be if more people start using it then we will get more developers | 15:04 |
spatel | It has lots of features like monitoring compute/neutron agent from GUI etc.. | 15:04 |
noonedeadpunk | Also I guess it should be possible to get kind of same UI for horizon as well with proper theme... But other problem of horizon that it's slow... | 15:04 |
spatel | horizon is freaking slow... i have 800 vms in one project and it take hell of time to just click from 1 tab to other.. | 15:05 |
spatel | I have stopped using horizon.. | 15:05 |
spatel | Skyline use different way to pull data and its very fast.. | 15:06 |
spatel | User friendly | 15:06 |
spatel | noonedeadpunk check this out - https://www.youtube.com/watch?v=pFAJLwzxv0A&ab_channel=%E5%90%B4%E6%96%87%E7%9B%B8 | 15:06 |
jnamdar | hi all, I'm still kinda struggling on my octavia network revamp | 15:16 |
jnamdar | Are there some network examples on OSA? I recall seeing them in the docs but I can't seem to find them anymore | 15:16 |
noonedeadpunk | jnamdar: these? https://docs.openstack.org/openstack-ansible-os_octavia/latest/configure-octavia.html | 15:19 |
jnamdar | mmh nope there were some network diagrams iirc | 15:20 |
jnamdar | in like example scenarios | 15:21 |
jnamdar | something like this https://docs.openstack.org/openstack-ansible/stein/reference/architecture/container-networking.html but with examples | 15:22 |
noonedeadpunk | jnamdar: I think there maybe was in spatels blog | 15:50 |
noonedeadpunk | https://satishdotpatel.github.io//openstack-ansible-octavia/ | 15:50 |
jnamdar | noonedeadpunk: got it, it was these pages https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html | 15:57 |
jnamdar | in appendices | 15:57 |
noonedeadpunk | but there was no octavia in newton? | 15:59 |
jnamdar | yeah exactly lol | 15:59 |
jnamdar | basically I was looking for this kind of example but with some octavia lbaas networks | 16:00 |
jnamdar | so I could compare my infra | 16:00 |
noonedeadpunk | I believe these docs are now there https://docs.openstack.org/openstack-ansible/latest/reference/architecture/container-networking.html | 16:01 |
noonedeadpunk | nah, https://docs.openstack.org/openstack-ansible/latest/user/network-arch/example.html | 16:02 |
noonedeadpunk | but we haven't updated them with octavia | 16:02 |
jnamdar | that could help thx | 16:04 |
jnamdar | but yeah octavia is missing | 16:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_murano master: Fix murano role https://review.opendev.org/c/openstack/openstack-ansible-os_murano/+/781239 | 16:12 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_murano master: Fix murano role https://review.opendev.org/c/openstack/openstack-ansible-os_murano/+/781239 | 16:18 |
*** mgoddard- is now known as mgoddard | 17:43 | |
opendevreview | Merged openstack/openstack-ansible stable/wallaby: Add guide for distribution upgrades to docs https://review.opendev.org/c/openstack/openstack-ansible/+/805140 | 19:39 |
opendevreview | Merged openstack/openstack-ansible stable/victoria: Add guide for distribution upgrades to docs https://review.opendev.org/c/openstack/openstack-ansible/+/805141 | 19:39 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server stable/victoria: Fix erlang upgrades for rabbitmq external_repo installs https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/804884 | 22:04 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server stable/wallaby: Fix erlang upgrades for rabbitmq external_repo installs https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/804861 | 22:05 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Use list of cluster member for ovn ml2 agent to directly connect https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/803990 | 22:50 |
opendevreview | Merged openstack/openstack-ansible-os_neutron stable/wallaby: Replace centos-8.x jobs with centos-8-stream https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/804447 | 22:50 |
opendevreview | Merged openstack/openstack-ansible-os_neutron stable/wallaby: Set ovn hostname using nodename facts https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/804448 | 23:16 |
opendevreview | Merged openstack/openstack-ansible-os_neutron stable/wallaby: Fix OVN metadata protocol to point https https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/804449 | 23:16 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!