Change the type of flannel_network_subnetlen to 'number'

'flannel_network_subnetlen' is the size of subnet assigned to each
nodes. The value of 'flannel_network_subnetlen' will pass to SubnetLen.
So the type of flannel_network_subnetlen should be 'number' or int,
not string.

Change-Id: I49816fcfad7fcce7f77f6c0db20f82b630426512
This commit is contained in:
PanFengyun 2016-07-07 13:09:08 +08:00
parent cb99c64614
commit 20029b6a0a
8 changed files with 8 additions and 8 deletions

View File

@ -101,7 +101,7 @@ parameters:
default: 10.100.0.0/16
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each master
default: 24

View File

@ -87,7 +87,7 @@ parameters:
description: network range for flannel overlay network
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each master
flannel_backend:

View File

@ -68,7 +68,7 @@ parameters:
default: 10.100.0.0/16
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each minion
default: 24

View File

@ -50,7 +50,7 @@ parameters:
default: 10.100.0.0/16
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each minion
default: 24

View File

@ -67,7 +67,7 @@ parameters:
default: 10.100.0.0/16
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each minion
default: 24

View File

@ -45,7 +45,7 @@ parameters:
description: network range for flannel overlay network
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each master
flannel_backend:

View File

@ -37,7 +37,7 @@ parameters:
description: network range for flannel overlay network
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each minion
flannel_backend:

View File

@ -53,7 +53,7 @@ parameters:
description: network range for flannel overlay network
flannel_network_subnetlen:
type: string
type: number
description: size of subnet assigned to each master
flannel_backend: