Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCKER_HOST env variable removed for CBS fetch

Table of Contents

...

The DCAE Controller includes following components. The platform components will be deployed via platform level blueprint (not handled through onboarding steps noted here).


-       Cloudify Manager

-       Consul

-       DeploymentHander

-       Policy-Handler

-       ServiceChangeHandler

-       Inventory-API

-       Postgres

-       Registrator

-       ConfigBinding Service

-       CDAP Broker


For component/MS to be deployed into DCAE platform would go through below phases

...

  • Identifies ConfigbindingService ip and port by querying Consul
  • Queries ConfigbindingService and retrieves the configuration into a file.


Image Removed     Image Added

The data is represented as key-value pair gets written into a file within container above. The MS should parse the configuration and apply within MS as required.

...