Skip to content

Commit 3d6e5e0

Browse files
authored
Merge pull request #265 from jprovaznik/reqs
Add affinity filter into requirements
2 parents 16e7620 + 1aff342 commit 3d6e5e0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5151
running:
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)
5861
loaded in Glance for OpenShift Origin Deployments.
5962
https://access.redhat.com/downloads[RHEL]_ 7.2 cloud image if doing Atomic
6063
Enterprise or OpenShift Enterprise. Make sure to use official images to avoid
6164
unexpected issues during deployment (e.g. a custom firewall may block OpenShift
6265
inter-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

6669
CentOS and RHEL are the only tested distros for now.
6770

0 commit comments

Comments
 (0)