1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 highstreet technologies and others
5 OAM Controller Configuration and Deployment
6 ===========================================
8 This documents the configuration and deployment of the O-RAN SC O1 Controller as
9 part of the SMO implementations by the ONAP project.
11 The SMO deployment for O-RAN-SC Bronze Release bases on ONAP-Frankfurt-Release
13 This procedure provides:
16 * ONAP-SDNC (single node, SMO functionality)
20 * ONAP-AAF: not yet supported
24 * kubernetes cluster (1.13.5)
25 * helm installation (2.16.x)
26 * More details: `setup cloud environment(openstack/kubernetes) <https://docs.onap.org/en/elalto/guides/onap-developer/settingup/index.html>`_
31 * clone oom repo from gerrit.onap.org
32 * fetch patchset for ONAP-SDNC
39 git clone -b frankfurt http://gerrit.onap.org/r/oom --recurse-submodules oom_smo
41 git fetch "https://gerrit.onap.org/r/oom" refs/changes/31/106331/6 && git checkout FETCH_HEAD
42 # HEAD is now at 275f7de9 [SDNC] oom for clustered disaggregated SDN-R
43 sudo cp -R ~/workspace/oom_smo/kubernetes/helm/plugins/ ~/.helm
45 * verify if local helm repo is available, otherwise follow instructions in onap setup
52 #stable https://kubernetes-charts.storage.googleapis.com
53 #local http://127.0.0.1:8879
55 * build local onap helm repo
60 cd ~/workspace/oom_smo/kubernetes
65 * create an overwrite yaml file, e.g. deploy_smo_bronce.yaml
67 In Kubernetes deployment, all file contents are provided by a
68 configuration map. Construction of Helm charts, config maps and other
69 Kubernetes deployment resources is beyond the scope of this document.
74 cat ~/workspace/smo/deploy_smo_bronce.yaml
75 # Copyright © 2020 Amdocs, Bell Canada, highstreet technologies GmbH
77 # Licensed under the Apache License, Version 2.0 (the "License");
78 # you may not use this file except in compliance with the License.
79 # You may obtain a copy of the License at
81 # http://www.apache.org/licenses/LICENSE-2.0
83 # Unless required by applicable law or agreed to in writing, software
84 # distributed under the License is distributed on an "AS IS" BASIS,
85 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
86 # See the License for the specific language governing permissions and
87 # limitations under the License.
89 ###################################################################
90 # This override file enables helm charts for all ONAP applications.
91 ###################################################################
94 masterPassword: Berlin1234!
149 mountpointRegistrarEnabled: true
150 mountpointStateProviderEnabled: true
184 helm -n dev-smo local/onap -f ~/workspace/smo/deploy_smo_bronce.yaml --namespace onap --timeout 900
193 * verify pnf-registration, fault notification use case
195 Please open the O1 Dashboard: http://localhost:8181/odlux/index.html