Preload soci-mysql and soci on RHEL7 images

Change-Id: I789e93349b89bf96bddbb5e745cb859c975c4d80
Story: #1754313
Task: #8682
This commit is contained in:
Telles Nobrega 2018-03-19 16:37:36 -03:00
parent 3734ef7f5e
commit fee369b1d8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y soci soci-mysql
yum remove -y epel-release

View File

@ -24,6 +24,8 @@ validators:
- os_case:
- ubuntu:
- script: ubuntu/install_mapr_dependencies
- redhat:
- script: centos/epel_dependencies
- package:
- mtools
- rpcbind