From: Thanh Ha Date: Tue, 18 Jul 2017 16:27:51 +0000 (-0400) Subject: Update with suggestions from 60434 X-Git-Tag: release/nitrogen~265^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=2712d5d09813be53565b683d71894619d44fcc4e Update with suggestions from 60434 Suggestions from I224153876e0749eb7a917244edbd5189495f5999 Change-Id: Ic86ca868b761166eaf8acbb1d9c47eb769e4e24a Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 7d7ad6867..c295a7cbb 100644 --- a/.coafile +++ b/.coafile @@ -3,9 +3,9 @@ ignore = .** [all.Documentation] bears = WriteGoodLintBear -files = **/*.markdown, - **/*.md, - **/*.rst +files = **.markdown, + **.md, + **.rst allow_so_beginning = False allow_there_is = False allow_cliche_phrases = False @@ -20,14 +20,14 @@ ignore_length_regex = Signed-off-by, [all.JSON] bears = JSONFormatBear -files = **/*.json -ignore = .*/** +files = **.json +ignore = .** indent_size = 2 [all.ShellCheck] bears = ShellCheckBear, SpaceConsistencyBear -files = **/*.sh +files = **.sh ignore = .git/**, .tox/**, jenkins-scripts/*-local-env.sh, diff --git a/docs/jenkins.rst b/docs/jenkins.rst index f690d305e..276288d11 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -383,7 +383,8 @@ installs, we recommend using `Python Virtual Environments `_ to manage JJB and its Python dependencies. The `python-virtualenvwrapper`_ tool can help you do so. -Documentation is available for installing `python-virtualenvwrapper`_. On Linux systems with pip (typical), they amount to: +Documentation is available for installing `python-virtualenvwrapper`_. On Linux +systems with pip (typical), they amount to: .. code-block:: bash diff --git a/packer/README.markdown b/packer/README.markdown index 499e0bcce..95ed62f07 100644 --- a/packer/README.markdown +++ b/packer/README.markdown @@ -19,8 +19,7 @@ packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/ ``` **NOTE:** vars/cloud-env.json is a gitignored file as it contains private -information. A vars/cloud-env.json.example file that may be used as a -base for creating the one needed. +information. A vars/cloud-env.json.example file is provided as an example. This would build bootable image in two different OpenStack clouds. In specific, Rackspace's Public cloud and a private OpenStack cloud.