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
Running configure-bosh after your director has been deployed will no longer result in a cryptic error. om will detect that the director is already deployed and provide a nice warning message indicating that it is skipping this step.
For commands that require it, the password can be provided by setting the OM_PASSWORD environment variable instead of using the --password flag.
The om errands command will list "post-deploy" errands. We will be adding "pre-delete" errand support in a future release.
When running om apply-changes and "re-attaching" to an running installation, the installation ID and start time will now be printed out before the logs display.
You can now use --client-id and --client-secret flags to authenticate if you have a UAA client instead of a username and password.
Bug fixes:
Setting internet_connected to false will actually stick when using the configure-product command with the --product-resources flag.
Some HTTP requests that result in a "dial tcp: i/o timeout" error will now be retried. Hopefully this will make long-running commands a bit more stable.
The om import-installation command will no longer "peg" your CPU.