Update tarball publication URLs

With the OpenDev transition for static site content, the official
location for OpenStackID tarballs is now in
https://tarballs.opendev.org/osf/openstackid/ so update our template
accordingly.

Change-Id: I4939b5fde244777126497f707e362d1c28643a4e
This commit is contained in:
Jeremy Stanley 2020-02-24 21:12:16 +00:00
parent b1e5b59a0a
commit e83ceadfe4
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
SITE_ROOT=/srv/openstackid
SOURCE_TARBALL=http://tarballs.openstack.org/openstackid/openstackid-<%= @openstackid_release %>.tar.gz
SOURCE_TARBALL=https://tarballs.opendev.org/osf/openstackid/openstackid-<%= @openstackid_release %>.tar.gz
LARAVEL_ENV=<%= @id_environment %>
RELEASE_NAME=openstackid-<%= @openstackid_release %>.tar.gz
SOURCE_ROOT=http://tarballs.openstack.org/openstackid/
SOURCE_ROOT=https://tarballs.opendev.org/osf/openstackid/
USE_DB_SEEDING=<%= @use_db_seeding?1:0 %>
LARAVEL_VERSION=<%= @laravel_version %>
PHP_SERVICE_NAME=<%= @php_service_name %>
REDIS_PORT=<%= @redis_port %>
REDIS_PASSWORD=<%= @redis_password %>
REDIS_PASSWORD=<%= @redis_password %>