Bug 1321037

Summary: Document a complete example with static IP pools
Product: Red Hat OpenStack Reporter: Udi Kalifon <ukalifon>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED WONTFIX QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: dmacpher, srevivo
Target Milestone: ---Keywords: Documentation
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-14 01:11:51 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:

Description Udi Kalifon 2016-03-24 14:15:06 UTC
Description of problem:
The current examples upstream only show an example of an IP pool for the controllers. It shows that the pools are defined under "ControllerIPs" and it shows which networks this role is connected to. I had to guess the other roles and it lead to hard-to-detect failures in the deployment (I didn't guess correctly that the compute IPs go under "NovaComputeIPs).

Here is the example that currently works for me, but it too is still a bit partial because it doesn't include the cinder and swift roles. Please document an example with all roles and their networks:

parameter_defaults:
  ControllerIPs:
    external:
      - 192.168.200.210
      - 192.168.200.211
      - 192.168.200.212
    internal_api:
      - 192.168.100.30
      - 192.168.100.40
      - 192.168.100.50
    storage:
      - 192.168.110.20
      - 192.168.110.30
      - 192.168.110.40
      - 192.168.110.50
      - 192.168.110.60
      - 192.168.110.70
    storage_mgmt:
      - 192.168.120.20
      - 192.168.120.30
      - 192.168.120.40
      - 192.168.120.50
      - 192.168.120.60
      - 192.168.120.70
    tenant:
      - 192.168.150.50
      - 192.168.150.60
      - 192.168.150.70
  NovaComputeIPs:
    internal_api:
      - 192.168.100.60
      - 192.168.100.70
      - 192.168.100.80
    storage:
      - 192.168.110.80
      - 192.168.110.90
      - 192.168.110.100
      - 192.168.110.110
      - 192.168.110.120
      - 192.168.110.130
    tenant:
      - 192.168.150.20
      - 192.168.150.30
      - 192.168.150.40
  CephStorageIPs:
    storage:
      - 192.168.110.115
      - 192.168.110.125
      - 192.168.110.135
    storage_mgmt:
      - 192.168.120.80
      - 192.168.120.90
      - 192.168.120.99

Comment 2 Udi Kalifon 2016-04-04 14:00:03 UTC
For swift and cinder, the IP pools should come under SwiftStorageIPs and SwiftStorageIPs. See  environments/ips-from-pool-all.yaml.