Password for database in ovirt-system-tests/basic_suite_3.6

Hi, I want to have a look at the database in ovirt-system-tests/basic_suite_3.6, but unfortunately I do not know the password for the database. I tried already various ones by: [root@lago_basic_suite_3_6_engine ~]# psql -U engine -p 5432 -h 127.0.0.1 Can anyone give me a hint how to get the password for the database? Thanks, Dominik

On 10/06/2016 10:33 AM, Dominik Holler wrote:
Hi, I want to have a look at the database in ovirt-system-tests/basic_suite_3.6, but unfortunately I do not know the password for the database. I tried already various ones by: [root@lago_basic_suite_3_6_engine ~]# psql -U engine -p 5432 -h 127.0.0.1
Can anyone give me a hint how to get the password for the database?
It's in file /etc/ovirt-engine/engine.conf.d/10-setup-database.conf $ grep PASSWORD /etc/ovirt-engine/engine.conf.d/10-setup-database.conf ENGINE_DB_PASSWORD="XXXX"
Thanks, Dominik _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Thu, Oct 06, 2016 at 10:54:53AM +0200, Ondra Machacek wrote:
On 10/06/2016 10:33 AM, Dominik Holler wrote:
Hi, I want to have a look at the database in ovirt-system-tests/basic_suite_3.6, but unfortunately I do not know the password for the database. I tried already various ones by: [root@lago_basic_suite_3_6_engine ~]# psql -U engine -p 5432 -h 127.0.0.1
Can anyone give me a hint how to get the password for the database?
It's in file /etc/ovirt-engine/engine.conf.d/10-setup-database.conf
$ grep PASSWORD /etc/ovirt-engine/engine.conf.d/10-setup-database.conf ENGINE_DB_PASSWORD="XXXX"
Thanks, I just want to confirm this work.
Thanks, Dominik _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

You can also ssh to the engine machine and then su to postgres user and connect in this way without password. Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com IRC : ydary On Thu, Oct 6, 2016 at 12:00 PM, Dominik Holler <dholler@redhat.com> wrote:
On 10/06/2016 10:33 AM, Dominik Holler wrote:
Hi, I want to have a look at the database in ovirt-system-tests/basic_suite_3.6, but unfortunately I do not know
On Thu, Oct 06, 2016 at 10:54:53AM +0200, Ondra Machacek wrote: the
password for the database. I tried already various ones by: [root@lago_basic_suite_3_6_engine ~]# psql -U engine -p 5432 -h 127.0.0.1
Can anyone give me a hint how to get the password for the database?
It's in file /etc/ovirt-engine/engine.conf.d/10-setup-database.conf
$ grep PASSWORD /etc/ovirt-engine/engine.conf.d/10-setup-database.conf ENGINE_DB_PASSWORD="XXXX"
Thanks, I just want to confirm this work.
Thanks, Dominik _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (3)
-
Dominik Holler
-
Ondra Machacek
-
Yaniv Dary