Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

(Usage: fixed a typo in prior edit)
 
(11 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
{{#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:{{{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''': {{{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''': {{{contact}}}</td></tr>}}
+
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{structure}}}</td></tr>}}
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{contact}}}</td></tr>}}
+
{{#if:{{{method|}}}|<tr><td colspan="2" style="text-align:left">'''Method''': {{{method}}}</td></tr>}}
{{#if:{{{status|}}}|<tr><td colspan="2" style="text-align:left">'''Current Status''': {{{contact}}}</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:ThirdPartySystems]]
 
[[Category:ThirdPartySystems]]
  
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information<nowiki>}}</nowiki></code>
+
* '''Code:'''
* '''Description:'''  Use this template to create a table with all information about 3rd party systems
+
<pre><nowiki>
 +
{{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}}
 +
</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 22: Line 33:
 
  | intent=to ensure our driver is functional
 
  | intent=to ensure our driver is functional
 
  | structure=jenkins with the gerrit plugin
 
  | structure=jenkins with the gerrit plugin
  | openstack programs=nova, neutron
+
  |method=running tempest tests on a unique vm for every test run
  | current status=testing, non-voting
+
| 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