Date stamp removed from command as asked.

The ''ansible'' was added in the command and sample and date_stamp
was removed from the command and sample. Also added backthicks for
the command.

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: Ie05b8eee68e0d1b5c7eb6c714e828550f67c7d2f
This commit is contained in:
Elaine Fonaro 2022-03-16 15:43:43 -03:00
parent 7f146fefee
commit 7dae6d837c
2 changed files with 6 additions and 6 deletions

View File

@ -303,20 +303,20 @@ subcloud, the subcloud installation has these phases:
bootstrapping and deployment by monitoring the following log files on the
active controller in the Central Cloud.
/var/log/dcmanager/<subcloud_name>_install_<date_stamp>.log.
``/var/log/dcmanager/ansible/<subcloud_name>_install.log``
/var/log/dcmanager/<subcloud_name>_bootstrap_<date_stamp>.log.
``/var/log/dcmanager/ansible/<subcloud_name>_bootstrap.log``
For example:
.. code-block:: none
controller-0:/home/sysadmin# tail /var/log/dcmanager/subcloud1_install_2019-09-23-19-19-42.log
controller-0:/home/sysadmin# tail /var/log/dcmanager/ansible/subcloud1_install.log
TASK [wait_for] ****************************************************************
ok: [subcloud1]
controller-0:/home/sysadmin# tail /var/log/dcmanager/subcloud1_bootstrap_2019-09-23-19-03-44.log
controller-0:/home/sysadmin# tail /var/log/dcmanager/ansible/subcloud1_bootstrap.log
k8s.gcr.io: {password: secret, url: null}
quay.io: {password: secret, url: null}
)

View File

@ -277,13 +277,13 @@ subcloud, the subcloud installation process has two phases:
deployment by monitoring the following log files on the active controller
in the Central Cloud.
``/var/log/dcmanager/ansible/<subcloud\_name>\_bootstrap\_<date\_stamp>.log``
``/var/log/dcmanager/ansible/<subcloud\_name>\_bootstrap.log``
For example:
.. code-block:: none
controller-0:/home/sysadmin# tail /var/log/dcmanager/subcloud1_bootstrap_2019-09-23-19-03-44.log
controller-0:/home/sysadmin# tail /var/log/dcmanager/ansible/subcloud1_bootstrap.log
k8s.gcr.io: {password: secret, url: null}
quay.io: {password: secret, url: null}
)