Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ace9a4d
Fix configuration sync for infra-vms
priteau Nov 5, 2021
62f6118
Sync kayobe-config with kayobe changes
priteau Jan 31, 2022
876a4b7
[release] Synchronise with kayobe changes for Yoga
markgoddard Mar 31, 2022
7d449a9
proxy: add ansible issue 8743 workaround
markgoddard Apr 11, 2022
51a9325
Update .gitreview for stable/yoga
openstackadmin Apr 14, 2022
9a87604
Update TOX_CONSTRAINTS_FILE for stable/yoga
openstackadmin Apr 14, 2022
7abcd52
[release] Synchronise with latest kayobe changes for Yoga
priteau Apr 27, 2022
2aa7682
Merge upstream stable/yoga into stackhpc/yoga
markgoddard Aug 17, 2022
bb1368a
Yoga: use new default for dnf_install_epel
markgoddard Aug 17, 2022
5a44819
Yoga: update README
markgoddard Aug 17, 2022
968d91f
Yoga: update release notes
markgoddard Aug 17, 2022
dd654f3
Yoga: update Github workflows
markgoddard Aug 17, 2022
736f797
Yoga: update tox.ini
markgoddard Aug 17, 2022
d6b111c
Yoga: update requirements.txt
markgoddard Aug 17, 2022
abab4cb
Yoga: update package repositories
markgoddard Aug 17, 2022
b304575
Yoga: update pulp repo versions
markgoddard Aug 30, 2022
0bb461f
Yoga: update Kolla build source branches
markgoddard Aug 17, 2022
73db4ee
Yoga: reset image tags
markgoddard Aug 17, 2022
6c2bcf2
Yoga: stop using StackHPC Bifrost fork
markgoddard Aug 31, 2022
4adbe8d
Yoga: add initial Kolla container image tags for CentOS
markgoddard Aug 31, 2022
1f51cda
Merge stackhpc/xena into stackhpc/yoga
markgoddard Aug 31, 2022
d1f9f19
Merge stackhpc/xena into stackhpc/yoga
markgoddard Aug 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-container-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: stackhpc/kayobe
ref: refs/heads/stackhpc/xena
ref: refs/heads/stackhpc/yoga
path: src/kayobe

# FIXME: Failed in kolla-ansible : Ensure the latest version of pip is installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
# NOTE(mgoddard): Reference only the current release branch here.
- stackhpc/xena
- stackhpc/yoga
jobs:
promote:
name: Trigger package repository promotion
Expand Down
2 changes: 1 addition & 1 deletion .gitreview
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/kayobe-config.git
defaultbranch=stable/xena
defaultbranch=stable/yoga
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
StackHPC Kayobe Configuration
=============================

This repository provides a base Kayobe configuration for the Xena release
This repository provides a base Kayobe configuration for the Yoga release
of StackHPC OpenStack.

StackHPC release train
Expand Down Expand Up @@ -45,7 +45,7 @@ when used with Kayobe's `multiple environments
feature.

This configuration should be consumed using the `StackHPC Kayobe fork
<https://github.com/stackhpc/kayobe/tree/stackhpc/xena>`__, which includes
<https://github.com/stackhpc/kayobe/tree/stackhpc/yoga>`__, which includes
backported support for Ansible collections.

New deployments
Expand All @@ -56,7 +56,7 @@ your configuration.

.. code-block:: console

git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/yoga

Existing deployments
--------------------
Expand All @@ -68,7 +68,7 @@ need to merge the changes in this repository into your repository.

git remote add stackhpc https://github.com/stackhpc/stackhpc-kayobe-config
git fetch stackhpc
git merge stackhpc/stackhpc/xena
git merge stackhpc/stackhpc/yoga

Updating
--------
Expand All @@ -80,7 +80,7 @@ consume these updates by merging in the changes with their local configuration.
.. code-block:: console

git fetch stackhpc
git merge stackhpc/stackhpc/xena
git merge stackhpc/stackhpc/yoga

The intention is to avoid merge conflicts where possible, but there may be
cases where this is difficult. We are open to discussion on how best to
Expand Down Expand Up @@ -125,13 +125,13 @@ Usage
=====

The local Pulp service will be deployed as a `Seed custom container
<https://docs.openstack.org/kayobe/xena/configuration/reference/seed-custom-containers.html>`__
<https://docs.openstack.org/kayobe/yoga/configuration/reference/seed-custom-containers.html>`__
on next ``kayobe seed service deploy`` or ``kayobe seed service upgrade``.

The following custom playbooks are provided in ``etc/kayobe/ansible/``:

See the Kayobe `custom playbook documentation
<https://docs.openstack.org/kayobe/xena/custom-ansible-playbooks.html>`__
<https://docs.openstack.org/kayobe/yoga/custom-ansible-playbooks.html>`__
for information on how to run them.

* ``pulp-repo-sync.yml``: Pull packages from Ark to the local Pulp. This will
Expand Down Expand Up @@ -260,8 +260,8 @@ Clone the Kayobe and Kayobe configuration repositories (this one):
cd
mkdir -p src
pushd src
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/xena
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena kayobe-config
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/yoga
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/yoga kayobe-config
popd

Create a virtual environment and install Kayobe:
Expand Down Expand Up @@ -374,8 +374,8 @@ Clone the Kayobe and Kayobe configuration repositories (this one):
cd
mkdir -p src
pushd src
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/xena
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/xena kayobe-config
git clone https://github.com/stackhpc/kayobe.git -b stackhpc/yoga
git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/yoga kayobe-config
popd

Create a virtual environment and install Kayobe:
Expand Down Expand Up @@ -440,7 +440,7 @@ At this point you are ready to build and push some container images.
kayobe seed container image build --push
kayobe overcloud container image build --push

The container images are tagged as ``xena-<datetime>``. This Kayobe
The container images are tagged as ``yoga-<datetime>``. This Kayobe
configuration includes a hook that writes the tag to ``~/kolla_tag``, since
it is not always simple to determine which tag was last applied to built
images.
Expand All @@ -452,7 +452,7 @@ tag as the value of the ``kolla_openstack_release`` variable.
Resources
=========

* Kayobe documentation: https://docs.openstack.org/kayobe/xena/
* Kayobe documentation: https://docs.openstack.org/kayobe/yoga/
* Kayobe source: https://opendev.org/openstack/kayobe
* Kayobe bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe-config
* IRC: #openstack-kolla
5 changes: 3 additions & 2 deletions etc/kayobe/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@

# List of apt keys. Each item is a dict containing the following keys:
# * url: URL of key
# * filename: Name of a file in which to store the downloaded key
# * filename: Name of a file in which to store the downloaded key. The
# extension should be '.asc' for ASCII-armoured keys, or '.gpg' otherwise.
# Default is an empty list.
#apt_keys:

# A list of Apt repositories.
# A list of Apt repositories. Each item is a dict with the following keys:
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
# (optional, default is 'deb')
# * url: URL of the repository
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ dnf_enable_epel: "{{ dnf_install_epel | bool }}"
dnf_epel_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8"

# Whether to install the epel-release package. This affects RedHat-based
# systems only. Default value is 'true'.
dnf_install_epel: false
# systems only. Default value is 'false'.
#dnf_install_epel:

###############################################################################
# DNF Automatic configuration.
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/environments/ci-aio/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ stackhpc_repo_docker_version: "{{ stackhpc_pulp_repo_docker_version }}"
stackhpc_repo_centos_stream_advanced_virtualization_version: "{{ stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version }}"
stackhpc_repo_centos_stream_nfv_extras_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_extras_version }}"
stackhpc_repo_centos_stream_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version }}"
stackhpc_repo_centos_stream_openstack_xena_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_xena_version }}"
stackhpc_repo_centos_stream_openstack_yoga_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_yoga_version }}"
stackhpc_repo_centos_stream_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_8_opstools_version }}"
stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_pulp_repo_centos_stream_8_powertools_version }}"
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version }}"
stackhpc_repo_elasticsearch_logstash_kibana_7_x_version: "{{ stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version }}"
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
stackhpc_repo_mariadb_10_5_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_5_centos8_version }}"
stackhpc_repo_mariadb_10_6_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_6_centos8_version }}"
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
stackhpc_repo_treasuredata_4_version: "{{ stackhpc_pulp_repo_treasuredata_4_version }}"
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ stackhpc_repo_docker_version: "{{ stackhpc_pulp_repo_docker_version }}"
stackhpc_repo_centos_stream_advanced_virtualization_version: "{{ stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version }}"
stackhpc_repo_centos_stream_nfv_extras_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_extras_version }}"
stackhpc_repo_centos_stream_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version }}"
stackhpc_repo_centos_stream_openstack_xena_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_xena_version }}"
stackhpc_repo_centos_stream_openstack_yoga_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_yoga_version }}"
stackhpc_repo_centos_stream_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_8_opstools_version }}"
stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_pulp_repo_centos_stream_8_powertools_version }}"
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version }}"
stackhpc_repo_elasticsearch_logstash_kibana_7_x_version: "{{ stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version }}"
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
stackhpc_repo_mariadb_10_5_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_5_centos8_version }}"
stackhpc_repo_mariadb_10_6_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_6_centos8_version }}"
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
stackhpc_repo_treasuredata_4_version: "{{ stackhpc_pulp_repo_treasuredata_4_version }}"
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/infra-vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2
# when os_distribution is "rocky",
# or
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
# otherwise.
#infra_vm_root_image:

Expand Down
29 changes: 12 additions & 17 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"

# Kolla OpenStack release version. This should be a Docker image tag.
# Default is {{ openstack_release }}.
kolla_openstack_release: xena-20220728T100435
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}yoga-20220831T083604{% endif %}"

# Docker tag applied to built container images. Default is
# {{ kolla_openstack_release }}.
Expand All @@ -111,10 +111,6 @@ kolla_openstack_release: xena-20220728T100435
# location: https://github.com/openstack/ironic
# reference: master
kolla_sources:
bifrost-base:
type: git
location: "{{ kolla_bifrost_source_url }}"
reference: "{{ kolla_bifrost_source_version }}"
bifrost-base-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
type: git
Expand All @@ -123,11 +119,11 @@ kolla_sources:
cloudkitty-base:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/xena
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
reference: stackhpc/xena
reference: stackhpc/{{ openstack_release }}
ironic-inspector-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
type: git
Expand All @@ -136,11 +132,11 @@ kolla_sources:
magnum-base:
type: git
location: https://github.com/stackhpc/magnum.git
reference: stackhpc/xena
reference: stackhpc/{{ openstack_release }}
neutron-base-plugin-networking-generic-switch:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/xena
reference: stackhpc/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down Expand Up @@ -169,8 +165,8 @@ stackhpc_centos_additional_repos:
file: "CentOS-NFV-extras.repo"
- url: "{{ stackhpc_repo_centos_stream_nfv_openvswitch_url }}"
file: "CentOS-NFV-OpenvSwitch.repo"
- url: "{{ stackhpc_repo_centos_stream_openstack_xena_url }}"
file: "CentOS-OpenStack-xena.repo"
- url: "{{ stackhpc_repo_centos_stream_openstack_yoga_url }}"
file: "CentOS-OpenStack-yoga.repo"
- url: "{{ stackhpc_repo_centos_stream_opstools_url }}"
file: "CentOS-OpsTools.repo"
- url: "{{ stackhpc_repo_centos_stream_powertools_url }}"
Expand All @@ -184,7 +180,7 @@ stackhpc_third_party_repos:
file: "elasticsearch.repo"
- url: "{{ stackhpc_repo_grafana_url }}"
file: "grafana.repo"
- url: "{{ stackhpc_repo_mariadb_10_5_centos8_url }}"
- url: "{{ stackhpc_repo_mariadb_10_6_centos8_url }}"
file: "mariadb.repo"
- url: "{{ stackhpc_repo_rabbitmq_erlang_url }}"
file: "rabbitmq_rabbitmq-erlang.repo"
Expand Down Expand Up @@ -434,6 +430,7 @@ kolla_build_args:
#kolla_enable_ceilometer:
#kolla_enable_ceilometer_horizon_policy_file:
#kolla_enable_ceilometer_ipmi:
#kolla_enable_ceilometer_prometheus_pushgateway:
#kolla_enable_cells:
#kolla_enable_central_logging:
#kolla_enable_ceph_rgw:
Expand Down Expand Up @@ -494,7 +491,6 @@ kolla_build_args:
#kolla_enable_horizon_zun:
#kolla_enable_influxdb:
#kolla_enable_ironic:
#kolla_enable_ironic_ipxe:
#kolla_enable_ironic_neutron_agent:
#kolla_enable_ironic_pxe_uefi:
#kolla_enable_iscsid:
Expand Down Expand Up @@ -541,6 +537,7 @@ kolla_build_args:
#kolla_enable_nova:
#kolla_enable_nova_fake:
#kolla_enable_nova_horizon_policy_file:
#kolla_enable_nova_libvirt_container:
#kolla_enable_nova_serialconsole_proxy:
#kolla_enable_nova_ssh:
#kolla_enable_octavia:
Expand All @@ -558,6 +555,7 @@ kolla_build_args:
#kolla_enable_prometheus_cadvisor:
#kolla_enable_prometheus_ceph_mgr_exporter:
#kolla_enable_prometheus_elasticsearch_exporter:
#kolla_enable_prometheus_etcd_integration:
#kolla_enable_prometheus_fluentd_integration:
#kolla_enable_prometheus_haproxy_exporter:
#kolla_enable_prometheus_libvirt_exporter:
Expand All @@ -582,9 +580,9 @@ kolla_build_args:
#kolla_enable_telegraf:
#kolla_enable_trove:
#kolla_enable_trove_singletenant:
#kolla_enable_venus:
#kolla_enable_vitrage:
#kolla_enable_vitrage_prometheus_datasource:
#kolla_enable_vmtp:
#kolla_enable_watcher:
#kolla_enable_zookeeper:
#kolla_enable_zun:
Expand Down Expand Up @@ -630,9 +628,6 @@ kolla_build_args:
# certificate bundle for the external API.
#
# Note that this should be formatted as a literal style block scalar.
#
# NOTE: kolla_tls_cert has been renamed to kolla_external_tls_cert. Support for
# the deprecated name kolla_tls_cert will be removed in a future release.
#kolla_external_tls_cert:

# Path to a CA certificate file to use for the OS_CACERT environment variable
Expand Down
3 changes: 1 addition & 2 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
docker_yum_gpgkey: "https://download.docker.com/linux/{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}/gpg"

{% if kolla_base_distro == 'centos' %}
barbican_tag: xena-20220728T143658
prometheus_tag: xena-20220728T143658
bifrost_tag: yoga-20220831T122627
{% endif %}
9 changes: 9 additions & 0 deletions etc/kayobe/networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@
# 'name' items. These tables will be added to /etc/iproute2/rt_tables.
#network_route_tables:

###############################################################################
# Network connectivity check configuration.

# External IP address to check. Default is 8.8.8.8.
#nc_external_ip:

# External hostname to check. Default is google.com.
#nc_external_hostname:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
4 changes: 2 additions & 2 deletions etc/kayobe/openstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
###############################################################################
# OpenStack release configuration.

# Name of the current OpenStack release. Default is "xena".
# Name of the current OpenStack release. Default is "yoga".
#openstack_release:

# Name of the current OpenStack branch. Default is "stable/xena".
# Name of the current OpenStack branch. Default is "stable/yoga".
#openstack_branch:

###############################################################################
Expand Down
38 changes: 19 additions & 19 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
# Do not edit! This file is autogenerated by Ansible.
stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version: 20211122T102435
stackhpc_pulp_repo_centos_stream_8_appstream_version: 20220607T061247
stackhpc_pulp_repo_centos_stream_8_baseos_version: 20220607T061247
stackhpc_pulp_repo_centos_stream_8_appstream_version: 20220817T082321
stackhpc_pulp_repo_centos_stream_8_baseos_version: 20220817T082321
stackhpc_pulp_repo_centos_stream_8_extras_version: 20220401T032901
stackhpc_pulp_repo_centos_stream_8_nfv_extras_version: 20220609T110556
stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20220616T202817
stackhpc_pulp_repo_centos_stream_8_openstack_xena_version: 20220612T035123
stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20220824T113700
stackhpc_pulp_repo_centos_stream_8_openstack_yoga_version: 20220819T111114
stackhpc_pulp_repo_centos_stream_8_opstools_version: 20220617T100837
stackhpc_pulp_repo_centos_stream_8_powertools_version: 20220607T061247
stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version: 20220525T030654
stackhpc_pulp_repo_docker_ce_ubuntu_version: 20220708T132615
stackhpc_pulp_repo_docker_version: 20220607T061247
stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version: 20220525T030654
stackhpc_pulp_repo_epel_modular_version: 20220604T032730
stackhpc_pulp_repo_epel_version: 20220617T050552
stackhpc_pulp_repo_grafana_version: 20220616T113902
stackhpc_pulp_repo_mariadb_10_5_centos8_version: 20220609T110556
stackhpc_pulp_repo_rabbitmq_erlang_version: 20220616T113902
stackhpc_pulp_repo_rabbitmq_server_version: 20220602T033149
stackhpc_pulp_repo_treasuredata_4_version: 20220429T160649
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20220804T040153
stackhpc_pulp_repo_ubuntu_focal_security_version: 20220804T040153
stackhpc_pulp_repo_ubuntu_focal_version: 20220804T040153
stackhpc_pulp_repo_centos_stream_8_powertools_version: 20220817T082321
stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version: 20220803T043053
stackhpc_pulp_repo_docker_ce_ubuntu_version: 20220828T050510
stackhpc_pulp_repo_docker_version: 20220828T050510
stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version: 20220825T041159
stackhpc_pulp_repo_epel_modular_version: 20220828T050510
stackhpc_pulp_repo_epel_version: 20220830T054227
stackhpc_pulp_repo_grafana_version: 20220824T113700
stackhpc_pulp_repo_mariadb_10_6_centos8_version: 20220819T111114
stackhpc_pulp_repo_rabbitmq_erlang_version: 20220828T050510
stackhpc_pulp_repo_rabbitmq_server_version: 20220803T043053
stackhpc_pulp_repo_treasuredata_4_version: 20220823T042339
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20220830T054227
stackhpc_pulp_repo_ubuntu_focal_security_version: 20220830T054227
stackhpc_pulp_repo_ubuntu_focal_version: 20220830T054227
Loading