dd0211ab85
All of the project json files had lists of the core review team members. Since this was originally written, gerrit has added a REST API and this information is available through that API. Get the info from there instead when we can. There are a few project files I didn't convert because the equivalent gerrit team wasn't immediately obvious. Change-Id: Ie7ae19d9a58a5148002676604fd6962ea1438786 Signed-off-by: Russell Bryant <rbryant@redhat.com>
30 lines
824 B
JSON
30 lines
824 B
JSON
{"name": "tripleo", "subprojects": [
|
|
"openstack-infra/tripleo-ci",
|
|
"openstack/dib-utils",
|
|
"openstack/diskimage-builder",
|
|
"openstack/os-apply-config",
|
|
"openstack/os-collect-config",
|
|
"openstack/os-cloud-config",
|
|
"openstack/os-net-config",
|
|
"openstack/os-refresh-config",
|
|
"openstack/python-tuskarclient",
|
|
"openstack/tripleo-common",
|
|
"openstack/tripleo-heat-templates",
|
|
"openstack/tripleo-image-elements",
|
|
"openstack/tripleo-puppet-elements",
|
|
"openstack/tripleo-incubator",
|
|
"openstack/tripleo-specs",
|
|
"openstack/tuskar"
|
|
],
|
|
"core-team-gerrit-group": "tripleo-core",
|
|
"lp_projects": [
|
|
"diskimage-builder",
|
|
"os-apply-config",
|
|
"os-cloud-config",
|
|
"os-collect-config",
|
|
"os-refresh-config",
|
|
"python-tuskarclient",
|
|
"tripleo",
|
|
"tuskar"
|
|
]}
|