Remove ansible-role-jenkins-job-builder

We no longer need to depend on JJB, so remove it.

Change-Id: Ifdf3c472608d5daf7699d9f1eed00b12e0f0f8cb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-03-15 15:48:38 -04:00
parent 231af5c763
commit a06930c67a
4 changed files with 0 additions and 6 deletions

View File

@ -12,9 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
---
# windmill.jenkins-job-builder
jenkins_job_builder_pip_virtualenv: /opt/venv/zuul-executor
# windmill.zuul
zuul_file_zuul_executor_service_config_src: zuul/etc/sysconfig/zuul-executor

View File

@ -23,7 +23,6 @@ pidfile = /var/run/zuul-scheduler/zuul-scheduler.pid
state_dir = /var/lib/zuul
[executor]
jenkins_jobs=/var/lib/zuul
log_config = /etc/zuul/executor-logging.conf
workspace_root=/var/lib/zuul/workspace

View File

@ -16,7 +16,6 @@
hosts: zuul-executor
roles:
- openstack.jenkins-job-builder
- openstack.zuul
post_tasks:

View File

@ -28,7 +28,6 @@ zuul-cloner -m $CLONEMAP \
--cache-dir /opt/git \
git://git.openstack.org \
openstack/ansible-role-diskimage-builder \
openstack/ansible-role-jenkins-job-builder \
openstack/ansible-role-nodepool \
openstack/ansible-role-shade \
openstack/ansible-role-ssh \