Commit Graph

2759 Commits

Author SHA1 Message Date
Ryan Richard
8adf3638e9 Add Rackspace to build/release.sh
Updates to the build/release.sh scripts to upload build binaries to
Cloud Files.

(cherry picked from commit f2838483a1)
2014-10-27 16:48:53 -07:00
Ryan Richard
61482d8c80 Rackspace - Switch to CoreOS for standard cluster
The Rackspace setup for Kubernetes now leverages CoreOS instead of Ubuntu. We've dropped Salt completely for our cluster.

(cherry picked from commit a8bae68865)
2014-10-27 16:48:24 -07:00
Filipe Brandenburger
e67ef2032d Merge pull request #1881 from jbeda/release-0.4
Release 0.4.1
2014-10-18 00:14:26 +02:00
Joe Beda
46774bff55 Cut v0.4.1-dev 2014-10-17 15:08:19 -07:00
Joe Beda
dc865a4d50 Cut v0.4.1 v0.4.1 2014-10-17 15:08:05 -07:00
Joe Beda
10df6523bb Look at all tags when looking for version.
'git describe' uses only annotated tags by default.  We want to use all tags as we can only create 'lightweight' tags in the GitHub UI.

(cherry picked from commit cb027ce2a9)
2014-10-17 15:06:09 -07:00
Dawn Chen
143f33fd65 Set --ip-masq to false
(cherry picked from commit baf3bea79a)
2014-10-17 15:02:13 -07:00
Dawn Chen
3f854498fd Add 0.4-dev commit 2014-10-14 16:46:22 -07:00
Dawn Chen
4452163ffd Rev the version to 0.4 v0.4 2014-10-14 16:46:22 -07:00
Daniel Smith
f603785698 Merge pull request #1787 from jbeda/e2e-fix
Fix kube-push
2014-10-14 15:13:41 -07:00
Joe Beda
9bb20b41ee Break out dynamic salt files to enable clean kube-push.
This lets us blow away salt files and replace them with a new version while keeping a tree of "overlay" files that are cluster specific and generated at cluster up time.

Fixes #1783
2014-10-14 15:01:43 -07:00
Daniel Smith
58ed4eb3bc Merge pull request #1781 from jaypipes/doc-fixes
Fixes a bad link in pods.md document
2014-10-14 13:29:54 -07:00
Joe Beda
e1b9f1aae2 Handle empty array in update.sh
Fixes #1776
2014-10-14 13:07:22 -07:00
Jay Pipes
d05463348d Fixes a bad link in pods.md document
The pods.md document was referring to the networking.md document, and
was including the docs/ prefix, which led to a 404 due to the link being
https://$host/docs/docs/networking.md. Removing the docs/ prefix gets
the link working again.
2014-10-14 15:45:10 -04:00
Daniel Smith
c135f8a83e Merge pull request #1777 from dchen1107/status
After all containers in a pod started, If any one container is still run...
2014-10-14 10:55:46 -07:00
Daniel Smith
4d2f9333d8 Merge pull request #1699 from smarterclayton/unify_meta_code
Simplify MetaInsertionFactory down to one implementation
2014-10-14 10:43:14 -07:00
Daniel Smith
86e2dd64e2 Merge pull request #1411 from runseb/acsdocs
Adding a CloudStack deployment page with initial documentation and place...
2014-10-14 10:42:53 -07:00
Dawn Chen
f01fd8ff38 After all containers in a pod started. If any one container is still running,
or in the process of restarting, mark pod status running.

Fix #1758.
2014-10-14 10:26:31 -07:00
Joe Beda
c25294586f Merge pull request #1775 from derekwaynecarr/parallelize_vagrant_up
Fix race condition in start-up of salt-minion and salt-master
2014-10-14 09:49:04 -07:00
derekwaynecarr
b8d2f08192 Fix race condition in start-up of salt-minion and salt-master 2014-10-14 12:41:45 -04:00
Joe Beda
2de95cf4e2 Merge pull request #1773 from VojtechVitek/uname_ostype
Fix OS X build
2014-10-14 09:34:01 -07:00
Tim Hockin
542ea00d6e Merge pull request #1765 from satnam6502/fluentd-gcp-image
Sending Docker container log files to GCP from fluentd
2014-10-14 08:59:32 -07:00
Vojtech Vitek (V-Teq)
b1b9dcc737 Fix OS X build
- Use $(uname) instead of $OSTYPE
- Fix shebang
- Fix typo

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2014-10-14 17:13:13 +02:00
Sebastien Goasguen
649d688dbd Adding a CloudStack deployment page with initial documentation and place holders 2014-10-14 08:50:47 -04:00
Clayton Coleman
73dba3a613 Move FindTypeMeta into the proper file 2014-10-13 23:29:40 -04:00
Clayton Coleman
485106e270 Remove unused code 2014-10-13 23:29:39 -04:00
Clayton Coleman
13992837ea Use one copy of EnforcePtr 2014-10-13 23:29:39 -04:00
Clayton Coleman
d488e238dd Genericize MetaInsertionFactory into a simpler interface
The common path code for MIF goes through a conversion cycle - it
can also be done through reflection. This simplifies the Create/Update
methods into Interpret (return version) and Update (through reflection).

In addition it uses only one MetaFactory implementation across all of
our packages which reduces a bit of duplication.
2014-10-13 23:29:39 -04:00
Tim Hockin
ebba1aed7d Merge pull request #1766 from satnam6502/fluentd-es-image
Separate build and push of Fluentd to Elasticsearch Docker image
2014-10-13 18:30:45 -07:00
Satnam Singh
179e3f7fee Separate build and push of images 2014-10-14 01:01:29 +00:00
Satnam Singh
57b8898dac Source files for the kubernetes/fluentd-gcp image for sending Docker log files to GCP.
Sending Docker container log files with fluentd to GCP

Adjusted target match

Fix typo in Dockerfiles, separate build and push
2014-10-14 00:58:14 +00:00
Daniel Smith
841e9e87ff Merge pull request #1713 from brendandburns/update
Add update to the pod etcd handler.
2014-10-13 17:42:30 -07:00
Brendan Burns
4380637be7 Add update to the pod etcd handler. 2014-10-13 17:27:31 -07:00
Daniel Smith
a07d4058a6 Merge pull request #1761 from satnam6502/fluentd-es-image
Minor tweaks to Fluentd toi Elasticsearch image
2014-10-13 17:26:27 -07:00
Satnam Singh
bae504672c Adjust Dockerfile, config file and set-up script with minor tweaks. 2014-10-14 00:18:12 +00:00
Daniel Smith
f8071a6e25 Merge pull request #1764 from scollier/readme-fix
cleaning up README to reflect current file list
2014-10-13 17:08:46 -07:00
scollier
2e3766b67b fixing tabs 2014-10-13 18:21:24 -05:00
Brendan Burns
dcef90f487 Merge pull request #1752 from ddysher/scheduler-race
Use DesiredState.Host in scheduler predicate
2014-10-13 16:16:42 -07:00
Tim Hockin
6820e068f1 Merge pull request #1700 from lavalamp/eventing2
Add Event Registry/REST types
2014-10-13 16:16:29 -07:00
Tim Hockin
b90cc51615 Merge pull request #1660 from lavalamp/fix2
Remove untested and unused code
2014-10-13 16:13:32 -07:00
Daniel Smith
8007614085 Remove untested and unused code 2014-10-13 16:06:44 -07:00
scollier
e6246fc708 cleaning up README to reflect current file list 2014-10-13 18:02:17 -05:00
Brendan Burns
a3ff95d6ed Merge pull request #1748 from jbeda/make-cross-copy
Smooth over some build rough edges
2014-10-13 15:44:07 -07:00
Brendan Burns
a4a87d9916 Merge pull request #1759 from scollier/man_pages
Man pages - initial release
2014-10-13 15:34:10 -07:00
Brendan Burns
ddfda0521a Merge pull request #1763 from lavalamp/scheduler
Use cache for minion lookups, don't hammer apiserver
2014-10-13 15:33:29 -07:00
Clayton Coleman
09bca56f7b Merge pull request #1762 from lavalamp/fix
Fix missing error type in watch decode.
2014-10-13 18:11:55 -04:00
Daniel Smith
38bf2f30fb fix missing error type in watch decode 2014-10-13 15:03:17 -07:00
Daniel Smith
d34914517f Shorten 'CodecForVersionOrDie' name, add 'ResourceVersioner' to testapi 2014-10-13 14:58:06 -07:00
Daniel Smith
0431f2430d Use cache for minion lookups, don't hammer apiserver 2014-10-13 14:46:31 -07:00
scollier
8eefd707ba Man pages - initial release 2014-10-13 15:57:26 -05:00