diff options
author | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2021-04-18 13:39:40 +0530 |
---|---|---|
committer | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2021-06-14 09:36:08 +0530 |
commit | 0c3b23c3a3f48f1fbc2e59e76245a847de53ab92 (patch) | |
tree | 84b02eeb225a7cca72babe5a19ac5847f2146ced /sdv/docker/sdvsecurity/security.conf | |
parent | d1cc451f841f995028d57677e897a39229a065a2 (diff) |
[WIP]: Openstack Security Check
This patch adds openstack security checking.
This is based on https://docs.openstack.org/security-guide/checklist.html
Support reading configuration from default file and environment
Added reference security.conf
Update the Documentation. Update index to include security
Fix bug reported by Parth, and another.
JIRA: CIRV-49
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I72579a861409c3aaf464f44f0cdc24dc33cd4345
Diffstat (limited to 'sdv/docker/sdvsecurity/security.conf')
-rw-r--r-- | sdv/docker/sdvsecurity/security.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdv/docker/sdvsecurity/security.conf b/sdv/docker/sdvsecurity/security.conf new file mode 100644 index 0000000..4621d6a --- /dev/null +++ b/sdv/docker/sdvsecurity/security.conf @@ -0,0 +1,4 @@ +# Custom Configuration. Use this file for customization before building. + +# One of 'docker' (rhosp, devstack-kolla), 'k8s' (airship), 'legacy' (devstack, tungsten-fabric, fuel) +DEPLOYMENT = 'k8s' |