OOM ONAP offline installer
Installation Guide
(Community Edition)
1. Introduction for CE1 delivery
2. Environment
3. Preparation (before installation)
4. Installation
4.1 Deploy infrastructure
4.2 ONAP deployment
Appendix 1: Troubleshooting
Appendix 2: Release Manifest
Appendix 3: ONAP values.yaml configuration
Robot values.yaml configuration
Version Control
Version | Date | Modified by | Comment |
0.1 | 13.10.2018 | Michal Ptacek | First draft |
...
This installation guide is covering instruction on how to deploy ONAP using Samsung offline installer. Precondition is successfully build SI (Self-Installer) package, which is addressed in previous guide. All artifacts needed for this deployment were collected from online OOM ONAP Beijing deployment from Beijing branch. Release was verified on RHEL7.4 deployments (rhel cloud image). If different rhel74 images are used, there might be some problems related to package clashes. Image was downloaded from RedHat official site.
{+}https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.4/x86_64/product-software+
Red Hat Enterprise Linux 7.4 KVM Guest Image
Last modified: 2018-03-23
SHA-256 Checksum: b9fd65e22e8d3eb82eecf78b36471109fa42ee46fc12fd2ba2fa02e663fd21ef
Note |
---|
Later on it might be possible to use different than cloud rhel74 image, currently support of additional platform is not planned. |
...
- kubernetes_node(s): (rancher_agent, ONAP OOM node)
- Red Hat Enterprise Linux 7.4 KVM Guest Image
- 64G+ RAM
- 120G+ disk space
- 10G+ swap
- 16+ vCPU
- kubernetes_node(s): (rancher_agent, ONAP OOM node)
...
3. Preparation (before installation)
...
Note: this is the place, where archive will be extracted. Original file can be removed after deployment.
- (Step 3) Create new file local_repo.conf in installation directory, with following information:
...
NODES_IPS='10.8.8.10 10.8.8.11'
This will ensure that infrastructure deployment together with setting-up kubernetes will be done non-interactively.
We should be ready to proceed with installation part.
...