Skip to content

Commit

Permalink
Update docs and example files to v0.0.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy committed May 22, 2018
1 parent ab87349 commit c89b095
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.3

* Update docs and example files to latest release.

## v0.0.2

* Introduce `terminate-after` flag, which instructs the process to shutdown
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Building Blocks or `bb` is a tool that can simulate many of the typical scenario
of a cloud-native Service-Oriented Architecture based on microservices.

## Using `bb`
`bb` publishes a single container, `buoyantio/bb:v0.0.1`. Instances of this
`bb` publishes a single container, `buoyantio/bb:v0.0.3`. Instances of this
container receive and return a simple message, described by the protobuf schema
[in this repository](api.proto). This known interface allows for `bb`
containers to be arranged in many different ways, just like building a structure
Expand Down Expand Up @@ -79,11 +79,11 @@ You should then build a Docker image for `bb`:
[...]
Removing intermediate container f4f571b01dd8
Successfully built e6d76c5df612
Successfully tagged buoyantio/bb:v0.0.1
Successfully tagged buoyantio/bb:v0.0.3

A test run using the Docker CLI should return usage information and confirm that everything is ok:

$ docker run buoyantio/bb:v0.0.1
$ docker run buoyantio/bb:v0.0.3
Building Blocks or `bb` is a tool that can simulate many of the typical scenarios of a cloud-native Service-Oriented Architecture based on microservices.


Expand Down
6 changes: 3 additions & 3 deletions examples/bb-readme/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "9090", "--response-text", "BANANA"]
ports:
- containerPort: 9090
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["point-to-point-channel", "--grpc-downstream-server", "bb-readme-terminus-svc:9090", "--h1-server-port", "8080"]
ports:
- containerPort: 8080
Expand All @@ -73,4 +73,4 @@ spec:
ports:
- name: http
port: 8080
targetPort: 8080
targetPort: 8080
22 changes: 11 additions & 11 deletions examples/heavy-east-west/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--h1-downstream-server", "http://heavy-east-west-lab-t1-n1-svc:80",
"--h1-downstream-server", "http://heavy-east-west-lab-t1-n2-svc:80",
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80",
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80",
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80",
Expand Down Expand Up @@ -194,7 +194,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80",
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["broadcast-channel", "--h1-server-port", "80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n1-svc:80",
"--grpc-downstream-server", "heavy-east-west-lab-t2-n2-svc:80",
Expand Down Expand Up @@ -280,7 +280,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n1",
"--fire-and-forget"]
ports:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n2",
"--fire-and-forget"]
ports:
Expand Down Expand Up @@ -354,7 +354,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n3",
"--fire-and-forget"]
ports:
Expand Down Expand Up @@ -391,7 +391,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n4",
"--fire-and-forget"]
ports:
Expand Down Expand Up @@ -428,7 +428,7 @@ spec:
spec:
containers:
- name: http-to-grpc
image: buoyantio/bb:v0.0.1
image: buoyantio/bb:v0.0.3
args: ["terminus", "--grpc-server-port", "80", "--response-text", "t2-n5",
"--fire-and-forget"]
ports:
Expand Down

0 comments on commit c89b095

Please sign in to comment.