aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-03-06 09:36:09 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2017-03-06 09:36:09 -0800
commitc2354dcc7676b3e153feaa32347e0ad847e60b88 (patch)
tree707295e3cea4db3f0f9e18a18e567aec3b6aaeca /README.md
parentf5c639eebbb0b60c68c159579fc2711760db8759 (diff)
Update README.md
Change-Id: I25984fb2c33b524cccce71ea53de2b21a581ed8e Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5af3cda..5339461 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Clean the server side database:
rm -r dominoserver.db
Make sure that all the existing domino server and client processes are killed.
+
kill $(pgrep -f "DominoServer.py")
kill $(pgrep -f "DominoClient.py")
@@ -66,6 +67,7 @@ Now, inspect the files generated under ./toscafiles, where the original file as
Example:
Run the following command for the second Domino Client:
+
python domino-cli.py 9200 list-tuids
###Change the published template for a specific Template Unique ID (TUID)
@@ -73,6 +75,7 @@ Run the following command for the second Domino Client:
Example:
Run the following command for the second Domino Client:
+
TUID=$(python domino-cli.py 9200 list-tuids | cut -c3-34)
python domino-cli.py 9200 publish -t ./tosca-templates/tosca_helloworld_nfv.yaml -k "$TUID"