bundle file and pkglist updates to automatically install perl-DBD and ODBC rpms on service nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7767 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6764b03909
commit
ab5b2ca9df
@ -17,3 +17,7 @@ gdb
|
||||
binutils
|
||||
openssh-server
|
||||
vsftpd
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -18,3 +18,7 @@ gdb
|
||||
binutils
|
||||
openssh-server
|
||||
vsftpd
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -19,3 +19,7 @@ gdb
|
||||
binutils
|
||||
openssh-server
|
||||
vsftpd
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -19,3 +19,7 @@ gdb
|
||||
binutils
|
||||
openssh-server
|
||||
vsftpd
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -26,3 +26,7 @@ binutils
|
||||
openssh-server
|
||||
util-linux
|
||||
compat-libstdc++-33
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -26,3 +26,7 @@ binutils
|
||||
openssh-server
|
||||
util-linux
|
||||
compat-libstdc++-33
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -30,3 +30,7 @@ util-linux
|
||||
compat-libstdc++-33
|
||||
perl-DBD-MySQL
|
||||
perl-Socket6
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -5,7 +5,6 @@ rsync
|
||||
nmap
|
||||
perl-DBI
|
||||
vsftpd
|
||||
perl-DBD-mysql
|
||||
perl-IO-Socket-SSL
|
||||
perl-IO-Tty
|
||||
apache2
|
||||
@ -16,3 +15,13 @@ bind
|
||||
perl-Expect
|
||||
perl-SNMP
|
||||
dhcp-server
|
||||
unixODBC
|
||||
perl-DBD-mysql
|
||||
mysql-client
|
||||
libmysqlclient15
|
||||
# The following rpms are available on the SLES SDK
|
||||
# You will need to locate and make these rpms available in your zypper
|
||||
# repository for service node installs and uncomment the following lines:
|
||||
#MyODBC-unixODBC
|
||||
#perl-DBD-Pg
|
||||
|
||||
|
@ -49,6 +49,9 @@ R:perl-Net_SSLeay.pm-1.30-3*
|
||||
R:perl-IO-Socket-SSL*
|
||||
R:unixODBC*
|
||||
|
||||
R:perl-DBD-mysql*
|
||||
R:mysql-connector-odbc*
|
||||
|
||||
R:perl-xCAT*
|
||||
R:xCAT-client*
|
||||
R:xCAT-server*
|
||||
@ -59,5 +62,3 @@ R:xCATsn*
|
||||
#R:xcat-postgresql-8.4-4.aix6.1.ppc.rpm
|
||||
#R:perl-DBD-Pg-2-17.2.aix6.1.ppc.rpm
|
||||
|
||||
# optional - needed if using MySql
|
||||
#R:perl-DBD-mysql*
|
||||
|
@ -54,18 +54,17 @@ R:perl-Net_SSLeay.pm-1.30-2*
|
||||
R:perl-IO-Socket-SSL*
|
||||
R:unixODBC*
|
||||
|
||||
R:perl-DBD-DB2*
|
||||
R:perl-DBD-Pg*
|
||||
R:perl-DBD-mysql*
|
||||
R:mysql-connector-odbc*
|
||||
|
||||
# optional - needed if using Postgresql
|
||||
#R:xcat-postgresql*
|
||||
|
||||
R:perl-xCAT*
|
||||
R:xCAT-client*
|
||||
R:xCAT-server*
|
||||
R:xCAT-rmc*
|
||||
R:xCATsn*
|
||||
|
||||
# optional - needed if using Postgresql
|
||||
#R:xcat-postgresql*
|
||||
#R:perl-DBD-Pg*
|
||||
|
||||
# optional - needed if using DB2
|
||||
#R:perl-DBD-DB2*
|
||||
|
||||
# optional - needed if using MySql
|
||||
#R:perl-DBD-mysql*
|
||||
|
@ -50,18 +50,17 @@ R:perl-Net_SSLeay.pm-1.30-3*
|
||||
R:perl-IO-Socket-SSL*
|
||||
R:unixODBC*
|
||||
|
||||
R:perl-DBD-DB2*
|
||||
R:perl-DBD-Pg*
|
||||
R:perl-DBD-mysql*
|
||||
R:mysql-connector-odbc*
|
||||
|
||||
# optional - needed if using Postgresql
|
||||
#R:xcat-postgresql*
|
||||
|
||||
R:perl-xCAT*
|
||||
R:xCAT-client*
|
||||
R:xCAT-server*
|
||||
R:xCAT-rmc*
|
||||
R:xCATsn*
|
||||
|
||||
# optional - needed if using Postgresql
|
||||
#R:xcat-postgresql*
|
||||
#R:perl-DBD-Pg*
|
||||
|
||||
# optional - needed if using DB2
|
||||
#R:perl-DBD-DB2*
|
||||
|
||||
# optional - needed if using MySql
|
||||
#R:perl-DBD-mysql*
|
||||
|
@ -19,3 +19,7 @@ wget
|
||||
vsftpd
|
||||
ntp
|
||||
rsync
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
perl-DBD-Pg
|
||||
|
@ -30,3 +30,6 @@ perl-Net-Telnet
|
||||
net-snmp-perl
|
||||
ntp
|
||||
rsync
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
|
@ -31,3 +31,6 @@ ntp
|
||||
rsync
|
||||
ppc64-utils
|
||||
iputils
|
||||
unixODBC
|
||||
perl-DBD-MySQL
|
||||
mysql-connector-odbc
|
||||
|
@ -31,11 +31,18 @@ hal
|
||||
pam
|
||||
pam-modules
|
||||
timezone
|
||||
mysql-client
|
||||
perl-Expect
|
||||
openssl
|
||||
xCATsn
|
||||
perl-DBD-mysql
|
||||
portmap
|
||||
zypper
|
||||
rsync
|
||||
unixODBC
|
||||
perl-DBD-mysql
|
||||
mysql-client
|
||||
libmysqlclient15
|
||||
# The following rpms are available on the SLES SDK
|
||||
# You will need to locate and make these rpms available in your zypper
|
||||
# repository for service node installs and uncomment the following lines:
|
||||
#MyODBC-unixODBC
|
||||
#perl-DBD-Pg
|
||||
|
@ -34,10 +34,18 @@ timezone
|
||||
mysql-client
|
||||
perl-Expect
|
||||
openssl
|
||||
perl-DBD-mysql
|
||||
portmap
|
||||
zypper
|
||||
rsync
|
||||
powerpc-utils
|
||||
bc
|
||||
iputils
|
||||
unixODBC
|
||||
perl-DBD-mysql
|
||||
mysql-client
|
||||
libmysqlclient15
|
||||
# The following rpms are available on the SLES SDK
|
||||
# You will need to locate and make these rpms available in your zypper
|
||||
# repository for service node installs
|
||||
#MyODBC-unixODBC
|
||||
#perl-DBD-Pg
|
||||
|
Loading…
Reference in New Issue
Block a user