diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 17:35:43 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-30 09:47:51 -0500 |
commit | 385ca96f5aaf8987820a5c7a25349ab7bedf9318 (patch) | |
tree | 2d8f521afc2a61a46c27e9fd002fa10df65a994c /inventory | |
parent | c25735c88df27867cda0b45622106cb1119b2a7d (diff) | |
download | openshift-385ca96f5aaf8987820a5c7a25349ab7bedf9318.tar.gz openshift-385ca96f5aaf8987820a5c7a25349ab7bedf9318.tar.bz2 openshift-385ca96f5aaf8987820a5c7a25349ab7bedf9318.tar.xz openshift-385ca96f5aaf8987820a5c7a25349ab7bedf9318.zip |
Fixing 'unscheduleable' typo
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index ef0736b63..1a67cc290 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -166,7 +166,7 @@ ose3-lb-ansible.test.example.com # NOTE: Currently we require that masters be part of the SDN which requires that they also be nodes # However, in order to ensure that your masters are not burdened with running pods you should -# make them unschedulable by adding openshift_scheduleable=False any node that's also a master. +# make them unschedulable by adding openshift_schedulable=False any node that's also a master. [nodes] ose3-master[1:3]-ansible.test.example.com ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'primary', 'zone': 'default'}" |