-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
setting password for CloudForms / ManageIQ #5849
Comments
We have no way to control this through the installer currently. We have
raised this issue recently with that team in a meeting.
This should be directed to the github manageiq/manageiq-pods project.
On Oct 23, 2017 12:00 PM, "Joel Diaz" <[email protected]> wrote:
Description
When running the full installer or just the playbook for installing
CloudForms / ManageIQ, the pod comes up with default credentials. There
should be a way to provide a non-default password that gets set up during
installation.
Version
ansible 2.3.1.0
openshift-ansible-3.7.0-0.159.0-6-g63b77fb
package atomic-openshift-utils is not installed
openshift-ansible-3.5.120-1.git.0.c60f69a.el7.noarch
Steps To Reproduce
1. install CloudForms / ManageIQ: ansible-playbook -i ~/my-inventory
./git/openshift-ansible/playbooks/byo/openshift-management/config.yml
2. wait for completion, get route (oc get route -n openshift-management
httpd), and authenticate to CloudForms / ManageIQ with default creds
Expected Results
I would expect that there is a way to provide my own password that would be
initialized during the installation.
Observed Results
The CloudForms / ManageIQ installer just takes a container image and never
has a step to set up a password so you end up with the default public image
credentials.
Additional Information
Pretty standard inventory file with the following CloudForms / ManageIQ
vars:
openshift_management_install_management=True
openshift_management_storage_class=cloudprovider
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5849>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AACBYSe0TWF0tgZNKpggQZC7qSCT747_ks5svLgfgaJpZM4QDFlZ>
.
|
opened ManageIQ/manageiq-pods#237 |
@joelddiaz Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When running the full installer or just the playbook for installing CloudForms / ManageIQ, the pod comes up with default credentials. There should be a way to provide a non-default password that gets set up during installation.
Version
Steps To Reproduce
Expected Results
I would expect that there is a way to provide my own password that would be initialized during the installation.
Observed Results
The CloudForms / ManageIQ installer just takes a container image and never has a step to set up a password so you end up with the default public image credentials.
Additional Information
Pretty standard inventory file with the following CloudForms / ManageIQ vars:
The text was updated successfully, but these errors were encountered: