summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/README.md
diff options
context:
space:
mode:
authorTlacenka <tlacencin@gmail.com>2017-08-15 19:17:59 +0200
committerTomas Sedovic <tomas@sedovic.cz>2017-08-15 19:17:59 +0200
commit3d9676911df8eb0fc4ce03c5ccfab049b430f87b (patch)
treefa533c683d1854dc1b15de0f5865682bb1d18f3a /playbooks/provisioning/openstack/README.md
parent784443b0d88597b988c3d5c58bc6358f5c73675e (diff)
downloadopenshift-3d9676911df8eb0fc4ce03c5ccfab049b430f87b.tar.gz
openshift-3d9676911df8eb0fc4ce03c5ccfab049b430f87b.tar.bz2
openshift-3d9676911df8eb0fc4ce03c5ccfab049b430f87b.tar.xz
openshift-3d9676911df8eb0fc4ce03c5ccfab049b430f87b.zip
Specify different image names for roles (#637)
* all.yml: set up new variables for specifying images for roles * stack_params.yaml: add image name variables for different roles * more roles added * heat_stack.yaml.j2: openstack_image changed to updated image names * README: updated documentation for specifying image names
Diffstat (limited to 'playbooks/provisioning/openstack/README.md')
-rw-r--r--playbooks/provisioning/openstack/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/playbooks/provisioning/openstack/README.md b/playbooks/provisioning/openstack/README.md
index 98c847d88..216205947 100644
--- a/playbooks/provisioning/openstack/README.md
+++ b/playbooks/provisioning/openstack/README.md
@@ -98,9 +98,12 @@ as a default nameserver that comes from the NetworkManager and cloud-init.
`openstack keypair list`. This guide assumes that its corresponding private
key is `~/.ssh/openshift`, stored on the ansible admin (control) node.
-`openstack_default_image_name` is the name of the Glance image the
-servers will use. You can
-see your images with `openstack image list`.
+`openstack_default_image_name` is the default name of the Glance image the
+servers will use. You can see your images with `openstack image list`.
+In order to set a different image for a role, uncomment the line with the
+corresponding variable (e.g. `openstack_lb_image_name` for load balancer) and
+set its value to another available image name. `openstack_default_image_name`
+must stay defined as it is used as a default value for the rest of the roles.
`openstack_default_flavor` is the Nova flavor the servers will use.
You can see your flavors with `openstack flavor list`.