runseb
9b97edced4
Omitting parts have the wrong direction
...
Pretty sure you meant from right to left here
9 years ago
Graham Welch
f5c2ba9d4c
Allow external type fetching.
9 years ago
Brendan Melville
0dc882352c
Adding support for listing and getting manifests in dm client.
9 years ago
Brendan Melville
d0854c6941
Service responses will now be presented in YAML.
9 years ago
Jack Greenfield
c3fb1627ce
Merge pull request #133 from jackgr/move-templates-support
...
Changes to support template moves
9 years ago
jackgr
0a30f1112b
Changes to support #82 .
9 years ago
Jack Greenfield
77c8c26e30
Merge pull request #130 from jackgr/simplify-dockerfiles
...
Simplify Dockerfiles.
9 years ago
jackgr
7c0e018f5a
Simplify Dockerfiles.
9 years ago
vaikas-google
7480f21534
Merge pull request #120 from jackgr/encapsulate-manifests
...
Remove direct access to manifests to prepare for persistence..
9 years ago
jackgr
8dad3365b5
Remove direct access to manifests to prepare for persistence..
9 years ago
Jack Greenfield
b0e3512f4d
Merge pull request #127 from bmelville/110
...
Default name for deployments is now <type>:<version> for better symmetry
9 years ago
Graham Welch
a89b6610d2
Unittests for expansion.py
9 years ago
vaikas-google
79ccbd28a1
Merge pull request #126 from bmelville/125
...
deployed-instances needs to work with primitives.
9 years ago
Brendan Melville
f4beeb7f1f
Default name for deployments is now <type>:<version> for better symmetry
9 years ago
Graham Welch
6e15ece724
Use new schema syntax and recursively set default values. Includes unit tests.
9 years ago
Brendan Melville
047a1f9a6c
deployed-instances needs to work with primitives.
...
Fixing some comments, etc.
9 years ago
Brendan Melville
9854ebd016
Merge pull request #121 from iantw89/patch-2
...
Update README.md
9 years ago
iantw89
c8b06f17e8
Update README.md
...
Fixing the broken link to the design doc in the README.md
9 years ago
Brendan Melville
9e9440425c
Merge pull request #117 from zmerlynn/spark
...
Spark: Add DM template for Spark
9 years ago
Jack Greenfield
0fb1885288
Merge pull request #119 from jackgr/build-break
...
Fix container build break introduced by #113 .
9 years ago
jackgr
881640a298
Fix container build break introduced by #113 .
9 years ago
Zach Loafman
3df6ab3cef
Spark: Add DM template for Spark
...
This is a first-cut template based on
https://github.com/kubernetes/kubernetes/tree/master/examples/spark
with minor templating. As I iterate on that example to add PDs, etc.
(which will add much more variance), I'll iterate here, too.
9 years ago
vaikas-google
2a252761f7
Merge pull request #115 from bmelville/83
...
We will now assume anything not a template is a primitive.
9 years ago
Brendan Melville
71549bbef1
We will now assume anything not a template is a primitive.
...
Rather than hard-coding what a primitive is, we will only look for
templates, and let resourcifier error when kubectl fails to understand
anything else.
Adding missed new file.
9 years ago
Brendan Melville
97e4786386
Merge pull request #113 from vaikas-google/master
...
Add resource state / errors to manifest. First step to #79 , #80
9 years ago
vaikas-google
1ad5106b08
address code review comments
9 years ago
Brendan Melville
14c5adb334
Merge pull request #114 from LeendersR/wordpress
...
Updates type references
9 years ago
Robert Leenders
6ef4da36cf
Updates type references
9 years ago
vaikas-google
9041e8b644
First changes to support displaying resources in the manifest, showing errors. Add timeout option to client, remove configuration related duplicated types for Configuration and Deployment and use the ones from manager instead
9 years ago
Brendan Melville
19d68d096f
Merge pull request #108 from bmelville/master
...
bootstrap.sh should look for the namespace file local to the script.
9 years ago
vaikas-google
80909a38b4
Merge remote-tracking branch 'upstream/master'
...
Not sure what this is about.
9 years ago
vaikas-google
321ee8cf7a
Add flag for timeout for talking to service
9 years ago
vaikas-google
5396209510
Merge pull request #101 from bmelville/98
...
Adds support for "dm deployed-instances <type>:<version>"
9 years ago
Brendan Melville
3bbd6e8a3e
Adds support for dm deployed-instances <type>:<version>.
...
When you deploy with <type>:<version>, the type actually seen by DM is
the template URL. While the template URL still shows up as the type when
performing a "dm deployed-types", this at least lets you look for
instances of a known type.
Refactoring the type URL code in client a bit.
Refactoring getTypeUrl.
9 years ago
Brendan Melville
33cc91dac9
bootstrap.sh should look for the namespace file local to the script.
9 years ago
vaikas-google
051f2dc5d9
Merge pull request #100 from bmelville/36
...
Deployment name can now be set when doing "dm deploy".
9 years ago
vaikas-google
47a7914102
Merge pull request #106 from bmelville/104
...
Pretty print JSON responses from service.
9 years ago
Brendan Melville
82e7d08844
Pretty print JSON responses from service.
9 years ago
Brendan Melville
ccdd32b384
Merge pull request #102 from vagababov/master
...
Add try/catch handler for Jinja exceptions so we can better annotate errors, to include the file name.
9 years ago
Victor Agababov
29009026e6
Add try/catch handler for Jinja exceptions so we can better annotate
...
errors, to include the file name.
9 years ago
Brendan Melville
0eb6cd5aa8
Deployment name can now be set when doing "dm deploy".
...
The default is still either template file name or <type>-<version>.
Override using the "name" flag.
9 years ago
Brendan Melville
8a7fcb24d9
Merge pull request #93 from LeendersR/wordpress
...
Adds Wordpress example
9 years ago
vaikas-google
794c909009
Merge pull request #94 from goltermann/travis
...
Simplify Travis Config
9 years ago
vaikas-google
7cefeb4753
Merge pull request #95 from bmelville/89
...
Porcelain type deployments deserve to be named too man.
9 years ago
Robert Leenders
f849de19c1
Adds Wordpress example
9 years ago
Jack Greenfield
e3f5414790
Merge pull request #96 from vaikas-google/master
...
introduce state of a resource to Resource in types.
9 years ago
vaikas-google
72898b7003
address codereview comment. make Status omitempty
9 years ago
vaikas-google
8f995f3b1e
introduce state of a resource to Resource in types. In prep for issues: 79, 80
9 years ago
goltermann
9c13e22bfa
Simpler travis config.
9 years ago
Brendan Melville
878152d798
Porcelain type deployments deserve to be named too man.
9 years ago