
Currently Shipyard is attempting to retrieve Tiller information to pass to Armada. Once the dependent change is merged, Tiller will be moved into the same pod as Armada, and this information will be retrieved from the Armada configuration file. Therefore, Shipyard should no longer be retrieving this information for Armada. Co-Authored-By: Michael Beaver <michaelbeaver64@gmail.com> Depends-On: https://review.openstack.org/#/c/632788/ Change-Id: I689e396ef9f184525f09f819f13c1490344481f2
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# API requirements
|
|
|
|
alembic==1.0.0
|
|
arrow==0.12.1
|
|
configparser==3.5.0
|
|
cryptography==2.3
|
|
falcon==1.4.1
|
|
jsonschema==2.6.0
|
|
keystoneauth1==3.11.0
|
|
keystonemiddleware==5.2.0
|
|
networkx==2.1 # common/deployment_group
|
|
oslo.config==6.4.0
|
|
oslo.policy==1.38.1
|
|
PasteDeploy==1.5.2
|
|
psycopg2==2.7.4
|
|
python-dateutil==2.7.3
|
|
python-memcached==1.59
|
|
requests==2.19.1
|
|
setuptools==40.4.1
|
|
SQLAlchemy==1.2.12
|
|
ulid==1.1
|
|
uwsgi==2.0.17
|
|
|
|
# To support profiling in non-prod
|
|
Werkzeug==0.14.1
|
|
|
|
# Dependencies for other UCP components
|
|
git+https://git.openstack.org/openstack/airship-deckhand@0aae9dc1776bd97ab8f4152a51baedb24eb61396#egg=deckhand
|
|
git+https://git.openstack.org/openstack/airship-drydock.git@d93d6d5a0a370ced536180612d1ade708e29cd47#egg=drydock_provisioner&subdirectory=python
|
|
git+https://git.openstack.org/openstack/airship-armada.git@37249f3492b137ff6beb3d3c7e5e9dc1732ef8fb#egg=armada
|