Rm openstack-install for lf-infra-pre-build 96/13396/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 19:15:53 +0000 (03:15 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 19:15:55 +0000 (03:15 +0800)
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 <thanh.ha@linuxfoundation.org>
jjb/lf-ci-jobs.yaml
shell/openstack-install.sh [deleted file]

index da70ba3..733def5 100644 (file)
       - 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 (file)
index a7e5099..0000000
+++ /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