diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-27 22:04:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-27 22:04:18 +0000 |
commit | 8a646686edb6822214abd9b91e4b593bcd616e46 (patch) | |
tree | fce132ff1fc0387ae5f4ec9afea920c7aaa8266e /capabilities-map.yaml | |
parent | 2fe6bc760e06b44dca215a4b5eec6a03ac8b2784 (diff) | |
parent | afdc138987db8246be1f3a0948967f10c3011bb8 (diff) |
Merge "Add AuditD composable service"
Diffstat (limited to 'capabilities-map.yaml')
-rw-r--r-- | capabilities-map.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index aae89307..08c455f9 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -541,6 +541,14 @@ topics: - title: Security Options description: Security Hardening Options environment_groups: + - title: SSH Banner Text + description: Enables population of SSH Banner Text + environments: + - file: environments/sshd-banner.yaml + title: SSH Banner Text + description: + requires: + - overcloud-resource-registry-puppet.yaml - title: Horizon Password Validation description: Enable Horizon Password validation environments: @@ -549,3 +557,11 @@ topics: description: requires: - overcloud-resource-registry-puppet.yaml + - title: AuditD Rules + description: Management of AuditD rules + environments: + - file: environments/auditd.yaml + title: AuditD Rule Management + description: + requires: + - overcloud-resource-registry-puppet.yaml |