deployment.xml 822 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * IBM Confidential
  4. *
  5. * OCO Source Materials
  6. *
  7. * IBM Cognos Products: CAMAAA
  8. *
  9. * (C) Copyright IBM Corp. 2012, 2012
  10. *
  11. * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been
  12. * deposited with the U.S. Copyright Office.
  13. -->
  14. <deploymentPolicy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibm.com/ws/objectgrid/deploymentPolicy ../deploymentPolicy.xsd" xmlns="http://ibm.com/ws/objectgrid/deploymentPolicy">
  15. <objectgridDeployment objectgridName="CAM_Grid">
  16. <mapSet name="mapSet" numberOfPartitions="13" minSyncReplicas="0" maxSyncReplicas="1" >
  17. <map ref="PassportMap"/>
  18. </mapSet>
  19. </objectgridDeployment>
  20. </deploymentPolicy>