From b508106c9b35f61b38de019acbda5fee5052bb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Wed, 5 Dec 2018 14:03:21 +0100 Subject: [PATCH] [Documentation] Add links to the projects. List projects is good but it's also useful to have the links of the projects. Change-Id: I6506046d1d203ade052e66b00ea623ebcd367f33 Related-Bug: #1804642 --- doc/source/contributor/new_developers.rst | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/source/contributor/new_developers.rst b/doc/source/contributor/new_developers.rst index 781ff941..e77473e0 100644 --- a/doc/source/contributor/new_developers.rst +++ b/doc/source/contributor/new_developers.rst @@ -31,57 +31,57 @@ speed. Repositories that are part of TripleO ------------------------------------- -* tripleo-common: +* `tripleo-common `_: This is intended to be for TripleO libraries of common code including Mistral workflows and actions. Unfortunately it has become a bit overrun with unrelated bits. Work is ongoing to clean this up and split this into separate repositories. -* tripleo-heat-templates: +* `tripleo-heat-templates `_: This contains all the Heat templates necessary to deploy the overcloud (and hopefully soon the undercloud as well). -* python-tripleoclient: +* `python-tripleoclient `_: The CLI for deploying TripleO. This contains some logic but remember that we want to call Mistral actions from here where needed so that the logic can be shared with the UI. -* tripleo-docs: +* `tripleo-docs `_: Where these docs are kept. -* tripleo-image-elements: +* `tripleo-image-elements `_: Image elements (snippets of puppet that prepare specific parts of the image) for building the undercloud and overcloud disk images. -* tripleo-puppet-elements: +* `tripleo-puppet-elements `_: Puppet elements used to configure and deploy the overcloud. These used during installation to set up the services. -* puppet-tripleo: +* `puppet-tripleo `_: Puppet is used to configure the services in TripleO. This repository contains various puppet modules for doing this. -* tripleo-quickstart: +* `tripleo-quickstart `_: Quickstart is an Ansible driven deployment for TripleO used in CI. Most developers also use this to stand up instances for development as well. -* tripleo-quickstart-extras: +* `tripleo-quickstart-extras `_: Extended functionality for tripleo-quickstart allowing for end-to-end deployment and testing. -* tripleo-ui: +* `tripleo-ui `_: The web based graphical user interface for deploying TripleO. -* paunch: +* `paunch `_: This is a library that is used to deploy containers. It is called from the Heat templates during installation to deploy our containerized services. -* kolla: +* `kolla `_: We use the containers built by the Kolla project for services in TripleO. Any new containers or additions to existing containers should be submitted here. -* diskimage-builder: +* `diskimage-builder `_: Disk image builder is used to build our base images for the TripleO deployment.