Skip to content

Commit 3adc5c2

Browse files
committed
ci: disable vnc on IPA jobs
The CI jobs used on this pipeline are for IPA. As such, we don't need the VNC/graphical console services operating on this project pipeline. Graphical console is facing end users and interacting with a deployed server, IPA is about deploying the host. There is not a valid flow which would really cross-over the two because VNC is about connectivity for the instance which is unrelated to IPA. Change-Id: Ic7fe4983937df8136f20f48f0f2b42d9b7e7bc6d Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
1 parent 033a237 commit 3adc5c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zuul.d/ironic-python-agent-jobs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
IRONIC_RAMDISK_TYPE: dib
2626
devstack_services:
2727
dstat: false
28+
ir-novnc: False
2829

2930
# used by diskimage-builder and IPA-builder
3031
- job:
@@ -53,6 +54,7 @@
5354
s-container: True
5455
s-object: True
5556
s-proxy: True
57+
ir-novnc: False
5658
devstack_localrc:
5759
IRONIC_BOOT_MODE: uefi
5860
IRONIC_DEPLOY_DRIVER: redfish
@@ -97,4 +99,6 @@
9799
# NOTE(dtantsur): the ansible deploy doesn't depend on IPA code,
98100
# excluding it from the enabled list to save gate time.
99101
IRONIC_ENABLED_DEPLOY_INTERFACES: "direct"
102+
devstack_services:
103+
ir-novnc: False
100104

0 commit comments

Comments
 (0)