<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isaacb</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isaacb"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/Isaacb"/>
		<updated>2026-07-10T09:29:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Cinder/tested-3rdParty-drivers&amp;diff=158106</id>
		<title>Cinder/tested-3rdParty-drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Cinder/tested-3rdParty-drivers&amp;diff=158106"/>
				<updated>2017-11-21T13:04:14Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: /* How do I trigger my CI to rerun on gerrit comments? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Driver Testing =&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
The Cinder community (and other OpenStack projects) have agreed that if a vendor wishes to submit a driver for their particular storage device that said vendor should also be required to set up a third party CI system in their lab which runs [https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#What_tests_do_I_use.3F Tempest] against their storage device for every Cinder commit, and provides feedback in to Gerrit.&lt;br /&gt;
&lt;br /&gt;
=== Third Party CI Requirements ===&lt;br /&gt;
* See the official [http://ci.openstack.org/third_party.html Third Party Testing] wiki.&lt;br /&gt;
* Test all volume/backup/connector drivers your company has integrated in Cinder.&lt;br /&gt;
* Post all test results. Even if you have failure results, those need to be posted.&lt;br /&gt;
* Test all fabrics your solution uses.&lt;br /&gt;
* Setup your CI to rerun if it is [[Cinder/tested-3rdParty-drivers#How_do_I_trigger_my_CI_to_rerun_on_gerrit_comments.3F|triggered]] to do so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, if your company has two volume drivers in Cinder and they both use ISCSI and FibreChannel, you would need to have a CI that tests against four backends and reports the results for each backend, for every Cinder upstream patch&lt;br /&gt;
&lt;br /&gt;
=== Existing CI Solutions ===&lt;br /&gt;
* Puppet modules for deploying OpenStack CI&lt;br /&gt;
** [https://github.com/openstack-infra/puppet-openstackci/tree/master/contrib Git repo]&lt;br /&gt;
** [http://lists.openstack.org/pipermail/openstack-dev/2015-November/080058.html Mailing list information about CI]&lt;br /&gt;
** Questions can be answered on the #openstack-infra IRC channel&lt;br /&gt;
&lt;br /&gt;
* For historical background you can review Jay Pipe's external testing series&lt;br /&gt;
** '''Note:''' Jay's repo is outdated, but the articles are useful to read. A more updated fork exists.&lt;br /&gt;
** [https://github.com/jaypipes/os-ext-testing Git Repo]&lt;br /&gt;
** [http://www.joinfu.com/2014/01/understanding-the-openstack-ci-system/ Understanding the OpenStack CI]&lt;br /&gt;
** [http://www.joinfu.com/2014/02/setting-up-an-external-openstack-testing-system/ Setting up CI Part 1] '''Outdated'''&lt;br /&gt;
** [http://www.joinfu.com/2014/02/setting-up-an-openstack-external-testing-system-part-2 Setting up a CI Part 2] '''Outdated'''&lt;br /&gt;
** [http://docs.openstack.org/infra/openstackci/third_party_ci.html Official Third-Party CI Setup Example]&lt;br /&gt;
&lt;br /&gt;
=== Current Reporting Cinder CI's ===&lt;br /&gt;
See the [http://ci-watch.tintri.com/project?project=cinder&amp;amp;time=7+days list].&lt;br /&gt;
&lt;br /&gt;
=== Non-Compliance Policy ===&lt;br /&gt;
The current policy for CI compliance is:&lt;br /&gt;
&lt;br /&gt;
* CI's must report on every patch, whether the code change is in their own driver code or not&lt;br /&gt;
* The CI comments must be properly formatted to show up in the CI summary in gerrit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Non-compliant drivers will be tagged as unsupported if:&lt;br /&gt;
* No CI success reporting occurs within a two week span&lt;br /&gt;
* The CI is found to not be testing the expected driver (CI runs using the default LVM driver, etc.)&lt;br /&gt;
* Other issues are found but failed to be addressed in a timely manner&lt;br /&gt;
&lt;br /&gt;
Note: Comment in the #openstack-cinder IRC to let the team know if the CI is down for any period of time. This does not mean it will be exempt from the non-compliance policy, but it will help to make sure the group is aware that.&lt;br /&gt;
&lt;br /&gt;
If a driver CI is found non compliant:&lt;br /&gt;
* A driver patch will be submitted flagging it as unsupported&lt;br /&gt;
** This will cause warning messages to be logged in the c-vol log stating it is unsupported and deprecated&lt;br /&gt;
** Operators will need to set enable_unsupported_drivers=True in cinder.conf or the service will fail to load&lt;br /&gt;
* If the issue is not corrected before the next release, the driver will be removed from the tree per the normal deprecation policy&lt;br /&gt;
&lt;br /&gt;
CI results will be reviewed on a regular basis and if found non-compliant, drivers will be flagged. We will try to do a final review around the third milestone of the release. If marked as unsupported, vendors will have until the RC tag to become compliant. The flag can be reverted if addressed in time.&lt;br /&gt;
&lt;br /&gt;
CI results are currently posted here: http://cinderstats-dellstorage.rhcloud.com/cireport.txt&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
* Join [https://wiki.openstack.org/wiki/Meetings/ThirdParty Third Party Meeting]&lt;br /&gt;
* Reach out to IRC nicks DuncanT or asselin on Freenode #openstack-cinder.&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
&lt;br /&gt;
==== What tests do I use? ====&lt;br /&gt;
Use the OpenStack integration test suite [http://git.openstack.org/cgit/openstack/tempest Tempest].&lt;br /&gt;
&lt;br /&gt;
===== Volume &amp;amp; Connector Drivers =====&lt;br /&gt;
The volume related tests can be started with the following command from a Tempest repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tox -e all -- volume | tee -a console.log.out&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those using devstack-gate export this variable before running the job:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export DEVSTACK_GATE_TEMPEST_REGEX=&amp;quot;volume&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Backup Drivers =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tox -e all -- volume_backup | tee -a console.log.out&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those using devstack-gate export this variable before running the job:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export DEVSTACK_GATE_TEMPEST_REGEX=&amp;quot;volume_backup&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== How do I configure DevStack so my Driver Passes Tempest? ====&lt;br /&gt;
Sample local.conf for devstack setup.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[local|localrc]]&lt;br /&gt;
ADMIN_PASSWORD=password&lt;br /&gt;
MYSQL_PASSWORD=password&lt;br /&gt;
RABBIT_PASSWORD=password&lt;br /&gt;
SERVICE_PASSWORD=password&lt;br /&gt;
SERVICE_TOKEN=password&lt;br /&gt;
&lt;br /&gt;
# These options define  expected driver capabilities&lt;br /&gt;
TEMPEST_VOLUME_DRIVER=foo&lt;br /&gt;
TEMPEST_VOLUME_VENDOR=&amp;quot;Foo Inc&amp;quot;&lt;br /&gt;
TEMPEST_STORAGE_PROTOCOL=iSCSI&lt;br /&gt;
&lt;br /&gt;
# These options allow you to specify a branch other than &amp;quot;master&amp;quot; be used&lt;br /&gt;
CINDER_REPO=https://review.openstack.org/openstack/cinder&lt;br /&gt;
CINDER_BRANCH=refs/changes/83/72183/4&lt;br /&gt;
&lt;br /&gt;
# Disable security groups entirely&lt;br /&gt;
Q_USE_SECGROUP=False&lt;br /&gt;
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver&lt;br /&gt;
CINDER_SECURE_DELETE=False&lt;br /&gt;
&lt;br /&gt;
[[post-config|$CINDER_CONF]]&lt;br /&gt;
volume_driver=cinder.volume.drivers.foo.FooDriver&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== How do I run my CI to test all cinder patches with my driver not yet merged? ====&lt;br /&gt;
If using devstack-gate use the pre-test-hook to cherry-pick your driver on top of the cinder patch under review. If you've submitted your change to gerrit, you can use something like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function pre_test_hook {&lt;br /&gt;
    echo &amp;quot;Cherry-picking latest driver from gerrit&amp;quot;&lt;br /&gt;
    cd $BASE/new/cinder&lt;br /&gt;
&lt;br /&gt;
    # fetch latest patchset from gerrit&lt;br /&gt;
    UPSTREAM_REMOTE=https://review.openstack.org/openstack/cinder&lt;br /&gt;
&lt;br /&gt;
    # set this to your gerrit change number&lt;br /&gt;
    CHANGE_NUM=999999&lt;br /&gt;
&lt;br /&gt;
    PATCHSET_BASE=refs/changes/${CHANGE_NUM:(-2)}/$CHANGE_NUM&lt;br /&gt;
    LATEST_PATCHSET=$(git ls-remote $UPSTREAM_REMOTE $PATCHSET_BASE/\* |&lt;br /&gt;
                      sort -t/ -k 5 -n | tail -n1 | cut -d$'\t' -f2)&lt;br /&gt;
&lt;br /&gt;
    if [ -z &amp;quot;$LATEST_PATCHSET&amp;quot; ]; then&lt;br /&gt;
        echo &amp;quot;Failed to determine latest patchset of $PATCHSET_BASE from $UPSTREAM_REMOTE&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;Latest patchset ref is $LATEST_PATCHSET&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    git fetch $UPSTREAM_REMOTE $LATEST_PATCHSET &amp;amp;&amp;amp; git cherry-pick FETCH_HEAD&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you haven't submitted your change to gerrit yet, you'll have to fetch the change from your own repository (github or otherwise). For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function pre_test_hook {&lt;br /&gt;
    echo &amp;quot;Cherry-picking latest driver from private repository&amp;quot;&lt;br /&gt;
    cd $BASE/new/cinder&lt;br /&gt;
&lt;br /&gt;
    VENDOR_REMOTE=https://www.github.com/vendor/cinder-driver&lt;br /&gt;
    REFSPEC=bp/new-cinder-driver&lt;br /&gt;
&lt;br /&gt;
    git fetch $VENDOR_REMOTE $REFSPEC &amp;amp;&amp;amp; git cherry-pick FETCH_HEAD&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Otherwise you can make the changes prior to calling stack.sh or via a custom [http://docs.openstack.org/developer/devstack/plugins.html devstack plugin].&lt;br /&gt;
&lt;br /&gt;
==== When thirdparty CI voting will be required? ====&lt;br /&gt;
Once third party CI's become more common and stable, we'll revisit the subject. This was agreed in a  [http://eavesdrop.openstack.org/meetings/cinder/2014/cinder.2014-10-15-16.00.log.html discussion] on October 15th 2014. In a [http://eavesdrop.openstack.org/meetings/cinder/2015/cinder.2015-04-08-16.00.log.html#l-34 discussion] on April 8th 2015, it was agreed that open source solutions that have Infra hosted CI's could have the chance to vote.&lt;br /&gt;
&lt;br /&gt;
==== How do I test FC drivers? ====&lt;br /&gt;
Use PCI Passthrough to give the VM access to the FC PCI Device&lt;br /&gt;
Scripts available here: http://git.openstack.org/cgit/openstack/third-party-ci-tools/tree/provisioning_scripts/fibre_channel&lt;br /&gt;
&lt;br /&gt;
==== How do I trigger my CI to rerun on gerrit comments? ====&lt;br /&gt;
It is required for your CI to rerun jobs if the following comment is posted in a gerrit review:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;quot;run-&amp;lt;CI NAME&amp;gt;&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So if your CI account name is &amp;quot;Super Cool Storage CI&amp;quot;, the CI should be able to be retriggered by leaving the comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
run-Super Cool Storage CI&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, your CI should also support the traditional re-trigger keyword, which is required by [http://ci.openstack.org/third_party.html#requirements Third Party Testing] wiki. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
recheck&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CI's do not need to kick off tests until Zuul's has given a +1, though it is up to the maintainer if you want to trigger immediately on all patchsets.&lt;br /&gt;
&lt;br /&gt;
For the openstack-ci configuration, change the following to switch to only trigger on a Zuul's +1:&lt;br /&gt;
&lt;br /&gt;
In layout.yaml:&lt;br /&gt;
Delete the line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      - event: patchset-created&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And then add:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      - event: comment-added&lt;br /&gt;
        require-approval:&lt;br /&gt;
            - verified: 1&lt;br /&gt;
              username: zuul&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category: Cinder]]&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_Storage_CI&amp;diff=151401</id>
		<title>ThirdPartySystems/IBM Storage CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_Storage_CI&amp;diff=151401"/>
				<updated>2017-02-22T16:31:33Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM Storage CI&lt;br /&gt;
|account=ibm_storage_ci&lt;br /&gt;
|contact=isaacb@il.ibm.com&lt;br /&gt;
|intent=Cinder Continuous Integration for the following IBM storage arrays: XIV, Storwize, FlashSystems&lt;br /&gt;
|structure=Puppet, Nodepool, Zuul, Jenkins, fully upstream components with local configuration&lt;br /&gt;
|method=Monitoring Gerrit stream, trigger Jenkins with fresh instance. Run devstack with current Cinder patch&lt;br /&gt;
|programs=Cinder&lt;br /&gt;
|status=enabled, non-voting}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=149162</id>
		<title>ThirdPartySystems/IBM XIV-DS8K CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=149162"/>
				<updated>2017-01-04T09:48:47Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM XIV CI&lt;br /&gt;
|account=ibmxivci&lt;br /&gt;
|contact=alonma@il.ibm.com, isaacb@il.ibm.com&lt;br /&gt;
|intent=Ensure that OpenStack will run properly with IBM XIV-DS8K Cinder driver&lt;br /&gt;
|structure=Nodepool, Zuul, Jenkins, fully upstream components with local configuration&lt;br /&gt;
|method=Using Zuul to connect to Gerrit&lt;br /&gt;
|programs=Cinder and Tempest&lt;br /&gt;
|status=disabled, non-voting}}&lt;br /&gt;
'''Recheck trigger:''' &amp;quot;&amp;lt;please update with the comment format(s) that will trigger a recheck of this CI&amp;gt;&amp;quot;&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149160</id>
		<title>ThirdPartySystems/IBM STORAGE CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149160"/>
				<updated>2017-01-04T09:47:56Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM Storage CI&lt;br /&gt;
|account=ibm_storage_ci&lt;br /&gt;
|contact=isaacb@il.ibm.com&lt;br /&gt;
|intent=Cinder Continuous Integration for the following IBM storage arrays: XIV &lt;br /&gt;
|structure=Puppet, Nodepool, Zuul, Jenkins, fully upstream components with local configuration&lt;br /&gt;
|method=Monitoring Gerrit stream, trigger Jenkins with fresh instance. Run devstack with current Cinder patch&lt;br /&gt;
|programs=Cinder&lt;br /&gt;
|status=enabled, non-voting}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149153</id>
		<title>ThirdPartySystems/IBM STORAGE CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149153"/>
				<updated>2017-01-04T09:36:41Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM Storage CI&lt;br /&gt;
|account=ibm_storage_ci&lt;br /&gt;
|contact=isaacb@il.ibm.com&lt;br /&gt;
|intent=of this system, why do you have it&lt;br /&gt;
|structure=of this system, what tools are you using&lt;br /&gt;
|method=what you are actually doing&lt;br /&gt;
|programs=touched by this system&lt;br /&gt;
|status=of this system, in production, testing, non-voting, voting, disabled}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149150</id>
		<title>ThirdPartySystems</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149150"/>
				<updated>2017-01-04T09:34:18Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: /* Third Party CI Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Third Party CI Systems ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|3rd Party CI Systems&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Link&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
{{ThirdPartySystemTableEntry|6WIND Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|A10 Networks CI |}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Arista-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Blockbridge EPS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade LBaaS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade OpenStack CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade VDX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade Vyatta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Big Switch CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Canonical Charm CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Ironic CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ml2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco N1kV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco UCSm CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|cisco_pnr_ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Tail-f CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ZM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Citrix NetScaler CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|CloudByte CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|CloudFounders OpenvStorage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coho Data CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coraid CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|datera-ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|DB Datasets CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Designate CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Ironic CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Dot Hill CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VMAX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC XIO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC ScaleIO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC CoprHD CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Isilon CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|FalconStor CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Freescale CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CCP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel Packaging CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu C-Fabric CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ETERNUS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu iRMC CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ISM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HGST Solutions CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HNAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HNAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HSP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams-HPMSA FCISCSIDriver CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Octavia Sonar CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HPE Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|HPE Proliant iLO drivers CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei FusionCompute CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei ML2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei volume CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hyper-V CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBMPowerKVMCI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM FlashSystem CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM GPFS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM PowerVM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM NAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM SDN-VE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORAGE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORWIZE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM XIV-DS8K CI}}| See  [[ThirdPartySystems/IBM STORAGE CI|IBM STORAGE CI]]&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM xCAT CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM zKVM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM z/VM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel NFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Intel_NGFW_CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-PCI-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-SRIOV-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-IPMI-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|INFINIDAT Cinder CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Infortrend Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|ITRI DISCO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Kaminario K2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|KEMPtechnologies CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Linaro CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Vedams-LenovoStorage FCISCSI CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Maxta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mellanox CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Metaplugin CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Compute CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft iSCSI CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Midokura CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|MapR-FS Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mirantis Rally CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|murano-ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|NEC CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|NEC Cinder CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|NetApp CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Edge CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nimble Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nuage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|OFAgent CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OpenDaylight CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Open-E JovianDSS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OPNFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Oracle ZFSSA CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|PLUMgrid CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ProphetStor CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Pure Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|QNAP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Quobyte CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace CloudDNS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Radware CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RDO Third Party CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat GlusterFS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|RedHat̞ NFVPE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat RDO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Ryu CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Scality CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Snabb-NFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SolidFire CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|StorPool CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SUSE Cloud CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SwiftStack Cluster CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Synology DSM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tail-f NCS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tegile Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tintri CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|UFCG OneView CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vanilla Stack CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|vArmour CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams SCST CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Violin Memory CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Virtuozzo CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Virtuozzo Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|VMware CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Wherenow.org CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenProject CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenServer CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|X-IO technologies CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|x-ion Chef CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZadaraStorage VPSA CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZTE cinder2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|XP Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace GolangSwift CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams DotHillDriver CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas HyperScale CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas Access CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Reduxio HX550 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Example}}|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Instructions on how to add a new system to the above table:&lt;br /&gt;
* Add an '''alphabetical''' entry in the above table: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntry|Example}}|Comment&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; where Example is the name of your system and Comment (optional) is a free text comment about your system &lt;br /&gt;
* Save the page and click on the link to the new page&lt;br /&gt;
* Select the &amp;quot;edit the page&amp;quot; option and paste  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:ThirdPartySystemInfoSubst}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; into your new page and then save it. This will expand to a table. Edit the table replacing the placeholder values with the correct values for your system&lt;br /&gt;
* If your system is going down or having problems, change the entry to  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntryDown|&amp;lt;your ci system name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Do you have a Gerrit CI account created for you by the Infrastructure team and you want to update it? [https://wiki.openstack.org/wiki/OldtoNewGerritCIAccount Read how here].&lt;br /&gt;
&lt;br /&gt;
[[Category:ThirdPartySystems]]&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149148</id>
		<title>ThirdPartySystems</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149148"/>
				<updated>2017-01-04T09:24:33Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Third Party CI Systems ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|3rd Party CI Systems&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Link&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
{{ThirdPartySystemTableEntry|6WIND Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|A10 Networks CI |}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Arista-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Blockbridge EPS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade LBaaS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade OpenStack CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade VDX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade Vyatta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Big Switch CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Canonical Charm CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Ironic CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ml2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco N1kV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco UCSm CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|cisco_pnr_ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Tail-f CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ZM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Citrix NetScaler CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|CloudByte CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|CloudFounders OpenvStorage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coho Data CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coraid CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|datera-ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|DB Datasets CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Designate CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Ironic CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Dot Hill CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VMAX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC XIO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC ScaleIO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC CoprHD CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Isilon CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|FalconStor CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Freescale CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CCP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel Packaging CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu C-Fabric CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ETERNUS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu iRMC CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ISM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HGST Solutions CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HNAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HNAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HSP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams-HPMSA FCISCSIDriver CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Octavia Sonar CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HPE Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|HPE Proliant iLO drivers CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei FusionCompute CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei ML2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei volume CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hyper-V CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBMPowerKVMCI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM FlashSystem CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM GPFS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM PowerVM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM NAS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM SDN-VE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORAGE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORWIZE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM XIV-DS8K CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM xCAT CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM zKVM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM z/VM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel NFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Intel_NGFW_CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-PCI-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-SRIOV-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-IPMI-CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|INFINIDAT Cinder CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Infortrend Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|ITRI DISCO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Kaminario K2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|KEMPtechnologies CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Linaro CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Vedams-LenovoStorage FCISCSI CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Maxta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mellanox CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Metaplugin CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Compute CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Networking CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft iSCSI CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Midokura CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|MapR-FS Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mirantis Rally CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|murano-ci}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|NEC CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|NEC Cinder CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|NetApp CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Edge CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Manila CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nimble Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nuage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|OFAgent CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OpenDaylight CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Open-E JovianDSS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OPNFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Oracle ZFSSA CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|PLUMgrid CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ProphetStor CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Pure Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|QNAP CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Quobyte CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace CloudDNS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Radware CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RDO Third Party CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat GlusterFS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|RedHat̞ NFVPE CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat RDO CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Ryu CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Scality CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Snabb-NFV CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SolidFire CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|StorPool CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SUSE Cloud CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|SwiftStack Cluster CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Synology DSM CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tail-f NCS CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tegile Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tintri CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|UFCG OneView CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vanilla Stack CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|vArmour CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams SCST CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Violin Memory CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Virtuozzo CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Virtuozzo Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|VMware CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Wherenow.org CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenProject CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenServer CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|X-IO technologies CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|x-ion Chef CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZadaraStorage VPSA CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZTE cinder2 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|XP Storage CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace GolangSwift CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams DotHillDriver CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas HyperScale CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas Access CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntry|Reduxio HX550 CI}}|&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Example}}|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Instructions on how to add a new system to the above table:&lt;br /&gt;
* Add an '''alphabetical''' entry in the above table: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntry|Example}}|Comment&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; where Example is the name of your system and Comment (optional) is a free text comment about your system &lt;br /&gt;
* Save the page and click on the link to the new page&lt;br /&gt;
* Select the &amp;quot;edit the page&amp;quot; option and paste  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:ThirdPartySystemInfoSubst}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; into your new page and then save it. This will expand to a table. Edit the table replacing the placeholder values with the correct values for your system&lt;br /&gt;
* If your system is going down or having problems, change the entry to  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntryDown|&amp;lt;your ci system name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Do you have a Gerrit CI account created for you by the Infrastructure team and you want to update it? [https://wiki.openstack.org/wiki/OldtoNewGerritCIAccount Read how here].&lt;br /&gt;
&lt;br /&gt;
[[Category:ThirdPartySystems]]&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149141</id>
		<title>ThirdPartySystems/IBM STORAGE CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149141"/>
				<updated>2017-01-04T09:01:58Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM Storage CI&lt;br /&gt;
|account=gerrit account&lt;br /&gt;
|contact=contact info for people taking responsibility for this system&lt;br /&gt;
|intent=of this system, why do you have it&lt;br /&gt;
|structure=of this system, what tools are you using&lt;br /&gt;
|method=what you are actually doing&lt;br /&gt;
|programs=touched by this system&lt;br /&gt;
|status=of this system, in production, testing, non-voting, voting, disabled}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149140</id>
		<title>ThirdPartySystems/IBM STORAGE CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_STORAGE_CI&amp;diff=149140"/>
				<updated>2017-01-04T09:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: Created page with &amp;quot;{{subst:ThirdPartySystemInfoSubst}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=Name of 3rd party system&lt;br /&gt;
|account=gerrit account&lt;br /&gt;
|contact=contact info for people taking responsibility for this system&lt;br /&gt;
|intent=of this system, why do you have it&lt;br /&gt;
|structure=of this system, what tools are you using&lt;br /&gt;
|method=what you are actually doing&lt;br /&gt;
|programs=touched by this system&lt;br /&gt;
|status=of this system, in production, testing, non-voting, voting, disabled}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149139</id>
		<title>ThirdPartySystems</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=149139"/>
				<updated>2017-01-04T08:59:43Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: /* Third Party CI Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Third Party CI Systems ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|3rd Party CI Systems&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Link&lt;br /&gt;
|-&lt;br /&gt;
{{ThirdPartySystemTableEntry|6WIND Networking CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|A10 Networks CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Arista-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Blockbridge EPS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade LBaaS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade OpenStack CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade VDX CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade Vyatta CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Big Switch CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Canonical Charm CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Ironic CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ml2 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco N1kV CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco UCSm CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|cisco_pnr_ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco Tail-f CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco ZM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Citrix NetScaler CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|CloudByte CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|CloudFounders OpenvStorage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coho Data CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Coraid CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|datera-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|DB Datasets CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Designate CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Ironic CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Dot Hill CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VMAX CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC VNX Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC XIO CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC ScaleIO CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC CoprHD CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Isilon CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|EMC Unity CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|FalconStor CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Freescale CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CCP CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fuel Packaging CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu C-Fabric CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ETERNUS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu iRMC CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Fujitsu ISM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HGST Solutions CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HBSD2 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi HNAS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HNAS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hitachi Manila HSP CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams-HPMSA FCISCSIDriver CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Octavia Sonar CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HPE Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Networking CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|HPE Proliant iLO drivers CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei FusionCompute CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei ML2 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei volume CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hyper-V CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBMPowerKVMCI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM FlashSystem CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM GPFS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM PowerVM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM NAS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM SDN-VE CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORAGE CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM STORWIZE CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM XIV-DS8K CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM xCAT CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM zKVM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBM z/VM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel NFV CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Intel_NGFW_CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-PCI-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-SRIOV-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-IPMI-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|INFINIDAT Cinder CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Infortrend Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|ITRI DISCO CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Kaminario K2 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|KEMPtechnologies CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Linaro CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Vedams-LenovoStorage FCISCSI CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Maxta CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mellanox CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Metaplugin CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Compute CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Microsoft Hyper-V Networking CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft iSCSI CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Microsoft Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Midokura CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|MapR-FS Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mirantis Rally CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|murano-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|NEC CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|NEC Cinder CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|NetApp CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Edge CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nexenta Manila CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nimble Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nuage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|OFAgent CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OpenDaylight CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Open-E JovianDSS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|OPNFV CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Oracle ZFSSA CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|PLUMgrid CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|ProphetStor CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Pure Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|QNAP CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Quobyte CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace CloudDNS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Radware CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|RDO Third Party CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat GlusterFS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|RedHat̞ NFVPE CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat RDO CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Ryu CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Scality CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Snabb-NFV CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|SolidFire CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|StorPool CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|SUSE Cloud CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|SwiftStack Cluster CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Synology DSM CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tail-f NCS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tegile Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tintri CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|UFCG OneView CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vanilla Stack CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|vArmour CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams SCST CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Violin Memory CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Virtuozzo CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Virtuozzo Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|VMware CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Wherenow.org CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenProject CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenServer CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|X-IO technologies CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|x-ion Chef CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZadaraStorage VPSA CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|ZTE cinder2 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|XP Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Rackspace GolangSwift CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Vedams DotHillDriver CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas HyperScale CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Veritas Access CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Reduxio HX550 CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Example}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Instructions on how to add a new system to the above table:&lt;br /&gt;
* Add an '''alphabetical''' entry in the above table: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntry|Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; where Example is the name of your system&lt;br /&gt;
* Save the page and click on the link to the new page&lt;br /&gt;
* Select the &amp;quot;edit the page&amp;quot; option and paste  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:ThirdPartySystemInfoSubst}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; into your new page and then save it. This will expand to a table. Edit the table replacing the placeholder values with the correct values for your system&lt;br /&gt;
* If your system is going down or having problems, change the entry to  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntryDown|&amp;lt;your ci system name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Do you have a Gerrit CI account created for you by the Infrastructure team and you want to update it? [https://wiki.openstack.org/wiki/OldtoNewGerritCIAccount Read how here].&lt;br /&gt;
&lt;br /&gt;
[[Category:ThirdPartySystems]]&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=87314</id>
		<title>ThirdPartySystems/IBM XIV-DS8K CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=87314"/>
				<updated>2015-08-04T11:34:55Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM XIV-DS8K Cinder driver&lt;br /&gt;
|account=ibm-xiv-ci&lt;br /&gt;
|contact=alonma@il.ibm.com, isaacb@il.ibm.com&lt;br /&gt;
|intent=Ensure that OpenStack will run properly with IBM XIV-DS8K Cinder driver&lt;br /&gt;
|structure=Nodepool, Zuul, Jenkins, fully upstream components with local configuration&lt;br /&gt;
|method=Using Zuul to connect to Gerrit&lt;br /&gt;
|programs=Cinder and Tempest&lt;br /&gt;
|status=in production}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=61259</id>
		<title>ThirdPartySystems/IBM XIV-DS8K CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=61259"/>
				<updated>2014-08-26T09:33:21Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=IBM XIV-DS8K Cinder driver&lt;br /&gt;
|account=ibm-xiv-ci&lt;br /&gt;
|contact=alonma@il.ibm.com&lt;br /&gt;
|intent=Ensure that OpenStack will run properly with IBM XIV-DS8K Cinder driver&lt;br /&gt;
|structure=Nodepool, Zuul, Jenkins, fully upstream components with local configuration&lt;br /&gt;
|method=Using Zuul to connect to Gerrit&lt;br /&gt;
|programs=Cinder and Tempest&lt;br /&gt;
|status=in production}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=61257</id>
		<title>ThirdPartySystems/IBM XIV-DS8K CI</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems/IBM_XIV-DS8K_CI&amp;diff=61257"/>
				<updated>2014-08-26T09:26:02Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: Created page with &amp;quot;{{subst:ThirdPartySystemInfoSubst}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ThirdPartySystemInfo|name=Name of 3rd party system&lt;br /&gt;
|account=gerrit account&lt;br /&gt;
|contact=contact info for people taking responsibility for this system&lt;br /&gt;
|intent=of this system, why do you have it&lt;br /&gt;
|structure=of this system, what tools are you using&lt;br /&gt;
|method=what you are actually doing&lt;br /&gt;
|programs=touched by this system&lt;br /&gt;
|status=of this system, in production, testing, non-voting, voting, disabled}}&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=61256</id>
		<title>ThirdPartySystems</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=ThirdPartySystems&amp;diff=61256"/>
				<updated>2014-08-26T09:24:07Z</updated>
		
		<summary type="html">&lt;p&gt;Isaacb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Third Party CI Systems ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|3rd Party CI Systems&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Link&lt;br /&gt;
|-&lt;br /&gt;
{{ThirdPartySystemTableEntry|A10 Networks CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Arista-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Brocade Vyatta CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Big Switch CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Cisco CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|datera-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|DB Datasets CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Dell StorageCenter CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|emc-vmax-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|emc-vnx-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|emc-xio-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Freescale CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HDS HNAS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|HP Storage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Huawei CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Hyper-V CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|IBMPowerKVMCI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM SDN-VE CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|IBM XIV-DS8K CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Intel-PCI-CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Mellanox CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Metaplugin CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Midokura CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|murano-ci}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|NEC CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Nuage CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|OFAgent CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|One Convergence CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|ProphetStor CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|RedHat CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Scality CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|SwiftStack Cluster CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|Tail-f NCS CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntry|XenServer CI}}&lt;br /&gt;
{{ThirdPartySystemTableEntryDown|Example}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Instructions on how to add a new system to the above table:&lt;br /&gt;
* Add an '''alphabetical''' entry in the above table: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntry|Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; where Example is the name of your system&lt;br /&gt;
* Save the page and click on the link to the new page&lt;br /&gt;
* Select the &amp;quot;edit the page&amp;quot; option and paste  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:ThirdPartySystemInfoSubst}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; into your new page and then save it. This will expand to a table. Edit the table replacing the placeholder values with the correct values for your system&lt;br /&gt;
* If your system is going down or having problems, change the entry to  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ThirdPartySystemTableEntryDown|&amp;lt;your ci system name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:ThirdPartySystems]]&lt;/div&gt;</summary>
		<author><name>Isaacb</name></author>	</entry>

	</feed>