]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
Fix doc error for PUBLISH_HOST
authorRamy Asselin <ramy.asselin@hpe.com>
Thu, 5 Nov 2015 23:01:47 +0000 (15:01 -0800)
committerRamy Asselin <ramy.asselin@hpe.com>
Thu, 5 Nov 2015 23:03:03 +0000 (15:03 -0800)
`PUBLISH_HOST` does not exist. Correct the documentation to
`your-log-server`

Change-Id: Ie8c20c2bf50b2d5f5a67591462c035cabb1de5be

README.md

index 2b2466d48063b23105c8b13647d46c1124bd9b73..e9c68ec1ca536dac963c2e00ff8de9f7cb873b86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ There are a few configuration that need to be updated.
 
 3. Setup an intial set of nodepool scripts and elements. Start by cloning
    OpenStack's [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/)
-   and copy the contents of that repo's `nodepool/elements` to your repo's
+   and copying the entire contents of that repo's `nodepool/elements` to your repo's
    `nodepool/elements`. Optionally do the same for the `nodepool/scripts`
    folder. You may have to change these elements to work in your environment.
    If so, see this [README](http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/README.rst)
@@ -56,7 +56,8 @@ There are a few configuration that need to be updated.
 Adjust the jenkins jobs in `jenkins/jobs/` to your needs. You can find the full configuration details in the
 [Jenkins Job Builder manual](http://docs.openstack.org/infra/jenkins-job-builder/)
 
-1. Change the value of the `$PUBLISH_HOST` to the host (without https:// prefix) you will publish
+1. Change the value of the `<your-log-server>` in project-config-example/jenkins/jobs/macros-common.yaml
+   to the host you will publish
    job artifacts to. This is also known as the Log server. You can set one up using
    [openstackci::logserver puppet class](https://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/manifests/logserver.pp)