During an overcloud deploy, a Manila password and service endpoint
should be created. Without these, the service isn't acessible for
end-user use.
Change-Id: Id49d4ba0cb63c5730573c52b4b952d37ebf6fe9e
This change also removes the timeout in the CLI as it waits for Heat.
Operators can use ctrl+c if they want to exit early for some reason.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1243365
Change-Id: I6bbaaf6f39f98dc11ccdd1897cd4b7188cd6a2a9
This originally happened during the deploy, but due to to a bug in
Ironic/Nova [1] there is sometimes a significant delay before the Nova
scheduler is updates.
[1]: https://bugs.launchpad.net/ironic/+bug/1248022
Change-Id: I58eaf373db8335d024899dd6a231f3eb5f51ff9a
If you deploy and using the plugin, the UI doesn't recognize the
overcloud has been initialized. The UI expects the horizon service
to be registered. This patch adds the required information for a
service and endpoint to be registered for horizon.
Change-Id: I6f0b197f9062dd73b224045cbe9beca6f721cba8
Resolves: rhbz#1193922
uuid1 is intended to be uniq but not unpredictable. Knowing the
mac address of the host generating the uuid and what time it was
roughly generated at essentially reduces the parts of this uuid
that have to be guessed from 128 bits down to less then 48, still
a big number but there is no reason not to use the bigger of the
two.
Change-Id: Ib21c46dddbbd5d0e3aaaa019ba6d23aaaaa82e12
Add a Python implementation in the deploy command in Instack.
For now this conde is more limited than the Instack variant. Options to
customise the stack name and other parameters need to be added adter
along with integration with Tuskar.
Change-Id: I739261a9808f5af3fb54cda6dfa1c7c63f2a1606
This is used for deploying the overcloud and check for a
minimum number of registered and ready nodes and node statistics.
Change-Id: I96880cc9497b8b21bc69d4f3870f6a3cd16b83fc