diff options
author | John DeNisco <jdenisco@cisco.com> | 2019-12-10 14:25:50 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-12-11 20:41:24 +0000 |
commit | 4f85968a43d3de253e7d69bb0d03e542e4a27f9c (patch) | |
tree | f6e77a3089d7e6a5a558dc9f46c618d793e3c039 /docs/gettingstarted/users/configutil/commandfour.rst | |
parent | d4c709222b67f6c45ee7064637f69de9e9509222 (diff) |
docs: Rework the startup configuration section
Type: docs
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: Ic60aac96a4aeb5532f98dfb85c776bf549c0d660
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'docs/gettingstarted/users/configutil/commandfour.rst')
-rw-r--r-- | docs/gettingstarted/users/configutil/commandfour.rst | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/docs/gettingstarted/users/configutil/commandfour.rst b/docs/gettingstarted/users/configutil/commandfour.rst deleted file mode 100644 index ea7c0a29480..00000000000 --- a/docs/gettingstarted/users/configutil/commandfour.rst +++ /dev/null @@ -1,112 +0,0 @@ -.. _config-command-four: - -************************** -List/Install/Uninstall VPP -************************** - -With command option "4" the user can list, install, or uninstall the FD.io VPP -packages. If there are packages already installed, then the packages will be listed -and the user will be asked if the packages should be uninstalled. If no packages are -installed, then the user will be asked if the FD.io packages should be installed. The -packages installed will be the latest released packages. - -Uninstalling the packages: - -.. code-block:: console - - What would you like to do? - - 1) Show basic system information - 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) - 3) Full configuration (WARNING: This will change the system configuration) - 4) List/Install/Uninstall VPP. - q) Quit - - Command: 4 - - These packages are installed on node localhost - Name Version - vpp 18.04-release - vpp-api-lua 18.04-release - vpp-api-python 18.04-release - vpp-dbg 18.04-release - vpp-dev 18.04-release - vpp-dpdk-dev 17.01.1-release - vpp-dpdk-dkms 17.01.1-release - vpp-lib 18.04-release - vpp-nsh-plugin 18.04 - vpp-nsh-plugin-dbg 18.04 - vpp-nsh-plugin-dev 18.04 - vpp-plugins 18.04-release - - Do you want to uninstall these packages [y/N]? y - INFO:root: Local Command: service vpp stop - INFO:root:Uninstall Ubuntu - INFO:root: Local Command: dpkg -l | grep vpp - .... - What would you like to do? - - 1) Show basic system information - 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) - 3) Full configuration (WARNING: This will change the system configuration) - 4) List/Install/Uninstall VPP. - q) Quit - - Command: - -Installing the packages: - -.. code-block:: console - - 1) Show basic system information - 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) - 3) Full configuration (WARNING: This will change the system configuration) - 4) List/Install/Uninstall VPP. - q) Quit - - Command: 4 - - There are no VPP packages on node localhost. - Do you want to install VPP [Y/n]? Y - INFO:root: Ubuntu - INFO:root:Install Ubuntu - INFO:root: Local Command: ls /etc/apt/sources.list.d/99fd.io.list.orig - INFO:root: /etc/apt/sources.list.d/99fd.io.list.orig - .... - - What would you like to do? - - 1) Show basic system information - 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) - 3) Full configuration (WARNING: This will change the system configuration) - 4) List/Install/Uninstall VPP. - q) Quit - - Command: 4 - - These packages are installed on node localhost - Name Version - vpp 18.04-release - vpp-api-lua 18.04-release - vpp-api-python 18.04-release - vpp-dbg 18.04-release - vpp-dev 18.04-release - vpp-dpdk-dev 17.01.1-release - vpp-dpdk-dkms 17.01.1-release - vpp-lib 18.04-release - vpp-nsh-plugin 18.04 - vpp-nsh-plugin-dbg 18.04 - vpp-nsh-plugin-dev 18.04 - vpp-plugins 18.04-release - - Do you want to uninstall these packages [y/N]? N - - What would you like to do? - - 1) Show basic system information - 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) - 3) Full configuration (WARNING: This will change the system configuration) - 4) List/Install/Uninstall VPP. - q) Quit - - Command: |