Skip to content

Commit

Permalink
Merge pull request #1 from mlab-lattice/v7
Browse files Browse the repository at this point in the history
V7
  • Loading branch information
kevindrosendahl authored Aug 2, 2018
2 parents ee8088f + 16e3e45 commit 298aaf6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 242 deletions.
37 changes: 37 additions & 0 deletions lattice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
type: v1/system

node_pools:
foo:
instance_type: t2.large
num_instances: 2

components:
aggregator:
type: v1/reference

git_repository:
url: https://github.com/mlab-lattice/testing__version-aggregator-service.git
version: 1.0.x
file: lattice.json

parameters:
node_pool: /:foo
num_instances: 1

service:
type: v1/reference

git_repository:
url: https://github.com/mlab-lattice/testing__version-service.git
version: 1.x

parameters:
node_pool: /:foo

ubuntu:
type: v1/job
build:
type: docker_image
repository: library/ubuntu
tag: "18.04"
node_pool: /:foo
56 changes: 0 additions & 56 deletions parameter-dynamic-version-service.json

This file was deleted.

59 changes: 0 additions & 59 deletions secret-dynamic-version-service.json

This file was deleted.

55 changes: 0 additions & 55 deletions static-version-service.json

This file was deleted.

17 changes: 0 additions & 17 deletions system.json

This file was deleted.

55 changes: 0 additions & 55 deletions version-aggregator-service.json

This file was deleted.

0 comments on commit 298aaf6

Please sign in to comment.