openstack-helm-images/openstack/loci/build-wallaby.sh
Mohammed Naser e1a72a7cfa Added Victoria & Wallaby images
This patch adds the new release images but drops anything that's not
maintained anymore.

Depends-On: https://review.opendev.org/802920
Depends-On: https://review.opendev.org/802984
Depends-On: https://review.opendev.org/803095
Co-Authored-By: Andrii Ostapenko <andrii.ostapenko@att.com>
Change-Id: Id05cee25dc5f6baee0bd1bdf8dcfb5a2707950b8
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-07-31 03:13:36 +00:00

26 lines
1.2 KiB
Bash
Executable File

#!/bin/bash
SCRIPT=`realpath $0`
SCRIPT_DIR=`dirname ${SCRIPT}`
## Only build from main folder
# Replace with Registry URI with your registry like your
# dockerhub user. Example: "docker.io/openstackhelm"
VERSION=${VERSION:-"latest"}
OPENSTACK_VERSION="stable/wallaby"
#pycrypto was dropped after queens so we need to override the defaults
keystone_pip_packages=${keystone_pip_packages:-"'python-openstackclient'"}
heat_pip_packages=${heat_pip_packages:-"''"}
barbican_pip_packages=${barbican_pip_packages:-"''"}
glance_pip_packages=${glance_pip_packages:-"'python-swiftclient'"}
cinder_pip_packages=${cinder_pip_packages:-"'python-swiftclient'"}
neutron_pip_packages=${neutron_pip_packages:-"''"}
nova_pip_packages=${nova_pip_packages:-"''"}
horizon_pip_packages=${horizon_pip_packages:-"'heat-dashboard'"}
senlin_pip_packages=${senlin_pip_packages:-"''"}
congress_pip_packages=${congress_pip_packages:-"'python-congressclient'"}
magnum_pip_packages=${magnum_pip_packages:-"''"}
ironic_pip_packages=${ironic_pip_packages:-"''"}
neutron_sriov_pip_packages=${neutron_sriov_pip_packages:-"'networking-baremetal'"}
placement_pip_packages=${placement_pip_packages:-"httplib2"}
source ${SCRIPT_DIR}/build.sh