diff options
author | Tlacenka <tlacencin@gmail.com> | 2017-08-15 20:37:18 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-08-15 20:37:18 +0200 |
commit | 4ddb3fb369008395f8e2dc225cb6e08ca59a115b (patch) | |
tree | 511d13827bce2facc90e62b83510603e94d875fe /playbooks/provisioning/openstack/README.md | |
parent | 8f68443fc0da3cef4ee72027161e36c23b8d7c11 (diff) | |
download | openshift-4ddb3fb369008395f8e2dc225cb6e08ca59a115b.tar.gz openshift-4ddb3fb369008395f8e2dc225cb6e08ca59a115b.tar.bz2 openshift-4ddb3fb369008395f8e2dc225cb6e08ca59a115b.tar.xz openshift-4ddb3fb369008395f8e2dc225cb6e08ca59a115b.zip |
group_vars/all.yml, stack_params.yaml, README: specifying flavors enabled and documented (#638)
Diffstat (limited to 'playbooks/provisioning/openstack/README.md')
-rw-r--r-- | playbooks/provisioning/openstack/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/provisioning/openstack/README.md b/playbooks/provisioning/openstack/README.md index 216205947..79e153fe1 100644 --- a/playbooks/provisioning/openstack/README.md +++ b/playbooks/provisioning/openstack/README.md @@ -105,8 +105,12 @@ 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. +`openstack_default_flavor` is the default Nova flavor the servers will use. You can see your flavors with `openstack flavor list`. +In order to set a different flavor for a role, uncomment the line with the +corresponding variable (e.g. `openstack_lb_flavor` for load balancer) and +set its value to another available flavor. `openstack_default_flavor` must +stay defined as it is used as a default value for the rest of the roles. `openstack_external_network_name` is the name of the Neutron network providing external connectivity. It is often called `public`, |