o***@fractalio.com
2014-10-27 06:50:14 UTC
Hi all,
Am trying to install rpm packages on minions using salt.
I succeeded for "smartmontools" package but its not working for "glusterfs"
pacakges.
I tried to change the name "glusterfs " to "glusterfs-3.5" but not working.
All I want is to install all the glusterfs-* packages by salt on the
minions by resolving dependencies.
OS: Centos 6.5
File : /srv/salt/fr.sls
fractalpkgs:
pkgrepo.managed:
- humanname: Fractal Packages
- baseurl: http://xxx.xxx.x.xxx/fractallocal
glusterfs:
pkg.installed:
- fromrepo: Fractal Packages
- skip_verify: True
- refresh: True
smartmontools:
pkg.installed:
- fromrepo: Fractal Packages
- skip_verify: True
- refresh: True
*******************
yum repo: /var/www/html/fracatallocal/
glusterfs-3.5.2-1.el6.x86_64.rpm
glusterfs-api-3.5.2-1.el6.x86_64.rpm
glusterfs-cli-3.5.2-1.el6.x86_64.rpm
glusterfs-fuse-3.5.2-1.el6.x86_64.rpm
glusterfs-libs-3.5.2-1.el6.x86_64.rpm
glusterfs-server-3.5.2-1.el6.x86_64.rpm
ipmitool-1.8.11-16.el6.x86_64.rpm
lm_sensors-libs-3.1.1-17.el6.x86_64.rpm
mailx-12.4-7.el6.x86_64.rpm
net-snmp-libs-5.5-49.el6_5.4.x86_64.rpm
OpenIPMI-2.0.16-14.el6.x86_64.rpm
OpenIPMI-libs-2.0.16-14.el6.x86_64.rpm
perl-5.10.1-136.el6.x86_64.rpm
perl-libs-5.10.1-136.el6.x86_64.rpm
perl-Module-Pluggable-3.90-136.el6.x86_64.rpm
perl-Pod-Escapes-1.04-136.el6.x86_64.rpm
perl-Pod-Simple-3.13-136.el6.x86_64.rpm
perl-version-0.77-136.el6.x86_64.rpm
repodata
smartmontools-5.43-1.el6.x86_64.rpm
***************************************
Am trying to install rpm packages on minions using salt.
I succeeded for "smartmontools" package but its not working for "glusterfs"
pacakges.
I tried to change the name "glusterfs " to "glusterfs-3.5" but not working.
All I want is to install all the glusterfs-* packages by salt on the
minions by resolving dependencies.
OS: Centos 6.5
File : /srv/salt/fr.sls
fractalpkgs:
pkgrepo.managed:
- humanname: Fractal Packages
- baseurl: http://xxx.xxx.x.xxx/fractallocal
glusterfs:
pkg.installed:
- fromrepo: Fractal Packages
- skip_verify: True
- refresh: True
smartmontools:
pkg.installed:
- fromrepo: Fractal Packages
- skip_verify: True
- refresh: True
*******************
yum repo: /var/www/html/fracatallocal/
glusterfs-3.5.2-1.el6.x86_64.rpm
glusterfs-api-3.5.2-1.el6.x86_64.rpm
glusterfs-cli-3.5.2-1.el6.x86_64.rpm
glusterfs-fuse-3.5.2-1.el6.x86_64.rpm
glusterfs-libs-3.5.2-1.el6.x86_64.rpm
glusterfs-server-3.5.2-1.el6.x86_64.rpm
ipmitool-1.8.11-16.el6.x86_64.rpm
lm_sensors-libs-3.1.1-17.el6.x86_64.rpm
mailx-12.4-7.el6.x86_64.rpm
net-snmp-libs-5.5-49.el6_5.4.x86_64.rpm
OpenIPMI-2.0.16-14.el6.x86_64.rpm
OpenIPMI-libs-2.0.16-14.el6.x86_64.rpm
perl-5.10.1-136.el6.x86_64.rpm
perl-libs-5.10.1-136.el6.x86_64.rpm
perl-Module-Pluggable-3.90-136.el6.x86_64.rpm
perl-Pod-Escapes-1.04-136.el6.x86_64.rpm
perl-Pod-Simple-3.13-136.el6.x86_64.rpm
perl-version-0.77-136.el6.x86_64.rpm
repodata
smartmontools-5.43-1.el6.x86_64.rpm
***************************************
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.