delete the eol
[rec.git] / REC_blueprint.yaml
1 blueprint: 1.0.0
2 name: Radio Edge Cloud
3 version: 1.0.0
4 description: This Blueprint defines an instance of the Radio Edge Cloud (from the
5   Telco Appliance family of blueprints).
6 yaml:
7   # Required hardware profiles (can match on either UUID or name)
8   # Note: UUIDs will likely require a global registry of HW profiles.
9   hardware_profile:
10     or:
11       - { uuid: 8a17384a-71d4-11e9-9e4c-0017f20fe1b8 }
12       - { uuid: 9897a008-71d4-11e9-8bda-0017f20dbff8 }
13       - { uuid: a4b4a570-71d4-11e9-adc2-0017f208759e }
14   workflow:
15     # Workflow that is invoked when the POD is created
16     create:
17       # This URL is a direct link to the REC pod_create workflow on Gerrit.
18       # It lacks several required input variables, so should be copied to a
19       # local webserver and customized with input variables before deployment.
20       # Change this URL to the new location of the workflow script.
21       url: https://gerrit.akraino.org/r/gitweb?p=rec.git;a=blob_plain;f=workflows/pod_create.sh;hb=HEAD
22       input_schema:
23         iso_primary: { type: string }
24         iso_secondary: { type: string }
25         input_yaml: { type: string }
26
27
28     # Workflow that is invoked when the POD is deleted
29 #    delete:
30 #    The delete workflow has not been written yet. This is a placeholder.
31       #url: https://gerrit.akraino.org/r/gitweb?p=rec.git;a=blob_plain;f=workflows/pod_delete.sh;hb=HEAD