Comment 18 for bug 1209026

Revision history for this message
David Tucker (dbtucker) wrote :

Charles,

The primary access to the cluster is over https, not http. The MapR software deliberately does not redirect http:// requests, you you must use https://<node-1>:8443 . I've updated to the documentation to emphasize this fact a bit more.

Regarding the password: is there no way to check this before the "deploy" step ? It seems a bit rude to wait till <n> instances are spun up and running before notifying the user that "by the way, you need to specify a password on the command line ". The Charm documentation even suggests requiring no specific configuration (https://juju.ubuntu.com/docs/authors-charm-config.html).

I'll get something working soon.