...
Description: RESTConf Collector (BBS Usecase)
Status
colour | Red |
---|---|
title | ERROR |
- https://git.onap.org/dcaegen2/collectorsplatform/restconfblueprints/plain/dpo/blueprints/k8s-rcc-policyrestconf.yaml-template
- NOTE: k8splugin version needs to be updated to https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml
RESTCONF Collector deployment procedure:
Code Block | ||||
---|---|---|---|---|
| ||||
bash-4.2$ cfy blueprints validate blueprints/k8s-rcc-policy.yaml Validating blueprint: blueprints/k8s-rcc-policy.yaml Blueprint validated successfullyroot@onap-nfs:/home/ubuntu# kubectl exec -ti dev-dcae-bootstrap-7599b45c77-czxsx -n onap bash bash-4.2$ cfy blueprintsinstall upload -b restconfcollectorrestconf /blueprints/k8s-rcc-policy.yaml Uploading blueprint-d restconf /blueprints/k8s-rcc-policy.yaml... k8s-rcc-policy.yaml |#################################################| 100.0% Blueprint uploaded. The blueprint's id is restconfcollector bash-4.2$ cfy deployments create -b restconfcollector Creating new deployment from blueprint restconfcollector... Unable to create deployment. Not all deployment plugins are installed on the Manager. * Use 'cfy plugins upload' to upload the missing plugins to the Manager, or use 'cfy deployments create' with the '--skip-plugins-validation' flag to skip this validation. 400: Required plugin k8splugin, version 1.4.13 is not installed on the managerrestconf.yaml |
VES mapper
Description: VESMapper (BBS Usecase) Status
VES Mapper blueprint:
NOTE: Set the image to nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1 in the blueprint
Code Block | ||||
---|---|---|---|---|
| ||||
bash-4.2$ cfy deployments create -b ves-mapper ves-mapper Creating new deployment from blueprint ves-mapper... Unable to create deployment. Not all deployment plugins are installed on the Manager. * Use 'cfy plugins upload' to upload the missing plugins to the Manager, or use 'cfy deployments create' with the '--skip-plugins-validation' flag to skip this validation. 400: Required plugin k8splugin, version 1.4.13 is not installed on the manager |
...