Commit Graph

34378 Commits

Author SHA1 Message Date
Gareth J. Greenaway
40e8c32feb Fixing bootstrap script to install python-apt for Ubuntu minions and Debian minions greater than the 5.0 (Lenny) release. With some recent changes related to virtual packages, python-apt is now necessary to be able to manage packages. 2014-07-29 11:54:15 -07:00
Mike Place
f503e98f0f Merge pull request #14599 from cachedout/rpm_redir_2014_7
Avoid redirects for RHEL5 RPMs to workaround a bug in RPM
2014-07-29 09:54:43 -06:00
Mike Place
2951d1b72e Avoid redirects for RHEL5 RPMs to workaround a bug in RPM
Conflicts:
	salt/cloud/deploy/bootstrap-salt.sh
2014-07-29 09:53:01 -06:00
Erik Johnson
36333e4d49 Merge branch 'bp-14594' into 2014.7 2014-07-29 10:36:30 -05:00
Egor Potiomkin
852571056e prevent gitfs.py changing load variable that is used by other fs modules too 2014-07-29 10:35:42 -05:00
C. R. Oldham
fe5ba8874e Merge pull request #14570 from gtmanfred/2014.7
close pylint errors
2014-07-29 09:18:18 -06:00
Mike Place
c3c8dc7a4c Merge pull request #14551 from s0undt3ch/2014.7
Update to latest, v2014.07.27 bootstrap script.
2014-07-29 09:16:23 -06:00
C. R. Oldham
dfff95656a Merge pull request #14547 from makinacorpus/fix3
aptpkg: restore support for lenny...
2014-07-29 08:43:46 -06:00
Pedro Algarvio
e101a8453d Update to latest, v2014.07.29 bootstrap script.
* Shallow clone Salt's repository for speed improvements. In case of failure, resume old behaviour.
* Fixed bug introduced in 0577622 when salt-api service install and checks were added
* Distro Support Fixed:
  * Fixed infinite loop when handling RHEL dependencies. Thanks Dan Mick(@dmick).
2014-07-29 13:23:38 +01:00
Daniel Wallace
d844fdedaf closes #14586 2014-07-28 20:42:56 -05:00
Daniel Wallace
88792c67bd closes #14587 2014-07-28 20:41:21 -05:00
Daniel Wallace
44401243b0 closes #14588 2014-07-28 20:39:03 -05:00
Daniel Wallace
8f2960a8f6 closes #14585 2014-07-28 20:36:45 -05:00
Daniel Wallace
e3b9cda6cb closes #14582 2014-07-28 19:52:01 -05:00
Daniel Wallace
d1f767be4f closes #14580 2014-07-28 19:32:33 -05:00
Daniel Wallace
855fd9f054 closes #14563
need to escape the {} for the format dictionary
2014-07-28 19:30:35 -05:00
Daniel Wallace
34ac8a91bc closes #14573 2014-07-28 19:08:55 -05:00
Daniel Wallace
133252a10e closes #14571 2014-07-28 19:08:28 -05:00
Daniel Wallace
1bba39f500 closes #14576 2014-07-28 19:06:40 -05:00
Daniel Wallace
cab6cb79b7 closes #14577 2014-07-28 19:05:58 -05:00
Daniel Wallace
143b0681d4 closes #14568 2014-07-28 18:43:32 -05:00
Daniel Wallace
c1dcd62aac closes #14561
toggle [NUMBER [FLAG]] toggle the state of FLAG on partition
no third thing needed
2014-07-28 18:40:02 -05:00
Daniel Wallace
003fe8d144 closes #14560 2014-07-28 18:38:34 -05:00
Daniel Wallace
273dd411a4 closes #14557 2014-07-28 18:38:09 -05:00
Daniel Wallace
37470d81b4 closes #14558 2014-07-28 18:36:55 -05:00
Daniel Wallace
bbf0082017 closes #14556 2014-07-28 18:36:30 -05:00
Daniel Wallace
0a635d9ecd closes #14565 2014-07-28 18:34:54 -05:00
Daniel Wallace
baf74a5d7b closes #14564 2014-07-28 18:30:46 -05:00
Daniel Wallace
fdde21a1fb closes #14566 2014-07-28 18:30:41 -05:00
Pedro Algarvio
48b5a31703 Update to latest, v2014.07.27 bootstrap script.
* Amazon Linux AMI 2010.xx is now explicitly not supported.
* Install the `salt-api` scripts if available when the `salt-master` is also installed.
* Added support for a configurable sleep time when starting, restarting and checking
  for enabled services.
* Drop the `tsflags` requirement for RHEL and RHEL based distributions.
* When sorting release files, oracle-release has higher priority than redhat-release.
* Distro Support Fixed:
  * Debian >= 7 uses system's python-requests package, not PIP
  * Install 'python-zypp' in SuSE and openSUSE(required by Salt's zypper module)
  * Only install EPEL on requiring distributions if not already installed
  * CentOS 7 now uses systemd and the script now properly handles it
  * systemd in openSUSE 12.2 complains if service does not contain `.service``
  * Properly detect openSUSE using `lsb_release
  * SLES 11 SP3 ships with both python-M2Crypto-0.22.* and python-m2crypto-0.21 and we
    will be asked which we want to install, even with --non-interactive. Let's try to
    install the higher version first and then the lower one in case of failure.
  * Allow some extra time on RHEL for the optionals repo check in case the repository
    subscription is being managed externally.
2014-07-28 17:44:36 +01:00
Mathieu Le Marec - Pasquet
4e1e150025 aptpkg: restore support for lenny... 2014-07-28 12:30:56 +02:00
Erik Johnson
1858114027 Merge pull request #14541 from garethgreenaway/14530_ipv6_only_broken
Fixing debian_ip.py per #14530.
2014-07-27 21:53:39 -05:00
Gareth J. Greenaway
417c0740bc Fixing debian_ip.py per #14530. 2014-07-27 18:07:45 -07:00
Erik Johnson
d21af7c8b6 Merge pull request #14534 from garethgreenaway/2014.7_14426_apt_virtual_pkg
Switching the _get_virtual function to use pure python instead of a call to grep-available
2014-07-26 19:16:57 -05:00
Gareth J. Greenaway
d73c76e847 Switching the _get_virtual function to use pure python instead of a call to grep-available. 2014-07-26 17:13:08 -07:00
Thomas S Hatch
a9875fc6f7 Merge pull request #14524 from whiteinge/doc-hashutil
Add docs for the hashutil module
2014-07-25 21:52:57 -06:00
Seth House
3164b2164e Added hashutil module to docs index 2014-07-25 20:06:54 -06:00
Seth House
60e4de3fdd Removed hashutils functions without tests 2014-07-25 19:59:30 -06:00
Thomas S Hatch
0cd1236108 Merge pull request #14508 from whiteinge/salt-jinja-utils
Added utils module for working with hash functions
2014-07-25 18:48:49 -06:00
Seth House
adabf74852 Added utils module for working with hash functions 2014-07-25 16:12:37 -06:00
Thomas S Hatch
6e575491ee Merge pull request #14506 from whiteinge/netapi-client-config
Load netapi modules using client config instead of master config
2014-07-25 15:49:02 -06:00
Thomas S Hatch
4d6af812ff Merge pull request #14507 from whiteinge/salt-jinja-utils
Added utils-style IP-check functions to the network module
2014-07-25 15:48:56 -06:00
Seth House
ac6c7d0d6d Added utils-style IP-check functions to the network module 2014-07-25 15:20:14 -06:00
Seth House
c046f1cac7 Revert "Switch NetapiClient to use client_config instead of master_config"
This partially reverts commit 2bc1ed8afb.
2014-07-25 14:42:19 -06:00
Seth House
fd393f4a48 Load netapi modules using client config instead of master config 2014-07-25 14:12:48 -06:00
Thomas S Hatch
db5e572760 Merge pull request #14269 from whiteinge/test-dotlookup-notation
Add a bug fix plus tests for calling functions in Jinja via dot-lookup notation
2014-07-25 14:04:03 -06:00
Nicole Thomas
0674839ecd Merge pull request #14495 from cro/rhel7_pkgtests2
Extend dot-in-pkg test to RHEL 5 as well
2014-07-25 12:55:09 -06:00
Thomas S Hatch
023d123773 Merge pull request #14498 from whiteinge/doc-gpg-renderer-code-blocks
Fixed code-block directives in gpg renderer
2014-07-25 12:52:27 -06:00
C. R. Oldham
253de7a995 PyLint fix. 2014-07-25 12:48:07 -06:00
Seth House
0d8cc41c61 Added tests for calling functions via Jinja with dot-lookup syntax
Yay!
2014-07-25 12:27:45 -06:00