Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenStack Post-Deployment Info/Actions should be re-ordered #219

Open
kajgm opened this issue Aug 22, 2024 · 0 comments
Open

OpenStack Post-Deployment Info/Actions should be re-ordered #219

kajgm opened this issue Aug 22, 2024 · 0 comments

Comments

@kajgm
Copy link

kajgm commented Aug 22, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant