Difference between revisions of "Template: ArticlePEServiceUpgrade"

From Genesys Documentation
Jump to: navigation, search
(Created page with "<noinclude> This is the "ArticlePEServiceUpgrade" template. It should be called in the following format: <pre> {{ArticlePEServiceUpgrade |ServiceId= |UpgradeStrategy= |AddInc...")
 
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
|AddIncluded=
 
|AddIncluded=
 
|Notes=
 
|Notes=
 +
|OptionalServiceIntro=
 
}}
 
}}
 
</pre>
 
</pre>
Line 18: Line 19:
 
|AddIncluded=String
 
|AddIncluded=String
 
|Notes=Wikitext(size=1000)
 
|Notes=Wikitext(size=1000)
 +
|OptionalServiceIntro=Wikitext(size=5000)
 
}}
 
}}
  
Line 25: Line 27:
 
<includeonly>{{#css: .MintyDocsTopicDesc {display:none} }}<!-- Hiding the topic description -->{{#default_form:ArticlePEServiceUpgrade}}
 
<includeonly>{{#css: .MintyDocsTopicDesc {display:none} }}<!-- Hiding the topic description -->{{#default_form:ArticlePEServiceUpgrade}}
 
[[Category:ArticlePEServiceUpgrade]]__TOC__ <!-- For the TOC to appear -->
 
[[Category:ArticlePEServiceUpgrade]]__TOC__ <!-- For the TOC to appear -->
__NOEDITSECTION__ <!-- Hides the links to the Edit section -->
+
__NOEDITSECTION__ <!-- Hides the links to the Edit section -->{{#cargo_store:_table=ArticlePEServiceUpgrade
{{#cargo_store:_table=ArticlePEServiceUpgrade
 
 
|ServiceId={{{ServiceId|}}}
 
|ServiceId={{{ServiceId|}}}
 
|UpgradeStrategy={{{UpgradeStrategy|}}}
 
|UpgradeStrategy={{{UpgradeStrategy|}}}
Line 48: Line 49:
 
|join on=ArticlePEServiceUpgrade.ServiceId=Service.Id|fields=IF(Service.ShortName IS NULL, Service.Name, Service.ShortName)|no html|where=ArticlePEServiceUpgrade._pageName="{{FULLPAGENAME}}"|default=}}
 
|join on=ArticlePEServiceUpgrade.ServiceId=Service.Id|fields=IF(Service.ShortName IS NULL, Service.Name, Service.ShortName)|no html|where=ArticlePEServiceUpgrade._pageName="{{FULLPAGENAME}}"|default=}}
 
}}<!-- Defining the EPPO Header; all parameters need to be passed to it -->{{EPPOHead|Role={{{Role|}}}|ComingSoon={{{ComingSoon|}}}|Dimension={{{Dimension|}}}|Context=Learn how to upgrade, roll back, or uninstall {{#cargo_query:tables=ArticlePEServiceUpgrade,Service
 
}}<!-- Defining the EPPO Header; all parameters need to be passed to it -->{{EPPOHead|Role={{{Role|}}}|ComingSoon={{{ComingSoon|}}}|Dimension={{{Dimension|}}}|Context=Learn how to upgrade, roll back, or uninstall {{#cargo_query:tables=ArticlePEServiceUpgrade,Service
|join on=ArticlePEServiceUpgrade.ServiceId=Service.Id|fields=IF(Service.ShortName IS NULL, Service.Name, Service.ShortName)|no html|where=ArticlePEServiceUpgrade._pageName="{{FULLPAGENAME}}"|default=}}|PageType=Article}}
+
|join on=ArticlePEServiceUpgrade.ServiceId=Service.Id|fields=IF(Service.ShortName IS NULL, Service.Name, Service.ShortName)|no html|where=ArticlePEServiceUpgrade._pageName="{{FULLPAGENAME}}"|default=}}.|PageType=Article}}
 +
{{PEUpgradeBoilerplate|BoilerplateSection=UpgradeIntro|AddIncluded={{{AddIncluded|}}}|ServiceId={{{ServiceId|}}}|UpgradeStrategy={{{UpgradeStrategy|}}}|IncludedServiceUpgradeStrategy={{{IncludedServiceUpgradeStrategy|}}}}}{{#if:{{{OptionalServiceIntro|}}}|<nowiki/>
 +
 
 +
{{{OptionalServiceIntro}}}|}}{{PEUpgradeBoilerplate|BoilerplateSection=Timing}}{{#if:{{{SchedulingConsiderations|}}}|<nowiki/>
 +
 
 +
{{{SchedulingConsiderations}}}|}}{{PEUpgradeBoilerplate|BoilerplateSection=Monitoring}}{{#if:{{{MonitoringExt|}}}|<nowiki/>
 +
 
 +
{{{MonitoringExt}}}|}}
 +
{{PEUpgradeBoilerplate|BoilerplateSection=PrepSteps}}{{#if:{{{OptionalPreparatorySteps|}}}|{{#switch:{{#sub:{{{OptionalPreparatorySteps}}}|0|1}}|#={{{OptionalPreparatorySteps}}}|#default=<nowiki/>
 +
{{{OptionalPreparatorySteps}}}}}|}}{{#if:{{{RollUpdUpgradeExt|}}}|{{PEUpgradeBoilerplate|BoilerplateSection=RollUpdUpgrade}}
 +
{{{RollUpdUpgradeExt|}}}
 +
{{PEUpgradeBoilerplate|BoilerplateSection=RollUpdVerify}}{{#if:{{{RollUpdVerifyExt|}}}|<nowiki/>
 +
 
 +
{{{RollUpdVerifyExt}}}|}}
 +
{{PEUpgradeBoilerplate|BoilerplateSection=RollUpdRollback}}
 +
{{{RollUpdRollbackExt|}}}
 +
{{PEUpgradeBoilerplate|BoilerplateSection=RollUpdVerifyRollback}}{{#if:{{{OptRollUpdVerifyRollbackExt|}}}|<nowiki/>
 +
 
 +
{{{OptRollUpdVerifyRollbackExt|}}}|}}<!--End of If for optional RollUpdVerifyRollbackExt.-->
 +
|}}<!--End of If for Rolling Upd.-->
 +
<!--Blue/Green section - a separate template called PEBlueGreenUpgrade-->
 +
{{#if:{{{PEBlueGreenUpgrade|}}}|
 +
{{AnchorDiv|BlueGreen}}
 +
==Blue/Green==
 +
{{{PEBlueGreenUpgrade|}}}|}}<!--End of If for BG.-->{{#if:{{{Canary|}}}|<nowiki/>
 +
{{AnchorDiv|Canary}}
 +
==Canary==
 +
{{{Canary|}}}|}}<!--End of If for Canary.-->
 +
{{#if:{{{OptPostUpgradeProc|}}}|
 +
{{AnchorDiv|OptPostUpgradeProc}}
 +
==Post-upgrade procedures==
 +
{{{OptPostUpgradeProc|}}}|}}<!--End of If for optional post upgrade procedures.-->
 +
{{PEUpgradeBoilerplate|BoilerplateSection=Uninstall}}
 +
{{{UninstallExt|}}}
 +
 
 
</includeonly><noinclude>[[Category:MintyDocs_Cargo]][[Category:PrivateEdition]]</noinclude>
 
</includeonly><noinclude>[[Category:MintyDocs_Cargo]][[Category:PrivateEdition]]</noinclude>

Latest revision as of 16:59, September 29, 2022

This is the "ArticlePEServiceUpgrade" template.

It should be called in the following format:

{{ArticlePEServiceUpgrade
|ServiceId=
|UpgradeStrategy=
|AddIncluded=
|Notes=
|OptionalServiceIntro=
}}

Edit the page to see the template text.

This template defines the table "ArticlePEServiceUpgrade". View table.

This template adds rows to the table "Article", which is declared by the template Article. View table.

Retrieved from "https://all.docs.genesys.com/Template:ArticlePEServiceUpgrade (2024-09-01 21:22:54)"