From ad6938977893ca711e206bcae89e7ecf1a42752d Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 14 Jun 2016 11:19:32 -0500 Subject: [PATCH] Update lists of skipped security role tasks The security role has fixes for V-38496 that will allow us to apply this configuration in the gate jobs. The AIDE issues have also been fixed, so V-38670 should be able to run in the gate without problems. Change-Id: Iab369540c1cab0612490ad04fe4ba2e9bfff7028 --- scripts/run-playbooks.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/run-playbooks.sh b/scripts/run-playbooks.sh index c1aaa5a0a6..dd3ab2b98c 100755 --- a/scripts/run-playbooks.sh +++ b/scripts/run-playbooks.sh @@ -54,9 +54,7 @@ pushd "playbooks" # NOTE(mattt): We have to skip V-38462 as openstack-infra are now building # images with apt config Apt::Get::AllowUnauthenticated set # to true. - # NOTE(cloudnull): We have to skip V-38496,V-38670 as openstack-infra are now building - # images with open users resulting in "System accounts are unlocked" - install_bits --skip-tag "V-38462,V-38496,V-38670" security-hardening.yml + install_bits --skip-tag "V-38462" security-hardening.yml # Bring the lxc bridge down and back up to ensures the iptables rules are in-place # This also will ensure that the lxc dnsmasq rules are active.