4 Commits

Author SHA1 Message Date
Purandhar Sairam Mannidi
02e6a7cd7c include mariadb, mariadb-server in bindep, for tests
as of https://review.opendev.org/#/c/751112/
py36 tests fail w/
     + sudo -H mysqladmin -u root password insecure_slave
     sudo: mysqladmin: command not found

Change-Id: I95bdb5e3908fdcef4e555095c9d61a282f48b0bb
2021-03-02 07:26:09 +00:00
Toshiaki Takahashi
21bbf57372 Temporarily remove Ceilometer installation
Ceilometer installation seems to be the cause of POST_FAILURE,
so this patch remove it temporarily.

Related error
https://zuul.opendev.org/t/openstack/build/5abe3c88e63249d0a6ad5bd764a9d604

Ceilometer installation was removed before, because Gnocchi
installation was failed. [1]
After above error was resolved, we reverted Ceilometer
installation. [2]
However, the tests using Ceilometer do not succeed as mentioned
at the beginning of this commit message.

[1] https://review.opendev.org/#/c/751965/
[2] https://review.opendev.org/#/c/754882/

Change-Id: I5c6ddd31abd58fa2941a3a1919f09f473dfd836e
2020-10-19 12:37:32 +00:00
Toshiaki Takahashi
cf1f51fb7d Revert Ceilometer install and use mariadb
Revert Ceiloemter install which was removed in the following
workaround.
https://review.opendev.org/#/c/751965/

Ceilometer use mariadb by the following fix, so we should also
change bindep.
https://review.opendev.org/#/c/752294/

Change-Id: If1860f7eb7b32975cbb5d1acc8bb5d595b514fb7
2020-10-09 13:59:32 +09:00
Ghanshyam Mann
047f3a7409 Fix gate error "mysqladmin: command not found"
mysqladmin package is required in tools/test-setup.sh
so adding bindep.txt file for this binary dependencies

- http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html

Change-Id: I469a04220ad36451d155a5256926d992aa56b5c3
2019-06-28 08:52:55 +00:00