container : CI<udm.Container>The container on which this deployed runs. |
| deploymentOrder : INTEGER = 100 By default, new applications and modules are configured with a Deployment Order value of 100 |
| projectNames : SET_OF_STRING list of the projects |
| redeploymentStrategy : ENUM [CLASSIC, STOP_START, SIDE_BY_SIDE] = CLASSIC Indicates what redeployment strategy to use for upgrading the application |
| deployable : CI<udm.Deployable> The deployable that this deployed is derived from. |
| passphrase : STRING = PassPhrase OSB JarFile |
| placeholders : MAP_STRING_STRING A Map containing all the placeholders mapped to their values. Special values are <ignore> or <empty> |
| retireTimeout : INTEGER = -1 Timeout interval (in secs) before the previous application version is undeployed for side by side redeployment strategy |
| stageMode : ENUM [Stage, NoStage] = Stage Indicates whether the artifact will be deployed as staged or nostage mode |
| stagingDirectory : STRING Absolute directory path where the artifact will be uploaded and used by the servers for nostage deployment mode |
| versionIdentifier : STRING Version Identifier |
| versioned : BOOLEAN Indicates wither this artifact is to be deployed as a versioned application |
| configurationExtension : STRING = jar Configuration Extension |
| createOrder : INTEGER = 60 Create Order |
| createScript : STRING = osb/configuration/import.py Python script invoked to import this OSB configuration |
| createVerb : STRING = Import Create Verb |
| customizationFileExtension : STRING = xml Customization File Extension |
| destroyOrder : INTEGER = 40 Destroy Order |
| destroyScript : STRING = osb/configuration/delete.py Python script invoked to delete this OSB configuration |
| destroyVerb : STRING = Delete Destroy Verb |
| modifyOrder : INTEGER = 60 Modify Order |
| modifyScript : STRING = osb/configuration/import.py Python script invoked to modify this OSB configuration |
| modifyVerb : STRING = Upgrade Modify Verb |
| standardPropertiesNotToExpose : STRING = id, name, type, deployable, properties, container, createScript, createVerb, createOrder, modifyScript, modifyVerb, modifyOrder, destroyScript, destroyVerb, destroyOrder, startScript, startVerb, startOrder, stopScript, stopVerb, stopOrder, deploymentStrategy, placeholders, file, redeploymentStrategy, securityPermissions, inheritPermissions, exposeDeployedApplication, stopRetiredApplicationOrder, undeployRetiredApplicationOrder Standard Properties Not To Expose |
| startOrder : INTEGER = 90 Start Order |
| startScript : STRING = wls/application/start-application.py Start Script |
| startVerb : STRING = Start Start Verb |
| stopOrder : INTEGER = 10 Stop Order |
| stopRetiredApplicationOrder : INTEGER = 95 Stop Retired Application Order |
| stopScript : STRING = wls/application/stop-application.py Stop Script |
| stopVerb : STRING = Stop Stop Verb |
| undeployRetiredApplicationOrder : INTEGER = 98 Undeploy Retired Application Order |
| wlstPath : STRING = AppDeployments Wlst Path |
| exposeDeployedApplication : BOOLEAN = false flag to indicate whether the deployed application CI is to be injected to the python script execution context. |
| adminServerName : STRING = AdminServer The name of the admin server |
clusters : SET_OF_CI<wls.Cluster>WebLogic clusters belonging to domain |
| host : CI<overthere.Host> The host that runs the admin server |
| osbHome : STRING OSB Home directory |
| password : STRING Password which is used to login to the WebLogic Domain. |
| port : INTEGER = 7001 Port to be used by the AdminServer for this domain |
| startMode : ENUM [NodeManager, Script, WindowsService] = NodeManager Tells how a managed server is start and stop, default is NodeManager, others are Script or Windows Service |
| username : STRING Username which is used to login to the WebLogic Domain. |
| version : ENUM [WEBLOGIC_10, WEBLOGIC_11] = WEBLOGIC_10 Version of Oracle WebLogic Server |
| wlHome : STRING The location of the WebLogic Server installation |
| domainHome : STRING The location of the WebLogic domain. Defaults to '/../user_projects/domains/' |
| tags : SET_OF_STRING If set, only deployables with the same tag will be automatically mapped to this container. |
| configfwkLibs : SET_OF_STRING = [../modules/com.bea.common.configfwk_1.1.0.0.jar, modules/com.bea.common.configfwk_1.6.0.0.jar, ../modules/com.bea.common.configfwk_1.2.0.0.jar, modules/com.bea.common.configfwk_1.5.0.0.jar, ../modules/com.bea.common.configfwk_1.4.0.0.jar, ../modules/com.bea.common.configfwk_1.3.0.0.jar, ../modules/com.bea.common.configfwk_1.2.1.0.jar] All possible locations of the configfwk library relative to the OSB Home |
| pythonRuntimePath : STRING = osb/runtime Python Runtime Path |
| sbKernelLibs : SET_OF_STRING = [sb-kernel-impl.jar, sb-kernel-wls.jar, sb-kernel-api.jar] All possibly needed service bus kernel libraries relative to the OSB home |
| wlstTemplatePath : STRING = osb Path containing the wlst templates: wlst.sh.ftl (Unix) and wlst.cmd.ftl (Windows) |
| runWithDaemon : BOOLEAN = true Set to true to execute commands with the Python daemon |
container : CI<udm.Container>The container on which this deployed runs. |
| deploymentOrder : INTEGER = 100 By default, new applications and modules are configured with a Deployment Order value of 100 |
| redeploymentStrategy : ENUM [CLASSIC, STOP_START, SIDE_BY_SIDE] = CLASSIC Indicates what redeployment strategy to use for upgrading the application |
| deployable : CI<udm.Deployable> The deployable that this deployed is derived from. |
| placeholders : MAP_STRING_STRING A Map containing all the placeholders mapped to their values. Special values are <ignore> or <empty> |
| retireTimeout : INTEGER = -1 Timeout interval (in secs) before the previous application version is undeployed for side by side redeployment strategy |
| stageMode : ENUM [Stage, NoStage] = Stage Indicates whether the artifact will be deployed as staged or nostage mode |
| stagingDirectory : STRING Absolute directory path where the artifact will be uploaded and used by the servers for nostage deployment mode |
| versionIdentifier : STRING Version Identifier |
| versioned : BOOLEAN Indicates wither this artifact is to be deployed as a versioned application |
| createOrder : INTEGER = 70 Create Order |
| createScript : STRING = wls/application/deploy-application.py Create Script |
| createVerb : STRING = Deploy Create Verb |
| destroyOrder : INTEGER = 30 Destroy Order |
| destroyScript : STRING = wls/application/undeploy-application.py Destroy Script |
| destroyVerb : STRING = Undeploy Destroy Verb |
| modifyOrder : INTEGER = 60 Modify Order |
| modifyVerb : STRING = Upgrade Modify Verb |
| standardPropertiesNotToExpose : STRING = id, name, type, deployable, properties, container, createScript, createVerb, createOrder, modifyScript, modifyVerb, modifyOrder, destroyScript, destroyVerb, destroyOrder, startScript, startVerb, startOrder, stopScript, stopVerb, stopOrder, deploymentStrategy, placeholders, file, redeploymentStrategy, securityPermissions, inheritPermissions, exposeDeployedApplication, stopRetiredApplicationOrder, undeployRetiredApplicationOrder Standard Properties Not To Expose |
| startOrder : INTEGER = 90 Start Order |
| startScript : STRING = wls/application/start-application.py Start Script |
| startVerb : STRING = Start Start Verb |
| stopOrder : INTEGER = 10 Stop Order |
| stopRetiredApplicationOrder : INTEGER = 95 Stop Retired Application Order |
| stopScript : STRING = wls/application/stop-application.py Stop Script |
| stopVerb : STRING = Stop Stop Verb |
| undeployRetiredApplicationOrder : INTEGER = 98 Undeploy Retired Application Order |
| wlstPath : STRING = AppDeployments Wlst Path |
| exposeDeployedApplication : BOOLEAN = false flag to indicate whether the deployed application CI is to be injected to the python script execution context. |
| modifyScript : STRING Python script invoked to upgrade this Java EE artifact |