Bug 1321037 - Document a complete example with static IP pools
Summary: Document a complete example with static IP pools
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 8.0 (Liberty)
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-24 14:15 UTC by Udi Kalifon
Modified: 2018-03-14 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-14 01:11:51 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.