Activity log for bug #1742206

Date Who What changed Old value New value Message
2018-01-09 17:39:46 Gary Richards bug added bug
2018-01-09 17:40:40 Gary Richards description During the run of os-conder-install.yml I get the following error during task 'galera_client : Install galera distro packages'. It's trying to install packages on one of my infra nodes but fails with this message: fatal: [infra1]: FAILED! => { "attempts": 5, "changed": true, "failed": true, "invocation": { "module_args": { "conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "installroot": "/", "list": null, "name": [ "bzip2-devel", "gcc", "gnupg2", "libaio", "libstdc++", "libgcc", "libgcrypt", "MariaDB-client", "MariaDB-devel", "MariaDB-shared", "openssl-devel", "python-devel" ], "skip_broken": false, "state": "latest", "update_cache": false, "validate_certs": true } }, "msg": "\n\nTransaction check error:\n file /etc/my.cnf from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-config-3:10.1.20-2.el7.x86_64\n file /usr/lib64/mysql/plugin/dialog.so from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-common-3:10.1.20-2.el7.x86_64\n file /usr/lib64/mysql/plugin/mysql_clear_password.so from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-common-3:10.1.20-2.el7.x86_64\n\nError Summary\n-------------\n\n", "rc": 1, "results": [ "All packages providing gcc are up to date", "All packages providing gnupg2 are up to date", "All packages providing libaio are up to date", "All packages providing libstdc++ are up to date", "All packages providing libgcc are up to date", "All packages providing libgcrypt are up to date", "All packages providing openssl-devel are up to date", "All packages providing python-devel are up to date", "Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * base: mirror.vorboss.net\n * epel: www.mirrorservice.org\n * extras: mirror.vorboss.net\n * updates: mirror.ox.ac.uk\n588 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package MariaDB-client.x86_64 0:10.1.30-1.el7.centos will be installed\n--> Processing Dependency: MariaDB-common for package: MariaDB-client-10.1.30-1.el7.centos.x86_64\n---> Package MariaDB-devel.x86_64 0:10.1.30-1.el7.centos will be installed\n---> Package MariaDB-shared.x86_64 0:10.1.30-1.el7.centos will be obsoleting\n---> Package bzip2-devel.x86_64 0:1.0.6-13.el7 will be installed\n---> Package mariadb-libs.x86_64 3:10.1.20-2.el7 will be obsoleted\n--> Running transaction check\n---> Package MariaDB-common.x86_64 0:10.1.30-1.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n MariaDB-client x86_64 10.1.30-1.el7.centos MariaDB 39 M\n MariaDB-devel x86_64 10.1.30-1.el7.centos MariaDB 6.6 M\n MariaDB-shared x86_64 10.1.30-1.el7.centos MariaDB 1.3 M\n replacing mariadb-libs.x86_64 3:10.1.20-2.el7\n bzip2-devel x86_64 1.0.6-13.el7 base 218 k\nInstalling for dependencies:\n MariaDB-common x86_64 10.1.30-1.el7.centos MariaDB 123 k\n\nTransaction Summary\n================================================================================\nInstall 4 Packages (+1 Dependent package)\n\nTotal size: 48 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\n" ] } If I try to yum install one of those packages I see: ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: MariaDB-client x86_64 10.1.30-1.el7.centos MariaDB 39 M Installing for dependencies: MariaDB-common x86_64 10.1.30-1.el7.centos MariaDB 123 k So it's trying to install those from the MariaDB repository The packages that the new packages are conflicting with are from the @openstack-pike repository During the run of os-conder-install.yml I get the following error during task 'galera_client : Install galera distro packages'. It's trying to install packages on one of my infra nodes but fails with this message: fatal: [infra1]: FAILED! => {     "attempts": 5,     "changed": true,     "failed": true,     "invocation": {         "module_args": {             "conf_file": null,             "disable_gpg_check": false,             "disablerepo": null,             "enablerepo": null,             "exclude": null,             "install_repoquery": true,             "installroot": "/",             "list": null,             "name": [                 "bzip2-devel",                 "gcc",                 "gnupg2",                 "libaio",                 "libstdc++",                 "libgcc",                 "libgcrypt",                 "MariaDB-client",                 "MariaDB-devel",                 "MariaDB-shared",                 "openssl-devel",                 "python-devel"             ],             "skip_broken": false,             "state": "latest",             "update_cache": false,             "validate_certs": true         }     },     "msg": "\n\nTransaction check error:\n file /etc/my.cnf from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-config-3:10.1.20-2.el7.x86_64\n file /usr/lib64/mysql/plugin/dialog.so from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-common-3:10.1.20-2.el7.x86_64\n file /usr/lib64/mysql/plugin/mysql_clear_password.so from install of MariaDB-common-10.1.30-1.el7.centos.x86_64 conflicts with file from package mariadb-common-3:10.1.20-2.el7.x86_64\n\nError Summary\n-------------\n\n",     "rc": 1,     "results": [         "All packages providing gcc are up to date",         "All packages providing gnupg2 are up to date",         "All packages providing libaio are up to date",         "All packages providing libstdc++ are up to date",         "All packages providing libgcc are up to date",         "All packages providing libgcrypt are up to date",         "All packages providing openssl-devel are up to date",         "All packages providing python-devel are up to date",         "Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * base: mirror.vorboss.net\n * epel: www.mirrorservice.org\n * extras: mirror.vorboss.net\n * updates: mirror.ox.ac.uk\n588 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package MariaDB-client.x86_64 0:10.1.30-1.el7.centos will be installed\n--> Processing Dependency: MariaDB-common for package: MariaDB-client-10.1.30-1.el7.centos.x86_64\n---> Package MariaDB-devel.x86_64 0:10.1.30-1.el7.centos will be installed\n---> Package MariaDB-shared.x86_64 0:10.1.30-1.el7.centos will be obsoleting\n---> Package bzip2-devel.x86_64 0:1.0.6-13.el7 will be installed\n---> Package mariadb-libs.x86_64 3:10.1.20-2.el7 will be obsoleted\n--> Running transaction check\n---> Package MariaDB-common.x86_64 0:10.1.30-1.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n MariaDB-client x86_64 10.1.30-1.el7.centos MariaDB 39 M\n MariaDB-devel x86_64 10.1.30-1.el7.centos MariaDB 6.6 M\n MariaDB-shared x86_64 10.1.30-1.el7.centos MariaDB 1.3 M\n replacing mariadb-libs.x86_64 3:10.1.20-2.el7\n bzip2-devel x86_64 1.0.6-13.el7 base 218 k\nInstalling for dependencies:\n MariaDB-common x86_64 10.1.30-1.el7.centos MariaDB 123 k\n\nTransaction Summary\n================================================================================\nInstall 4 Packages (+1 Dependent package)\n\nTotal size: 48 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\n"     ] } If I try to yum install one of those packages I see: ================================================================================  Package Arch Version Repository Size ================================================================================ Installing:  MariaDB-client x86_64 10.1.30-1.el7.centos MariaDB 39 M Installing for dependencies:  MariaDB-common x86_64 10.1.30-1.el7.centos MariaDB 123 k So it's trying to install those from the MariaDB repository The packages that the new packages are conflicting with are from the @openstack-pike repository
2018-01-16 16:35:45 Jean-Philippe Evrard openstack-ansible: status New Confirmed
2018-01-16 16:35:47 Jean-Philippe Evrard openstack-ansible: importance Undecided Medium
2018-01-16 16:35:55 Jean-Philippe Evrard openstack-ansible: assignee Markos Chandras (hwoarang)
2018-01-17 16:02:03 OpenStack Infra openstack-ansible: status Confirmed In Progress
2018-01-18 19:40:10 OpenStack Infra openstack-ansible: status In Progress Fix Released
2018-08-08 20:29:32 OpenStack Infra tags in-stable-queens
2018-09-19 08:22:24 OpenStack Infra tags in-stable-queens in-stable-queens in-stable-rocky