When migrating a virtual machine that has an NSX (-V or- T) connection, also migrate the NSX security tags with each VM
And set these as user.xyz=abc instance metadata.
As this metadata will be used for migrating NSX fw rules to incus + OVN
nxs-v security tags are single values, so these values could be combined as user.nsxv=prod|||swift|||icto-12345 ( example ||| separator)
nsx-t security tags are value pairs, so these valuepairs could be combined as user.nsxt=env^^^prod|||app^^^swift|||appcode^^^icto-12345 (example ( ^^^= and ||| separator, eg. env=swift , app=swift nsx-t security tags)
This will enable any future NSX microsegmentation migrations to Inucs
When migrating a virtual machine that has an NSX (-V or- T) connection, also migrate the NSX security tags with each VM
And set these as user.xyz=abc instance metadata.
As this metadata will be used for migrating NSX fw rules to incus + OVN
nxs-v security tags are single values, so these values could be combined as user.nsxv=prod|||swift|||icto-12345 ( example ||| separator)
nsx-t security tags are value pairs, so these valuepairs could be combined as user.nsxt=env^^^prod|||app^^^swift|||appcode^^^icto-12345 (example ( ^^^= and ||| separator, eg. env=swift , app=swift nsx-t security tags)
This will enable any future NSX microsegmentation migrations to Inucs