diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-10-05 09:33:31 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-10-06 09:32:58 -0300 |
commit | 1ae447a3409afe4308e61f2511ab6dc1a9ca92cb (patch) | |
tree | 553802393edd257eedee927e2a3bece8c106e14f /inventory/byo/hosts.ose.example | |
parent | 0c01e07493a4660f3eade5b96abefaa5b1f062b9 (diff) | |
download | openshift-1ae447a3409afe4308e61f2511ab6dc1a9ca92cb.tar.gz openshift-1ae447a3409afe4308e61f2511ab6dc1a9ca92cb.tar.bz2 openshift-1ae447a3409afe4308e61f2511ab6dc1a9ca92cb.tar.xz openshift-1ae447a3409afe4308e61f2511ab6dc1a9ca92cb.zip |
Error out if containerized=true for lb host.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 2645d4510..e8ea2f3f0 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -596,8 +596,10 @@ ose3-master[1:3]-ansible.test.example.com [etcd] ose3-etcd[1:3]-ansible.test.example.com +# NOTE: Containerized load balancer hosts are not yet supported, if using a global +# containerized=true host variable we must set to false. [lb] -ose3-lb-ansible.test.example.com +ose3-lb-ansible.test.example.com containerized=false # 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 |