aa0d29fb44
[1] provides the steps on how to setup multiple cells using tripleo. This requires to extract deployment information from the overcloud /control plane stack which then is used as input for the cell deployment. With this patch we provide a new tripleoclient functionality which helps to automate the export steps from [1]: * Export the default cell EndpointMap * Export the default cell HostsEntry * Export AllNodesConfig and GlobalConfig information * Export passwords [1] https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/deploy_cellv2.html#deploy-an-additional-nova-cell-v2 Depends-On: https://review.opendev.org/672415 Change-Id: Id7fdbf029a6dd1b45e9801c9cf8814a15a157ee0
16 lines
663 B
YAML
16 lines
663 B
YAML
---
|
|
features:
|
|
- |
|
|
[1] provides the steps on how to setup multiple cells using tripleo.
|
|
This requires to extract deployment information from the overcloud
|
|
/control plane stack which then is used as input for the cell deployment.
|
|
|
|
With this patch we provide a new tripleoclient functionality which helps
|
|
to automate the export steps from [1]:
|
|
* Export the default cell EndpointMap
|
|
* Export the default cell HostsEntry
|
|
* Export AllNodesConfig and GlobalConfig information
|
|
* Export passwords
|
|
|
|
[1] https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/deploy_cellv2.html#deploy-an-additional-nova-cell-v2
|