You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,12 +132,24 @@ nova keypair-add --pub-key ~/.ssh/id_rsa.pub default
132
132
133
133
== Deployment
134
134
135
-
You can pass all environment variables to heat on command line. However, two example environment files have been given.
136
-
137
-
* ``env_origin.yaml`` is an example of the variables to deploy an OpenShift Origin 3 environment.
138
-
* ``env_aop.yaml`` is an example of the variables to deploy an Atomic Enterprise or OpenShift Enterprise 3 environment. Note deployment type should be *openshift-enterprise* for OpenShift or *atomic-enterprise* for Atomic Enterprise. Also, a valid RHN subscription is required for deployment.
139
-
140
-
Assuming your external network is called ``public``, your SSH key is ``default`` and your CentOS 7.2 image is ``centos72`` and your domain name is ``example.com``, this is how you deploy OpenShift Origin:
135
+
You can pass all environment variables to heat on command line. However,
136
+
two environment files are provided as examples.
137
+
138
+
* ``env_origin.yaml`` is an example of the variables to deploy an OpenShift
139
+
Origin 3 environment.
140
+
* ``env_aop.yaml`` is an example of the variables to deploy an Atomic
141
+
Enterprise or OpenShift Enterprise 3 environment. Note deployment type
142
+
should be *openshift-enterprise* for OpenShift or *atomic-enterprise*
143
+
for Atomic Enterprise. Also, a valid RHN subscription is required
144
+
for deployment.
145
+
146
+
Here is a sample of environment file which uses a subset of parameters which
147
+
can be set by the user to configure OpenShift deployment. All configurable
148
+
parameters including description can be found in the `parameters` section in
149
+
the link:openshift.yaml[main template]. Assuming your external
150
+
network is called ``public``, your SSH key is `default`, your
151
+
CentOS 7.2 image is ``centos72`` and your domain name is ``example.com``,
152
+
this is how you deploy OpenShift Origin:
141
153
142
154
```yaml
143
155
cat << EOF > openshift_parameters.yaml
@@ -288,7 +300,8 @@ openshift-on-openstack provides multiple options for setting up loadbalancing:
288
300
when creating the stack.
289
301
290
302
* Dedicated loadbalancer node - a dedicated node is created during stack
291
-
creation and HAProxy loadbalancer is configured on it.
303
+
creation and HAProxy loadbalancer is configured on it. Both console/API and
304
+
OpenSHift router requests are load balanced by this dedicated node.
292
305
This type is useful for demo/testing purposes only because HA is not assured for
293
306
the single loadbalancer. To select this type include
294
307
`-e openshift-on-openstack/env_loadbalancer_dedicated.yaml` when creating the stack.
0 commit comments