Blueprint Generator (DCAE) ============================================= What is the Blueprint Generator? ++++++++++++++++++++++++++++++++ The blueprint generator is a java rewrite of the tosca lab python tool. The point of this tool is to be able to take a component spec for a given micro-service and translate that component spec into a blueprint yaml file that can be used during deployment. rin Steps to run the blueprint generator: +++++++++++++++++++++++++++++++++++++ 1. Download the zip file from Nexus by clicking `here `_ page 2. If the tag says required then the program will not run without those tags being there 3. If the tag says optional then it is not necessary to run the program with those tags 4. If you do not add a -n tag the blueprint name will default to what it is in the component spec 5. If the directory you specified in the -p tag does not already exist the directory will be created for you 6. The -t flag will override the default imports set for the blueprints. To see an example of how the import yaml file should be structured see the testImports.yaml file under the folder TestCases l