[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
This commit is contained in:
Miguel Garcia 2021-11-08 16:44:36 +01:00
parent e153a14156
commit 2b4dd668ec
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ tcib_packages:
- enable: mariadb:{{ tcib_rhel_modules['mariadb'] | default('10.3') }}
- enable: virt:{{ tcib_rhel_modules['virt'] | default('av') }}
- enable: redis:{{ tcib_rhel_modules['redis'] | default('5') }}
- enable: nodejs:{{ tcib_rhel_modules['nodejs'] | default('14') }}
el9:
- disable: virt:rhel
- enable: virt:{{ tcib_rhel_modules['virt'] | default('av') }}