Merge "zuul: Remove unnecessary 'USE_PYTHON3'"
This commit is contained in:
commit
b8f4e46939
11
.zuul.yaml
11
.zuul.yaml
@ -1,10 +1,6 @@
|
|||||||
# See https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3
|
# See https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3
|
||||||
# for job naming conventions.
|
# for job naming conventions.
|
||||||
|
|
||||||
# TODO(stephenfin): Remove 'USE_PYTHON3' once [1] or similar merges
|
|
||||||
#
|
|
||||||
# [1] https://review.opendev.org/#/c/649097/
|
|
||||||
#
|
|
||||||
- job:
|
- job:
|
||||||
name: nova-dsvm-multinode-base
|
name: nova-dsvm-multinode-base
|
||||||
parent: legacy-dsvm-base-multinode
|
parent: legacy-dsvm-base-multinode
|
||||||
@ -136,7 +132,6 @@
|
|||||||
resize: false
|
resize: false
|
||||||
cold_migration: false
|
cold_migration: false
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
NOVA_BACKEND: LVM
|
NOVA_BACKEND: LVM
|
||||||
# Do not waste time clearing volumes.
|
# Do not waste time clearing volumes.
|
||||||
LVM_VOLUME_CLEAR: none
|
LVM_VOLUME_CLEAR: none
|
||||||
@ -202,7 +197,6 @@
|
|||||||
network-feature-enabled:
|
network-feature-enabled:
|
||||||
qos_placement_physnet: public
|
qos_placement_physnet: public
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
# Added in Pike.
|
# Added in Pike.
|
||||||
NOVA_USE_SERVICE_TOKEN: True
|
NOVA_USE_SERVICE_TOKEN: True
|
||||||
# Enable TLS between the noVNC proxy & compute nodes; this requires
|
# Enable TLS between the noVNC proxy & compute nodes; this requires
|
||||||
@ -225,7 +219,6 @@
|
|||||||
group-vars:
|
group-vars:
|
||||||
subnode:
|
subnode:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
NOVA_USE_SERVICE_TOKEN: True
|
NOVA_USE_SERVICE_TOKEN: True
|
||||||
NOVA_CONSOLE_PROXY_COMPUTE_TLS: True
|
NOVA_CONSOLE_PROXY_COMPUTE_TLS: True
|
||||||
FORCE_CONFIG_DRIVE: True
|
FORCE_CONFIG_DRIVE: True
|
||||||
@ -246,7 +239,6 @@
|
|||||||
tox_envlist: all
|
tox_envlist: all
|
||||||
tempest_test_regex: api.*compute
|
tempest_test_regex: api.*compute
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
TEMPEST_COMPUTE_TYPE: compute_legacy
|
TEMPEST_COMPUTE_TYPE: compute_legacy
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -311,7 +303,6 @@
|
|||||||
# Disable other non-essential services that we don't need for this job.
|
# Disable other non-essential services that we don't need for this job.
|
||||||
c-bak: false
|
c-bak: false
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
# Setup two non-cell0 cells (cell1 and cell2).
|
# Setup two non-cell0 cells (cell1 and cell2).
|
||||||
NOVA_NUM_CELLS: 2
|
NOVA_NUM_CELLS: 2
|
||||||
# Disable resize to the same host so all resizes will move across
|
# Disable resize to the same host so all resizes will move across
|
||||||
@ -323,12 +314,10 @@
|
|||||||
group-vars:
|
group-vars:
|
||||||
peers:
|
peers:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
NOVA_ALLOW_MOVE_TO_SAME_HOST: true
|
NOVA_ALLOW_MOVE_TO_SAME_HOST: true
|
||||||
LIVE_MIGRATION_AVAILABLE: false
|
LIVE_MIGRATION_AVAILABLE: false
|
||||||
subnode:
|
subnode:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: True
|
|
||||||
# The subnode compute will get registered with cell2.
|
# The subnode compute will get registered with cell2.
|
||||||
NOVA_CPU_CELL: 2
|
NOVA_CPU_CELL: 2
|
||||||
devstack_services:
|
devstack_services:
|
||||||
|
@ -79,7 +79,6 @@ profiling and benchmarking scenarios so not all changes are relevant here):
|
|||||||
DATABASE_PASSWORD=$ADMIN_PASSWORD
|
DATABASE_PASSWORD=$ADMIN_PASSWORD
|
||||||
RABBIT_PASSWORD=$ADMIN_PASSWORD
|
RABBIT_PASSWORD=$ADMIN_PASSWORD
|
||||||
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
||||||
USE_PYTHON3=True
|
|
||||||
VIRT_DRIVER=fake
|
VIRT_DRIVER=fake
|
||||||
# You may use different numbers of fake computes, but be careful: 100 will
|
# You may use different numbers of fake computes, but be careful: 100 will
|
||||||
# completely overwhelm a 16GB, 16VPCU server. In the test profiles below a
|
# completely overwhelm a 16GB, 16VPCU server. In the test profiles below a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user