From 00080f07923173136568c07ad19dcee2546ccf6f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 9 May 2022 10:45:47 +1000 Subject: [PATCH] Add opendev/infra-vhd-util-deb repository Similar to the recent change Ie00c42857e7a541aa1ccb8fe480756c1e7a38dc4, the patched version of vhd-util in the openstack-ci PPA produces Xen (rackspace) acceptable .vhd images from diskimage-builder. This is another tool that isn't really captured by our gitops model (the need for this is all covered in [1] as to why this is a big PITA; tl;dr when porting this into qemu things that seem like they should work don't in Rackspace, and without being able to see the operator side of the cloud to understand what it's actually doing it's just an exercise in frustration). Similar to the openafs situation, the code is available from the PPA but the history has been kept in personal repos and uploaded manually. Having it go through gerrit is good for transparency and longer term maintenance. We'll have to fiddle the upload jobs, etc. so it works for both openafs and this; so this is just the first step to get things started. [1] https://docs.openstack.org/diskimage-builder/latest/developer/vhd_creation.html Change-Id: I92b9c65ade7fba2851fd798bad4f658da400dec4 --- gerrit/acls/opendev/infra-vhd-util-deb.config | 13 +++++++++++++ gerrit/projects.yaml | 5 +++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 20 insertions(+) create mode 100644 gerrit/acls/opendev/infra-vhd-util-deb.config diff --git a/gerrit/acls/opendev/infra-vhd-util-deb.config b/gerrit/acls/opendev/infra-vhd-util-deb.config new file mode 100644 index 0000000000..351af7ff0e --- /dev/null +++ b/gerrit/acls/opendev/infra-vhd-util-deb.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group infra-core +label-Code-Review = -2..+2 group infra-core +label-Workflow = -1..+1 group infra-core + +[access "refs/tags/*"] +createSignedTag = group infra-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 1a7f311b47..39d339f0ac 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -279,6 +279,11 @@ groups: - openstack-ci description: OpenStack Infrastructure Blueprint Repository +- project: opendev/infra-vhd-util-deb + description: vhd-util package build infrastructure for OpenDev production use + use-storyboard: true + groups: + - openstack-ci - project: opendev/irc-meetings description: OpenStack IRC meetings schedule - project: opendev/jeepyb diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index cfb1173044..784aebe4fb 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -85,6 +85,7 @@ opendev: - opendev/infra-manual - opendev/infra-openafs-deb - opendev/infra-specs + - opendev/infra-vhd-util-deb - opendev/irc-meetings - opendev/jeepyb - opendev/lodgeit diff --git a/zuul/main.yaml b/zuul/main.yaml index 5a513e01d7..393a20eb78 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -169,6 +169,7 @@ - opendev/infra-manual - opendev/infra-openafs-deb - opendev/infra-specs + - opendev/infra-vhd-util-deb - opendev/irc-meetings - opendev/jeepyb - opendev/lodgeit