From 7f64bddb1d0c7b27dae319c472d5a4c000f78f1b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 8 Jul 2017 10:00:38 -0500 Subject: [PATCH] Rename debug-ansible to validate-host It's doing more than just outputting ansible information. Change-Id: Icfbef10b1bcf36d75f961cd4319bc062a77efe2a --- playbooks/unittests/pre.yaml | 2 +- roles/{debug-ansible => validate-host}/README.rst | 0 .../{debug-ansible => validate-host}/library/zuul_debug_info.py | 0 roles/{debug-ansible => validate-host}/tasks/main.yaml | 0 .../templates/ansible-hostvars.j2 | 0 roles/{debug-ansible => validate-host}/templates/zuul-info.j2 | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename roles/{debug-ansible => validate-host}/README.rst (100%) rename roles/{debug-ansible => validate-host}/library/zuul_debug_info.py (100%) rename roles/{debug-ansible => validate-host}/tasks/main.yaml (100%) rename roles/{debug-ansible => validate-host}/templates/ansible-hostvars.j2 (100%) rename roles/{debug-ansible => validate-host}/templates/zuul-info.j2 (100%) diff --git a/playbooks/unittests/pre.yaml b/playbooks/unittests/pre.yaml index a2cec65a0..011865e23 100644 --- a/playbooks/unittests/pre.yaml +++ b/playbooks/unittests/pre.yaml @@ -6,7 +6,7 @@ gather_subset: - "!all" roles: - - role: debug-ansible + - role: validate-host # TODO(mordred) When we have site-local variables, these should go there zuul_traceroute_host: git.openstack.org zuul_image_manifest: /etc/dib-builddate.txt diff --git a/roles/debug-ansible/README.rst b/roles/validate-host/README.rst similarity index 100% rename from roles/debug-ansible/README.rst rename to roles/validate-host/README.rst diff --git a/roles/debug-ansible/library/zuul_debug_info.py b/roles/validate-host/library/zuul_debug_info.py similarity index 100% rename from roles/debug-ansible/library/zuul_debug_info.py rename to roles/validate-host/library/zuul_debug_info.py diff --git a/roles/debug-ansible/tasks/main.yaml b/roles/validate-host/tasks/main.yaml similarity index 100% rename from roles/debug-ansible/tasks/main.yaml rename to roles/validate-host/tasks/main.yaml diff --git a/roles/debug-ansible/templates/ansible-hostvars.j2 b/roles/validate-host/templates/ansible-hostvars.j2 similarity index 100% rename from roles/debug-ansible/templates/ansible-hostvars.j2 rename to roles/validate-host/templates/ansible-hostvars.j2 diff --git a/roles/debug-ansible/templates/zuul-info.j2 b/roles/validate-host/templates/zuul-info.j2 similarity index 100% rename from roles/debug-ansible/templates/zuul-info.j2 rename to roles/validate-host/templates/zuul-info.j2