Jump to: navigation, search

Difference between revisions of "ThirdPartySystems/HPE Proliant iLO drivers CI"

(Created page with "{{subst:ThirdPartySystemInfoSubst}}")
 
m
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ThirdPartySystemInfo|name=Name of 3rd party system
+
== Overview ==
|account=gerrit account
+
 
|contact=contact info for people taking responsibility for this system
+
This article describes the CI test environment and setup details for HPE Proliant iLO drivers.
|intent=of this system, why do you have it
+
{{ThirdPartySystemInfo|name=HPE Proliant CI
|structure=of this system, what tools are you using
+
|account=proliantci
|method=what you are actually doing
+
|contact=ankit.kumar5@hpe.com paresh.sao@hpe.com.
|programs=touched by this system
+
|intent=Ensure that OpenStack will run properly with HPE Proliant CI
|status=of this system, in production, testing, non-voting, voting, disabled}}
+
|structure= Zuul, Jenkins, fully upstream components with local configuration, Tempest, Devstack
 +
|method=Using Zuul to connect to Gerrit
 +
|programs=Ironic
 +
|status=testing in ci-sandbox}}
 +
'''Recheck trigger: '''ilorecheck'''<br />
 +
 
 +
Patches we are not testing:
 +
        all-files-match-any:
 +
          - ^.*\.rst$
 +
          - ^doc/.*$
 +
          - ^ironic/tests/.*$
 +
          - ^devstack/.*$
 +
          - ^tools/.*$
 +
          - ^tox.ini$
 +
 
 +
'''Maintenance plan:''' "None"<br />
 +
 
 +
== Jobs ==
 +
 
 +
At present, as part of the CI setup 3 job has been created as following:
 +
 
 +
===== '''hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-virtual-media-iscsi''' =====
 +
 
 +
* In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
 +
* An '''HPE DL320e Gen8''' machine has been configured to act as the bare metal system.
 +
* The configuration of different role playing parameters for this job is:
 +
 
 +
  hardware_type: '''ilo'''
 +
  boot_interface: "ilo-virtual-media"
 +
  deploy_interface: "iscsi" 
 +
  boot mode: '''bios'''
 +
  boot option: '''netboot'''
 +
  '''partition image'''
 +
  secure boot: '''no'''
 +
 
 +
* '''test_baremetal_server_ops''' is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.
 +
 
 +
 
 +
===== '''hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-pxe-direct''' =====
 +
 
 +
* In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
 +
* An '''HPE DL180 Gen9''' machine has been configured to act as the bare metal system.
 +
* The configuration of different role playing parameters for this job is:
 +
 
 +
  hardware_type: '''ilo'''
 +
  boot_interface: "ilo-pxe"
 +
  deploy_interface: "direct" 
 +
  boot mode: '''uefi'''
 +
  boot option: '''netboot'''
 +
  '''partition image'''
 +
  secure boot: '''yes'''
 +
 
 +
* '''test_baremetal_server_ops''' is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.
 +
 
 +
 
 +
===== '''hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-virtual-media-direct''' =====
 +
 
 +
* In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
 +
* An '''HPE DL180 Gen9''' machine has been configured to act as the bare metal system.
 +
* The configuration of different role playing parameters for this job is:
 +
 
 +
  hardware_type: '''ilo'''
 +
  boot_interface: "ilo-virtual-media"
 +
  deploy_interface: "direct"
 +
  boot mode: '''uefi'''
 +
  boot option: '''netboot'''
 +
  '''partition image'''
 +
  secure boot: '''yes'''
 +
 
 +
* '''test_baremetal_server_ops''' is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.

Latest revision as of 09:14, 21 September 2018

Overview

This article describes the CI test environment and setup details for HPE Proliant iLO drivers.

3rd party system: HPE Proliant CI
Gerrit Account: proliantci
Contact Information: ankit.kumar5@hpe.com paresh.sao@hpe.com.
Intent: Ensure that OpenStack will run properly with HPE Proliant CI
Structure: Zuul, Jenkins, fully upstream components with local configuration, Tempest, Devstack
Method: Using Zuul to connect to Gerrit
OpenStack Programs: Ironic
Current Status: testing in ci-sandbox


Recheck trigger: ilorecheck

Patches we are not testing:

       all-files-match-any:
         - ^.*\.rst$
         - ^doc/.*$
         - ^ironic/tests/.*$
         - ^devstack/.*$
         - ^tools/.*$
         - ^tox.ini$

Maintenance plan: "None"

Jobs

At present, as part of the CI setup 3 job has been created as following:

hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-virtual-media-iscsi
  • In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
  • An HPE DL320e Gen8 machine has been configured to act as the bare metal system.
  • The configuration of different role playing parameters for this job is:
 hardware_type: ilo
 boot_interface: "ilo-virtual-media"
 deploy_interface: "iscsi"   
 boot mode: bios
 boot option: netboot
 partition image
 secure boot: no
  • test_baremetal_server_ops is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.


hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-pxe-direct
  • In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
  • An HPE DL180 Gen9 machine has been configured to act as the bare metal system.
  • The configuration of different role playing parameters for this job is:
 hardware_type: ilo
 boot_interface: "ilo-pxe"
 deploy_interface: "direct"  
 boot mode: uefi
 boot option: netboot
 partition image
 secure boot: yes
  • test_baremetal_server_ops is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.


hpe-gen9-dsvm-ironic-standalone-wholedisk-uefi-ilo-virtual-media-direct
  • In order to set up the third party CI, services like nova (by default), neutron, swift, ironic and tempest have been enabled.
  • An HPE DL180 Gen9 machine has been configured to act as the bare metal system.
  • The configuration of different role playing parameters for this job is:
 hardware_type: ilo
 boot_interface: "ilo-virtual-media"
 deploy_interface: "direct"
 boot mode: uefi
 boot option: netboot
 partition image
 secure boot: yes
  • test_baremetal_server_ops is the tempest scenario test which gets run as part of this and it tests the basic provisioning on the bare metal system so configured.