Typo in ManagementAllocationPools in network-environment

Bug #1655204 reported by Kevin Jones
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Low
Kevin Jones

Bug Description

The default declaration for ManagementAllocationPools in environments/network-environment.yaml has a typo with a comma instead of a colon after 'end'.

This causes overcloud deploy to fail if using this parameter and you don't notice the mistake.

Revision history for this message
Kevin Jones (kevinjones) wrote :

Section of network-environment.yaml in question:

  # Uncomment if using the Management Network (see network-management.yaml)
  # ManagementNetCidr: 10.0.1.0/24
  # ManagementAllocationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}]
  # Use either this parameter or ControlPlaneDefaultRoute in the NIC templates
  # ManagementInterfaceDefaultRoute: 10.0.1.1
  # Define the DNS servers (maximum 2) for the overcloud nodes

# ManagementAllocationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}]

Should be:

# ManagementAllocationPools: [{'start': '10.0.1.10', 'end': '10.0.1.50'}]

Changed in tripleo:
assignee: nobody → Kevin Jones (kevinjones)
status: New → Confirmed
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (master)

Fix proposed to branch: master
Review: https://review.openstack.org/418186

Changed in tripleo:
importance: Undecided → Low
milestone: none → ocata-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/418186
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=1e606a1edd5226e41bc411e6793a5e4efe8c55f9
Submitter: Jenkins
Branch: master

commit 1e606a1edd5226e41bc411e6793a5e4efe8c55f9
Author: Kevin Jones <email address hidden>
Date: Mon Jan 9 21:53:36 2017 -0500

    Correct typo in ManagementAllocationPools in network-environment.yaml

    There was a comma after 'end' in ManagementAllocationPools that causes
    a failure if using this parameter straight without modification.
    Replaced comma with colon.

    Closes-Bug: 1655204

    Change-Id: Ic25606ea0b6637fcd33f1375f34a6486eda2af85
    Signed-off-by: Kevin Jones <email address hidden>

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 6.0.0.0rc1

This issue was fixed in the openstack/tripleo-heat-templates 6.0.0.0rc1 release candidate.

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.