Skip to content

Commit

Permalink
Merge pull request #816 from jfindlay/stable
Browse files Browse the repository at this point in the history
Merge develop into stable for new release
  • Loading branch information
s0undt3ch committed Apr 18, 2016
2 parents 2b13563 + e68d668 commit 0b3decf
Show file tree
Hide file tree
Showing 9 changed files with 1,658 additions and 694 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Description of Issue/Question

### Setup
(Please provide relevant configs (Be sure to remove sensitive info).)

### Steps to Reproduce Issue
(Include debug logs if possible, `bootstrap-salt.sh -D`.)

### Versions and Systems
(`salt --versions-report`, `bootstrap-salt.sh -v`, system type and version,
cloud/VM provider as appropriate.)
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### What does this PR do?

### What issues does this PR fix or reference?

### Previous Behavior
Remove this section if not relevant

### New Behavior
Remove this section if not relevant

### Tests written?

Yes/No
27 changes: 25 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,29 @@ order.
========================== ===================== ============================
Name Nick Email
========================== ===================== ============================
abednarik abednarik [email protected]
Adam Wright hipikat [email protected]
Alec Koumjian akoumjian [email protected]
Alex Van't Hof alexvh
Angelo Gründler plueschopath [email protected]
Ari Aosved devaos [email protected]
Beau Hargis beaucephus [email protected]
Boris Feld Lothiraldan
Brad Thurber bradthurber
Brandon Clifford brandon099 [email protected]
Bret Fisher BretFisher [email protected]
bruce-one bruce-one
C. R. Oldham cro [email protected]
Cam camereonsparr
Chris Rebert cvrebert [email protected]
Chris Buechler cbuechler [email protected]
Christer Edwards cedwards
denmat denmat
Clark Perkins iclarkperkins [email protected]
Dag Viggo Lokøen dagvl [email protected]
Dan Mick dmick [email protected]
David J. Felix DavidJFelix
denmat denmat
Denys Havrysh vutny [email protected]
deployboy deployboy
Diego Woitasen diegows [email protected]
Elias Probst eliasp
Expand All @@ -33,50 +39,67 @@ EYJ eyj
Forrest Alvarez gravyboat
Fred Reimer freimer [email protected]
Geoff Garside geoffgarside [email protected]
gdm85 gdm85
ggillies ggillies
Giuseppe Iannello giannello [email protected]
Gregory Meno GregMeno [email protected]
Guillaume Derval GuillaumeDerval [email protected]
gweis gweis
Henrik Holmboe holmboe
Howard Mei HowardMei [email protected]
Jared E Stroud jaredestroud [email protected]
Jeff Hui jeffh [email protected]
Jeff Strunk jstrunk
Juan A. Moyano wincus [email protected]
Justin Anderson jtand [email protected]
Justin Findlay jfindlay [email protected]
Karl Grzeszczak karlgrz
Kenneth Wilke KennethWilke
lomeroe lomeroe
Liu Xiaohui oreh [email protected]
Mark Lee malept
Marcus Furlong furlongm [email protected]
markgaylard markgaylard
Matt Black mafrosis
Matthew Garrett cingeyedog [email protected]
Matthew Mead-Briggs mattmb
Matthew Willson ixela
Matthieu Guegan mguegan
Michael A. Smith kojiromike [email protected]
Michael Scherer mscherer
Michele Bologna mbologna [email protected]
Mike Carlson m87carlson [email protected]
Mike Place cachedout [email protected]
nevins-b nevins-b
Niels Abspoel aboe76
Nicole Thomas rallytime [email protected]
Niels Abspoel aboe76 [email protected]
Nitin Madhok nmadhok [email protected]
panticz panticz
Paul Brian lifeisstillgood [email protected]
Pavel Snagovsky paha
Pedro Algarvio s0undt3ch [email protected]
Pedro Paulo pedropaulovc
Peter Tripp notpeter
Prayag Verma pra85 [email protected]
ptonelli ptonelli
Randy Thompson beardedeagle [email protected]
Raymond Barbiero visualphoenix
Rob Eden hedinfaok
Robert James Hernandez l2ol33rt [email protected]
Roberto Aguilar rca [email protected]
Roman Inflianskas rominf [email protected]
Roman Mohr rmohr [email protected]
Ronald van Zantvoort The-Loeki [email protected]
RuriRyan RuriRyan [email protected]
Ryan Walder ryanwalder [email protected]
Sergey Paramonov serge-p [email protected]
Shawn Butts shawnbutts
Skyler Berg skylerberg [email protected]
Stanislav B stanislavb
Steve Groesz wolfpackmars2 [email protected]
Tate Eskew tateeskew
Thomas S. Hatch thatch45 [email protected]
Tobias Jungel toanju [email protected]
Tony Narlock tony
Valentin Bud valentinbud [email protected]
Vladimir Kozhukalov kozhukalov
Expand Down
57 changes: 56 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
Version 2016.04.18:
* Add support for openSUSE Leap. Thanks Roman Inflianskas(rominf). #693
* Fix missing deps installation on Debian. Thanks Steve Groesz(wolfpackmars2). #699
* Update SaltStack repo location and latest version for Windows. (brandon099) #711
* Better EPEL repository detection on RHEL and CentOS. (vutny) #717
* Fix git invocation fail when `man` command is not available. (vutny) #718
* Fix `epel-release` package installation on CentOS/RHEL 5. (vutny) #719
* Removed deprecated cli option. (abednarik) #705
* Remove RHEL optional repo check and enable. (vutny) #720
* Remove SaltStack COPR repository configuration for CentOS/RHEL5. (vutny) #721
* Add opensuse_Tumbleweed support. (aboe76) #725
* Sometimes bootstrap doesn't install zmq. (jtand) #726
* Process -s (default sleep for service restarts) in bootstrap-salt.sh. (hipikat) #692
* Minion keys and /etc/salt/minion should be overwritten on -C. (cro) #541
* Fix for -C (_CONFIG_ONLY). (beaucephus) #544
* Fix when using upstream tags. (The-Loeki) #564
* COPR project moved. (rmohr) #738
* Update license year range. (pra85) #743
* Use POSIX-Compliant Command-Exists Test. (kojiromike) #741
* Add -f option to force shallow cloning. (eyj) #660
* add SLE 12 support, fix OpenSUSE support. (grep4linux) #748
* Fix CentOS git setup.py syntax error upon installation. (The-Loeki) #746
* Enable shallow cloning for version branches by default, not only tags. (vutny) #750
* do not install copr repo on fedora 22+. (toanju) #751
* Add support for pegged versions on YUM based OS'ses through repo.saltstack.com. (The-Loeki) #685
* fix for FreeBSD 11 CURRENT install functions. (serge-p) #723
* Don't add zypp repo if it already exists. (furlongm) #731
* switch repositories for suse and sles fixes `#706`_. (aboe76) #734
* Reformat and correct usage instructions. (vutny) #755
* fixed missing repo for suse 12. (aboe76) #756
* fix for Amazon Linux. (shawnbutts) #700
* adding support for OpenBSD distribution. (serge-p) #722
* fixing syntax errors. (beardedeagle) #760
* Import CentOS 7 GPG key on RHEL for installing base dependencies from Salt corp repo. (vutny) #765
* Fix multiple lint errors (shellcheck) and make some refactoring. (vutny) #768
* Fix sleep time option to recognize a numeric argument. (vutny) #771
* Update README. (vutny) #787
* get tornado from pip on a fedora git install. (jfindlay) #785
* Remove the Saltstack repo's alias. (cro) #794
* Ability to change cache dir. (clarkperkins) #761
* Add config_freebsd_salt func so freebsd puts cfgs in the right place. (ryanwalder) #779
* Allow archive versions. (clarkperkins) #769
* Lack of HTTPS for RPM packages. (jaredestroud) #783
* Ability to change cache dir. (clarkperkins) #761
* Bootstrap on Docker. (vutny) #793
* add downstream pkg repo for SUSE. (jfindlay) #791
* Fixed use of HTTP over HTTPS for anonscm.debian.org. (gdm85) #788
* Bump Salt version to latest stable in PS bootstrap script for Windows. (vutny) #801
* Add an -l option to switch https to http links. (rallytime) #795
* Virtualenv support for Ubuntu. (l2ol33rt) #666
* Lint. (jfindlay) #805
* use portable command check. (jfindlay) #806
* Update epel-release version number (RuriRyan) #809


Version 2015.11.09
* Make sure that wget is installed. #868

Expand Down Expand Up @@ -426,5 +481,5 @@ Version 1.5:
* FreeBSD 9.0


# Don't remove the line bellow.
# Don't remove the line below.
# vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want ts=4
20 changes: 20 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM ubuntu-upstart:14.04
MAINTAINER "SaltStack Team"

# Bootstrap script options: install Salt Master by default
ENV BOOTSTRAP_OPTS='-M'
# Version of salt to install: stable or git
ENV SALT_VERSION=stable

COPY bootstrap-salt.sh /tmp/

# Prevent udev from being upgraded inside the container, dpkg will fail to configure it
RUN echo udev hold | dpkg --set-selections
# Upgrade System and Install Salt
RUN sudo sh /tmp/bootstrap-salt.sh -U -X -d $BOOTSTRAP_OPTS $SALT_VERSION && \
apt-get clean
RUN /usr/sbin/update-rc.d -f ondemand remove; \
update-rc.d salt-minion defaults && \
update-rc.d salt-master defaults || true

EXPOSE 4505 4506
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Salt Bootstrap - Generic Salt Bootstrap Script

Copyright 2012-2013 Salt Stack (saltstack.org)
Copyright 2012-2016 Salt Stack (saltstack.org)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 0b3decf

Please sign in to comment.