diff --git a/openstack/loci/build.sh b/openstack/loci/build.sh index c1610e47..bb8cf1a0 100755 --- a/openstack/loci/build.sh +++ b/openstack/loci/build.sh @@ -217,6 +217,7 @@ placement_profiles=${placement_profiles:-"'apache'"} monasca_api_profile=${monasca_api_profile:-"'apache monasca api'"} monasca_api_pip_packages=${monasca_api_pip_packages:-"influxdb cassandra-driver sqlalchemy"} masakari_profiles=${masakari_profiles:-"'masakari'"} +masakari_monitors_profiles=${masakari_monitors_profiles:-"'masakari-monitors'"} #################### # Action starts here #################### diff --git a/zuul.d/openstack-loci.yaml b/zuul.d/openstack-loci.yaml index f097f798..f6ff23ab 100644 --- a/zuul.d/openstack-loci.yaml +++ b/zuul.d/openstack-loci.yaml @@ -327,6 +327,18 @@ - "WHEELS='{{ wheels_location }}'" - "KEEP_ALL_WHEELS=yes" tags: *imagetag + - &masakari_monitors_project + context: "." + repository: openstackhelm/masakari-monitors + build_args: + - "FROM='{{ base_repository }}'" + - "PYTHON3={{ python3 }}" + - "PROJECT='masakari-monitors'" + - "PROJECT_REF={{ branchname }}" + - "PIP_PACKAGES='libvirt-python'" + - "WHEELS='{{ wheels_location }}'" + - "KEEP_ALL_WHEELS=yes" + tags: *imagetag files: &loci-files - ^openstack/loci/.* - zuul.d/openstack-loci.yaml @@ -453,6 +465,7 @@ - <<: *watcher_project - <<: *cyborg_project - <<: *masakari_project + - <<: *masakari_monitors_project - job: name: openstack-helm-images-upload-openstack-loci-wallaby-ubuntu_focal @@ -505,6 +518,7 @@ - <<: *watcher_project - <<: *cyborg_project - <<: *masakari_project + - <<: *masakari_monitors_project - job: name: openstack-helm-images-upload-openstack-loci-victoria-ubuntu_focal @@ -557,6 +571,7 @@ - <<: *watcher_project - <<: *cyborg_project - <<: *masakari_project + - <<: *masakari_monitors_project - job: name: openstack-helm-images-upload-openstack-loci-ussuri-ubuntu_bionic @@ -608,6 +623,7 @@ - <<: *watcher_project - <<: *cyborg_project - <<: *masakari_project + - <<: *masakari_monitors_project - job: name: openstack-helm-images-upload-openstack-loci-train-ubuntu_bionic