You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCPBUGS-44373: fix Associate*IpAddress flag on launch EC2
This PR enforces the public IP assignment attribute* to be always set
when `publicIp` is set in the machine object. This behavior has been
changed in #78 when the Wavelength zone support was added,
requiring an different attribute to assign public IP on launch
from a carrier infrastructure.
*attibute mutually exclusive required to assign public IP to an EC2
instance on launch by zone type:
- availability-zone: AssociatePublicIpAddress
- local-zone: AssociatePublicIpAddress
- wavelength-zone: AssociateCarrierIpAddress
0 commit comments