CentOS6とCentOS7で微妙に違って、i386とx86_64で微妙に違うのです。そもそもCentOS7にi386は無かったりします。
epel
# yum -y install epel-release
remi
# yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
ius
# curl -s https://setup.ius.io/ | sh
mysql
CentOS7のデフォルトは mariaDBなので、mysqlにするのであればremoveしておいたほうが良いらしいです。
# yum -y localinstall http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm
elrepo
# rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org # rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm
Jenkins
# rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key # wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
puppetlabs
# yum -y install https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
nux-dextop
# yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-3.el7.nux.noarch.rpm