Add a hint of project-config repository

Change-Id: I6d83a44c9919dca90a60f2c955733add177a49d7
This commit is contained in:
watanabe.isao 2016-11-10 10:45:56 +09:00
parent 4c672edab5
commit 74b69ffebd

View File

@ -174,6 +174,13 @@ or
`logserver.pp <http://git.openstack .org/cgit/openstack-infra/puppet-openstackci/tree/manifests/logserver.pp>`__.
These are the top level puppet class that is used in ``site.pp``.
One parameter called ``project_config_repo`` is necessary to be set
into ``/etc/puppet/environments/common.yaml``.
You need to configure this parameter with the URL of the 'project-config'
repository which you will create in the step
`Create an Initial 'project-config' Repository`_ below.
Once completed, you should commit these 3 files to the ``/etc/puppet``
git repo. Your git workflow may vary a bit, but here is an example: