-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #816 from jfindlay/stable
Merge develop into stable for new release
- Loading branch information
Showing
9 changed files
with
1,658 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.