Skip to content

Commit

Permalink
deploy/docker: update deployment diagram and README
Browse files Browse the repository at this point in the history
- Update the deployment diagram to match current deployment. This
  includes diagramming the management service (was neglected when the
  service was added to the deployment).
- Update REAME text around the diagram to match current deployment.
- Add *.bkp to .gitignore. draw.io generates .bkp files when saving an
  updated diagram.

Signed-off-by: Sergei Trofimov <[email protected]>
  • Loading branch information
setrofim committed Aug 31, 2023
1 parent 53837f3 commit 7330858
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
*.bkp
policy/cmd/polcli/polcli
protogen
provisioning/cmd/provisioning-service/provisioning-service
Expand Down
10 changes: 6 additions & 4 deletions deployments/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ currently not supported). You can interact with the deployment via the
`veraison` command. E.g.:

$ veraison status
vts: stopped
vts: stopped
provisioning: stopped
verification: stopped
management: stopped
keycloak: stopped

To start Veraison services run:

Expand All @@ -39,9 +41,9 @@ Use the `-h` option to see the full list of available commands.

## Deployment Composition

The deployment exists on its own Docker network. Each of the three services
runs in its own container. Service logs and VTS stores reside inside docker
volumes, independent of any container.
The deployment exists on its own Docker network. Each of the services runs in
its own container. Service logs and VTS stores reside inside docker volumes,
independent of any container.

![deployment composition](./misc/veraison-docker-deployment.png)

Expand Down
Binary file modified deployments/docker/misc/veraison-docker-deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7330858

Please sign in to comment.