Commit Graph

18 Commits

Author SHA1 Message Date
OpenStack Proposal Bot a502ad3ed9 Updated from OpenStack Ansible Tests
Change-Id: Ib5442b1cd0b367e513fc93bb506d42579461f465
2021-12-17 16:50:16 +00:00
OpenStack Proposal Bot 4cdc2de73c Updated from OpenStack Ansible Tests
Change-Id: I679b36fb98f24ffa178cd06da46b6149054be61a
2021-03-22 08:53:32 +00:00
OpenStack Proposal Bot d608ecd1d1 Updated from OpenStack Ansible Tests
Change-Id: I51564aa762b8f1c5bc9bc74ef3dda0c9281ebfac
2021-03-12 22:23:17 +00:00
OpenStack Proposal Bot 4e44a54b95 Updated from OpenStack Ansible Tests
Change-Id: I816a89649849d7773c4a35452fe4989092537fea
2020-09-24 16:59:52 +00:00
OpenStack Proposal Bot 53bcfcf743 Updated from OpenStack Ansible Tests
Change-Id: Idf23e61424fc04fdd4f0804ced5742e25dc5f9b9
2020-06-04 09:21:15 +02:00
OpenStack Proposal Bot 979805c904 Updated from OpenStack Ansible Tests
Change-Id: Ib5bf9b8e29485790b5083f26f3b6f3555a8a03c0
2019-07-18 22:21:19 +00:00
OpenStack Proposal Bot d7344d7a6c Updated from OpenStack Ansible Tests
Change-Id: I7a2fee45a40ec7b049e258dcc105e4f0761e7ab4
2019-06-27 10:24:37 +00:00
OpenStack Proposal Bot f0c6c1d00f Updated from OpenStack Ansible Tests
Change-Id: I2b0e1ba4214939d46638132e8e92b4292bb8051d
2019-05-09 11:36:17 +00:00
OpenStack Proposal Bot f2452bd327 Updated from OpenStack Ansible Tests
Change-Id: Id0ea515e4788dce927b0321387dc12db03d77f7b
2018-09-28 06:23:44 +00:00
OpenStack Proposal Bot ce53f4afd3 Updated from OpenStack Ansible Tests
Change-Id: I3417226d8f2633e341b491c943cd0ed644ce7a65
2018-06-06 00:46:25 +00:00
OpenStack Proposal Bot d8334b9b13 Updated from OpenStack Ansible Tests
Change-Id: I9e682ece14cf767ec6bd7d4053fefce6420f19a7
2018-06-01 22:07:23 +00:00
OpenStack Proposal Bot af7c4bcd4f Updated from OpenStack Ansible Tests
Change-Id: I874e8c9d48cc82c29fa48a851a50214a33a41f1c
2018-05-09 19:44:44 +00:00
OpenStack Proposal Bot d7e476d9e8 Updated from OpenStack Ansible Tests
Change-Id: Iadcd1cb11c456fe177b52beb4c55fa5ade534c5b
2018-01-22 16:58:12 +00:00
Major Hayden 78d37afccc
Manually check apparmor_status
The apparmor systemd unit file simply calls an old SysV init script
to load AppArmor profiles. The init script exits and systemd has no
idea if it's still running or not. This causes Ansible to start
the apparmor unit each time the playbook runs, which breaks the
idempotency checks.

This patch checks the apparmor_status output directly to see what the
status of AppArmor actually is. If the module is loaded, then we
should not try to start AppArmor with the unit file again.

This patch also includes the updates from the openstack-ansible-tests
repository that were included in
https://review.openstack.org/#/c/488489/ so that the gate can be
unblocked.

Partial-Bug: 1710675
Change-Id: If253714d0ca4b5a3d324255751e6f6615ca75dde
2017-08-16 09:02:42 -05:00
OpenStack Proposal Bot f900089c9c Updated from OpenStack Ansible Tests
Change-Id: Iaaf96fcf00ce4df7c126f386d42e45a522e1db92
2017-07-12 18:21:55 +00:00
Markos Chandras 1a02653708 Sync test files with the openstack-ansible-tests repository
This syncs most of the common files with the openstack-tests repository.
This effectively removes the Ubuntu 14.04 support from the Vagrantfile
as well as the RHEL6 STIG V-38496 workaround for it. This also removes
the now unused tests/vagrant.yml file and uses the tests/test.yml like
the upstream OpenStack CI does.

However, it doesn't sync the bindep.txt file since it doesn't quite
match what we have in the openstack-ansible-tests repository so the
shared one needs to be fixed first.

Finally, it adds a new doc/.gitignore file to exclude the generated
documentation file. This is necessary in order for the shared .gitignore
one to be used in the root of the repository.

Change-Id: Ia34979af9029ffb03fb525679356e6d9f3a039a6
2017-06-27 13:25:35 +01:00
Travis Truman ff07803042 Add support for Xenial and CentOS 7 to the Vagrantfile
Added additional documentation on Vagrantfile
usage for all platforms.

Change-Id: If8941308f96313bfd71c9252c9508b6b68ab457e
2016-06-14 16:18:22 -04:00
Travis McPeak ac1093f98d Adding Vagrant setup for deploying security-ansible
This commit adds an initial Vagrant setup that will run the
security ansible tests in check mode against a clean Ubuntu
Trusty 64 image.

Change-Id: If5499dd111c66b9888d3fbc0772c568ef08954f5
Co-Authored-By: Rob Clark <robert.clark@hpe.com>
Co-Authored-By: Eric Brown <browne@vmware.com>
2016-01-25 08:04:26 -08:00