From 54a98ea931511df013950216c4a8335981d00172 Mon Sep 17 00:00:00 2001 From: David Roble Date: Tue, 10 Apr 2018 11:18:30 -0400 Subject: [PATCH] linchpin verson bump and AWS example support * bumped supported version of linchpin to version 1.5.2 * added an entry in the JJB workflow template for AWS EC2 --- cinch/playbooks/install-rhel7.yml | 4 ++-- jjb/ci-jslave-project-sample.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cinch/playbooks/install-rhel7.yml b/cinch/playbooks/install-rhel7.yml index c9009ed..6aa0714 100644 --- a/cinch/playbooks/install-rhel7.yml +++ b/cinch/playbooks/install-rhel7.yml @@ -69,12 +69,12 @@ virtualenv_site_packages: true with_dict: "{{ venvs }}" - - name: install version 1.0.4 of linchpin using pip + - name: install version 1.5.2 of linchpin using pip pip: name: linchpin virtualenv: "{{ venvs.linchpin }}" extra_args: -U - version: 1.0.4 + version: 1.5.2 - name: install released version of cinch using pip pip: diff --git a/jjb/ci-jslave-project-sample.yaml b/jjb/ci-jslave-project-sample.yaml index 7a34895..9c1dd73 100644 --- a/jjb/ci-jslave-project-sample.yaml +++ b/jjb/ci-jslave-project-sample.yaml @@ -10,6 +10,7 @@ choices: - openstack-slave - beaker-slave + - aws_ec2-slave builders: - shell: | #!/bin/bash -ex