Merge "nova-next: Deploy noVNC from source instead of packages"

This commit is contained in:
Zuul
2022-01-22 02:18:09 +00:00
committed by Gerrit Code Review
+7
View File
@@ -214,10 +214,13 @@
Starting in Train, the job enabled counting quota usage from placement.
Starting in Ussuri, the job was changed to multinode.
Starting in Wallaby, the job defaults to the q35 machine type.
Starting in Yoga, the job tests noVNC from source.
Runs all tempest compute API and most scenario tests concurrently.
irrelevant-files: *nova-base-irrelevant-files
# Run post-tempest tests like for nova-manage commands.
post-run: playbooks/nova-next/post.yaml
required-projects:
- novnc/novnc
vars:
# We use the "all" environment for tempest_test_regex and
# tempest_exclude_regex.
@@ -290,6 +293,8 @@
ENABLE_VOLUME_MULTIATTACH: True
# Added in Ussuri.
FORCE_CONFIG_DRIVE: True
# Added in Yoga.
NOVNC_FROM_PACKAGE: False
devstack_services:
# Disable OVN services
br-ex-tcpdump: false
@@ -322,6 +327,8 @@
NOVA_USE_SERVICE_TOKEN: True
NOVA_CONSOLE_PROXY_COMPUTE_TLS: True
FORCE_CONFIG_DRIVE: True
# Added in Yoga.
NOVNC_FROM_PACKAGE: False
devstack_services:
# Disable OVN services
br-ex-tcpdump: false