Rename package lists (and related vars) appropriately

In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: Ie416ef490b4e50b57bc3db870e1cb5540df6446e
This commit is contained in:
Jesse Pretorius 2016-08-30 16:59:49 +01:00
parent e61bb1462f
commit 6369a3b6e6
5 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ cloudkitty_packages }}"
with_items: "{{ cloudkitty_distro_packages }}"
tags:
- cloudkitty-install
- cloudkitty-apt-packages

View File

@ -21,4 +21,4 @@
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ cloudkitty_packages }}"
with_items: "{{ cloudkitty_distro_packages }}"

View File

@ -51,4 +51,4 @@
port: "{{ ansible_ssh_port | default('22') }}"
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
search_regex: OpenSSH
delay: 1
delay: 1

View File

@ -16,5 +16,5 @@
## APT Cache options
cache_timeout: 600
cloudkitty_packages:
cloudkitty_distro_packages:
- git

View File

@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cloudkitty_packages:
cloudkitty_distro_packages:
- git