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

ParameterDescriptionRequiredDefault ValueExample
id
ID corresponding to the partition. This should be a unique value.YesN/AP1
provider

The name of the IaaS provider.

YesN/Aec2, openstack, vcloud
property

The IaaS provider properties are listed as name value pairs.

Yes - In any IaaS the region property is required. N/AEC2 - region, zone and region
Openstack - region, host and zone
property
ParameterDescriptionRequiredDefault ValueExample
name
Name of the property.YesN/A

region,zone

valueValue corresponding to the property.YesN/A

al-southeast-1,ap-southeast-1a

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.