com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Sample Partition Definition
 The configuration included in the partition.json
 file is as follows:
{ "id": "P1", "provider": "ec2", "property": [ { "name": "region", "value": "ap-southeast-1" }, { "name": "zone", "value": "ap-southeast-1a" } ] }
Parameter definitions
Partition definitions
Parameter | Description | Required | Default Value | Example |
---|---|---|---|---|
id | ID corresponding to the partition. This should be a unique value. | Yes | N/A | P1 |
provider | The name of the IaaS provider. | Yes | N/A | ec2, openstack, vcloud |
property | The IaaS provider properties are listed as name value pairs. | Yes - In any IaaS the region property is required. | N/A | EC2 - region , zone and region Openstack - region , host and zone |
property
Parameter | Description | Required | Default Value | Example |
---|---|---|---|---|
name | Name of the property. | Yes | N/A | region,zone |
value | Value corresponding to the property. | Yes | N/A | al-southeast-1,ap-southeast-1a |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.