*** cloudnull has joined #openstack-ansible | 00:03 | |
*** cloudnull has quit IRC | 00:10 | |
openstackgerrit | Merged openstack/openstack-ansible stable/victoria: Fix keystone IDP setup https://review.opendev.org/c/openstack/openstack-ansible/+/769181 | 00:14 |
---|---|---|
openstackgerrit | Merged openstack/openstack-ansible stable/victoria: Update deploy guide to reflect the current status of OSA https://review.opendev.org/c/openstack/openstack-ansible/+/769178 | 00:14 |
*** tosky has quit IRC | 00:23 | |
*** spatel has joined #openstack-ansible | 00:46 | |
*** spatel has quit IRC | 00:52 | |
*** gyee has quit IRC | 01:25 | |
*** cloudnull has joined #openstack-ansible | 01:42 | |
*** macz_ has quit IRC | 02:05 | |
*** macz_ has joined #openstack-ansible | 02:12 | |
*** spatel has joined #openstack-ansible | 02:26 | |
*** spatel has quit IRC | 02:28 | |
*** rh-jelabarre has quit IRC | 02:29 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
*** macz_ has quit IRC | 05:45 | |
*** miloa has joined #openstack-ansible | 06:43 | |
*** ChiTo has joined #openstack-ansible | 06:52 | |
*** ChiTo has quit IRC | 06:55 | |
*** pto has joined #openstack-ansible | 07:13 | |
*** prometheanfire has quit IRC | 07:14 | |
*** prometheanfire has joined #openstack-ansible | 07:29 | |
*** macz_ has joined #openstack-ansible | 07:46 | |
*** macz_ has quit IRC | 07:50 | |
*** rpittau|afk is now known as rpittau | 08:01 | |
*** maharg101 has joined #openstack-ansible | 08:12 | |
*** andrewbonney has joined #openstack-ansible | 08:23 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_zun master: defaults: start kuryr service before docker https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/769474 | 08:59 |
*** CeeMac has joined #openstack-ansible | 09:01 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_zun master: defaults: start kuryr service before docker https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/769474 | 09:11 |
*** pto_ has joined #openstack-ansible | 09:27 | |
*** pto has quit IRC | 09:31 | |
*** macz_ has joined #openstack-ansible | 09:47 | |
*** macz_ has quit IRC | 09:52 | |
*** rfolco has joined #openstack-ansible | 10:43 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service master: Add possibility to configure systemd sockets https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/763194 | 10:53 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service master: Add option to create systemd native service overrides https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/765815 | 10:53 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/763216 | 11:09 |
*** masterpe has quit IRC | 11:20 | |
*** csmart has quit IRC | 11:20 | |
*** fridtjof[m] has quit IRC | 11:20 | |
*** ioni has quit IRC | 11:21 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/763216 | 11:26 |
*** fridtjof[m] has joined #openstack-ansible | 11:31 | |
openstackgerrit | Merged openstack/openstack-ansible stable/victoria: Bump ansible version to 2.10.4 https://review.opendev.org/c/openstack/openstack-ansible/+/769183 | 11:42 |
*** masterpe has joined #openstack-ansible | 11:58 | |
*** ioni has joined #openstack-ansible | 11:58 | |
*** csmart has joined #openstack-ansible | 11:59 | |
admin0 | how do I specify external ceph to osa ? | 12:14 |
admin0 | found it :) ceph_extra_confs hope its correct | 12:15 |
*** tosky has joined #openstack-ansible | 12:15 | |
kleini | admin0: https://docs.openstack.org/openstack-ansible-ceph_client/latest/config-from-file.html | 12:18 |
kleini | with OSA 21.2.0 it still requires to have a list of ceph_mons defined otherwise the ceph_client roles do not run. I think, this is fixed with 21.2.1, but I did not try it yet | 12:19 |
admin0 | kleini, thanks | 12:20 |
admin0 | kleini, in osa, it uses cinder for both nova and cinder pools | 12:24 |
admin0 | how do i specify a diff username for nova ? | 12:24 |
admin0 | i want to test erasure codes .. https://themeanti.me/technology/2018/08/23/ceph_erasure_openstack.html and i cannot use 2 default pools for the same user | 12:25 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/763216 | 12:30 |
kleini | I know about two different possible storages for VMs in Nova: persistent aka volumes and ephemeral storage. As volumes are managed by Cinder in Ceph and VMs or libvirt or qemu need to be able to access these volumes, the same credentials are necessary for Nova | 12:31 |
kleini | A different user for Nova is maybe possible, as credentials on compute need to be stored in ceph.conf and as secret in libvirt. I don't know, whether OSA supports this. | 12:35 |
noonedeadpunk | the problem here is that we have `nova_ceph_client`. but this user is also used to attach cinder volumes to kvm instances, so even if it's different from cinder user, I think it should have same permissions | 12:35 |
kleini | Just found an option nova_ceph_client defaulting to cinder_ceph_client: https://docs.openstack.org/openstack-ansible-os_nova/ussuri/ | 12:35 |
admin0 | nova_ceph_client: '{{ cinder_ceph_client }}' | 12:35 |
admin0 | got it | 12:35 |
admin0 | so i can just overwrite this variable | 12:36 |
kleini | yes, a different user at least requires the same permissions on the volumes pool | 12:36 |
noonedeadpunk | which kind of makes no sense in creating extra user? | 12:36 |
kleini | and take care, that you then need a third client keyring configuration | 12:36 |
kleini | maybe if you want to monitor from Ceph side, which clients are connected to Ceph? | 12:37 |
noonedeadpunk | btw it's used heavily here https://opendev.org/openstack/openstack-ansible-ceph_client/src/branch/master/tasks/ceph_auth.yml | 12:37 |
*** yann-kaelig has joined #openstack-ansible | 12:43 | |
admin0 | as per the blog and documentation, i can only have 1 default pool per username | 13:02 |
admin0 | so i need to separate nova and cinder as user separately | 13:02 |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: Bump SHAs for stable/ussuri https://review.opendev.org/c/openstack/openstack-ansible/+/768581 | 13:28 |
ThiagoCMC | admin0, don't forget a complete blog post about how to configure OSA | 13:53 |
*** pto_ has quit IRC | 13:53 | |
ThiagoCMC | ...with Ceph and EC pools! =P | 13:54 |
*** pto has joined #openstack-ansible | 13:54 | |
ThiagoCMC | Using the config-from-file instructions! =P | 13:54 |
admin0 | yes ..let me make it work first :) | 13:55 |
*** rh-jelabarre has joined #openstack-ansible | 14:00 | |
*** pto has quit IRC | 14:00 | |
*** pto has joined #openstack-ansible | 14:01 | |
*** spatel has joined #openstack-ansible | 14:08 | |
*** dave-mccowan has joined #openstack-ansible | 14:10 | |
ThiagoCMC | Awesome! lol | 14:17 |
ThiagoCMC | I'm planning to build an Heat Template (or Terraform) to deploy OSA on top of an OpenStack Cloud, as a lab... But I'm lazy these days... :-P | 14:18 |
ThiagoCMC | I don't have any spare machines to use as a lab for OSA+Ceph, has to be 100% virtual in my case. | 14:19 |
admin0 | u can test EC virtually also :) | 14:19 |
ThiagoCMC | Sure | 14:19 |
ThiagoCMC | That's the idea ^_^ | 14:19 |
*** pto has quit IRC | 14:23 | |
spatel | admin0: did you resolved your issue? | 14:47 |
admin0 | which ones :) | 14:47 |
admin0 | the neutron one .. yes | 14:47 |
admin0 | so what happened was .. i had another user_variables_ovn.yml in the same folder but with a custom neutron path .. and my thought was that it only reads user_variables.yml .. but as soon as i moved out the _ovn from the folder, that neutron issue was gone | 14:49 |
admin0 | so i have a working victoria | 14:49 |
admin0 | the only thing i had to do there was cherry pick your hatop patch | 14:49 |
ThiagoCMC | Have you also tested the upgrade procedure? It failed for me with that "git --force" option that doesn't exists anymore. | 14:50 |
admin0 | first i have to see if that rc1 works fine .. when all works fine, then i will check the upgrade | 14:50 |
admin0 | but i wanted to try ovn with victoria | 14:50 |
ThiagoCMC | OVN worked? | 14:51 |
noonedeadpunk | this patch is needed https://review.opendev.org/c/openstack/openstack-ansible/+/768729 | 14:51 |
spatel | Hatop will be part of next RC2 release i believe | 14:51 |
noonedeadpunk | jrosser: andrewbonney can we merge and backport it? | 14:51 |
spatel | OVN... oh boy! | 14:51 |
ThiagoCMC | noonedeadpunk, okdok | 14:51 |
andrewbonney | noonedeadpunk: I'll take a look shortly | 14:52 |
jrosser | noonedeadpunk: done, lgtm | 15:17 |
jrosser | can you take a look at this https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/768808 | 15:17 |
jrosser | i'm not back at work till next week but want to take a look at the new pip resolver stuff asap | 15:17 |
noonedeadpunk | sure, lgtm | 15:20 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_zun master: Add support for kata container runtime https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/769555 | 15:26 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/769556 | 15:31 |
*** spotz has quit IRC | 15:44 | |
*** macz_ has joined #openstack-ansible | 16:10 | |
*** macz_ has quit IRC | 16:10 | |
*** macz_ has joined #openstack-ansible | 16:11 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/769556 | 16:13 |
kleini | I have an Ansible based deployment for VMs and networking, where I deploy my OSA setup for staging, if anybody is interested. | 16:25 |
mgariepy | kleini, sure. | 16:26 |
kleini | would be an archive okay? I don't think, I can make it public | 16:34 |
kleini | I need to remove files like the SSH deploy key | 16:40 |
mgariepy | if it contains ssh keys and password maybe you are better not to share it ;) | 16:43 |
admin0 | how are people using central logging ? | 16:45 |
admin0 | using the new journald ? | 16:45 |
*** jamesden_ is now known as jamesdenton | 16:46 | |
*** gyee has joined #openstack-ansible | 16:50 | |
openstackgerrit | Merged openstack/ansible-role-python_venv_build master: Fix tests for Centos8 EPEL repo paths https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/768808 | 17:06 |
ThiagoCMC | kleini, share it on github! I wanna do something similar using Heat or Terraform... ;-) | 17:06 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build stable/victoria: Fix tests for Centos8 EPEL repo paths https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/769585 | 17:08 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build stable/ussuri: Fix tests for Centos8 EPEL repo paths https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/769586 | 17:08 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Remove support for lxc2 config keys https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/756247 | 17:10 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/754193 | 17:10 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Add Victoria release info https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/768689 | 17:11 |
spatel | admin0: i think graylog has agent which collect logs to push out to centralize server | 17:27 |
spatel | look into openstack-ansible-ops playbook | 17:28 |
*** miloa has quit IRC | 17:32 | |
admin0 | i did run it, but the agent fails | 17:33 |
admin0 | so searching for anyone for whom its working | 17:33 |
*** rpittau is now known as rpittau|afk | 17:43 | |
openstackgerrit | Merged openstack/openstack-ansible master: Set force option to false by default https://review.opendev.org/c/openstack/openstack-ansible/+/768729 | 17:50 |
*** nsmeds has joined #openstack-ansible | 18:14 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/victoria: Set force option to false by default https://review.opendev.org/c/openstack/openstack-ansible/+/769588 | 18:52 |
*** andrewbonney has quit IRC | 18:56 | |
*** avagi has left #openstack-ansible | 19:05 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/victoria: Add no_log to LDAP domain config https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/769185 | 19:07 |
spatel | does neutron has option to reserved chunk of ips and not allocate to anyone. | 19:13 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Use systemd sockets for libvirt https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/769556 | 19:18 |
noonedeadpunk | you can for sure adjust dhcp range for example. and I guess you can leverage subnet pools as well | 19:23 |
openstackgerrit | Merged openstack/openstack-ansible-os_zun master: defaults: start kuryr service before docker https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/769474 | 19:28 |
spatel | noonedeadpunk: can i adjust DHCP pool range on live network? | 19:39 |
spatel | lets say 192.168.1.10-192.168.1.100 what i have currently but i can change it to 192.168.1.10-192.168.1.256 anytime tight? | 19:40 |
mgariepy | 254 not 256. ;) | 19:51 |
spatel | :) | 20:03 |
spatel | mgariepy: typo, but that is possible to expand range without interruption | 20:04 |
mgariepy | maybe , i guess you might need to test it. ;) | 20:04 |
spatel | I have /23 public pool and want to just handover /24 to openstack so it won't dirty my whole pool. laster if customer ask then i will expand as per request | 20:04 |
spatel | later* | 20:05 |
spatel | I used this command openstack subnet set --allocation-pool start=192.168.1.200,end=192.168.1.254 365bca22-ef09-4296-89bd-94bd8927121d | 20:14 |
spatel | look like it did expand and now show output showing | allocation_pools | 192.168.2.1-192.168.2.254,192.168.1.200-192.168.1.254 | | 20:15 |
spatel | it appended in back of subnet | 20:15 |
spatel | let me try to spin up some VM to see if its getting IP from new subnet or not | 20:16 |
spatel | Totally works | 20:30 |
*** yann-kaelig has quit IRC | 20:33 | |
*** yann-kaelig has joined #openstack-ansible | 21:15 | |
*** yann-kaelig has quit IRC | 22:10 | |
*** spatel has quit IRC | 22:40 | |
*** maharg101 has quit IRC | 22:48 | |
*** rfolco has quit IRC | 22:50 | |
*** rh-jelabarre has quit IRC | 23:21 | |
*** tosky has quit IRC | 23:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!