docs/doc/source/shared/_includes/installing-a-subcloud.rest
Ngairangbam Mili 07ac17667f DC Subcloud Deployment Phase and Abort Operations
Story: 2010756
Task: 49409

Change-Id: I303045db99258a593b88b9c6a919a317c6d309a2
Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
2024-05-13 02:48:51 +00:00

64 lines
2.8 KiB
ReStructuredText

.. begin-monitor-progress
For example:
.. code-block:: none
~(keystone_admin)]$ dcmanager subcloud list
+----+-----------+------------+--------------+---------------+---------+
| id | name | management | availability | deploy status | sync |
+----+-----------+------------+--------------+---------------+---------+
| 1 | subcloud1 | unmanaged | online | complete | unknown |
+----+-----------+------------+--------------+---------------+---------+
If deploy_status shows an installation, bootstrap or deployment failure state,
you can use the :command:`dcmanager subcloud errors` command in order to get
more detailed information about failure.
For example:
.. code-block:: none
sysadmin@controller-0 ~(keystone_admin)]$ dcmanager subcloud errors 1
FAILED bootstrapping playbook of (subcloud1).
detail: fatal: [subcloud1]: FAILED! => changed=true
failed_when_result: true
msg: non-zero return code
500 Server Error: Internal Server Error ("manifest unknown: manifest unknown")
Image download failed: admin-2.cumulus.mss.com: 30093/wind-river/cloud-platform-deployment-manager: WRCP_22.06 500 Server Error: Internal Server Error ("Get https://admin-2.cumulus .mss.com: 30093/v2/: dial tcp: lookup admin-2.cumulus.mss.com on 10.41.0.1:53: read udp 10.41.1.3:40251->10.41.0.1:53: i/o timeout")
Image download failed: gcd.io/kubebuilder/kube-rdac-proxy:v0.11.0 500 Server Error: Internal Server Error ("Get https://gcd.io/v2/: dial tcp: lookup gcd.io on 10.41.0.1:53: read udp 10.41.1.3:52485->10.41.0.1:53: i/o timeout")
raise Exception("Failed to download images %s" % failed_downloads)
Exception: Failed to download images ["admin-2.cumulus.mss.com: 30093/wind-river/cloud-platform-deployment-manager: WRCP_22.06", "gcd.io kubebuilder/kube-rdac-proxy:v0.11.0"]
FAILED TASK: TASK [common/push-docker-images Download images and push to local registry] Wednesday 12 October 2022 12:27:31 +0000 (0:00:00.042)
0:16:34.495
The **deploy status** field has the following values:
.. container::
.. include:: /shared/_includes/subcloud-deploy-status.rest
:start-after: begin-deploy-status-create
:end-before: end-deploy-status-create
.. container:: hideable
.. include:: /shared/_includes/subcloud-deploy-status.rest
:start-after: begin-deploy-status-install
:end-before: end-deploy-status-install
.. container::
.. include:: /shared/_includes/subcloud-deploy-status.rest
:start-after: begin-deploy-status-bootstrap
:end-before: end-deploy-status-bootstrap
.. include:: /_includes/installing-a-subcloud-using-redfish-platform-management-service.rest
:start-after: begin-deploying-state
:end-before: end-deploying-state
The subcloud bootstrapping and deployment can take up to 30 minutes.
.. end-monitor-progress