Commit graph

2430 commits

Author SHA1 Message Date
Denys Havrysh
f081b05a97 Add workaround when __camelcase_split doesn't work. Fixes #918 2016-08-15 16:46:18 +03:00
Denys Havrysh
f0b2b5cc38 Configure salt-api service, but do not attempt to start it on all OS 2016-08-14 23:11:38 +03:00
Pedro Algarvio
4f487b8eff Merge pull request #929 from rallytime/fix-926
Remove chris-lea python-zmq repo
2016-08-12 14:20:22 -04:00
rallytime
e0c5b42083 Remove chris-lea python-zmq repo
python-zmq is provided by repo.saltstack.com now, for platforms
that do not have a recent enough version.

Fixes #926
2016-08-12 12:15:50 -06:00
Pedro Algarvio
4b52e90541 Merge pull request #928 from rallytime/fix-924
Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r
2016-08-12 12:29:04 -04:00
rallytime
3da25985cd Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r
Fixes #924
2016-08-12 10:10:48 -06:00
Nicole Thomas
38cf2e0892 Merge pull request #927 from vutny/fix-check-services-sysvinit
Fix grep pattern in `__check_services_sysvinit`
2016-08-12 08:43:24 -06:00
Denys Havrysh
17560c2c42 Fix grep pattern in __check_services_sysvinit 2016-08-12 13:08:04 +03:00
Nicole Thomas
c6f754eebd Merge pull request #925 from toanju/fix-missing-dep-fedora
missing python dependency for salt-cloud added
2016-08-11 13:17:18 -06:00
Tobias Jungel
692fbdf65c missing python dependency for salt-cloud added
python-netaddr is not installed in case -L is used
2016-08-11 13:50:37 +02:00
Nicole Thomas
2184345541 Merge pull request #919 from vutny/install-salt-cloud
Install `salt-cloud` package with `-L` option in `stable` mode
2016-08-10 09:19:20 -06:00
Denys Havrysh
88a401ef25 Fail if unable to copy config file 2016-08-10 11:20:31 +03:00
Denys Havrysh
3f0e849be1 Gentoo: install apache-libcloud with emerge instead of pip 2016-08-10 11:18:15 +03:00
Denys Havrysh
bdebaa5032 SUSE: install salt-cloud package with -L option in stable mode 2016-08-09 12:20:52 +03:00
Nicole Thomas
90f932db26 Merge pull request #922 from vutny/fix-git-commit-hash-checkout
Fix git install mode when using commit hash with `-g` option
2016-08-08 14:39:31 -06:00
Denys Havrysh
eb67ef8b08 Amazon: install salt-cloud package with -L option in stable mode 2016-08-08 15:20:49 +03:00
Denys Havrysh
b4b94524a3 Fedora: install salt-cloud package with -L option in stable mode 2016-08-05 15:43:25 +03:00
Denys Havrysh
18c18cc279 Ubuntu: install salt-cloud package with -L option in stable mode 2016-08-03 12:14:25 +03:00
Denys Havrysh
9da5169ce8 Debian: install salt-cloud package with -L option in stable mode 2016-08-01 13:34:51 +03:00
Denys Havrysh
0f0e5fcd8d Fix git install mode when using commit hash with -g option 2016-07-22 11:08:40 +03:00
Denys Havrysh
188bb22f28 RHEL: install salt-cloud package with -L option in stable mode 2016-07-19 15:43:12 +03:00
Nicole Thomas
8b4f2dca3f Merge pull request #915 from vutny/fix-centos7-git-container-build
Fix bootstrapping from Git on CentOS7 when `systemd` is not running
2016-07-18 09:52:26 -06:00
Denys Havrysh
eae188d574 Fix bootstrapping from Git on CentOS7 when systemd is not running
e.g. during the build process of container/VM images
2016-07-18 13:46:35 +03:00
Nicole Thomas
125232bc9f Merge pull request #867 from vutny/debian-foreign-architectures
Debian 8: support git installation on non-x86_64 architectures
2016-07-14 17:13:06 -06:00
Denys Havrysh
6491abd05d Update README about supported architectures on Debian 8 2016-07-14 18:18:34 +03:00
Denys Havrysh
0b48f3b32f Handle armhf arch SaltStack repository for Debian/Raspbian 2016-07-14 17:40:13 +03:00
Denys Havrysh
1f128dd812 Set STABLE_REV variable to "latest" early, properly fixes git bootstraps 2016-07-11 14:16:48 +03:00
Denys Havrysh
acba493c41 Debian: install majority of Salt dependencies for git mode only.
Apt should resolve and install all deps for Salt packages
2016-07-11 14:04:19 +03:00
Denys Havrysh
5098917093 Fix -X and -d options to do what they exactly supposed to do 2016-07-11 14:04:19 +03:00
Denys Havrysh
e96c58ea4d Create default logs directory which is absent after git installations 2016-07-11 14:04:19 +03:00
Denys Havrysh
e117569922 Debian: add python-psutil to deps (required for 2016.3) 2016-07-11 14:04:19 +03:00
Denys Havrysh
0ca3a3a720 Debian: add suggestion to try git installation mode on i386 arch 2016-07-11 14:04:19 +03:00
Denys Havrysh
e719a1f63e Detect OS packages architecture on Debian instead of relying on CPU data 2016-07-11 14:04:19 +03:00
Denys Havrysh
88078bef12 Debian: add note to README about supported system architectures 2016-07-11 12:05:34 +03:00
Denys Havrysh
260e5ec5ed Re-format usage output to fix 80 characters width terminal 2016-07-11 12:05:34 +03:00
Denys Havrysh
0a69f1f407 Debian 8 git: do not configure backports repo when using -r 2016-07-11 12:05:34 +03:00
Denys Havrysh
061c50ec95 Debian 8: support git installation on non-x86 architectures with -r 2016-07-11 12:05:34 +03:00
Pedro Algarvio
b2b56c22da Merge pull request #913 from themalkolm/patch-5
Fix badge url
2016-07-08 22:21:20 -04:00
Alexander Krasnukhin
24d8a86c31 Fix badge url
Fix badge url to refer to saltstack repo instead of mine. This was merged by mistake.
2016-07-09 03:46:35 +02:00
Nicole Thomas
a6394f61e6 Merge pull request #911 from rallytime/changelog-and-release
Changelog and release
2016-07-07 16:11:11 -04:00
rallytime
7083fe2be0 Update script version to 2016.07.07 2016-07-07 14:07:55 -06:00
rallytime
3b4719c6d3 Update ChangeLog with new changes 2016-07-07 14:07:05 -06:00
Nicole Thomas
0659e95edf Merge pull request #910 from rallytime/authors
Add new contributors to authors list
2016-07-07 12:30:51 -04:00
rallytime
50106e5ccc Add new contributors to authors list 2016-07-07 10:28:56 -06:00
Shane Lee
c4f29564e6 Merge pull request #897 from themalkolm/patch-3
Change temporary directory for storing executable to C:\Windows\Temp
2016-07-07 09:31:23 -06:00
Pedro Algarvio
b427c45a0e Merge pull request #896 from epcim/add-apt-transport-https-ubuntu
add apt-transport-https for ubuntu
2016-07-07 04:37:47 -04:00
Pedro Algarvio
0980676391 Merge pull request #893 from themalkolm/develop
RFC: Add tests for bootstrap-salt.ps1
2016-07-07 04:18:05 -04:00
Pedro Algarvio
8d930c85de Merge pull request #903 from rallytime/fix-846
Allow git installation for SLES 12
2016-07-07 04:03:50 -04:00
Pedro Algarvio
e0e4d38514 Merge pull request #906 from rallytime/fix-882
Make sure $STABLE_REV is set before setting up SaltStack repo
2016-07-07 04:02:45 -04:00
Pedro Algarvio
01265799d2 Merge pull request #909 from rallytime/fix-875
Split up python-requests and python-msgpack packages for newer Fedora
2016-07-07 04:02:08 -04:00