]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
f; more review feedback from dmick 75/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 16 Jul 2015 14:49:24 +0000 (09:49 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Jul 2015 14:49:36 +0000 (09:49 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/README.rst
roles/testnode/defaults/main.yml

index 5b688fff139c55a6f8a5051e4999ee4c8f3d1281..c910124a9f740becb213b683a7886d38c2453c12 100644 (file)
@@ -23,7 +23,7 @@ Usage
 +++++
 
 The testnode role is primarily used by the ``testnodes.yml`` playbook.  This playbook is run by cobbler during
-bare-metal imaging to prepare a node for testing and it also used by teuthology during test runs to ensure the config
+bare-metal imaging to prepare a node for testing and is also used by teuthology during test runs to ensure the config
 is correct before testing.
 
 **NOTE:** ``testnodes.yml`` is limited to run against hosts in the ``testnodes`` group by the ``hosts`` key in the playbook.
@@ -103,9 +103,9 @@ A list of packages to install that are common to a distro or distro version. The
 
     common_packages: []
 
-**NOTE:** A good example of how ``packages`` and ``common_packages`` work together is with Ubuntu. The var file ``roles/testnode/vars/ubuntu.yml`` define
-a number of packages in ``common_packages`` that need to be installed across all versions of ubuntu.  While the version specific files
-(for example, ``roles/testnode/vars/ubuntu_14.yml``) define packages in ``packages`` that either have varying names across version or are only needed
+**NOTE:** A good example of how ``packages`` and ``common_packages`` work together is with Ubuntu. The var file ``roles/testnode/vars/ubuntu.yml`` defines
+a number of packages in ``common_packages`` that need to be installed across all versions of ubuntu, while the version-specific files
+(for example, ``roles/testnode/vars/ubuntu_14.yml``) define packages in ``packages`` that either have varying names across versions or are only needed
 for that specific version. This is the same idea behind the vars that control apt and yum repos as well.
 
 A list of packages to remove. These lists are defined in the var files in ``vars/``::
index 4f3f2b3bac9b400e7a455e9318edfda0adb3091f..5aebe3142254ebf18529fa2c172c8e06ea1ef5df 100644 (file)
@@ -16,7 +16,8 @@ common_apt_repos: []
 # version-specific apt repos, defined in the the version-specific var files
 apt_repos: []
 
-# packages to install
+# packages to install, see common_packages below as well. The set of packages to install
+# is packages + common_packages
 packages: []
 
 # packages common to a major version, distro or package type. This means that they