X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=REC_blueprint.yaml;fp=REC_blueprint.yaml;h=46251ad66c1dd396c5095dbd84214400a7e83081;hb=349b8a20c9350100441134df2512eb06bf2d8686;hp=04f38eada6eff764f847d7c826ca6f11d2c548dc;hpb=2428f8f7bc95f2ac1c933cacf276ad46fa174766;p=rec.git diff --git a/REC_blueprint.yaml b/REC_blueprint.yaml index 04f38ea..46251ad 100644 --- a/REC_blueprint.yaml +++ b/REC_blueprint.yaml @@ -5,7 +5,7 @@ description: This Blueprint defines an instance of the Radio Edge Cloud (from th Telco Appliance family of blueprints). yaml: # Required hardware profiles (can match on either UUID or name) - # Note: UUIDs will likely require a global registry of HW profiles. + # Note: UUIDs would likely require a global registry of HW profiles. hardware_profile: or: - { uuid: 8a17384a-71d4-11e9-9e4c-0017f20fe1b8 } @@ -14,18 +14,12 @@ yaml: workflow: # Workflow that is invoked when the POD is created create: - # This URL is a direct link to the REC pod_create workflow on Gerrit. - # It lacks several required input variables, so should be copied to a - # local webserver and customized with input variables before deployment. - # Change this URL to the new location of the workflow script. - url: https://gerrit.akraino.org/r/gitweb?p=rec.git;a=blob_plain;f=workflows/pod_create.sh;hb=HEAD + url: 'http://www.example.org/blueprints/REC/REC_create.py' + components: + # This script is used to generate self-signed certs for the remote-installer + - 'http://www.example.org/blueprints/REC/gencerts.sh' input_schema: iso_primary: { type: string } iso_secondary: { type: string } input_yaml: { type: string } - - - # Workflow that is invoked when the POD is deleted -# delete: -# The delete workflow has not been written yet. This is a placeholder. - #url: https://gerrit.akraino.org/r/gitweb?p=rec.git;a=blob_plain;f=workflows/pod_delete.sh;hb=HEAD + rc_host: { type: string }