From 1ec78598b3d0ea7f2a51db8a854fd73744a66a8c Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Thu, 18 Mar 2021 23:13:48 +0100 Subject: [PATCH] Add bifrost job and update docs This commits adds the bifrost job to IPE and also adds the information that it can be installed via bifrost. Change-Id: I5c36f9f1e0dab4056a8026bf87f7a280d9b1accd --- .zuul.yaml | 2 ++ doc/source/install.rst | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a91a6f8..0406b70 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -85,7 +85,9 @@ check: jobs: - ironic-prometheus-exporter-redfish + - bifrost-integration-tinyipa-keystone-centos-8 gate: queue: ironic jobs: - ironic-prometheus-exporter-redfish + - bifrost-integration-tinyipa-keystone-centos-8 diff --git a/doc/source/install.rst b/doc/source/install.rst index 1c69c12..14dbdf2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -17,7 +17,7 @@ Ironic Prometheus Exporter Installation --------------------------------------- The ironic-prometheus-exporter is available as pip package and as rpm package -on RDO. +on RDO, it can also be installed using `bifrost`_. #. Package Installation @@ -40,3 +40,6 @@ on RDO. - Output in case of an unsuccessful installation: `prometheus_exporter` is listed in the `Name` column and the `Error` column will have more information. + + +.. _bifrost: https://docs.openstack.org/bifrost/latest/install/index.html#quick-start-with-bifrost-cli