Bug 1251571

Summary: Undercloud default neutron quotas too low
Product: Red Hat OpenStack Reporter: jliberma <jliberma>
Component: instack-undercloudAssignee: James Slagle <jslagle>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: bnemec, mburns, morazi, rhel-osp-director-maint, srevivo
Target Milestone: z1Keywords: ZStream
Target Release: Director   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-11 19:04:54 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:

Description jliberma@redhat.com 2015-08-07 18:44:09 UTC
Description of problem:

A small overcloud deployment that follows our recommendations for configuring network irolation (6 networks) exceeds default neutron port settings.

Version-Release number of selected component (if applicable):
python-rdomanager-oscplugin-0.0.8-44.el7ost.noarch

How reproducible:

Steps to Reproduce:
1. Deploy undercloud
2. Configure network iso with 6 recommended VLANs
3. Deploy overcloud of 11 or more physical servers

Example:

openstack overcloud deploy -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /home/stack/network-environment.yaml --control-flavor control --compute-flavor compute --ceph-storage-flavor ceph --ntp-server 10.16.255.2 --control-scale 3 --compute-scale 4 --ceph-storage-scale 4 --block-storage-scale 0 --swift-storage-scale 0 -t 90 --templates -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml

Actual results:

overcloud deploy command fails with errors:

ResourceUnknownStatus: Resource failed - Unknown status FAILED due to "Resource CREATE failed: ResourceUnknownStatus: Resource failed - Unknown status FAILED due to "Resource CREATE failed: ResourceUnknownStatus: Resource failed - Unknown status FAILED due to "Resource CREATE failed: OverQuotaClient: Quota exceeded for resources: ['port']"""

Expected results:

Additional info:

Workaround:

Prior to depoying overcloud:

[stack@rhos0 ~]$ neutron quota-update --port 100
+---------------------+-------+
| Field               | Value |
+---------------------+-------+
| network             | 10    |
| port                | 100   |
| security_group      | 10    |
| security_group_rule | 100   |
| subnet              | 10    |
+---------------------+-------+

[stack@rhos0 ~]$ neutron quota-show
+---------------------+-------+
| Field               | Value |
+---------------------+-------+
| network             | 10    |
| port                | 100   |
| security_group      | 10    |
| security_group_rule | 100   |
| subnet              | 10    |
+---------------------+-------+

(deploy)

[stack@rhos0 ~]$ neutron port-list | grep -v "\-\-\-\-" | wc -l
54

Comment 3 Ben Nemec 2015-08-11 19:04:54 UTC

*** This bug has been marked as a duplicate of bug 1243121 ***