Commit Graph

2751 Commits (8d38f8890eab89db332a9942a247ac43d9c69a88)

Author SHA1 Message Date
Brendan Burns 8d38f8890e Add an e2e test in go. Also adjust validation logic a little to make it more reasonable.
Not integrated into existing e2e yet.
2014-10-14 16:43:00 -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
Daniel Smith 13acb63fb3 Merge pull request #1757 from satnam6502/fluentd-es-image
Add README.md file for fluentd-elasticsearch image directory
2014-10-13 12:23:53 -07:00
Satnam Singh 88dadeea43 Add README.md file for fluentd-elasticsearch image directory 2014-10-13 12:21:22 -07:00
Tim Hockin f9499e0a84 Merge pull request #1756 from satnam6502/fluentd-es-image
Fluentd to Elasticsearch image
2014-10-13 12:01:16 -07:00
Satnam Singh d140c71a0d Confess the horrible hack for outer host 2014-10-13 18:55:58 +00:00
Satnam Singh c7447a719f Fix tense for run.sh comment 2014-10-13 18:48:07 +00:00
Satnam Singh a92dc444e6 Fix typo in plug-in 2014-10-13 18:46:14 +00:00
Satnam Singh d7b1550d3d Change target image to kubernetes/elasticsearch 2014-10-13 18:40:56 +00:00
Satnam Singh 303da8b036 Dockerfile and build script for fluentd-elasticsearch image 2014-10-13 18:27:39 +00:00