Commit graph

1826 commits

Author SHA1 Message Date
Pedro Algarvio
a708203bf0 Readme clarification.
Fixes #620
2015-07-17 11:10:07 +01:00
Pedro Algarvio
9e4b3759d7 Update changes log 2015-07-16 21:15:29 +01:00
Pedro Algarvio
b879a1d832 Add Bret Fisher(@BretFisher) to AUTHORS 2015-07-16 21:14:26 +01:00
Pedro Algarvio
78bea9a2f2 Also support Salt's setup.py global options 2015-07-16 21:13:20 +01:00
Pedro Algarvio
8a9772efe0 Update changes log 2015-07-16 21:05:50 +01:00
Pedro Algarvio
a154860a5b Merge pull request #624 from BretFisher/develop
fix config and etc path on SmartOS
2015-07-16 21:05:25 +01:00
Bret Fisher
2fba0b654e salt-config-dir before and after install smartos 2015-07-16 15:28:05 -04:00
Pedro Algarvio
f59b332fb7 Fix missing Debian init script
If the init script is not found in the checked out source, download it
from the git repository when Sal't debian packaging comes from.

Fixes #607
Fixes saltstack/salt#25270
Fixes saltstack/salt#25456
2015-07-16 19:51:04 +01:00
Bret Fisher
d4a48c2293 fix config and etc path on SmartOS 2015-07-15 22:09:06 -04:00
Pedro Algarvio
f63c8fb282 Make sure yum-utils is installed before using it.
Fixes #622
Closes #623
2015-07-14 14:48:12 +01:00
David Boucha
73b21afe43 Merge pull request #618 from PatOShea/develop
Windows bootstrap script
2015-07-13 14:22:32 -06:00
Pedro Algarvio
29572ae97f Add @denmat to AUTHORS 2015-07-13 16:49:40 +01:00
Pedro Algarvio
3a72a40150 Update changes log 2015-07-13 16:48:38 +01:00
Pedro Algarvio
3ba9e5a21c Add @lomeroe to AUTHORS 2015-07-13 16:41:04 +01:00
Pedro Algarvio
b9887794b2 Update changes log 2015-07-13 16:40:57 +01:00
Pedro Algarvio
8705fa7860 Merge pull request #621 from lomeroe/fix-rhel66-python-jinja2-optional-releases-repo
python-jinja2 has been moved to rhui-...server-releases-optional repo…
2015-07-13 16:36:37 +01:00
Ethan Moore
44ab861409 python-jinja2 has been moved to rhui-...server-releases-optional repo in EC2's RHUI for RHEL6 2015-07-11 14:17:01 +00:00
Pedro Algarvio
1b462cea7a Merge pull request #455 from denmat/issue-394
PR: Issue 394
2015-07-09 11:28:45 +01:00
Pat O'Shea
df547de597 Merge pull request #1 from PatOShea/PatOShea-Windows-Bootstrapper
Windows bootstrap script
2015-07-07 21:37:39 -06:00
Pat O'Shea
e320bcf8e0 Windows bootstrap script
This will install a minion locally on windows. Option parameters will accept version, minion id, master id, and a flag for stopping and setting the salt-minion service to manual for local testing.  Passing in a verbose flag will increase logging. Finally, help is displayed via 
man ./bootstrap-salt.ps1
help ./bootstrap-salt.ps1
2015-07-07 21:34:57 -06:00
Justin Findlay
3aa6e7b02e Merge pull request #608 from JordanP/patch-1
Fix "STABLE_REV: unbound variable"
2015-06-24 12:11:19 -06:00
Justin Findlay
55e3989f6e Merge pull request #612 from BretFisher/smartos-install-libcloud
SmartOS should install libcloud
2015-06-24 11:07:17 -06:00
Justin Findlay
ca6090570d Merge pull request #610 from BretFisher/develop
scmgit package outdated in pkgin, use git instead
2015-06-24 10:54:22 -06:00
Bret Fisher
9acce13490 SmartOS should install libcloud
Based on https://github.com/saltstack/salt-bootstrap/issues/473 problem
2, and my own experience across dozens of SmartOS boxes, `libcloud`
should be installed on SmartOS via `pkgin` to get salt working.
2015-06-23 18:59:35 -04:00
Bret Fisher
296b38370a scmgit package outdated in pkgin, use git instead
Since SmartOS pkgin 2013Q3 release, `scmgit` is depreciated. We're "strongly advised" to use `git` instead. For now, both yield same result.

More info: https://github.com/joyent/pkgsrc-joyent/blob/master/scmgit/DESCR
2015-06-23 18:31:08 -04:00
Jordan Pittier
5a4176e129 Fix "STABLE_REV: unbound variable"
On non Ubuntu systems, installing from a git reference (such as a branch name) failed with the following error 'line 1150: STABLE_REV: unbound variable'

Fixes #599
2015-06-08 11:23:17 +02:00
Pedro Algarvio
8887751740 Add Wolodja Wentland(@babilen) to AUTHORS 2015-06-03 18:16:25 +01:00
Pedro Algarvio
894dd84489 Update changes log 2015-06-03 18:15:45 +01:00
Pedro Algarvio
a59abd031f Merge pull request #606 from babilen/bug-switch-debian-mirror
Switch to httpredir.debian.org as default Debian mirror
2015-06-03 18:14:14 +01:00
Wolodja Wentland
eb5f33bdcb Switch to httpredir.debian.org as default Debian mirror
http.debian.net is now hosted on debian.org infrastructure under the name of
httpredir.debian.org which also uses 302 redirects which allows users of Google
DNS servers to use it.

See https://lists.debian.org/debian-devel-announce/2015/05/msg00003.html for
further information.
2015-06-03 12:41:02 +02:00
Pedro Algarvio
2fc2273bd5 Update changes log 2015-05-20 18:21:41 +01:00
Pedro Algarvio
285c2353cc systemd is only fully supported from 15.04 onwards
Fixes #602
2015-05-20 18:21:07 +01:00
DenMat
3e98bec652 PR: Issue 394
When using Vagrant and Docker the Salt provisioner would fail as
Upstart is not running (and will most likely never be).

The easiest way to fix this is to get Docker to drop a file onto the
the filesystem (/tmp/disable_salt_checks) and then disable the service
checks from that.

Then to make it clear and optional from the command line I thought of
adding the -d argument option to do the same thing. If either of these
are present a warning message appears in the stdout.

For a Dockerfile you would add:
RUN touch /tmp/disable_salt_checks

To run from the command line you would do:
$ ./bootstrap-salt.sh -d

This adds the following var (defaults to $BS_FALSE):
_DISABLE_SALT_CHECKS
2015-05-18 09:15:03 +10:00
Pedro Algarvio
f3efc30acb Update changes log 2015-05-08 11:40:40 +01:00
Pedro Algarvio
4beaea7549 Make sure setuptools is installed before using it.
Fixes #598
2015-05-08 11:39:46 +01:00
Pedro Algarvio
1c38687f05 Fix Debian related issue when installing from git 2015-05-07 16:31:21 +01:00
Pedro Algarvio
479adb8fb7 Bump version for v2015.05.07 stable release 2015-05-07 10:01:40 +01:00
Pedro Algarvio
12102d2b7f Update changes log 2015-05-07 09:57:49 +01:00
Pedro Algarvio
5d6b9ee207 Add Peter Tripp(@notpeter) to AUTHORS 2015-05-07 09:56:45 +01:00
Pedro Algarvio
33f08049de Fixed some refs to the old 2015.2 2015-05-07 09:55:55 +01:00
Pedro Algarvio
bf36a941b2 Update changes log 2015-05-07 09:53:12 +01:00
Pedro Algarvio
7fc5adfb9f Lower required requests version dep. Use system requests package. 2015-05-07 09:53:12 +01:00
Pedro Algarvio
fd39c8678f Merge pull request #563 from notpeter/ubuntu-alternate-ppas
Ubuntu alternate ppas
2015-05-07 09:46:59 +01:00
Peter Tripp
149f1e838f 2015.2 renamed 2015.5 2015-05-06 13:11:59 -07:00
Pedro Algarvio
bd4dc0926f Bump version for stable release 2015-05-04 11:01:26 +01:00
Pedro Algarvio
a140fbfc59 Systemd does not need that much sleep 2015-05-03 15:57:43 +01:00
Pedro Algarvio
bc0875b26c Add required variable into scope.
Check for systemd first
2015-05-03 15:57:02 +01:00
Pedro Algarvio
981d85c212 Update README because of the added Ubuntu 15.04 support 2015-05-03 15:45:07 +01:00
Pedro Algarvio
c40e6c2f86 Update changes log 2015-05-03 15:44:24 +01:00
Pedro Algarvio
acbd984204 Add support for Ubuntu 15.04 2015-05-03 15:43:58 +01:00