Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depreciate EL6 support #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions docs/source/solutions/dcfabric/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down