Bug 1654861
Summary: | [v2v][osp] OpenStack instance always gets `default` security group | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Kedar Kulkarni <kkulkarn> |
Component: | V2V | Assignee: | Brett Thurber <bthurber> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Kedar Kulkarni <kkulkarn> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.10.0 | CC: | dmetzger, fdupont, nperic, simaishi |
Target Milestone: | GA | Keywords: | TestOnly |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | v2v | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-12 16:49:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | V2V | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1668049, 1668791 | ||
Bug Blocks: |
Description
Kedar Kulkarni
2018-11-29 20:47:11 UTC
In my tests, I also saw that behavior when using the command line. Apparently, when you create an instance with a pre-created port, the security groups are those of the network port, even though you specify another one. So, the fix would probably be to set the security group on the port. Yes the security groups are tied to the network which is connected to the host. So it makes sense that the port which gets attached to the instance overrides the security groups before it. I will try and do some lab tests around this as well though. With CFME 5.10.0.32 ovirt-ansible-v2v-conversion-host-1.9.1-1.el7ev.noarch virt-v2v-1.38.2-12.28.lp.el7ev.x86_64 # Wrapper version VERSION = "12" I was able to successfully migrate an Instance and assign it other than `default` security group, during migration plan wizard, which then was correctly assigned to migrated instance. |