diff options
author | Bin Hu <bh526r@att.com> | 2017-03-03 17:41:26 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2017-03-03 17:41:26 -0800 |
commit | fe81232bf21f7768d702db376dbc5ce48f5fcc15 (patch) | |
tree | d3d7aee9e8249a49db7280e811d77710f4d9a9fd /docs | |
parent | f41671ef4a49ffc7faf406a1f28b2f56afa185ff (diff) |
Update Configuration Guide for Service VM as IPv6 vRouter
Apex only supports ODL-L3 with odl-netvirt-openstack. Full support of IPv6
in ODL-L3 and odl-netvirt-openstack is still a work in progress. Thus we
cannot achieve Service VM as IPv6 vRouter using Apex under ODL-L3
deployment.
Thus the configuration guide is updated
Change-Id: I9eb44eeef8d417525fee5d8539c6aebe3fe960f2
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/configguide/featureconfig.rst | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/docs/release/configguide/featureconfig.rst b/docs/release/configguide/featureconfig.rst index 2f20f47..a18bad2 100644 --- a/docs/release/configguide/featureconfig.rst +++ b/docs/release/configguide/featureconfig.rst @@ -485,36 +485,15 @@ of OPNFV Danube Release: **Apex Installer**: -.. code-block:: bash - - # HA, Virtual deployment in OpenStack with Open Daylight L2-only environment - ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml \ - -n /etc/opnfv-apex/network_setting.yaml - - # HA, Bare Metal deployment in OpenStack with Open Daylight L2-only environment - ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml \ - -i <inventory file> -n /etc/opnfv-apex/network_setting.yaml - - # Non-HA deployment in OpenStack with Open Daylight L2-only environment - # There is no settings file provided by default for odl_l2 non-HA deployment - # You need to copy /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml to another file - # e.g. /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml - # and change the "ha_enabled" parameter to be "false", i.e.: "ha_enabled: false", and: - - # - For Non-HA, Virtual deployment - ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml \ - -n /etc/opnfv-apex/network_setting.yaml - - # - For Non-HA, Bare Metal deployment - ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml \ - -i <inventory file> -n /etc/opnfv-apex/network_setting.yaml +Please **NOTE** that: - # Note: - # - # 1. Parameter ""-v" is mandatory for Virtual deployment - # 2. Parameter "-i <inventory file>" is mandatory for Bare Metal deployment - # 2.1 Refer to https://git.opnfv.org/cgit/apex/tree/config/inventory for examples of inventory file - # 3. You can use "-n /etc/opnfv-apex/network_setting_v6.yaml" for deployment in IPv6-only infrastructure +* In OPNFV Danube Release, Apex Installer no longer supports Open Daylight + L2-only environment or ``odl-ovsdb-openstack``. Instead, it supports Open + Daylight L3 deployment with ``odl-netvirt-openstack``. +* IPv6 features are not fully supported in Open Daylight L3 with + ``odl-netvirt-openstack`` yet. It is still a work in progress. +* Thus we cannot realize Service VM as an IPv6 vRouter using Apex Installer + under OpenStack + Open Daylight L3 with ``odl-netvirt-openstack`` environment. **Compass** Installer: |