diff options
author | Manjunath A Kumatagi <mkumatag@in.ibm.com> | 2016-08-31 06:23:30 -0400 |
---|---|---|
committer | Manjunath A Kumatagi <mkumatag@in.ibm.com> | 2016-08-31 06:23:30 -0400 |
commit | 9e998de6ac0a5f85131ffe2c58352b7a45c68064 (patch) | |
tree | fc175ace556e8407707b16b8d45b7bfcb4bc64cb /roles/flannel_register | |
parent | 73e6e86c2703646963ead447285195c8efc44027 (diff) | |
download | openshift-9e998de6ac0a5f85131ffe2c58352b7a45c68064.tar.gz openshift-9e998de6ac0a5f85131ffe2c58352b7a45c68064.tar.bz2 openshift-9e998de6ac0a5f85131ffe2c58352b7a45c68064.tar.xz openshift-9e998de6ac0a5f85131ffe2c58352b7a45c68064.zip |
update flannel_subnet_len default value
Diffstat (limited to 'roles/flannel_register')
-rw-r--r-- | roles/flannel_register/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/flannel_register/README.md b/roles/flannel_register/README.md index 623c4c7cf..20a07c35e 100644 --- a/roles/flannel_register/README.md +++ b/roles/flannel_register/README.md @@ -16,7 +16,7 @@ Role Variables |---------------------|----------------------------------------------------|-------------------------------------------------| | flannel_network | {{ openshift.common.portal_net }} or 172.16.1.1/16 | interface to use for inter-host communication | | flannel_min_network | {{ min_network }} or 172.16.5.0 | beginning of IP range for the subnet allocation | -| flannel_subnet_len | /openshift.com/network | size of the subnet allocated to each host | +| flannel_subnet_len | 24 | size of the subnet allocated to each host | | flannel_etcd_key | /openshift.com/network | etcd prefix | | etcd_hosts | etcd_urls | a list of etcd endpoints | | etcd_conf_dir | {{ openshift.common.config_base }}/master | SSL certificates directory | |