Bug 1848482
Summary: | [OSP16.1][Routed-provider-networks]Vm creation over ports isn't working properly | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Candido Campos <ccamposr> |
Component: | openstack-neutron | Assignee: | Bernard Cafarelli <bcafarel> |
Status: | CLOSED DUPLICATE | QA Contact: | Eran Kuris <ekuris> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16.1 (Train) | CC: | amuller, chrisw, ralonsoh, scohen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-03-15 15:05:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1671811 |
Description
Candido Campos
2020-06-18 12:50:13 UTC
The vm es created if the destination compute is configured in the creation command, but it should be selected automatically in the correct segment for the subnet: openstack port create --fixed-ip subnet=subnet2_public --network public port1 +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | admin_state_up | UP | | allowed_address_pairs | | | binding_host_id | | | binding_profile | | | binding_vif_details | | | binding_vif_type | unbound | | binding_vnic_type | normal | | created_at | 2020-06-06T22:39:20Z | | data_plane_status | None | | description | | | device_id | | | device_owner | | | dns_assignment | fqdn='host-10-0-20-130.openstackgate.local.', hostname='host-10-0-20-130', ip_address='10.0.20.130' | | dns_domain | None | | dns_name | | | extra_dhcp_opts | | | fixed_ips | ip_address='10.0.20.130', subnet_id='a8ed5233-7a94-4635-9ea9-39687897816a' | | id | a1ce07c5-db5f-4e5e-b480-3ee949bd7ee6 | | location | cloud='', project.domain_id=, project.domain_name='Default', project.id='54ae30d8228c45788bac3ad2bae54a78', project.name='admin', region_name='regionOne', zone= | | mac_address | fa:16:3e:74:62:5c | | name | port1 | | network_id | a381dd94-9654-4a8a-8223-a34112e130ae | | port_security_enabled | True | | project_id | 54ae30d8228c45788bac3ad2bae54a78 | | propagate_uplink_status | None | | qos_policy_id | None | | resource_request | None | | revision_number | 1 | | security_group_ids | cf8262e5-e9dd-4502-a492-091657359cca | | status | DOWN | | tags | | | trunk_details | None | | updated_at | 2020-06-06T22:39:20Z | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ In nova scheduling, changes added by routed network led to 4 use cases (Barcelone summit presentation): User requests - Scheduler places instance at: Boot with port id. Port has no IP address - Any segment with available ip addresses Boot with port id. Port has IP address - Segment with subnet containing ip address Boot with network id - Any segment with available ip addresses Instance move - Segment with subnet containing ip address We saw here that case number 2 caused VM creation error, though case 3 worked fine This will be retested with availability zones, which are in reference architecture and are used in DCN/spine&leaf deployments *** This bug has been marked as a duplicate of bug 1761903 *** |