com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Sample Service XML Files
Â
Carbon Service XML
<service domain="wso2.appserver.domain" subDomain="__$default" tenantRange="*"> <cartridge type="appserver"/> <host>appserver.stratos.wso2.com</host> <payload>/opt/wso2cc-1.0.1/repository/resources/payload/as/as-default.zip</payload> <property name="alarming_lower_rate" value="0.2"/> <property name="rounds_to_average" value="2"/> <property name="alarming_upper_rate" value="0.7"/> <property name="max_app_instances" value="1"/> <property name="min_app_instances" value="1"/> <property name="scale_down_factor" value="0.25"/> <property name="max_requests_per_second" value="5"/> </service>
Â
Non-Carbon Service XML
<service domain="test4.mysql.stratos.wso2.com.mysql.domain" subDomain="__$default" tenantRange="*"> <cartridge type="mysql"/> <host>test4.mysql.stratos.wso2.com</host> <payload>/opt/wso2cc-1.0.1/resources/payload/test4.mysql.stratos.wso2.com.mysql.domain-__$default.txt</payload> <property name="alarming_lower_rate" value="0.2"/> <property name="rounds_to_average" value="2"/> <property name="alarming_upper_rate" value="0.7"/> <property name="max_app_instances" value="1"/> <property name="min_app_instances" value="1"/> <property name="scale_down_factor" value="0.25"/> <property name="max_requests_per_second" value="5"/> </service>
Â
Element Definitions
Click the respective element link for in-depth information.
service
Criteria | Description |
---|---|
XML Syntax | <service> |
Description | Represents a service cluster in the Stratos 2 environment. |
Mandatory/Optional | Mandatory |
Attribute | domain |
Description | Service cluster domain. |
Type | String |
Mandatory/Optional | Mandatory |
Attribute | subDomain |
Description | Mandatory |
Type | String |
Mandatory/Optional | Service cluster sub-domain. |
Attribute | tenantRange |
Description | Range of tenant IDs. This can either be one digit or a range such as 1-2 |
Type | String |
Mandatory/Optional | Mandatory |
Â
cartridge
Criteria | Description |
---|---|
XML Syntax | <cartridge/> |
Description | Reference to the Cartridge. |
Mandatory/Optional | Optional |
Attribute | type |
Description | Used to uniquely identify a Cartridge in the Stratos 2 environment. The type should be unique among all the Cartridge definitions. |
Type | String |
Mandatory/Optional | Mandatory |
Â
host
Criteria | Description |
---|---|
XML Syntax | <host> |
Description | Host name of this service instance. |
Type | String |
Mandatory/Optional | Optional |
Â
payload
Criteria | Description |
---|---|
XML Syntax | <payload> |
Description | Path to the payload file. |
Type | String |
Mandatory/Optional | Optional |
Â
property
Criteria | Description |
---|---|
XML Syntax | <property> |
Description | Defines the property of the service cluster. |
Mandatory/Optional | Optional |
Attribute | name |
Type | String |
Mandatory/Optional | Mandatory |
Attribute | value |
Type | String |
Mandatory/Optional | Mandatory |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.