Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

(Usage)
(Usage: fixed a typo in prior edit)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<table cellspacing="3" border="1" style="padding:0; border:1px solid #A8A8A8; border-spacing:3px; margin:-3px; width:auto; min-width:100%; font-size:100%; clear:none; float:right; background-color:transparent; border-spacing: 3px; width:22em; clear:left;overflow:hidden>
+
<table cellspacing="3" border="1" style="padding:0; border:1px solid #A8A8A8; border-spacing:3px; margin:-3px; font-size:100%;" >
 
{{#if:{{{name|}}}|<caption>'''3rd party system:''' {{{name}}}</caption>}}
 
{{#if:{{{name|}}}|<caption>'''3rd party system:''' {{{name}}}</caption>}}
{{#if:{{{account|}}}|<tr><td colspan="2" style="text-align:left">'''Gerrit account''': {{{account}}}</td></tr>}}
+
{{#if:{{{account|}}}|<tr><td colspan="2" style="text-align:left">'''Gerrit Account''': {{{account}}}</td></tr>}}
 +
{{#if:{{{contact|}}}|<tr><td colspan="2" style="text-align:left">'''Contact Information''': {{{contact}}}</td></tr>}}
 +
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{intent}}}</td></tr>}}
 +
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{structure}}}</td></tr>}}
 +
{{#if:{{{method|}}}|<tr><td colspan="2" style="text-align:left">'''Method''': {{{method}}}</td></tr>}}
 +
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{programs}}}</td></tr>}}
 +
{{#if:{{{status|}}}|<tr><td colspan="2" style="text-align:left">'''Current Status''': {{{status}}}</td></tr>}}
 
</table>
 
</table>
[[Category:ThirdPartySystem]]
+
----
 +
[[Category:ThirdPartySystems]]
  
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
 
+
* '''Code:'''
== Usage ==
+
<pre><nowiki>
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystem|name=Name of 3rd Party System|account=gerrit Account<nowiki>}}</nowiki></code>
+
{{ThirdPartySystemInfo|name=Name of 3rd Party System
* '''Description:'''  Use this template to create a table with all information about 3rd party systems
+
|account=gerrit Account|contact=Contact information
 +
|intent=Description of intent
 +
|structure=List the tooling you are using
 +
|method=What are you actually doing?
 +
|programs=OpenStack Programs you target
 +
|status=testing,non-voting}}
 +
</nowiki></pre>
 +
* '''Description:'''  Use this template to create a table with all information about 3rd party systems. Do not edit this template. If you have questions about the content of this template ask Anita Kuno in the Infra Team.
 
----
 
----
  
Line 16: Line 30:
 
  | name = Name of 3rd Party System
 
  | name = Name of 3rd Party System
 
  | account = gerrit Account
 
  | account = gerrit Account
 +
| contact=info@3rdparty.org
 +
| intent=to ensure our driver is functional
 +
| structure=jenkins with the gerrit plugin
 +
|method=running tempest tests on a unique vm for every test run
 +
| programs=nova, neutron
 +
| status=testing, non-voting
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 14:45, 26 November 2015



Usage

  • Code:
{{ThirdPartySystemInfo|name=Name of 3rd Party System
|account=gerrit Account|contact=Contact information
|intent=Description of intent
|structure=List the tooling you are using
|method=What are you actually doing?
|programs=OpenStack Programs you target
|status=testing,non-voting}}
  • Description: Use this template to create a table with all information about 3rd party systems. Do not edit this template. If you have questions about the content of this template ask Anita Kuno in the Infra Team.

3rd party system: Name of 3rd Party System
Gerrit Account: gerrit Account
Contact Information: info@3rdparty.org
Intent: to ensure our driver is functional
Structure: jenkins with the gerrit plugin
Method: running tempest tests on a unique vm for every test run
OpenStack Programs: nova, neutron
Current Status: testing, non-voting