openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Add network tests for versioned args https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766013 | 01:20 |
---|---|---|
*** spatel has joined #openstack-ansible-sig | 01:59 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Run images tests https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767265 | 03:22 |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Run images tests https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767265 | 03:22 |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Separate volume tests from servers tests https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767268 | 03:28 |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible-sig | 05:33 | |
*** spatel has quit IRC | 05:36 | |
openstackgerrit | Polina Gubina proposed openstack/ansible-collections-openstack master: Enable update for recordset and add tests for dns and recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766528 | 07:34 |
*** gtema has joined #openstack-ansible-sig | 08:02 | |
*** tosin has joined #openstack-ansible-sig | 08:23 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Add network tests for versioned args https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766013 | 08:52 |
*** gtema has quit IRC | 09:18 | |
*** gtema has joined #openstack-ansible-sig | 09:19 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Run images tests https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767265 | 09:57 |
*** JqckB has joined #openstack-ansible-sig | 09:57 | |
JqckB | Hello, I have a small issue that I'm questionning if I'm doing something wrong : I'm trying to use the openstack inventory plugin of Ansible with a clouds.yaml (with all parameters w/o user and pass) and a secure.yaml (with user/password for the cloud) | 10:00 |
JqckB | But when troubleshooting (with q lib, I'm printing the value of some variables ...), I'm seeing that the OpenStack sdk consider the secure.yaml as a clouds.yaml, and as the secure.yaml doesn't have auth_url, it doesn't work | 10:01 |
JqckB | openstackclient==4.0.0 | 10:02 |
JqckB | openstacksdk==0.52.0 | 10:02 |
gtema | sdk always merges clouds and secure, unless those are in different locations (i.e. ~/.config/openstack and /etc/openstack) | 10:02 |
gtema | this is not supported | 10:02 |
JqckB | gtema I'm on different location, the clouds.yaml is on my current directory and the secure.yaml in the ~/.config/openstack | 10:03 |
gtema | that's definitely the reason for that behavior | 10:04 |
JqckB | I mean, the same setup is working with the openstack client | 10:04 |
gtema | maybe you use different cloud/profile. This is known not to work properly | 10:04 |
gtema | OSC might be doing some additional tricks, but I am not sure about that | 10:05 |
JqckB | hum I'm ... suprised of that, as we have been using it like that for the past year with openstack client, Ansible OpenStack modules and Terraform without any problem, just the Ansible OpenStack inventory plugin have an issue with that. clouds.yaml in current directory with all the informations without the user password and the secure.yaml in the ~/.config/openstack folder with the password. | 10:07 |
JqckB | I understand that it is know to not work | 10:07 |
JqckB | but still surprised :D | 10:08 |
gtema | it is having the same effect for openstacksdk | 10:08 |
gtema | I am more surprised that OSC works | 10:08 |
gtema | it was definitely not really working for me | 10:08 |
JqckB | I have a lot of examples that is working with the Ansible modules of OpenStack (like os_server/os_network/....) to be honest (v2.9) | 10:10 |
JqckB | thanks for your response gtema | 10:11 |
gtema | welcome | 10:11 |
JqckB | I just understood : it is working when you target only one cloud (with the --os-cloud on OSC, or the cloud parameter of an Ansible OpenStack module), because it doesn't merge everything and try to check if a missing args is missing. As our secure.yaml contain all the cloud credentials for a lot of projects, but our clouds.yaml containing only for the current project (one of many), after the merge ... doesn't work. I | 10:22 |
JqckB | wasn't reading this part on the documentation like that, but now it is clearer for me :D | 10:22 |
gtema | great. I wanted to finally fix that in SDK, but have not found time yet | 10:23 |
JqckB | I will keep a reminder on my todo list for the same thing, hope that one of us find time :) | 10:25 |
* JqckB getting back to work after 2 days lost on this | 10:25 | |
sshnaidm | frenzy_friday, please review the latest patchset: https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766013 seems to pass, maybe you want to add something | 12:56 |
*** spatel has joined #openstack-ansible-sig | 13:22 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: WIP add designate to install with devstack https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767352 | 13:36 |
*** gtema has quit IRC | 13:45 | |
*** gtema has joined #openstack-ansible-sig | 14:04 | |
*** spatel has quit IRC | 15:09 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Migrating network from AnsibleModule to OpenStackModule https://review.opendev.org/c/openstack/ansible-collections-openstack/+/764411 | 16:59 |
*** tosin has quit IRC | 17:02 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Add network tests for versioned args https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766013 | 17:11 |
openstackgerrit | Polina Gubina proposed openstack/ansible-collections-openstack master: Enable update for recordset and add tests for dns and recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766528 | 17:21 |
*** JqckB has quit IRC | 17:36 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: WIP add designate to install with devstack https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767352 | 17:39 |
*** gtema has quit IRC | 18:47 | |
*** gtema has joined #openstack-ansible-sig | 19:10 | |
*** gtema has quit IRC | 19:20 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: WIP add designate to install with devstack https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767352 | 21:50 |
*** spatel has joined #openstack-ansible-sig | 22:30 | |
*** spatel has quit IRC | 22:34 | |
openstackgerrit | Emilien Macchi proposed openstack/ansible-collections-openstack master: networking/port: add support for tags https://review.opendev.org/c/openstack/ansible-collections-openstack/+/767219 | 22:39 |
*** spatel has joined #openstack-ansible-sig | 22:40 | |
*** spatel has quit IRC | 22:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!