Add set -xe to ric_automation.sh
[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 would 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       url: 'http://www.example.org/blueprints/REC/REC_create.py'
18       components:
19         # This script is used to generate self-signed certs for the remote-installer
20         - 'http://www.example.org/blueprints/REC/gencerts.sh'
21       input_schema:
22         iso_primary: { type: string }
23         iso_secondary: { type: string }
24         input_yaml: { type: string }
25         rc_host: { type: string }