To provide values for Environment Instance Target scoped workflow or plugin properties, first select Topology -> Environment Instances from from the menu, then select the Topology Overview section. Next locate the Properties for the Environment and Instance Target Group you wish to edit.
...
Click on the "n of m" link to colored dot to go to the properties editor. Note that n indicates the number of properties which have been assigned values, and m indicates the number of required properties.Use the table below to see what each color means.
Icon | Description |
---|---|
Either no required properties are set, or there is no endpoint associated to the Target. | |
Some required properties are set, but other required properties have been left empty. | |
All required properties are set and there is at least one endpoint associated to the Target. |
...
Enter values for all required properties, and any optional properties as desired. Click Save to save any changes.
If you are looking for specific properties to edit, enter Filter (one or more word separated by space), hit Enter key or click Filter buttontype in the search bar, and hit the enter key. This will filter properties table as per Filter value the search terms entered. To reset, clear out Filter valuethe search bar, then hit Enter key or click Filter buttonthe enter key.
Property value can be entered as Literal value, see below. If T icon the icon is displayed, you are entering Literal value. If f(x) icon icon is displayed, you are entering Groovy script. Groovy script can use variables like FD_PROJECT_NAME
, FD_
APPLICATIONFOLDER_NAME
, FD_ENVIRONMENT_CODE
, FD_TARGET_
INSTANCEGROUP_CODE
. Groovy scripts are useful for property default values, for example WebLogic Application Name can have FD_PROJECT_NAME
as as Groovy script for Default value. @
...