
Hello! I have installed metrics store along this documentation: https://ovirt.org/documentation/metrics-install-guide/Installing_Metrics_Sto... Everything went fine without errors, so I have now the login page in my browser. The Problem is that the credentials for login seems to be not taken over. The user should be 'admin' and the password is given at the beginning in secure_vars.yaml. Does anyone have an idea what to do now? Greetings! Chris

You are correct. The user is `admin` and the password is what you specified in the secure_vars.yaml. You can try the following: log into the master0 vm run: # name: Log into logging project oc project openshift-logging # name: Create admin user oc create user admin # name: Create an Identity with identity provider allow_all oc create identity allow_all:admin # name: Create a user/identity mapping for the created user and identity oc create useridentitymapping allow_all:admin admin # name: Binds the admin role to specified users for all projects in the cluster oc adm policy add-cluster-role-to-user cluster-admin admin # name: Assign the password immediately without login oc login --username=admin --password={{ openshift_logging_admin_password }} Best, -- Shirly Radco BI Principal Software Engineer Red Hat <https://www.redhat.com/> <https://www.redhat.com/> On Thu, Feb 20, 2020 at 11:22 AM Christoph Köhler < koehler@luis.uni-hannover.de> wrote:
Hello!
I have installed metrics store along this documentation:
https://ovirt.org/documentation/metrics-install-guide/Installing_Metrics_Sto...
Everything went fine without errors, so I have now the login page in my browser. The Problem is that the credentials for login seems to be not taken over. The user should be 'admin' and the password is given at the beginning in secure_vars.yaml.
Does anyone have an idea what to do now?
Greetings! Chris _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWWAC43EXXVNCW...
participants (2)
-
Christoph Köhler
-
Shirly Radco