Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7 #1

Merged
merged 39 commits into from
Aug 2, 2018
Merged

V7 #1

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5116cce
bump version
kevindrosendahl Apr 9, 2018
24e19f1
add aggregator service
kevindrosendahl Apr 10, 2018
417f584
bump num instances
kevindrosendahl Apr 10, 2018
c93ccff
Merge branch 'master' into v3.0.0
kevindrosendahl Apr 20, 2018
ff1a30f
revert to 1 instance
kevindrosendahl Apr 20, 2018
0a1ff69
bump back up to 2 instances
kevindrosendahl Apr 20, 2018
62087b2
back to 1 instance
kevindrosendahl Apr 20, 2018
59f17ed
add dedicated node pool service
kevindrosendahl May 2, 2018
ce5af44
use default num instances
kevindrosendahl May 2, 2018
f5b6d3a
bump num instances but not num node pool instances
kevindrosendahl May 2, 2018
15288d3
bump num node pool instances
kevindrosendahl May 2, 2018
937e014
Update system.json
kevindrosendahl May 10, 2018
58d9656
Update system.json
kevindrosendahl May 10, 2018
6ad4828
Update system.json
kevindrosendahl May 10, 2018
41013a7
Update system.json
kevindrosendahl May 11, 2018
ecaede6
Update system.json
kevindrosendahl May 11, 2018
bcab841
add initial demo system
kevindrosendahl May 15, 2018
74eb509
typo
kevindrosendahl May 15, 2018
f88a59b
bump instances
kevindrosendahl May 15, 2018
2d8430e
change instance type
kevindrosendahl May 15, 2018
4c822f9
update version
kevindrosendahl May 15, 2018
10f3b2d
add system level node pool
kevindrosendahl May 15, 2018
c814dfe
bump down instance numbers
kevindrosendahl May 15, 2018
a131317
use system node pool
kevindrosendahl May 17, 2018
30f2baf
change node pool naming scheme
kevindrosendahl May 20, 2018
b0fed2e
update system definition style
kevindrosendahl Jun 18, 2018
bae390a
fix build commands
kevindrosendahl Jun 18, 2018
4b41e63
fix node pool reference path
kevindrosendahl Jun 18, 2018
63d4369
change port definition
kevindrosendahl Jun 18, 2018
8244a83
fix health check port
kevindrosendahl Jun 18, 2018
e0ac2b9
add job
kevindrosendahl Jun 19, 2018
1bf971b
update to references
kevindrosendahl Jul 30, 2018
7e9d18b
update system.json to match system.yaml
kevindrosendahl Jul 30, 2018
da8a192
Update system.json
kevindrosendahl Jul 30, 2018
702ff4d
Update system.json
kevindrosendahl Jul 30, 2018
cf4c7d2
fix lattice.yaml
kevindrosendahl Aug 2, 2018
5874a8f
Merge branch 'v7' of github.com:mlab-lattice/testing__system into v7
kevindrosendahl Aug 2, 2018
de6e7aa
fix tab
kevindrosendahl Aug 2, 2018
16e3e45
use version not tab
kevindrosendahl Aug 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.