X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fnanobot%2Fvalues.yaml;h=5785c7e26fcc16caf7280d1b341cab6a34235330;hb=6948ee0b6b98e048e9cbea56abd76bc4dfe9ee0a;hp=78f622e869ac410174ef18aff4645b5c90dfa7c9;hpb=14eff645eb8db8f5d9fdc7d47bb081c505790509;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/nanobot/values.yaml b/ric_robot_suite/helm/nanobot/values.yaml index 78f622e..5785c7e 100644 --- a/ric_robot_suite/helm/nanobot/values.yaml +++ b/ric_robot_suite/helm/nanobot/values.yaml @@ -1,6 +1,6 @@ # Copyright (c) 2019 AT&T Intellectual Property. # Copyright (c) 2019 Nokia. -# +# Copyright (c) 2020 HCL Technologies Limited. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -25,13 +25,14 @@ images: job: init: name: alpine - # tag: latest + tag: latest run: repository: nexus3.o-ran-sc.org:10004 name: o-ran-sc/it-test-nanobot - tag: 0.0.1 + tag: 0.0.3 + # note: the helm chart does not create repository credential secrets. - # If your repository requires authentication, create a docker-registry + # If your repository requires authentication, create a docker-registry # secret with # # kubectl create secret docker-registry --namespace ... @@ -48,10 +49,9 @@ ric: # the DNS domain for k8s services, typically "cluster.local" domain: cluster.local platform: - # RIC installation details. The values - # for these can typically be found in - # the ricplt/ric_env.sh file from the ric - # platform source tree + # RIC installation details. These values mostly cover things + # the robot needs to know, but which aren't configured by the + # RIC recipe. releaseName: r0 components: a1mediator: @@ -61,45 +61,80 @@ ric: user: test password: test dbaas: + controller: + type: statefulset + suffix: server + # the type of k8s controller for this entity + # (ie, statefulset, daemonset, deployment..) + # if unspecified, the default is "deployment". + #type: statefulset + # the suffix, if any, to append to the name + # of the controller entity. The chart will + # prepend a hyphen to this string. + # suffix: server e2mgr: user: test password: test e2term: + controller: + suffix: alpha rtmgr: user: test password: test submgr: + user: test + password: test + port: 8080 + o1mediator: + user: test + password: test + xapp: + name: robot-xapp + version: 1.0 xapp: mcxapp: listener: containername: mc-xapp-listener writer: - containername: mc-xapp-writer + containername: mcxapp # statistics sent to ves by the writer. the tests # will check that these are actually being sent statistics: - mc_connected_cnt - - mc_connection_stats - - mc_connects_cnt - - mc_disconnects_cnt - - mc_unique_ue_cnt - - rrcx_pdf_serv_cell - - rrcx_pdf_serv_gnb - - rrcx_stats_serv_cell - - rrcx_stats_serv_gnb + - throughput_gnb + - throughput_rollup + - throughput_ue + rbac: + # If true, create & use RBAC resources + # + create: true + clusterAdminRole: true + rules: + cluster: + - apiGroups: + - "" + resources: + - ["pods", "pods/log", "pods/exec", "services"] + verbs: + - get + - list + - watch + - patch + - update robot: release: r1 # # If specified, a host filesystem - # path where robot output will be stored - # log: /opt/ric/robot/log + # path where robot output will be stored + log: /opt/ric/robot/log # # Active testsuites can be chosen by # tag, testuite names, or both. leaving # either unspecified will cause all to run. testsuites: - # - ricdeployment - # - healthcheck + - ricdeployment + - health-check + - ete tags: enabled: # - etetests @@ -126,22 +161,29 @@ ric: create: true # ... and specify the serviceaccount here: # name: nanobot - # + # environment: # the name of a test xapp; the appmgr testsuite # will attempt to deploy and undeploy this app; # This should be an xapp which is "onboarded" to # the appmgr but not deployed at the time the test # is initiated. - xapp: robot-xapp + xapp: bouncer-xapp gNodeB: # the details of a test gNodeB, for [E/X]2 tests. # This can be either a real gnodeb or a simulator, # but in either case should exist prior to test # initiation. + # added deployment name and deployment namespace, + # for Ran elements. name: AAAA456789 address: 10.0.0.3 port: 36421 + ran_deployment: e2sim + ran_namespace: test + plmnid: 373437 + gnbid: gnb_734_733_b5c67788 dashboard: address: 10.1.0.1 - port: 31080 \ No newline at end of file + port: 31080 +