Merge "Dual-Stack documentation incorrect (drs10)"
This commit is contained in:
commit
129382a3ea
@ -50,11 +50,10 @@ Follows the command format:
|
||||
|
||||
~(keystone_admin)]$ system addrpool-modify [--name <name>] [--network <network address>] [--prefix <network prefix>] [--ranges <ranges>] [--order <sequential | random>] [--floating-address <floating address>] [--controller0-address <controller0 address>] [--controller1-address <controller1 address>] [--gateway-address <gateway address>] <address_pool uuid>
|
||||
|
||||
Install a System in Dual-Stack Mode
|
||||
===================================
|
||||
|
||||
Install a System in Dual-Stack
|
||||
==============================
|
||||
|
||||
It is possible to install a system in dual-stack by adding the secondary
|
||||
It is possible to install a system in dual-stack mode by adding the secondary
|
||||
subnets into the bootstrap variables with comma separated values as shown in
|
||||
the following example:
|
||||
|
||||
@ -74,7 +73,7 @@ the following example:
|
||||
external_oam_node_1_address: fd00::5,10.20.5.5
|
||||
|
||||
cluster_host_subnet: aefd:100::/64,198.51.100.0/24
|
||||
cluster_pod_subnet: aefd:206::/64,203.0.113.0/24
|
||||
cluster_pod_subnet: aefd:206::/64,172.16.0.0/16
|
||||
cluster_service_subnet: aefd:207::/112,10.96.0.0/12
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user