diff options
Diffstat (limited to 'docs/sections/configuration.rst')
-rw-r--r-- | docs/sections/configuration.rst | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst index 0e6fade4..85d74a72 100644 --- a/docs/sections/configuration.rst +++ b/docs/sections/configuration.rst @@ -4,19 +4,21 @@ Configuration ============= -DACEGEN2 platform deploys its components via Cloudify Blueprints. Below is the list of Blueprints included in ONAP DCAEGEN2 -and details for how to configure them. For how to configure the deployment of the DCAE platform and service components, please see the Installation document: ./installation.rst. +DACEGEN2 platform is deployed via helm charts. The configuration are maintained as on values.yaml and can be updated for deployment if necessary. -.. toctree:: - :maxdepth: 1 - :titlesonly: +The following components are migrated to helm chart part of Dublin release. - ./blueprints/cbs.rst - ./blueprints/deploymenthandler.rst - ./blueprints/servicechangehandler.rst - ./blueprints/inventoryapi.rst - ./blueprints/policyhandler.rst - ./blueprints/PGaaS.rst - ./blueprints/ves.rst - ./blueprints/tca.rst - ./blueprints/holmes.rst
\ No newline at end of file +ConfigBindingService + +.. csv-table:: + :header: "Component", "Charts" + :widths: 22,100 + + "ConfigBinding Service", "https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-config-binding-service" + "Deployment Handler", "https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-deployment-handler" + "Policy Handler", "https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-policy-handler" + "ServiceChangeHandler", "https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-servicechange-handler" + "Invetory", "https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-servicechange-handler/charts/dcae-inventory-api" + + +DCAE Service components are deployed via Cloudify Blueprints. Instruction for deployment and configuration are documented under https://docs.onap.org/en/latest/submodules/dcaegen2.git/docs/sections/services/serviceindex.html |