Zun

Activity log for bug #1759455

Date Who What changed Old value New value Message
2018-03-28 03:06:15 hongbin bug added bug
2018-03-28 03:06:20 hongbin zun: importance Undecided High
2018-03-28 03:06:22 hongbin zun: status New Triaged
2018-03-28 03:07:37 hongbin description By using openstackclient, it is possible to add/remove floating IP to/from server: usage: openstack server add floating ip [-h] [--fixed-ip-address <ip-address>] <server> <ip-address> usage: openstack server remove floating ip [-h] <server> <ip-address> It is better to implement the same for zun container. Possibly, this can be implemented in the Zun OSC plugin https://github.com/openstack/python-zunclient/tree/master/zunclient/osc . NOTE: nova is deprecating the floating IP endpoints: https://developer.openstack.org/api-ref/compute/#floating-ips-os-floating-ips-deprecated , so zun will follow nova and skip the floating ip support in server side. That said this feature is likely to be a client-side feature. By using openstackclient, it is possible to add/remove floating IP to/from server:   usage: openstack server add floating ip [-h] [--fixed-ip-address <ip-address>]                                         <server> <ip-address>   usage: openstack server remove floating ip [-h] <server> <ip-address> It would be nice to have the a similar command for adding/removing floating IP to/from zun container. Possibly, this can be implemented in the Zun OSC plugin https://github.com/openstack/python-zunclient/tree/master/zunclient/osc . NOTE: nova is deprecating the floating IP endpoints: https://developer.openstack.org/api-ref/compute/#floating-ips-os-floating-ips-deprecated , so zun will follow nova and skip the floating ip support in server side. That said this feature is likely to be a client-side feature.
2018-03-28 09:35:31 Deepak Mourya zun: assignee Deepak Mourya (mourya007)
2018-06-14 02:20:42 hongbin zun: assignee Deepak Mourya (mourya007)
2018-06-25 06:14:50 bharaththiruveedula zun: assignee bharaththiruveedula (bharath-ves)
2018-07-18 04:49:12 KS Kim bug added subscriber Kiseok Kim
2018-09-26 01:28:45 Jacob Burckhardt bug added subscriber Jacob Burckhardt
2018-09-26 02:06:50 hongbin zun: assignee bharaththiruveedula (bharath-ves)
2018-09-26 02:07:20 hongbin summary Support adding/removing floating IPs Support adding/removing floating IPs by specifying container instead of port
2020-03-28 02:23:57 Zhenguo Niu zun: assignee Zhenguo Niu (niu-zglinux)
2020-03-30 01:36:06 Zhenguo Niu zun: status Triaged Fix Committed