Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

(Usage: fixed a typo in prior edit)
 
(7 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{intent}}}</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:{{{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:{{{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>}}
 
{{#if:{{{status|}}}|<tr><td colspan="2" style="text-align:left">'''Current Status''': {{{status}}}</td></tr>}}
Line 18: Line 19:
 
|account=gerrit Account|contact=Contact information
 
|account=gerrit Account|contact=Contact information
 
|intent=Description of intent
 
|intent=Description of intent
|structure=Jenkins with gerrit plugin
+
|structure=List the tooling you are using
 +
|method=What are you actually doing?
 
|programs=OpenStack Programs you target
 
|programs=OpenStack Programs you target
 
|status=testing,non-voting}}
 
|status=testing,non-voting}}
 
</nowiki></pre>
 
</nowiki></pre>
* '''Description:'''  Use this template to create a table with all information about 3rd party systems
+
* '''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 31: 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
 +
|method=running tempest tests on a unique vm for every test run
 
  | programs=nova, neutron
 
  | programs=nova, neutron
 
  | status=testing, non-voting
 
  | 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