Yi Wang 9044d0b00a Add a document about StarlingX IPv6 deployment
This document introduces a method to make StarlingX IPv6
deployment based on a NAT64/DNS64 gateway. In this document,

* Brief the challenge of StarlingX IPv6 deployment
* Introduce the infrastructure of the experimental setup
* Introduce how to setup a NAT64/DNS64 gateway
* Explain the special operations during StarlingX IPv6 provisioning

Made clerical edits for RST formatting and grammar.

Change-Id: I1a43ce19ed438dc094ed7d79c96fa71bfbc66a02
Co-Authored-By: Yan Chen <yan.chen@intel.com>
Signed-off-by: Yi Wang <yi.c.wang@intel.com>
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2020-04-15 17:46:41 -04:00

15 lines
609 B
Plaintext

.. note::
By default, StarlingX uses IPv4. To use StarlingX with IPv6:
* The entire infrastructure and cluster configuration must be IPv6, with the
exception of the PXE boot network.
* Not all external servers are reachable via IPv6 addresses (for example
Docker registries). Depending on your infrastructure, it may be necessary
to deploy a NAT64/DNS64 gateway to translate the IPv4 addresses to IPv6.
* Refer to the :doc:`/../developer_resources/stx_ipv6_deployment` guide
for details on how to deploy a NAT64/DNS64 gateway to use StarlingX
with IPv6.