Add more detailed examples for provider networks in quantum

Bug #1066782 reported by Jasper Aikema
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Confirmed
Medium
Unassigned

Bug Description

At this moment, I miss some detailed examples of when to do what.

In the docs it is clear how to do things. But not what you have to do, to create a working scenario.

For example: I want to create a provider network, with floating Ip's, and have two NIC's. I wasn't able to do this with the current documentation.

The connection of quantum to nova was working. But i wasn't able to make sense if i needed a router, how many networks and subnets (with the quantum command), and what to do with the bridges, interfaces and ports (with the ovs-vsctl command).

I think it will be a good idea to document what you ave to do, and why. Maybe also more about debugging the problems.

Tags: quantum
description: updated
Tom Fifield (fifieldt)
tags: added: quantum
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Dennis Qin (xiaohong-qin) wrote :

In the following quantum command,

quantum net-create --tenant-id $TENANT_ID net1 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 1024

provider:segmentation_id is actually a VLAN id which is used in the network for controller and compute nodes. This same VLAN id is also passed to the physical switch that interconnects controller and compute nodes. Try to avoid use VLAN id 1 since some physical switches do not forward VLAN 1 frames by default.

Thanks.

Dennis Qin

Revision history for this message
Anne Gentle (annegentle) wrote :

I want to know if the Demo Setup is either incorrect or not meeting this need?

http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo.html
(I also wonder if people don't know to click NEXT> links?)

Revision history for this message
Anne Gentle (annegentle) wrote :

Feedback on the Demo Setup above:
"I'm myself in the middle of that, the guide def. needs more explanations - especially about the network topology. I've been able to make the private network routing work by following that guide, but indeed, still stuck with the floating ips routing."

Revision history for this message
Anne Gentle (annegentle) wrote :

Will a bug fix for 1064643 also fix this bug?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.