blob: 28d35979234cb7f2c6254c91d4082948502f8586 [file] [log] [blame]
Brian Freemancce79bd2019-04-17 10:34:32 -05001.. This work is licensed under a
2.. Creative Commons Attribution 4.0 International License.
Roger Maitland953b5f12018-03-22 15:24:04 -04003.. http://creativecommons.org/licenses/by/4.0
Eric Debeau993b77b2020-08-19 15:30:00 +02004.. Copyright 2019-2020 Amdocs, Bell Canada, Orange, Samsung
Jessica Wagantallafb1ead2020-04-09 12:39:10 -07005.. _oom_quickstart_guide:
Roger Maitland953b5f12018-03-22 15:24:04 -04006.. _quick-start-label:
7
8OOM Quick Start Guide
9#####################
10
11.. figure:: oomLogoV2-medium.png
12 :align: right
13
Eric Debeau993b77b2020-08-19 15:30:00 +020014Once a Kubernetes environment is available (follow the instructions in
Roger Maitland953b5f12018-03-22 15:24:04 -040015:ref:`cloud-setup-guide-label` if you don't have a cloud environment
16available), follow the following instructions to deploy ONAP.
17
18**Step 1.** Clone the OOM repository from ONAP gerrit::
19
Mike Elliotta6243a92019-10-01 13:19:31 -040020 > git clone -b <BRANCH> http://gerrit.onap.org/r/oom --recurse-submodules
Roger Maitlandd1237f32018-03-26 13:14:04 -040021 > cd oom/kubernetes
Roger Maitland953b5f12018-03-22 15:24:04 -040022
Eric Debeau993b77b2020-08-19 15:30:00 +020023where <BRANCH> can be an official release tag, such as
Sylvain Desbureaux571173b2020-06-16 15:13:53 +020024
25* 4.0.0-ONAP for Dublin
26* 5.0.1-ONAP for El Alto
27* 6.0.0 for Frankfurt
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010028* 7.0.0 for Guilin
Mike Elliotta6243a92019-10-01 13:19:31 -040029
Mike Elliottf137b2c2019-04-30 16:28:07 -040030**Step 2.** Install Helm Plugins required to deploy ONAP::
Pawel Wieczorekaa859cd2019-01-23 17:32:18 +010031
32 > sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm
Roger Maitland953b5f12018-03-22 15:24:04 -040033
Brian Freemancce79bd2019-04-17 10:34:32 -050034
Eric Debeau993b77b2020-08-19 15:30:00 +020035**Step 3.** Customize the Helm charts like `oom/kubernetes/onap/values.yaml` or
36an override file like `onap-all.yaml`, `onap-vfw.yaml` or `openstack.yaml` file
37to suit your deployment with items like the OpenStack tenant information.
Brian Freemancce79bd2019-04-17 10:34:32 -050038
Mike Elliott474c3502019-05-09 10:56:16 -040039.. note::
Pawel Wieczorek27c390c2019-11-15 11:12:02 +010040 Standard and example override files (e.g. `onap-all.yaml`, `openstack.yaml`) can be found in
41 the `oom/kubernetes/onap/resources/overrides/` directory.
Mike Elliott474c3502019-05-09 10:56:16 -040042
Brian Freemancce79bd2019-04-17 10:34:32 -050043
44 a. You may want to selectively enable or disable ONAP components by changing
Pawel Wieczorek27c390c2019-11-15 11:12:02 +010045 the ``enabled: true/false`` flags.
Brian Freemancce79bd2019-04-17 10:34:32 -050046
47
Eric Debeau993b77b2020-08-19 15:30:00 +020048 b. Encrypt the OpenStack password using the shell tool for Robot and put it in
49 the Robot Helm charts or Robot section of `openstack.yaml`
Brian Freemancce79bd2019-04-17 10:34:32 -050050
51
Eric Debeau993b77b2020-08-19 15:30:00 +020052 c. Encrypt the OpenStack password using the java based script for SO Helm charts
Pawel Wieczorek27c390c2019-11-15 11:12:02 +010053 or SO section of `openstack.yaml`.
Brian Freemancce79bd2019-04-17 10:34:32 -050054
55
Eric Debeau993b77b2020-08-19 15:30:00 +020056 d. Update the OpenStack parameters that will be used by Robot, SO and APPC Helm
Brian Freemancce79bd2019-04-17 10:34:32 -050057 charts or use an override file to replace them.
58
Sylvain Desbureaux18e8a0b2020-04-06 13:39:49 +020059 e. Add in the command line a value for the global master password (global.masterPassword).
Brian Freemancce79bd2019-04-17 10:34:32 -050060
61
62
63a. Enabling/Disabling Components:
Mike Elliottf137b2c2019-04-30 16:28:07 -040064Here is an example of the nominal entries that need to be provided.
65We have different values file available for different contexts.
Roger Maitland953b5f12018-03-22 15:24:04 -040066
Pawel Wieczoreka1903d62019-11-14 14:19:59 +010067.. literalinclude:: ../kubernetes/onap/values.yaml
Mike Elliotted5ff712018-11-07 15:47:19 -050068 :language: yaml
Roger Maitland953b5f12018-03-22 15:24:04 -040069
Brian Freemancce79bd2019-04-17 10:34:32 -050070
71b. Generating ROBOT Encrypted Password:
Eric Debeau993b77b2020-08-19 15:30:00 +020072The Robot encrypted Password uses the same encryption.key as SO but an
Brian Freemancce79bd2019-04-17 10:34:32 -050073openssl algorithm that works with the python based Robot Framework.
74
Abdelmuhaimen Seaudid7133a12018-07-18 10:59:20 +000075.. note::
Eric Debeau993b77b2020-08-19 15:30:00 +020076 To generate Robot ``openStackEncryptedPasswordHere``::
Abdelmuhaimen Seaudid7133a12018-07-18 10:59:20 +000077
Pawel Wieczorekd7a30352019-11-14 16:29:59 +010078 cd so/resources/config/mso/
79 /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 Seaudid7133a12018-07-18 10:59:20 +000080
Brian Freemancce79bd2019-04-17 10:34:32 -050081c. Generating SO Encrypted Password:
82The SO Encrypted Password uses a java based encryption utility since the
83Java encryption library is not easy to integrate with openssl/python that
Eric Debeau993b77b2020-08-19 15:30:00 +020084Robot uses in Dublin and upper versions.
Brian Freemancce79bd2019-04-17 10:34:32 -050085
86.. note::
Pawel Wieczorek27c390c2019-11-15 11:12:02 +010087 To generate SO ``openStackEncryptedPasswordHere`` and ``openStackSoEncryptedPassword``
88 ensure `default-jdk` is installed::
Brian Freemancce79bd2019-04-17 10:34:32 -050089
Pawel Wieczorekd7a30352019-11-14 16:29:59 +010090 apt-get update; apt-get install default-jdk
Brian Freemanacf8cd82019-07-11 21:52:46 -050091
Pawel Wieczorekd7a30352019-11-14 16:29:59 +010092 Then execute::
Brian Freemancce79bd2019-04-17 10:34:32 -050093
Pawel Wieczorekd7a30352019-11-14 16:29:59 +010094 SO_ENCRYPTION_KEY=`cat ~/oom/kubernetes/so/resources/config/mso/encryption.key`
95 OS_PASSWORD=XXXX_OS_CLEARTESTPASSWORD_XXXX
Mike Elliottdb271822019-06-06 08:06:19 -040096
Pawel Wieczorekd7a30352019-11-14 16:29:59 +010097 git clone http://gerrit.onap.org/r/integration
98 cd integration/deployment/heat/onap-rke/scripts
Brian Freemanacf8cd82019-07-11 21:52:46 -050099
Pawel Wieczorekd7a30352019-11-14 16:29:59 +0100100 javac Crypto.java
101 java Crypto "$OS_PASSWORD" "$SO_ENCRYPTION_KEY"
Brian Freemancce79bd2019-04-17 10:34:32 -0500102
103d. Update the OpenStack parameters:
104
Eric Debeau993b77b2020-08-19 15:30:00 +0200105There are assumptions in the demonstration VNF Heat templates about the
106networking available in the environment. To get the most value out of these
107templates and the automation that can help confirm the setup is correct, please
108observe the following constraints.
Brian Freemanacf8cd82019-07-11 21:52:46 -0500109
Sylvain Desbureaux18e8a0b2020-04-06 13:39:49 +0200110
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100111``openStackPublicNetId:``
Eric Debeau993b77b2020-08-19 15:30:00 +0200112 This network should allow Heat templates to add interfaces.
113 This need not be an external network, floating IPs can be assigned to the
114 ports on the VMs that are created by the heat template but its important that
115 neutron allow ports to be created on them.
Brian Freemanacf8cd82019-07-11 21:52:46 -0500116
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100117``openStackPrivateNetCidr: "10.0.0.0/16"``
Eric Debeau993b77b2020-08-19 15:30:00 +0200118 This ip address block is used to assign OA&M addresses on VNFs to allow ONAP
119 connectivity. The demonstration Heat templates assume that 10.0 prefix can be
120 used by the VNFs and the demonstration ip addressing plan embodied in the
121 preload template prevent conflicts when instantiating the various VNFs. If
122 you need to change this, you will need to modify the preload data in the
123 Robot Helm chart like integration_preload_parameters.py and the
124 demo/heat/preload_data in the Robot container. The size of the CIDR should
125 be sufficient for ONAP and the VMs you expect to create.
Brian Freemanacf8cd82019-07-11 21:52:46 -0500126
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100127``openStackOamNetworkCidrPrefix: "10.0"``
Eric Debeau993b77b2020-08-19 15:30:00 +0200128 This ip prefix mush match the openStackPrivateNetCidr and is a helper
129 variable to some of the Robot scripts for demonstration. A production
130 deployment need not worry about this setting but for the demonstration VNFs
131 the ip asssignment strategy assumes 10.0 ip prefix.
Brian Freemanacf8cd82019-07-11 21:52:46 -0500132
Sylvain Desbureaux18e8a0b2020-04-06 13:39:49 +0200133Example Keystone v2.0
Pawel Wieczorek3c7c6c72019-11-14 15:53:52 +0100134
Brian Freemancce79bd2019-04-17 10:34:32 -0500135.. literalinclude:: example-integration-override.yaml
136 :language: yaml
137
Brian Freemanacf8cd82019-07-11 21:52:46 -0500138Example Keystone v3 (required for Rocky and later releases)
Pawel Wieczorek3c7c6c72019-11-14 15:53:52 +0100139
Brian Freemanacf8cd82019-07-11 21:52:46 -0500140.. literalinclude:: example-integration-override-v3.yaml
141 :language: yaml
142
143
Brian Freemancce79bd2019-04-17 10:34:32 -0500144**Step 4.** To setup a local Helm server to server up the ONAP charts::
Roger Maitland953b5f12018-03-22 15:24:04 -0400145
146 > helm serve &
147
148Note the port number that is listed and use it in the Helm repo add as
149follows::
150
151 > helm repo add local http://127.0.0.1:8879
152
Brian Freemancce79bd2019-04-17 10:34:32 -0500153**Step 5.** Verify your Helm repository setup with::
Roger Maitland953b5f12018-03-22 15:24:04 -0400154
155 > helm repo list
156 NAME URL
157 local http://127.0.0.1:8879
158
Brian Freemancce79bd2019-04-17 10:34:32 -0500159**Step 6.** Build a local Helm repository (from the kubernetes directory)::
Roger Maitland9e5067c2018-03-27 10:57:08 -0400160
Jakub Latusekdb52a6d2020-10-15 15:02:47 +0200161 > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all ; make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] onap
162
163`HELM_BIN`
164 Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have
165 multiple version of helm in operating system and choose which one to use.
Roger Maitland9e5067c2018-03-27 10:57:08 -0400166
Brian Freemancce79bd2019-04-17 10:34:32 -0500167**Step 7.** Display the onap charts that available to be deployed::
Roger Maitland953b5f12018-03-22 15:24:04 -0400168
Brian Freemancce79bd2019-04-17 10:34:32 -0500169 > helm search onap -l
170
Mike Elliotted5ff712018-11-07 15:47:19 -0500171.. literalinclude:: helm-search.txt
Roger Maitland953b5f12018-03-22 15:24:04 -0400172
173.. note::
Eric Debeau993b77b2020-08-19 15:30:00 +0200174 The setup of the Helm repository is a one time activity. If you make changes
175 to your deployment charts or values be sure to use ``make`` to update your
176 local Helm repository.
Roger Maitland953b5f12018-03-22 15:24:04 -0400177
Brian Freemancce79bd2019-04-17 10:34:32 -0500178**Step 8.** Once the repo is setup, installation of ONAP can be done with a
179single command
Roger Maitland953b5f12018-03-22 15:24:04 -0400180
Mike Elliott474c3502019-05-09 10:56:16 -0400181.. note::
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +0100182 The ``--timeout 900`` is currently required in Guilin and up to address long
Sylvain Desbureaux18e8a0b2020-04-06 13:39:49 +0200183 running initialization tasks for DMaaP and SO. Without this timeout value both
184 applications may fail to deploy.
185
186.. danger::
187 We've added the master password on the command line.
188 You shouldn't put it in a file for safety reason
189 please don't forget to change the value to something random
190
191 A space is also added in front of the command so "history" doesn't catch it.
192 This masterPassword is very sensitive, please be careful!
193
Brian Freemancce79bd2019-04-17 10:34:32 -0500194
Mike Elliott895ddcb2019-07-09 10:47:08 -0400195To deploy all ONAP applications use this command::
Roger Maitlandd1237f32018-03-26 13:14:04 -0400196
Mike Elliott474c3502019-05-09 10:56:16 -0400197 > cd oom/kubernetes
Sylvain Desbureaux18e8a0b2020-04-06 13:39:49 +0200198 > 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 Maitland953b5f12018-03-22 15:24:04 -0400199
Eric Debeau993b77b2020-08-19 15:30:00 +0200200All override files may be customized (or replaced by other overrides) as per
201needs.
Brian Freemancce79bd2019-04-17 10:34:32 -0500202
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100203`onap-all.yaml`
Eric Debeau993b77b2020-08-19 15:30:00 +0200204 Enables the modules in the ONAP deployment. As ONAP is very modular, it is
205 possible to customize ONAP and disable some components through this
206 configuration file.
Brian Freemancce79bd2019-04-17 10:34:32 -0500207
Lucjan Bryndza3fdabf42020-05-06 11:03:03 +0000208`onap-all-ingress-nginx-vhost.yaml`
Eric Debeau993b77b2020-08-19 15:30:00 +0200209 Alternative version of the `onap-all.yaml` but with global ingress controller
210 enabled. It requires the cluster configured with the nginx ingress controller
211 and load balancer. Please use this file instead `onap-all.yaml` if you want
212 to use experimental ingress controller feature.
Lucjan Bryndza3fdabf42020-05-06 11:03:03 +0000213
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100214`environment.yaml`
Mike Elliott895ddcb2019-07-09 10:47:08 -0400215 Includes configuration values specific to the deployment environment.
216
Eric Debeau993b77b2020-08-19 15:30:00 +0200217 Example: adapt readiness and liveness timers to the level of performance of
218 your infrastructure
Mike Elliott895ddcb2019-07-09 10:47:08 -0400219
Pawel Wieczorek27c390c2019-11-15 11:12:02 +0100220`openstack.yaml`
Eric Debeau993b77b2020-08-19 15:30:00 +0200221 Includes all the OpenStack related information for the default target tenant
222 you want to use to deploy VNFs from ONAP and/or additional parameters for the
223 embedded tests.
Mike Elliott895ddcb2019-07-09 10:47:08 -0400224
225**Step 9.** Verify ONAP installation
226
Eric Debeau993b77b2020-08-19 15:30:00 +0200227Use the following to monitor your deployment and determine when ONAP is ready
228for use::
Roger Maitland953b5f12018-03-22 15:24:04 -0400229
Mike Elliott474c3502019-05-09 10:56:16 -0400230 > kubectl get pods -n onap -o=wide
Mike Elliotted5ff712018-11-07 15:47:19 -0500231
Mike Elliott895ddcb2019-07-09 10:47:08 -0400232.. note::
233 While all pods may be in a Running state, it is not a guarantee that all components are running fine.
Pawel Wieczorekaa859cd2019-01-23 17:32:18 +0100234
Pawel Wieczorekd7a30352019-11-14 16:29:59 +0100235 Launch the healthcheck tests using Robot to verify that the components are healthy::
Mike Elliotted5ff712018-11-07 15:47:19 -0500236
Pawel Wieczorekd7a30352019-11-14 16:29:59 +0100237 > ~/oom/kubernetes/robot/ete-k8s.sh onap health
Mike Elliott895ddcb2019-07-09 10:47:08 -0400238
ramagp6f1be7a2020-08-25 16:45:33 +0000239 Launch Robot distribute health checks to verify whether ONAP runtime components are healthy::
240
241 > ~/oom/kubernetes/robot/ete-k8s.sh onap healthdist
242
Eric Debeau993b77b2020-08-19 15:30:00 +0200243**Step 10.** Undeploy ONAP
244::
Mike Elliott895ddcb2019-07-09 10:47:08 -0400245
Pawel Wieczorekd7a30352019-11-14 16:29:59 +0100246 > helm undeploy dev --purge
Mike Elliotted5ff712018-11-07 15:47:19 -0500247
Brian Freemancce79bd2019-04-17 10:34:32 -0500248More examples of using the deploy and undeploy plugins can be found here: https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins