[EL8] Add nodejs:14 module stream

nodejs is a dependency of novnc in EL8, so it gets installed in the
nova-novncproxy image. Not specifying a module stream means that the
install can default to an unsupported version of nodejs.

Explicitly enabling nodejs:14 prevents that.

The EL9 build of novnc does not require nodejs so this is not a concern
there.

Change-Id: I973dc924cfc5ba31aeb0ec19805c0f987a0221a0
(cherry picked from commit 2b4dd668ec)
This commit is contained in:
Miguel Garcia 2021-11-08 16:44:36 +01:00
parent 61234fd470
commit b26f4d4e8e
1 changed files with 1 additions and 0 deletions

View File

@ -69,4 +69,5 @@ tcib_packages:
- enable: mariadb:{{ tcib_rhel_modules['mariadb'] | default('10.3') }}
- enable: virt:{{ tcib_rhel_modules['virt'] | default('8.3') }}
- enable: redis:{{ tcib_rhel_modules['redis'] | default('5') }}
- enable: nodejs:{{ tcib_rhel_modules['nodejs'] | default('14') }}
tcib_stopsignal: SIGTERM