From 3bf730587a75c124f34a18b2163b649b1337f0df Mon Sep 17 00:00:00 2001 From: amanda Date: Mon, 13 Jul 2020 12:55:57 +0100 Subject: [PATCH] Depreciate EL6 support --- docs/source/solutions/dcfabric/install.rst | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/docs/source/solutions/dcfabric/install.rst b/docs/source/solutions/dcfabric/install.rst index 313ef52..97271e2 100644 --- a/docs/source/solutions/dcfabric/install.rst +++ b/docs/source/solutions/dcfabric/install.rst @@ -147,7 +147,6 @@ purchasing. This last step will also set up the |ewc| repository on your box. * :doc:`/install/u16` * :doc:`/install/rhel7` -* :doc:`/install/rhel6` 2. Install DC Fabric Suite @@ -196,12 +195,6 @@ Install the DC Fabric suite: * Start the ``bwc-topology`` service: - * On Ubuntu/Debian or RHEL/CentOS 6.x: :: - - sudo service bwc-topology start - # Check that it is running indeed - service bwc-topology status - * On RHEL/CentOS 7.x: :: sudo systemctl bwc-topology start @@ -223,23 +216,6 @@ Upgrade from previous version ------------------------------ If you have previously installed DC Fabric Automation Suite v1.1 and want to upgrade to next version, please follow the instructions below: -**On Ubuntu/Debian or RHEL/CentOS 6.x:** - -.. code-block:: bash - - # Upgrade bwc/dcfabric packages - sudo apt-get update - sudo apt-get install bwc-topology bwc-cli dcfabric-packs dcfabric-suite - - # Update Network Essentials Pack - st2 pack install network_essentials - - # Restart Topology Service - sudo service bwc-topology restart - - # For verification, run the following command to check the version number for network_essentials, network_inventory and dcfabric packs is v1.2.0 - st2 pack list - **On RHEL/CentOS 7.x:** .. code-block:: bash