Generating Application Configuration YAML File from Application Configurator

In the Application Configurator, you can configure entities for an application such as properties, substitution variables, resource templates, services, and reference bindings. When the configuration is complete, you can download the configuration in a .zip format.

Before You Begin The application DAA, a Log4j configuration file (optional), and an input YAML file (optional) are required to start with the application configuration.
    Procedure
  1. Upload the application DAA, and optionally, the Log4j configuration file. If you have previously downloaded the YAML file, you can upload it as an input file. See Uploading Application DAA and Configuration Files.

    A red indicator icon with the count is displayed on the tabs and entities, which have incomplete configuration.

  2. You can navigate to the tabs or entities, which have incomplete configuration and complete the configurations. Alternatively, click the red indicator icon . The list of required configuration is displayed. Click Fix to complete the required configuration.

  3. If your application contains configured properties, specify values for them. See Properties.
  4. If your application contains substitution variables, assign values to them. See Substitution Variables.
  5. Configure the service bindings. See Managing Service and Reference Bindings.

    • For the bindings that have been configured at design time:
    Task Steps
    To edit a service binding
    1. In the list of bindings, click Edit next to the binding.
    2. In the Edit Binding dialog box, edit the configuration information and click Save .
    To delete a service binding Click Delete next to the binding.
    • For the bindings that have not been configured at design time:
    Task Steps
    To add a service binding
    1. Select a binding type from the drop-down list and click the Add Service Binding button.
    2. In the Add Binding dialog box, edit the configuration information and click Save .
  6. Configure the reference bindings, if any. See Managing Service and Reference Bindings.

    • For the reference bindings that have been configured at design time:
    Task Steps
    To edit a reference binding
    1. In the list of bindings, click Edit next to the binding.
    2. In the Edit Binding dialog box, edit the configuration information and click Save .
    To delete a reference binding Click Delete next to the binding.
    • For the reference bindings that have not been configured at design time:
    Task Steps
    To add a reference binding
    1. Select a binding type from the list and click the Add Reference Binding button.
    2. In the Add Binding dialog box, edit the configuration information and click Save .
  7. If your application refers to resource templates, configure the resource template. See Managing Resource Templates.
  8. You can change the default JVM parameters on the JVM Arguments tab.
  9. You can change the default Log4j configuration on the Logging Configurations (Log4j) tab.
  10. When the configuration is complete, you can download the configuration as a .zip file by navigating to the Download Configuration tab. The .zip file contains the YAML file, DAA, Log4j configuration file, and JVM parameters file. See Downloading Application Configuration.
What to do nextYou can use the downloaded application configuration to containerize an application. For more information, see Containerizing ActiveMatrix Service Grid Applications.