|
Search Release Notes
Browse Release Notes
|
OverviewCCF4XAP 2.3.7.4 minor version is focused on the following features:
Zones and Regions:Added <region> node under <cloud-config> that specifies region for all machines. <cloud-config> <region>us-east-1</region> ... </cloud-config> The <zone> node is optional. To specify a zone (which was the default in version 2.3.7.2) specify the following: To start all machines in the Europe region, specify: Note that all machines must run in the same region. Different machines may run in different zones inside the same region: <cloud-config> <region>eu-west-1</region> <zone>eu-west-1a</zone> ... <gsm-machine> <zone>eu-west-1b</zone> ... </gsm-machine> </cloud-config> External EBS volumesTo attach an existing volume and mount as /vol use <ebs-volume-id> as follows: To create and attach a new volume with specified size (GBs) and mount as /vol use <ebs-new-volume-size> as follows: Optionally you may specify the snapshot that used to create the new volume bu using <ebs-snapshot-id> together with <ebs-new-volume-size> as follows: Changes in deployment configuration xml fileDiscontinued support for the following <cloud-config> nodes:
Discontinued support for the following <database-machine> nodes:
Instead, specify database information explicitly in processing unit deployment info as follows: <cloud-config> ... <database-machine> <name>Database</name> <gsc-per-machine>1</gsc-per-machine> ... </database-machine> <gsm-machine> ... <processing-units> <processing-unit> <name>$CPD/mirror.jar</name> <deploy-options>-zones Database -properties embed://data-source-url=jdbc:mysql://$DatabasePrivateIpAddress/petclinic;data-source-username=pc;data-source-password=pc </deploy-options> </processing-unit> </processing-units> </gsm-machine> Gsm machine is always started after the database machine has been started. Use $DatabasePrivateIpAddress to pass the mirror database machine ip address to the relevant processing units. (Currently only one mirror database is supported per deployment). All of the attached volumes described above are not deleted once cloud shuts-down. This is to preserve the information contained in the database. Deprecated (but still supported) the following <database-machine> nodes:
Deprecated mirror-override.xml file (but still supported) used in <database-machine>Instead specify a gsc inside the database machine with <gsc-per-machine>1</gsc-per-machine> as described in the example above. Improved Robustness
|
Additional resources: XAP Application Server | XAP Data Grid | XAP for Cloud Computing | XAP J2EE Support
