3fd00c17a8
The 'git-repo-manifests' project will hold manifest files which can be used with the git-repo program to clone multiple projects at once. git-repo also known as repo is developed hand-in-hand with Gerrit by Google. https://gerrit.googlesource.com/git-repo Manifest files are XML documents used to specify multiple git repositories that are associated with each other. This will allow being able to pull down all git repositories associated with a master project. For example the Ironic project has multiple git repositories associated with it. For example: - openstack/bifrost - openstack/coreos-image-builder - openstack/ironic - openstack/ironic-inspector - openstack/ironic-lib - openstack/ironic-python-agent - openstack/ironic-specs - openstack/ironic-webclient - openstack/python-dracclient - openstack/python-ironic-inspector-client - openstack/python-ironicclient With a correct manifest file and git-repo installed could do the following to check out all the repositories: $ repo init -u https://review.openstack.org/openstack/git-repo-manifests -m ironic $ repo sync -c This will be purely optional for usage by developers. Change-Id: Ib685484dc0a237131c16952301ac55d7b6356a03 |
||
---|---|---|
accessbot | ||
dev | ||
docs-site | ||
gerrit | ||
gerritbot | ||
jenkins | ||
nodepool | ||
specs | ||
tools | ||
zuul | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
test-requirements.txt | ||
tox.ini |
OpenStack Infra Config Files
This repo contains a set of config files that are consumed by the openstack-infra/system-config puppet modules in order to deploy and configure the OpenStack Infrastructure. You should edit these files to make configuration changes to the OpenStack Infrastructure.
accessbot
This dir contains the IRC access bot channel config. This config file is used to specify which channels are managed by the infra team and the permissions assigned to nicks in those channels.
gerrit
This dir contains the main project registry in projects.yaml along with all of the gerrit project ACLs in the acls subdir. You will need to edit these files to add new projects to Gerrit.
See the StackForge Documentation for info on adding projects.
gerritbot
This dir contains the gerritbot channel config file. Edit this file to add the gerritbot to your IRC channels for gerrit event messages.
jenkins
This dir contains the Jenkins job definitions as supplied to Jenkins Job Builder as well as the scripts used in many of the jobs. Edit these files if you need to add/delete/modify Jenkins Jobs.
Jenkins Documentation Jenkins Job Builder Documentation
nodepool
This dir contains the nodepool scripts and nodepool disk image builder elements that are used to build the images we boot slave nodes off of. Edit these files if you need to modify the base images that Jenkins jobs run on.
specs
This dir contains the index.html file for the http://specs.openstack.org site. Edit this file if you are adding and removing projects from that site.
Static Web Hosting Documentation
zuul
This dir contains the zuul layout.yaml file and its python functions file(s). These files determine what jobs are run on Gerrit events for each project. Edit these files if you need to change the jobs that your project runs or attributes of those jobs (voting, slave node type, etc).
dev
This dir contains config files for the development deployments of the above services.