Andrew Bogott has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404484 )

Change subject: nova compute: whitelist meltdown-safe kernel version
......................................................................

nova compute: whitelist meltdown-safe kernel version

Change-Id: Icf50750bb3d3a223d37715b35d4cfabbe01a9082
---
M modules/openstack/manifests/nova/compute/audit.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/404484/1

diff --git a/modules/openstack/manifests/nova/compute/audit.pp 
b/modules/openstack/manifests/nova/compute/audit.pp
index 582a365..e9ccb94 100644
--- a/modules/openstack/manifests/nova/compute/audit.pp
+++ b/modules/openstack/manifests/nova/compute/audit.pp
@@ -6,7 +6,7 @@
 # Virtio has shown to be non-determinstic on certain host:client kernel
 # version matchups (IO freezing)
 class openstack::nova::compute::audit(
-    $whitelist_kernels=['4.4.0-81-generic'],
+    $whitelist_kernels=['4.4.0-81-generic', '4.4.0-109-generic'],
     ) {
 
     if os_version('ubuntu >= trusty') {

-- 
To view, visit https://gerrit.wikimedia.org/r/404484
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf50750bb3d3a223d37715b35d4cfabbe01a9082
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to