This commit is contained in:
Khue Doan 2021-06-20 20:29:44 +07:00
parent a030e0a1b1
commit 7732b871eb
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
## Architecture
![Provision](https://user-images.githubusercontent.com/27996771/122675504-ed208b80-d203-11eb-8bfb-6d3d052fd2a9.jpg)
![Provision](https://user-images.githubusercontent.com/27996771/122676008-2eb23600-d206-11eb-8275-fb5d99bc8515.jpg)
A single `make` command will automatically:

View File

@ -12,7 +12,7 @@ graph_attr = {
"pad": "0"
}
with Diagram("Provision (sperated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
controller = Client("Initial controller")
bare_metal_machines = Server(f"Server(s)")