X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-update-image-list.sh;h=9875aa158e698a1ac310271bf52d443a21e6c9a4;hb=6042bc99f732605b550657e276cb96c75914857f;hp=48ac3e26196a486daab6b7654ab68d74c94df9a4;hpb=002b9147e8ea4ac1d83543ac89663b45c1c0ecf0;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-update-image-list.sh b/jjb/opendaylight-infra-update-image-list.sh index 48ac3e261..9875aa158 100644 --- a/jjb/opendaylight-infra-update-image-list.sh +++ b/jjb/opendaylight-infra-update-image-list.sh @@ -1,11 +1,20 @@ #!/bin/bash -virtualenv "$WORKSPACE/.venv" -# shellcheck disable=SC1090 -source "$WORKSPACE/.venv/bin/activate" -PYTHON="$WORKSPACE/.venv/bin/python" -$PYTHON -m pip install --upgrade --quiet pip -$PYTHON -m pip install --upgrade --quiet python-openstackclient python-heatclient -$PYTHON -m pip freeze +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 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 +############################################################################## + +virtualenv "/tmp/v/openstack" +# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 +source "/tmp/v/openstack/bin/activate" +pip install --upgrade --quiet pip +pip install --upgrade --quiet python-openstackclient python-heatclient +pip freeze cat > "$WORKSPACE/docs/cloud-images.rst" << EOF Following are the list of published images available to be used with Jenkins jobs.