[Openstack-security] [Bug 1588544] Fix merged to openstack-ansible-security (master)

OpenStack Infra 1588544 at bugs.launchpad.net
Fri Jun 10 07:43:03 UTC 2016


Reviewed:  https://review.openstack.org/325421
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-security/commit/?id=ef69ba2fadfd9c484a5b009b79c0d27ee282613d
Submitter: Jenkins
Branch:    master

commit ef69ba2fadfd9c484a5b009b79c0d27ee282613d
Author: Major Hayden <major at mhtx.net>
Date:   Thu Jun 9 09:02:50 2016 -0500

    Add initial support for Red Hat Enterprise Linux 7
    
    This patch adds initial support for Red Hat Enterprise Linux 7. Although
    it has been tested on release 7.2, it's not possible to test Red Hat
    Enterprise Linux in the OpenStack CI gate jobs.
    
    Release notes are included.
    
    Change-Id: I62e06b9b105bc901eab6a019a378b29691862658
    Partial-bug: 1588544

-- 
You received this bug notification because you are a member of OpenStack
Security, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1588544

Title:
  RHEL7 Support for ansible security

Status in openstack-ansible:
  In Progress

Bug description:
  I am attempting to take the latest openstack-ansible-security role and
  run standalone checks against RHEL 7.2 and I am finding that the often
  used method to exclude items when a --check is executed "when: not
  check_mode" fails and causes and exit.  There are some cases where I
  have been able to get round this with ignore_errors: yes however that
  is not a solution.

  
  TASK: [security | V-38637 - Contents of auditd package must be verified] ****** 
  fatal: [172.31.255.20] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.21] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.18] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.15] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.11] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.12] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.13] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.24] => error while evaluating conditional: not check_mode
  fatal: [172.31.255.16] => error while evaluating conditional: not check_mode

  FATAL: all hosts have already failed -- aborting

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1588544/+subscriptions




More information about the Openstack-security mailing list