Wednesday, 2022-02-09

*** dviroel|ruck|afk is now known as dviroel|ruck00:48
*** dviroel|ruck is now known as dviroel|ruck|out00:57
*** dviroel|ruck|out is now known as dviroel|out00:57
*** sshnaidm|afk is now known as sshnaidm08:54
*** ysandeep|out is now known as ysandeep09:01
*** mnasiadka_ is now known as mnasiadka09:18
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Drop deprecated field in floating_ip_info and assert remaining fields  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82838409:37
opendevreviewMerged openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_node_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82758609:48
opendevreviewArx Cruz proposed openstack/ansible-collections-openstack master: Move compute flavor info to use proxy layer  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82810810:57
*** dviroel|out is now known as dviroel|ruck11:10
*** ysandeep is now known as ysandeep|break12:41
opendevreviewShnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: DNM test flavor changes  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82829012:54
*** ysandeep|break is now known as ysandeep13:13
opendevreviewHarald Jensås proposed openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82781613:20
opendevreviewHarald Jensås proposed openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82781613:22
opendevreviewHarald Jensås proposed openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port_info module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82793713:23
opendevreviewHarald Jensås proposed openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82781613:58
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853914:06
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853914:07
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Dropped deprecated tenant_id in floating_ip_info and assert remaining fields  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82838414:09
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Dropped deprecated tenant_id in floating_ip_info and assert remaining fields  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82838414:13
jm1sshnaidm gtema: how do i ask OpenStack SDK to reload server info? 14:23
jm1e.g. i am using openstack.compute.get_server/find_server, then a server gets updated externally and i want to reload the server object with SDK14:24
gtemadepending on use case. Generally get_server always fetches current status14:25
gtemasome operations (provisioning) are using wait_for_server. This is used when you trigger some action on server and you wait until it reaches "active" status14:25
jm1ah cool, thanks :) get_server did the job for me, got the id with find_server before so it works :)14:27
jm1is it safe to call server.remove_floating_ip ?14:32
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853914:32
jm1Or better compute.remove_floating_ip_from_server?14:33
gtemawhere did you found remove_floating_ip_from_server?14:34
gtemaah, found14:34
gtemayeah - better call self.conn.compute.remove_floating_ip_from_server rather then directly14:34
gtemaboth does the same, but better only use proxy14:35
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853914:36
jm1ok :)14:37
jm1gtema: there is a add_ips_to_server function in the cloud layer (IIUC). it is used to add floating ip's to a server and is used e.g. in Ansible's openstack.cloud.floating_ip module. I am unsure whether this should be replaced or if this use in the Ansible module is okay15:05
jm1https://opendev.org/openstack/ansible-collections-openstack/src/branch/master/plugins/modules/floating_ip.py#L26615:06
gtemapls check how much logic was/is in the cloud layer. if it only invokes single API - no sense to use cloud layer then15:06
jm1it might do multiple API calls depending on the input: first create and then assign a fip to a server. so i would continue to use it15:11
jm1i was wondering because i cannot find it in the docs15:12
jm1..whether it is to be avoided15:12
*** ysandeep is now known as ysandeep|out15:43
opendevreviewMerged openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port_info module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82793716:09
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853916:18
opendevreviewArx Cruz proposed openstack/ansible-collections-openstack master: Move compute flavor info to use proxy layer  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82810816:32
opendevreviewShnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: DNM test flavor changes  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82829016:33
jm1gtema: can stuff from meta such as meta.add_server_interfaces be used or is it to be avoided?20:21
opendevreviewShnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: DNM testing image info changes  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82829421:03
opendevreviewJames Kirsch proposed openstack/ansible-collections-openstack master: Add support for system role in role assignment  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82639521:43
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Use proxy layer in identity_user_info  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82853921:55
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Refactored and documented floating_ip module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82861322:04
sshnaidmwhen you look at module to change, please take a look if there is a bug for it in https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack22:09
sshnaidmprobably worth to fix it along..22:09
jm1sure22:21
*** dviroel|ruck is now known as dviroel|out22:33
opendevreviewHarald Jensås proposed openstack/ansible-collections-openstack master: Add openstack.cloud.baremetal_port module  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/82781622:41
opendevreviewAlex Hussey proposed openstack/ansible-collections-openstack master: Adds use_name variable  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/81715023:23

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!