summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/README.md
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-07-16 21:15:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-16 21:15:17 +0000
commite996e07eea9189ffd89418047eb26293ef33e419 (patch)
tree51785f96a3765225e7dc61335c269a859490f2a6 /mod/bpgenerator/README.md
parent219b4e78fb5129c9661f2ee178bdf68ee4d8e36e (diff)
parent69644638aa0e93c9c2c2ccea590fa02213d24a7a (diff)
Merge "Add external tls info to bpgenerator and component spec schema"
Diffstat (limited to 'mod/bpgenerator/README.md')
-rw-r--r--mod/bpgenerator/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/bpgenerator/README.md b/mod/bpgenerator/README.md
index 2e81745..d6b6f7d 100644
--- a/mod/bpgenerator/README.md
+++ b/mod/bpgenerator/README.md
@@ -9,7 +9,7 @@ This tool allows the user to create a blueprint from a component spec json file
- To execute the application
```bash
-java -jar target/blueprint-generator-1.2.1-SNAPSHOT-executable.jar
+java -jar target/blueprint-generator-1.4.0-SNAPSHOT-executable.jar
```
@@ -31,7 +31,7 @@ OPTIONS:
it will look like this:
```bash
-java -jar target/blueprint-generator-1.2.1-SNAPSHOT-executable.jar blueprint -p Blueprints -i ComponentSpecs/TestComponentSpec.json -n HelloWorld -d
+java -jar target/blueprint-generator-1.4.0-SNAPSHOT-executable.jar blueprint -p Blueprints -i ComponentSpecs/TestComponentSpec.json -n HelloWorld -d
```
This command will create a blueprint from the component spec TestComponentSpec. The blueprint file name will be called HelloWorld.yaml and it will be in the directory Blueprints. The blueprint will also contain the DMaaP plugin.
@@ -55,7 +55,7 @@ OPTIONS:
it will look like this:
```bash
-java -jar target/blueprint-generator-1.2.1-SNAPSHOT-executable.jar policy -p models -i ComponentSpecs/TestComponentSpec.json
+java -jar target/blueprint-generator-1.4.0-SNAPSHOT-executable.jar policy -p models -i ComponentSpecs/TestComponentSpec.json
```
This command will create a directory called models and put the policy models created from the component spec given in that directory. (A component spec may generate multiple policy models) \ No newline at end of file