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
vaikas-google
c51edede9d
Merge pull request #90 from goltermann/ns
...
Put DM into its own namespace
9 years ago
goltermann
6b4726d39b
Put DM into its own namespace.
9 years ago
vaikas-google
701f59453e
Merge pull request #88 from bmelville/23
...
Supports describing a type
9 years ago
vaikas-google
dfd050cc58
Merge pull request #86 from jiangyaoguo/fix-namespace-in-install-file
...
fix namespace in install.yaml
9 years ago
vaikas-google
5f58f64087
Merge pull request #91 from bmelville/39
...
Implements correct Expand in API and client
9 years ago
Brendan Melville
83de776b48
Cleaning up some comments and better callHttp interface.
9 years ago
Brendan Melville
f9c0b02c21
Adding the rest of validations for manager expand test.
9 years ago
Brendan Melville
0343be6ad2
Adding Expand endpoint as "/expand".
...
This endpoint takes a template and returns a manifest containing only
the expanded config and layout.
9 years ago
Brendan Melville
bd59a69ea1
PutDeployment also uses createManifest and sets errors appropriately.
9 years ago
Brendan Melville
10aa6ff7c6
Adding Expand to the manager.
9 years ago
Brendan Melville
1befa70ca9
Refactoring CreateDeployment to isolate manifest creation logic.
...
CreateDeployment will now create a deployment before expansion, and will
fail the deployment on expansion error.
9 years ago
Brendan Melville
d834028fea
Fixing comment in describeType for lack of args.
9 years ago
Brendan Melville
51d960f4e5
Supports describing a type in two ways:
...
1) by type name: dm describe redis:v1
2) by URL: dm describe https://raw.githubusercontent.com/kubernetes/deployment-manager/master/templates/redis/v1/redis.jinja
Describing a type returns the template schema, which includes
descriptive information as well as the schema for properties on the
type.
9 years ago
jiangyaoguo
6a770ff2af
fix namespace in install.yaml
9 years ago
Brendan Melville
37cd3573c4
Merge pull request #84 from vaikas-google/issue_70
...
Treat delete not_found failure as a success
9 years ago
vaikas-google
769237ac24
Treat delete not_found failure as a success
9 years ago
vaikas-google
ee6bf09273
Merge pull request #77 from jackgr/code-updates
...
Update code for terminology rationalization.
9 years ago
Brendan Melville
09588677d6
Merge pull request #76 from jackgr/doc-updates
...
Update documentation to rationalize the terminology
9 years ago
Brendan Melville
11f5996c1a
Merge pull request #78 from vaikas-google/issue_5
...
Do not delete the deployment nor resources when a deployment fails
9 years ago
Ville Aikas
7b4991fe27
Do not delete the deployment nor resources when a deployment fails
9 years ago
jackgr
dd17c997fa
Code changes to support terminology rationalization.
9 years ago
jackgr
e9abaf5304
Update documentation to rationalize the vocabulary.
9 years ago
Jack Greenfield
f90e59ee5f
Merge pull request #69 from bmelville/master
...
Type registry documentation
9 years ago
Jack Greenfield
1bd4798487
Merge pull request #73 from goltermann/docs
...
Assorted updates to documentation.
9 years ago
Jack Greenfield
c905d6c890
Merge pull request #74 from goltermann/travis
...
Initial Travis build/test.
9 years ago
goltermann
ad63bb92ae
Initial Travis build/test.
9 years ago
goltermann
71145cafab
Assorted updates to documentation.
9 years ago
Brendan Melville
e4b54b5102
Registry -> repository.
9 years ago
Brendan Melville
d200a3ce11
Minor tweaks of type section.
9 years ago
Brendan Melville
0add022e4b
Adding semantic versioning to registry doc.
9 years ago
vaikas-google
b7ee2f8987
Merge pull request #48 from jackgr/fix-replicated-service
...
Fix two bugs in replicatedservice.py
9 years ago