693fced34f44a04f3e7838242d319c97c2285e03
[it/test.git] / ric_robot_suite / helm / nanobot / README
1 #   Copyright (c) 2019 AT&T Intellectual Property.
2 #   Copyright (c) 2019 Nokia.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15
16 This directory contains a Helm chart for the minimal robot container
17 and Kubernetes job.
18
19 The job mounts its testsuites directory as a configmap, built from
20 files in nanobot/configmap-src/testsuites.  Template expansion is
21 performed on files in that directory.
22
23 To install the chart, edit values.yaml to reflect your environment
24 and desired tests and run
25
26 $ helm install --namespace <namespace> nanobot
27
28 The namespace selected will be where the job's service account is
29 created and the job runs.  It may but need not be the same as the RIC
30 platform or xapp namespace.
31
32