You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,13 @@ post_install: |
254
254
255
255
And then run `make post_install`.
256
256
257
-
## Tools
257
+
## Troubleshooting
258
258
259
-
You can find tools helping to work with DSAL machines in `tools/dsal` directory.
259
+
If installation fails, examine the Ansible logs for more information.
260
+
Failures will usually occur early in the process or during the `tripleo_deploy` stage. If the latter, you can look at the logs in `/home/stack/standalone_deploy.log`.
261
+
Once the issue has been addressed, you can resume the deployment by stopping `heat` and running the `openstack tripleo deploy` command again via the `tripleo_deploy.sh` script:
0 commit comments