Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 1 | .. This work is licensed under a |
| 2 | .. Creative Commons Attribution 4.0 International License. |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 3 | .. http://creativecommons.org/licenses/by/4.0 |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 4 | .. Copyright 2019-2020 Amdocs, Bell Canada, Orange, Samsung |
Jessica Wagantall | afb1ead | 2020-04-09 12:39:10 -0700 | [diff] [blame] | 5 | .. _oom_quickstart_guide: |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 6 | .. _quick-start-label: |
| 7 | |
| 8 | OOM Quick Start Guide |
| 9 | ##################### |
| 10 | |
| 11 | .. figure:: oomLogoV2-medium.png |
| 12 | :align: right |
| 13 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 14 | Once a Kubernetes environment is available (follow the instructions in |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 15 | :ref:`cloud-setup-guide-label` if you don't have a cloud environment |
| 16 | available), follow the following instructions to deploy ONAP. |
| 17 | |
| 18 | **Step 1.** Clone the OOM repository from ONAP gerrit:: |
| 19 | |
Mike Elliott | a6243a9 | 2019-10-01 13:19:31 -0400 | [diff] [blame] | 20 | > git clone -b <BRANCH> http://gerrit.onap.org/r/oom --recurse-submodules |
Roger Maitland | d1237f3 | 2018-03-26 13:14:04 -0400 | [diff] [blame] | 21 | > cd oom/kubernetes |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 22 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 23 | where <BRANCH> can be an official release tag, such as |
Sylvain Desbureaux | 571173b | 2020-06-16 15:13:53 +0200 | [diff] [blame] | 24 | |
| 25 | * 4.0.0-ONAP for Dublin |
| 26 | * 5.0.1-ONAP for El Alto |
| 27 | * 6.0.0 for Frankfurt |
Mike Elliott | a6243a9 | 2019-10-01 13:19:31 -0400 | [diff] [blame] | 28 | |
Mike Elliott | f137b2c | 2019-04-30 16:28:07 -0400 | [diff] [blame] | 29 | **Step 2.** Install Helm Plugins required to deploy ONAP:: |
Pawel Wieczorek | aa859cd | 2019-01-23 17:32:18 +0100 | [diff] [blame] | 30 | |
| 31 | > sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 32 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 33 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 34 | **Step 3.** Customize the Helm charts like `oom/kubernetes/onap/values.yaml` or |
| 35 | an override file like `onap-all.yaml`, `onap-vfw.yaml` or `openstack.yaml` file |
| 36 | to suit your deployment with items like the OpenStack tenant information. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 37 | |
Mike Elliott | 474c350 | 2019-05-09 10:56:16 -0400 | [diff] [blame] | 38 | .. note:: |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 39 | Standard and example override files (e.g. `onap-all.yaml`, `openstack.yaml`) can be found in |
| 40 | the `oom/kubernetes/onap/resources/overrides/` directory. |
Mike Elliott | 474c350 | 2019-05-09 10:56:16 -0400 | [diff] [blame] | 41 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 42 | |
| 43 | a. You may want to selectively enable or disable ONAP components by changing |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 44 | the ``enabled: true/false`` flags. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 45 | |
| 46 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 47 | b. Encrypt the OpenStack password using the shell tool for Robot and put it in |
| 48 | the Robot Helm charts or Robot section of `openstack.yaml` |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 49 | |
| 50 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 51 | c. Encrypt the OpenStack password using the java based script for SO Helm charts |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 52 | or SO section of `openstack.yaml`. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 53 | |
| 54 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 55 | d. Update the OpenStack parameters that will be used by Robot, SO and APPC Helm |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 56 | charts or use an override file to replace them. |
| 57 | |
Sylvain Desbureaux | 18e8a0b | 2020-04-06 13:39:49 +0200 | [diff] [blame] | 58 | e. Add in the command line a value for the global master password (global.masterPassword). |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 59 | |
| 60 | |
| 61 | |
| 62 | a. Enabling/Disabling Components: |
Mike Elliott | f137b2c | 2019-04-30 16:28:07 -0400 | [diff] [blame] | 63 | Here is an example of the nominal entries that need to be provided. |
| 64 | We have different values file available for different contexts. |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 65 | |
Pawel Wieczorek | a1903d6 | 2019-11-14 14:19:59 +0100 | [diff] [blame] | 66 | .. literalinclude:: ../kubernetes/onap/values.yaml |
Mike Elliott | ed5ff71 | 2018-11-07 15:47:19 -0500 | [diff] [blame] | 67 | :language: yaml |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 68 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 69 | |
| 70 | b. Generating ROBOT Encrypted Password: |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 71 | The Robot encrypted Password uses the same encryption.key as SO but an |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 72 | openssl algorithm that works with the python based Robot Framework. |
| 73 | |
Abdelmuhaimen Seaudi | d7133a1 | 2018-07-18 10:59:20 +0000 | [diff] [blame] | 74 | .. note:: |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 75 | To generate Robot ``openStackEncryptedPasswordHere``:: |
Abdelmuhaimen Seaudi | d7133a1 | 2018-07-18 10:59:20 +0000 | [diff] [blame] | 76 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 77 | cd so/resources/config/mso/ |
| 78 | /oom/kubernetes/so/resources/config/mso# echo -n "<openstack tenant password>" | openssl aes-128-ecb -e -K `cat encryption.key` -nosalt | xxd -c 256 -p`` |
Abdelmuhaimen Seaudi | d7133a1 | 2018-07-18 10:59:20 +0000 | [diff] [blame] | 79 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 80 | c. Generating SO Encrypted Password: |
| 81 | The SO Encrypted Password uses a java based encryption utility since the |
| 82 | Java encryption library is not easy to integrate with openssl/python that |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 83 | Robot uses in Dublin and upper versions. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 84 | |
| 85 | .. note:: |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 86 | To generate SO ``openStackEncryptedPasswordHere`` and ``openStackSoEncryptedPassword`` |
| 87 | ensure `default-jdk` is installed:: |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 88 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 89 | apt-get update; apt-get install default-jdk |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 90 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 91 | Then execute:: |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 92 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 93 | SO_ENCRYPTION_KEY=`cat ~/oom/kubernetes/so/resources/config/mso/encryption.key` |
| 94 | OS_PASSWORD=XXXX_OS_CLEARTESTPASSWORD_XXXX |
Mike Elliott | db27182 | 2019-06-06 08:06:19 -0400 | [diff] [blame] | 95 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 96 | git clone http://gerrit.onap.org/r/integration |
| 97 | cd integration/deployment/heat/onap-rke/scripts |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 98 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 99 | javac Crypto.java |
| 100 | java Crypto "$OS_PASSWORD" "$SO_ENCRYPTION_KEY" |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 101 | |
| 102 | d. Update the OpenStack parameters: |
| 103 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 104 | There are assumptions in the demonstration VNF Heat templates about the |
| 105 | networking available in the environment. To get the most value out of these |
| 106 | templates and the automation that can help confirm the setup is correct, please |
| 107 | observe the following constraints. |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 108 | |
Sylvain Desbureaux | 18e8a0b | 2020-04-06 13:39:49 +0200 | [diff] [blame] | 109 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 110 | ``openStackPublicNetId:`` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 111 | This network should allow Heat templates to add interfaces. |
| 112 | This need not be an external network, floating IPs can be assigned to the |
| 113 | ports on the VMs that are created by the heat template but its important that |
| 114 | neutron allow ports to be created on them. |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 115 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 116 | ``openStackPrivateNetCidr: "10.0.0.0/16"`` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 117 | This ip address block is used to assign OA&M addresses on VNFs to allow ONAP |
| 118 | connectivity. The demonstration Heat templates assume that 10.0 prefix can be |
| 119 | used by the VNFs and the demonstration ip addressing plan embodied in the |
| 120 | preload template prevent conflicts when instantiating the various VNFs. If |
| 121 | you need to change this, you will need to modify the preload data in the |
| 122 | Robot Helm chart like integration_preload_parameters.py and the |
| 123 | demo/heat/preload_data in the Robot container. The size of the CIDR should |
| 124 | be sufficient for ONAP and the VMs you expect to create. |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 125 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 126 | ``openStackOamNetworkCidrPrefix: "10.0"`` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 127 | This ip prefix mush match the openStackPrivateNetCidr and is a helper |
| 128 | variable to some of the Robot scripts for demonstration. A production |
| 129 | deployment need not worry about this setting but for the demonstration VNFs |
| 130 | the ip asssignment strategy assumes 10.0 ip prefix. |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 131 | |
Sylvain Desbureaux | 18e8a0b | 2020-04-06 13:39:49 +0200 | [diff] [blame] | 132 | Example Keystone v2.0 |
Pawel Wieczorek | 3c7c6c7 | 2019-11-14 15:53:52 +0100 | [diff] [blame] | 133 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 134 | .. literalinclude:: example-integration-override.yaml |
| 135 | :language: yaml |
| 136 | |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 137 | Example Keystone v3 (required for Rocky and later releases) |
Pawel Wieczorek | 3c7c6c7 | 2019-11-14 15:53:52 +0100 | [diff] [blame] | 138 | |
Brian Freeman | acf8cd8 | 2019-07-11 21:52:46 -0500 | [diff] [blame] | 139 | .. literalinclude:: example-integration-override-v3.yaml |
| 140 | :language: yaml |
| 141 | |
| 142 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 143 | **Step 4.** To setup a local Helm server to server up the ONAP charts:: |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 144 | |
| 145 | > helm serve & |
| 146 | |
| 147 | Note the port number that is listed and use it in the Helm repo add as |
| 148 | follows:: |
| 149 | |
| 150 | > helm repo add local http://127.0.0.1:8879 |
| 151 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 152 | **Step 5.** Verify your Helm repository setup with:: |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 153 | |
| 154 | > helm repo list |
| 155 | NAME URL |
| 156 | local http://127.0.0.1:8879 |
| 157 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 158 | **Step 6.** Build a local Helm repository (from the kubernetes directory):: |
Roger Maitland | 9e5067c | 2018-03-27 10:57:08 -0400 | [diff] [blame] | 159 | |
Sylvain Desbureaux | dd76978 | 2020-05-29 11:19:42 +0200 | [diff] [blame] | 160 | > make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap |
Roger Maitland | 9e5067c | 2018-03-27 10:57:08 -0400 | [diff] [blame] | 161 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 162 | **Step 7.** Display the onap charts that available to be deployed:: |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 163 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 164 | > helm search onap -l |
| 165 | |
Mike Elliott | ed5ff71 | 2018-11-07 15:47:19 -0500 | [diff] [blame] | 166 | .. literalinclude:: helm-search.txt |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 167 | |
| 168 | .. note:: |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 169 | The setup of the Helm repository is a one time activity. If you make changes |
| 170 | to your deployment charts or values be sure to use ``make`` to update your |
| 171 | local Helm repository. |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 172 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 173 | **Step 8.** Once the repo is setup, installation of ONAP can be done with a |
| 174 | single command |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 175 | |
Mike Elliott | 474c350 | 2019-05-09 10:56:16 -0400 | [diff] [blame] | 176 | .. note:: |
Sylvain Desbureaux | 18e8a0b | 2020-04-06 13:39:49 +0200 | [diff] [blame] | 177 | The ``--timeout 900`` is currently required in Dublin and up to address long |
| 178 | running initialization tasks for DMaaP and SO. Without this timeout value both |
| 179 | applications may fail to deploy. |
| 180 | |
| 181 | .. danger:: |
| 182 | We've added the master password on the command line. |
| 183 | You shouldn't put it in a file for safety reason |
| 184 | please don't forget to change the value to something random |
| 185 | |
| 186 | A space is also added in front of the command so "history" doesn't catch it. |
| 187 | This masterPassword is very sensitive, please be careful! |
| 188 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 189 | |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 190 | To deploy all ONAP applications use this command:: |
Roger Maitland | d1237f3 | 2018-03-26 13:14:04 -0400 | [diff] [blame] | 191 | |
Mike Elliott | 474c350 | 2019-05-09 10:56:16 -0400 | [diff] [blame] | 192 | > cd oom/kubernetes |
Sylvain Desbureaux | 18e8a0b | 2020-04-06 13:39:49 +0200 | [diff] [blame] | 193 | > helm deploy dev local/onap --namespace onap --set global.masterPassword=myAwesomePasswordThatINeedToChange -f onap/resources/overrides/onap-all.yaml -f onap/resources/overrides/environment.yaml -f onap/resources/overrides/openstack.yaml --timeout 900 |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 194 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 195 | All override files may be customized (or replaced by other overrides) as per |
| 196 | needs. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 197 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 198 | `onap-all.yaml` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 199 | Enables the modules in the ONAP deployment. As ONAP is very modular, it is |
| 200 | possible to customize ONAP and disable some components through this |
| 201 | configuration file. |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 202 | |
Lucjan Bryndza | 3fdabf4 | 2020-05-06 11:03:03 +0000 | [diff] [blame] | 203 | `onap-all-ingress-nginx-vhost.yaml` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 204 | Alternative version of the `onap-all.yaml` but with global ingress controller |
| 205 | enabled. It requires the cluster configured with the nginx ingress controller |
| 206 | and load balancer. Please use this file instead `onap-all.yaml` if you want |
| 207 | to use experimental ingress controller feature. |
Lucjan Bryndza | 3fdabf4 | 2020-05-06 11:03:03 +0000 | [diff] [blame] | 208 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 209 | `environment.yaml` |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 210 | Includes configuration values specific to the deployment environment. |
| 211 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 212 | Example: adapt readiness and liveness timers to the level of performance of |
| 213 | your infrastructure |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 214 | |
Pawel Wieczorek | 27c390c | 2019-11-15 11:12:02 +0100 | [diff] [blame] | 215 | `openstack.yaml` |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 216 | Includes all the OpenStack related information for the default target tenant |
| 217 | you want to use to deploy VNFs from ONAP and/or additional parameters for the |
| 218 | embedded tests. |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 219 | |
| 220 | **Step 9.** Verify ONAP installation |
| 221 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 222 | Use the following to monitor your deployment and determine when ONAP is ready |
| 223 | for use:: |
Roger Maitland | 953b5f1 | 2018-03-22 15:24:04 -0400 | [diff] [blame] | 224 | |
Mike Elliott | 474c350 | 2019-05-09 10:56:16 -0400 | [diff] [blame] | 225 | > kubectl get pods -n onap -o=wide |
Mike Elliott | ed5ff71 | 2018-11-07 15:47:19 -0500 | [diff] [blame] | 226 | |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 227 | .. note:: |
| 228 | While all pods may be in a Running state, it is not a guarantee that all components are running fine. |
Pawel Wieczorek | aa859cd | 2019-01-23 17:32:18 +0100 | [diff] [blame] | 229 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 230 | Launch the healthcheck tests using Robot to verify that the components are healthy:: |
Mike Elliott | ed5ff71 | 2018-11-07 15:47:19 -0500 | [diff] [blame] | 231 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 232 | > ~/oom/kubernetes/robot/ete-k8s.sh onap health |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 233 | |
Eric Debeau | 993b77b | 2020-08-19 15:30:00 +0200 | [diff] [blame] | 234 | **Step 10.** Undeploy ONAP |
| 235 | :: |
Mike Elliott | 895ddcb | 2019-07-09 10:47:08 -0400 | [diff] [blame] | 236 | |
Pawel Wieczorek | d7a3035 | 2019-11-14 16:29:59 +0100 | [diff] [blame] | 237 | > helm undeploy dev --purge |
Mike Elliott | ed5ff71 | 2018-11-07 15:47:19 -0500 | [diff] [blame] | 238 | |
Brian Freeman | cce79bd | 2019-04-17 10:34:32 -0500 | [diff] [blame] | 239 | More examples of using the deploy and undeploy plugins can be found here: https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins |