This section will cover how to deploy mea component in Apmec with the examples of how to write MEA descriptors.
The following example shows meac resource using TOSCA template. The target (VDU1) of the ‘firewall_meac’ in this example need to be described firstly like other TOSCA templates in Apmec.
topology_template:
node_templates:
firewall_meac:
type: tosca.nodes.mec.MEAC.Apmec
requirements:
- host: VDU1
interfaces:
Standard:
create: install_meac.sh
Every meac node must be of type ‘tosca.nodes.mec.MEAC.Apmec’. It takes two parameters:
To make use of MEAC in Apmec, we have to upload the image to the glance in which heat-config and heat-config agents are installed. The installation steps can be referred here. The tool ‘tools/meac/build_image.sh’ can be used to generate such a kind of image.
Currently MEAC feature works by using heat software config which makes use of heat API.
So the glance images which has heat-config agents installed are only to be passed to VDU.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.