Adding Application Templates to the Enterprise
You can add an application template to the enterprise from the GUI or by using the CLI. As part of the process, you can import the template features.
GUI
Procedure
-
Choose a starting point and follow the appropriate procedure.
Starting Point |
Procedure |
Software Management |
- Select
- Click the
Features or
Application Templates tab.
- Click
Upload DAA or EAR.
- Navigate to a directory containing the DAA file.
- Click the DAA file.
- Click
Open.
- Choose whether you want to import the listed features.
|
Applications |
- Click
Applications.
- Click an application.
- In the
General tab, click the
Upload DAA or EAR link next to the Template Version field.
- Navigate to a directory containing the DAA file.
- Click the DAA file.
- Click
Open.
- Choose whether you want to import the listed features.
|
-
Click
Save.
Result
The application templates contained in the DAA are added to enterprise.
CLI
Procedure
-
In the data file, specify a DAA element in full format.
<DAA xsi:type="amxdata:DAA" location="testApp.daa" />
-
In the build file, set the
action attribute of the
AMXAdminTask element to
add and the
objectSelector attribute to
DAA.
<AMXAdminTask action="add" objectSelector="DAA" />
Copyright © Cloud Software Group, Inc. All rights reserved.