From 3c9d1c4f48d670646d7ed5f7ee25a097f95ab422 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 23 Aug 2017 18:02:08 -0400 Subject: [PATCH] Remove base playbooks They're not actually used and are confusing. Change-Id: I27114189d97c4f998337b6632a5daf53c70f0b9c --- playbooks/base/post-ssh.yaml | 3 --- playbooks/base/pre.yaml | 9 --------- 2 files changed, 12 deletions(-) delete mode 100644 playbooks/base/post-ssh.yaml delete mode 100644 playbooks/base/pre.yaml diff --git a/playbooks/base/post-ssh.yaml b/playbooks/base/post-ssh.yaml deleted file mode 100644 index d793838ce..000000000 --- a/playbooks/base/post-ssh.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: all - roles: - - remove-build-sshkey diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml deleted file mode 100644 index d0b31210a..000000000 --- a/playbooks/base/pre.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: all - roles: - - add-build-sshkey - - multi-node-known-hosts - - prepare-workspace - - 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