@@ -47,21 +47,24 @@ title="OpenShift Architecture"]
4747
4848== Prerequisites
4949
50- 1 . OpenStack version Juno or later with the Heat, Neutron, Ceilometer services
50+ . OpenStack version Juno or later with the Heat, Neutron, Ceilometer services
5151running:
5252 * heat-api-cfn service - used for passing heat metadata to nova instances
5353 * neutron LBaaS service (optional) - used for loadbalancing requests in HA
5454 mode, if this service is not available, you can deploy dedicated
5555 loadbalancer node, see 'Select Loadbalancer Type' section
5656 * ceilometer services (optional) - used when autoscaling is enabled
57- 2. http://www.centos.org/[CentOS] 7.2 cloud image (we leverage cloud-init)
57+ . `ServerGroupAntiAffinityFilter` enabled in Nova service
58+ (optionally `ServerGroupAffinityFilter` when using all-in-one Openstack
59+ environment)
60+ . http://www.centos.org/[CentOS] 7.2 cloud image (we leverage cloud-init)
5861loaded in Glance for OpenShift Origin Deployments.
5962https://access.redhat.com/downloads[RHEL]_ 7.2 cloud image if doing Atomic
6063Enterprise or OpenShift Enterprise. Make sure to use official images to avoid
6164unexpected issues during deployment (e.g. a custom firewall may block OpenShift
6265inter-node communication).
63- 3 . An SSH keypair loaded to Nova
64- 4 . A (Neutron) network with a pool of floating IP addresses available
66+ . An SSH keypair loaded into Nova
67+ . A (Neutron) network with a pool of floating IP addresses available
6568
6669CentOS and RHEL are the only tested distros for now.
6770
0 commit comments