Rayees Namathponnan created CLOUDSTACK-3078:
-----------------------------------------------
Summary: [Automation] Unable to create dedicated VLAN in Guest
Network
Key: CLOUDSTACK-3078
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3078
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Network Controller
Affects Versions: 4.2.0
Environment: Master
Reporter: Rayees Namathponnan
Priority: Blocker
Fix For: 4.2.0
Test case “test_guest_vlan_range.py” failing in BVT environment; while
debugging this test noticed below error
“2013-06-18 14:41:42,780 DEBUG [cloud.api.ApiServlet] (catalina-exec-6:null)
===START=== 10.216.133.100 -- GET
command=dedicateGuestVlanRange&response=json&sessionkey=B0tIw0cl1VktTB0Tkm4AoxlMtKo%3D&physicalnetworkid=261047ea-c3e7-4fb8-8a25-5a90d79dc943&vlanrange=2354-2356&domainid=5c80ab3b-71cb-4819-8b0f-6140145263a7&account=a&_=1371580887060
2013-06-18 14:41:42,794 INFO [cloud.api.ApiServer] (catalina-exec-6:null)
Cannot dedicate guest vlan range. Physical isolation type of network 200 is not
VLAN”
Here the guest VLAN range information
mysql> select * from physical_network;
+-----+--------------------------------------+--------------+----------------+---------------------+-------+-----------+------------------------+---------+---------------------+---------+
| id | uuid | name | data_center_id |
vnet | speed | domain_id | broadcast_domain_range | state |
created | removed |
+-----+--------------------------------------+--------------+----------------+---------------------+-------+-----------+------------------------+---------+---------------------+---------+
| 200 | 261047ea-c3e7-4fb8-8a25-5a90d79dc943 | Sandbox-pnet | 1 |
2301-2352;2354-2356 | NULL | NULL | ZONE | Enabled |
2013-06-17 21:21:55 | NULL |
| 201 | afe4ec42-f7ac-4b70-8e2a-f77782fe458f | Sandbox-pnet | 2 |
2181-2210 | NULL | NULL | ZONE | Enabled |
2013-06-17 21:24:41 | NULL |
+-----+--------------------------------------+--------------+----------------+---------------------+-------+-----------+------------------------+---------+---------------------+---------+
2 rows in set (0.00 sec)
mysql> select * from physical_network_isolation_methods;
Empty set (0.00 sec)
I am trying to create dedicated VLAN range for “2354-2356”, but it failed with
above error
During create a guest network with the vlan, we are not checking isolation
method, we shouldn't add the same check during guest network creation
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira