From 3b9dcb2903e5cdc7740f59e44e4d6faf4e099b51 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 8 Nov 2018 03:15:53 +0800 Subject: [PATCH] Rm openstack-install for lf-infra-pre-build lf-infra-pre-build is able to manage openstack client installs so remove the openstack-install script. No need to release note since no project should be using openstack-cron yet as in it's current state is incomplete. Change-Id: Ic6ee5ae0e5815d2730b3fa6154fd8e6d5b096844 Signed-off-by: Thanh Ha --- jjb/lf-ci-jobs.yaml | 2 +- shell/openstack-install.sh | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 shell/openstack-install.sh diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index da70ba3f..733def52 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -1280,9 +1280,9 @@ - timed: '{obj:cron}' builders: + - lf-infra-pre-build - inject: properties-content: OS_CLOUD={openstack-cloud} - - shell: !include-raw-escape: ../shell/openstack-install.sh - shell: !include-raw-escape: ../shell/openstack-protect-in-use-images.sh publishers: diff --git a/shell/openstack-install.sh b/shell/openstack-install.sh deleted file mode 100644 index a7e5099a..00000000 --- a/shell/openstack-install.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2018 The Linux Foundation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -# Install the openstack cli -echo "---> Install openstack cli" - -set -eux -o pipefail - -pip install --user --quiet --upgrade "pip<10.0.0" setuptools -pip install --user --quiet --upgrade python-openstackclient python-heatclient -pip freeze -- 2.16.6