Remove unused python clients from repo & tempest
This patch removes the unused python clients from the tempest role and the openstack_clients in the repo as these projects may introduce incompatible requirements to the projects we deploy and support. Change-Id: I2d412dea8d91c94fc4ff9a5f64c19ae9c44fed8e Closes-Bug: #1482260
This commit is contained in:
parent
6bf8a7b0f4
commit
d82bbb4336
@ -24,12 +24,6 @@
|
||||
## * All items with this file should be separated by `name_` note that the name of the
|
||||
## package should be one long name with no additional `_` separating it.
|
||||
|
||||
## Barbican client
|
||||
barbicanclient_git_repo: https://git.openstack.org/openstack/python-barbicanclient
|
||||
barbicanclient_git_install_branch: 2f9dc5eb0d5124df41620c6f34202219687f5583 # HEAD of "master" as of 22.06.2015
|
||||
barbicanclient_git_dest: "/opt/barbicanclient_{{ barbicanclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Ceilometer client
|
||||
ceilometerclient_git_repo: https://git.openstack.org/openstack/python-ceilometerclient
|
||||
ceilometerclient_git_install_branch: 7e4d2edc970a555b982d7081a95c6a1ada6d58de # HEAD of "master" as of 22.06.2015
|
||||
@ -42,12 +36,6 @@ cinderclient_git_install_branch: f32684747f39d6723f990ee3171e507466066e36 # HEAD
|
||||
cinderclient_git_dest: "/opt/cinderclient_{{ cinderclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Designate client
|
||||
designateclient_git_repo: https://git.openstack.org/openstack/python-designateclient
|
||||
designateclient_git_install_branch: b57328dc8f7346152464e18b0210dd1d44abc6f3 # HEAD of "master" as of 22.06.2015
|
||||
designateclient_git_dest: "/opt/designateclient_{{ designateclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Glance client
|
||||
glanceclient_git_repo: https://git.openstack.org/openstack/python-glanceclient
|
||||
glanceclient_git_install_branch: cc38f51086b930a05c0abecf6c9e00fdf5c294f6 # HEAD of "master" as of 22.06.2015
|
||||
@ -60,12 +48,6 @@ heatclient_git_install_branch: 4b193e11712847e9b5a80a507124f5d22749ae8d # HEAD o
|
||||
heatclient_git_dest: "/opt/heatclient_{{ heatclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
# Ironic client
|
||||
ironicclient_git_repo: https://git.openstack.org/openstack/python-ironicclient
|
||||
ironicclient_git_install_branch: 3f4671a0b7eb5c300291c2e92082d16b96e6316c # HEAD of "master" as of 22.06.2015
|
||||
ironicclient_git_dest: "/opt/ironicclient_{{ ironicclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
# Keystone client
|
||||
keystoneclient_git_repo: https://git.openstack.org/openstack/python-keystoneclient
|
||||
keystoneclient_git_install_branch: d238cc9af4927d1092de207db978536d712af129 # HEAD of "master" as of 22.06.2015
|
||||
@ -90,31 +72,7 @@ openstackclient_git_install_branch: 2d6bc8f4c38dbf997e3e71119f13f0328b4a8669 # H
|
||||
openstackclient_git_dest: "/opt/openstackclient_{{ openstackclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Sahara client
|
||||
saharaclient_git_repo: https://git.openstack.org/openstack/python-saharaclient
|
||||
saharaclient_git_install_branch: 7eeac47d6cb7f2a734894004f62f6b6b91264597 # HEAD of "master" as of 22.06.2015
|
||||
saharaclient_git_dest: "/opt/saharaclient_{{ saharaclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Swift client
|
||||
swiftclient_git_repo: https://git.openstack.org/openstack/python-swiftclient
|
||||
swiftclient_git_install_branch: 7c716997a8ede3f98741709b0594340df9849a76 # HEAD of "master" as of 22.06.2015
|
||||
swiftclient_git_dest: "/opt/swiftclient_{{ swiftclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Trove client
|
||||
troveclient_git_repo: https://git.openstack.org/openstack/python-troveclient
|
||||
troveclient_git_install_branch: cdbf0f3071785dbe8f83b658748327f8b04a6c12 # HEAD of "master" as of 22.06.2015
|
||||
troveclient_git_dest: "/opt/troveclient_{{ troveclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Tuskar client
|
||||
tuskarclient_git_repo: https://git.openstack.org/openstack/python-tuskarclient
|
||||
tuskarclient_git_install_branch: 6fa19d5d106a353188cbccd286a710d1ada4d1d8 # HEAD of "master" as of 22.06.2015
|
||||
tuskarclient_git_dest: "/opt/tuskarclient_{{ tuskarclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Zaqar client
|
||||
zaqarclient_git_repo: https://git.openstack.org/openstack/python-zaqarclient
|
||||
zaqarclient_git_install_branch: 09de9ee38127c4cea67553881fa71991df4d9e37 # HEAD of "master" as of 22.06.2015
|
||||
zaqarclient_git_dest: "/opt/zaqarclient_{{ zaqarclient_git_install_branch | replace('/', '_') }}"
|
||||
|
@ -41,13 +41,9 @@ tempest_service_available_cinder: True
|
||||
tempest_service_available_glance: True
|
||||
tempest_service_available_heat: True
|
||||
tempest_service_available_horizon: True
|
||||
tempest_service_available_ironic: False
|
||||
tempest_service_available_neutron: True
|
||||
tempest_service_available_nova: True
|
||||
tempest_service_available_sahara: False
|
||||
tempest_service_available_swift: True
|
||||
tempest_service_available_trove: False
|
||||
tempest_service_available_zaqar: False
|
||||
|
||||
tempest_image_api_v1_enabled: true
|
||||
tempest_image_api_v2_enabled: True
|
||||
@ -64,24 +60,16 @@ tempest_main_group: tempest_all
|
||||
|
||||
tempest_requires_pip_packages:
|
||||
- oslo.serialization
|
||||
- python-barbicanclient
|
||||
- python-ceilometerclient
|
||||
- python-cinderclient
|
||||
- python-designateclient
|
||||
- python-glanceclient
|
||||
- python-heatclient
|
||||
- python-ironicclient
|
||||
- python-keystoneclient
|
||||
- python-marconiclient
|
||||
- python-memcached
|
||||
- python-neutronclient
|
||||
- python-novaclient
|
||||
- python-openstackclient
|
||||
- python-saharaclient
|
||||
- python-seamicroclient
|
||||
- python-swiftclient
|
||||
- python-troveclient
|
||||
- python-tuskarclient
|
||||
- virtualenv
|
||||
|
||||
tempest_pip_packages:
|
||||
|
@ -200,13 +200,9 @@ cinder = {{ tempest_service_available_cinder }}
|
||||
glance = {{ tempest_service_available_glance }}
|
||||
heat = {{ tempest_service_available_heat }}
|
||||
horizon = {{ tempest_service_available_horizon }}
|
||||
ironic = {{ tempest_service_available_ironic }}
|
||||
neutron = {{ tempest_service_available_neutron }}
|
||||
nova = {{ tempest_service_available_nova }}
|
||||
sahara = {{ tempest_service_available_sahara }}
|
||||
swift = {{ tempest_service_available_swift }}
|
||||
trove = {{ tempest_service_available_trove }}
|
||||
zaqar = {{ tempest_service_available_zaqar }}
|
||||
|
||||
|
||||
[stress]
|
||||
|
Loading…
x
Reference in New Issue
Block a user