Bug 1398911
Summary: | [RFE] Router created without GW or interface associated | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ido Ovadia <iovadia> | ||||
Component: | Providers | Assignee: | John Hardy <jhardy> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 5.7.0 | CC: | cpelland, iovadia, jfrey, jhardy, lavenel, maufart, obarenbo, simaishi, tzumainn | ||||
Target Milestone: | GA | Keywords: | FutureFeature | ||||
Target Release: | 5.9.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | openstack | ||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-03-05 13:58:51 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | Openstack | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1394284 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Ido Ovadia
2016-11-27 09:32:01 UTC
To make it clear I am repeating the steps to reproduce, and give more information --------------------------------------------------------------------------------- 1. Add Cloud Network : Net_test1 2. Add Cloud Subnet: Name: Subtest1 Network: Net_test1 Subnet CIDR: 192.168.42.0/24 3. Add a new Router: Name: Router_test1 Network: Net_test1 Actual results: =============== Router created without interface Net_test1 [stack@undercloud-0 ~]$ neutron router-list +--------------------------------------+----------------+-------------------------------------------------------------+-------------+------+ | id | name | external_gateway_info | distributed | ha | +--------------------------------------+----------------+-------------------------------------------------------------+-------------+------+ | 5cc9616e-67e2-448b-ad52-5b28c6c99480 | Router_test1 | null | False | True | | de56cc7e-e323-4053-81ca-5beb3a54eb66 | Router_test_4c | {"network_id": "1e520917-21ef-4ab8-8e4c-b9313ffc46b3", | False | True | | | | "enable_snat": true, "external_fixed_ips": [{"subnet_id": | | | | | | "f9eeba7c-26b1-409f-a431-f514f7f122cf", "ip_address": | | | | | | "10.0.0.211"}]} | | | | e5d6236c-3289-4008-be23-6554e5522190 | Router1_admin | null | False | True | +--------------------------------------+----------------+-------------------------------------------------------------+-------------+------+ neutron router-port-list Router_test1 +--------------------------------------+-------------------------------------------------+-------------------+--------------------------------------------------+ | id | name | mac_address | fixed_ips | +--------------------------------------+-------------------------------------------------+-------------------+--------------------------------------------------+ | 1686386c-ceae-45a6-9c5f-9738e1bf20ce | HA port tenant d413266e75c444b1a26145cebfdbecfe | fa:16:3e:0a:01:f4 | {"subnet_id": "341cb674-c483-4864-a7bb- | | | | | 75f86565bf39", "ip_address": "169.254.192.30"} | | 704385b3-8a6f-4b51-94c9-21da00949b6f | HA port tenant d413266e75c444b1a26145cebfdbecfe | fa:16:3e:5a:da:e5 | {"subnet_id": "341cb674-c483-4864-a7bb- | | | | | 75f86565bf39", "ip_address": "169.254.192.28"} | | f05027be-b505-4edd-a830-7980bd49ca92 | HA port tenant d413266e75c444b1a26145cebfdbecfe | fa:16:3e:26:29:82 | {"subnet_id": "341cb674-c483-4864-a7bb- | | | | | 75f86565bf39", "ip_address": "169.254.192.29"} | +--------------------------------------+-------------------------------------------------+-------------------+--------------------------------------------------+ Created attachment 1225241 [details]
Routerwith 0 subnets
Please see enclosed screenshot - no subnets connected to the router This will be partially addressed by: https://bugzilla.redhat.com/show_bug.cgi?id=1394284 The rest requires an actual workflow for router creation that makes multiple API calls; that will probably have to wait for something similar to happen with the network provisioning feature. Bugs that comprise two separate issues should really be two separate bugs. You can link them to each other. But, trying to track two issues in one BZ number is really difficult. The immediate issue should be solved by https://bugzilla.redhat.com/show_bug.cgi?id=1394284. Creating an interface during router creation through a single workflow is also desirable, but a longer-term need. Ido, is this fixed by the features added into 5.7.1? (In reply to Tzu-Mainn Chen from comment #7) > Ido, is this fixed by the features added into 5.7.1? No. Last reproduced on 5.7.1.3 Just for clarity's sake - is the second part solved (with the addition of a UI to add an interface to a router), leaving just the first part? (In reply to Tzu-Mainn Chen from comment #9) > Just for clarity's sake - is the second part solved (with the addition of a > UI to add an interface to a router), leaving just the first part? Correct. https://bugzilla.redhat.com/show_bug.cgi?id=1413212 Verified ======== 5.9.0.22 |