Skip to content

Commit 563af96

Browse files
committed
Add minimal troubleshooting section
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 12673a1 commit 563af96

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,13 @@ post_install: |
254254

255255
And then run `make post_install`.
256256

257-
## Tools
257+
## Troubleshooting
258258

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:
262+
263+
```console
264+
sudo pkill -9 heat-all
265+
./triple_deploy.sh
266+
```

0 commit comments

Comments
 (0)