You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the platform ansible script tries to yum install epel-release on all "RedHat" platforms. We should update the ansible playbooks to check for the Amazon distribution: (ansible_distribution == "Amazon") and do the correct step of sudo amazon-linux-extras install -y epel. Then further commands like installing packages like s3cmd will proceed normally.
The text was updated successfully, but these errors were encountered:
rkarthik007
changed the title
[Platform] Method to install epel-release is incorrect for Amazon Linux
[Platform] Support for installing epel-release in Amazon Linux
Jun 1, 2020
Summary:
Added support for installing epel-release in Amazon Linux. Amazon Linux machines have a
special command to install the epel release packages.
Test Plan:
Ensured that provision part of create universe workflow now works on Amazon Linux
machines and does not fail on default RedHat machines.
Reviewers: sanketh, alan, ram, wesley
Reviewed By: wesley
Subscribers: jenkins-bot, muthu, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D8699
Summary:
Added support for installing epel-release in Amazon Linux. Amazon Linux machines have a
special command to install the epel release packages.
Test Plan:
Ensured that provision part of create universe workflow now works on Amazon Linux
machines and does not fail on default RedHat machines.
Reviewers: sanketh, alan, ram, wesley
Reviewed By: wesley
Subscribers: jenkins-bot, muthu, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D8699
Currently the platform ansible script tries to yum install epel-release on all "RedHat" platforms. We should update the ansible playbooks to check for the Amazon distribution: (ansible_distribution == "Amazon") and do the correct step of
sudo amazon-linux-extras install -y epel
. Then further commands like installing packages like s3cmd will proceed normally.The text was updated successfully, but these errors were encountered: