Fixed external port in Policy service. 21/3121/10
authorLathish <lathishbabu.ganesan@est.tech>
Wed, 1 Apr 2020 16:38:20 +0000 (17:38 +0100)
committerZhe <zhehuang@research.att.com>
Wed, 15 Apr 2020 20:01:59 +0000 (16:01 -0400)
commit7e09001c5b58dab96d014fe3f9c41f89b53f3cc3
tree93e9200d2856a67399c8a5fa8993210303129432
parent250396e51a04a674636d14c8d9c59b7b10dc229d
Fixed external port in Policy service.

Issue-ID: NONRTRIC-176

NONRTRIC-171: Fixed the A1 simulator multiple instance in same helm release
NONRTRIC-179: Subcharts
Moved A1-Adapter to the subcharts
Change-Id: I5f7c40fb2a5d2a6d843749cfd264f58c520531e3
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
38 files changed:
RECIPE_EXAMPLE/NONRTRIC [new symlink]
bin/deploy-nonrtric [new file with mode: 0755]
bin/undeploy-nonrtric [new file with mode: 0755]
bin/verify-ric-charts
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/bin/install
nonrtric/bin/uninstall
nonrtric/helm/a1controller/requirements.yaml [new file with mode: 0644]
nonrtric/helm/a1controller/templates/deployment.yaml
nonrtric/helm/a1controller/templates/service.yaml
nonrtric/helm/a1controller/values.yaml
nonrtric/helm/a1simulator/Chart.yaml
nonrtric/helm/a1simulator/requirements.yaml [new file with mode: 0644]
nonrtric/helm/a1simulator/templates/service.yaml
nonrtric/helm/a1simulator/templates/statefulset.yaml [moved from nonrtric/helm/a1simulator/templates/deployment.yaml with 87% similarity]
nonrtric/helm/a1simulator/values.yaml
nonrtric/helm/controlpanel/Chart.yaml
nonrtric/helm/controlpanel/requirements.yaml [new file with mode: 0644]
nonrtric/helm/controlpanel/templates/deployment.yaml
nonrtric/helm/controlpanel/templates/service.yaml
nonrtric/helm/controlpanel/values.yaml
nonrtric/helm/nonrtric/Chart.yaml [new file with mode: 0644]
nonrtric/helm/nonrtric/requirements.yaml [new file with mode: 0644]
nonrtric/helm/nonrtric/values.yaml [new file with mode: 0644]
nonrtric/helm/policymanagementservice/Chart.yaml
nonrtric/helm/policymanagementservice/requirements.yaml [new file with mode: 0644]
nonrtric/helm/policymanagementservice/templates/configmap.yaml
nonrtric/helm/policymanagementservice/templates/deployment.yaml
nonrtric/helm/policymanagementservice/templates/service.yaml
nonrtric/helm/policymanagementservice/values.yaml
ric-common/Common-Template/helm/nonrtric-common/Chart.yaml [new file with mode: 0644]
ric-common/Common-Template/helm/nonrtric-common/templates/_a1controller.tpl [moved from nonrtric/helm/a1controller/templates/_a1controller.tpl with 85% similarity]
ric-common/Common-Template/helm/nonrtric-common/templates/_a1simulator.tpl [moved from nonrtric/helm/a1simulator/templates/_a1simulator.tpl with 91% similarity]
ric-common/Common-Template/helm/nonrtric-common/templates/_common.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/nonrtric-common/templates/_controlpanel.tpl [moved from nonrtric/helm/controlpanel/templates/_controlpanel.tpl with 85% similarity]
ric-common/Common-Template/helm/nonrtric-common/templates/_policymanagementservice.tpl [moved from nonrtric/helm/policymanagementservice/templates/_policymanagementservice.tpl with 90% similarity]
ric-common/Common-Template/helm/nonrtric-common/values.yaml [new file with mode: 0644]
ric-dep