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 |
Brendan Melville
|
b9f135aa8f
|
Some minor cleanups on the registry doc.
|
9 years ago |
Brendan Melville
|
0cdf40a7d1
|
Merge branch 'types'
|
9 years ago |
Brendan Melville
|
5fc6d3493d
|
Adding documentation about type registries.
|
9 years ago |
vaikas-google
|
488dc04114
|
Merge pull request #51 from bmelville/master
Fixing jinja template for redis to allow for no properties.
|
9 years ago |
Brendan Melville
|
c7af9ab145
|
Fixing jinja template for redis to allow for no properties.
Previously it assumed properties would exist.
|
9 years ago |
vaikas-google
|
9d1a5d8c91
|
Merge branch 'master' of https://github.com/kubernetes/deployment-manager
|
9 years ago |
jackgr
|
5b5278631a
|
Fix two bugs in replicatedservice.py
|
9 years ago |
Jack Greenfield
|
c7d35e3a7d
|
Merge pull request #44 from jackgr/require-schema
Require schema
|
9 years ago |
vaikas-google
|
34c9e42d27
|
add newlines to listing types
|
9 years ago |
vaikas-google
|
08568d8e61
|
check for existence of schema file when fetching the download URL
|
9 years ago |
Jack Greenfield
|
af8817aeb2
|
Merge pull request #34 from dhoeric/push_to_other_registry
Push docker image to other registry
|
9 years ago |
Jack Greenfield
|
4944bb5096
|
Merge pull request #42 from gaocegege/master
Fix a typo
|
9 years ago |
Jack Greenfield
|
6a1ba3d4d6
|
Merge pull request #40 from bmelville/master
Fixes multiple error propagation issues
|
9 years ago |
Gaoce
|
f750be6797
|
fix typo
|
9 years ago |
Brendan Melville
|
4965c3ac0c
|
Adding an example config to the redis type.
This will allow for testing of the type locally.
|
9 years ago |
Brendan Melville
|
ebd4ab57b1
|
Resourcifier and expandybird errors now propagate through API.
This also cleans up some error messages that were adding lots of
newlines to the end of errors as they passed through the system.
|
9 years ago |
vaikas-google
|
1cff534a6d
|
Merge pull request #33 from gaocegege/master
remove the repeated comment
|
9 years ago |