Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description: RESTConf Collector (BBS Usecase) 

Status

colourRed
titleERROR
RESTCONF Collector blueprint:

RESTCONF Collector deployment procedure:

Code Block
languagebash
themeMidnight
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)   StatuscolourRedtitleERROR

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
languagebash
themeMidnight
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

...