canonical / canonical/stsstack-bundles
OpenStack Post-Deployment Info/Actions should be re-ordered
- Dominant language
- Shell
- Stars
- 10
- Forks
- 37
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 1
Description
The current output at the end of deploying OpenStack is as follows:
```
Post-Deployment Info/Actions:
[common]
- run ./configure to initialise your deployment
- source novarc
- add rules to default security group: ./tools/sec_groups.sh
- run ./tools/vault-unseal-and-authorise.sh
```
The ordering however should have the user run the `vault-unseal-and-authorise.sh` script first, otherwise the prior steps will fail. The ordering should look like:
```
Post-Deployment Info/Actions:
[common]
- run ./tools/vault-unseal-and-authorise.sh
- run ./configure to initialise your deployment
- source novarc
- add rules to default security group: ./tools/sec_groups.sh
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Find where the “Post-Deployment Info/Actions” block is assembled and inspect the listed ./tools/vault-unseal-and-authorise.sh, ./configure, novarc, and ./tools/sec_groups.sh entries. Reorder the displayed actions so vault unsealing comes first, then verify that the generated output matches the requested order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100