Bug 1241689
| Summary: | [Docs] [Director] Documentation on how to deploy tenant vlan network with network isolation | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
| Component: | documentation | Assignee: | Dan Macpherson <dmacpher> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | Director | CC: | adahms, mburns, rhel-osp-director-maint, yeylon |
| Target Milestone: | ga | Keywords: | Documentation, Triaged |
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-04 01:44:58 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: | 1241148 | ||
Assigning to dmacpher for review. Looks good to me; moving to VERIFIED. This content is now live on the Customer Portal; closing. |
Description of problem: We need to add to the docs instruction on how to deploy overcloud with vlan tenant network when using network isolation. I got a successful deployment by using the following but we need some more details on how to do this based on the supported network configurations: openstack overcloud deploy --plan-uuid c2a99e75-f9b7-49c4-bbdc-a658a52ef766 --control-scale 3 --compute-scale 1 --ceph-storage-scale 0 --block-storage-scale 0 --swift-storage-scale 0 -e /home/stack/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml --network-cidr 10.19.95.0/24 --neutron-bridge-mappings datacentre:br-ex,vlan:br-vlan --neutron-network-vlan-ranges vlan:183:185 --neutron-network-type vlan --neutron-disable-tunneling controller.yaml: resources: OsNetConfigImpl: type: OS::Heat::StructuredConfig properties: group: os-apply-config config: os_net_config: network_config: - type: ovs_bridge name: {get_input: bridge_name} use_dhcp: false addresses: - ip_netmask: {get_param: ExternalIpSubnet} routes: - ip_netmask: 0.0.0.0/0 next_hop: 10.19.184.254 members: - type: interface name: nic1 - type: ovs_bridge name: br-vlan addresses: - ip_netmask: {get_param: InternalApiIpSubnet} members: - type: interface name: nic2 primary: true - type: interface name: nic4 addresses: - ip_netmask: {get_param: TenantIpSubnet}