aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2021-06-14 09:42:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-06-14 09:42:15 +0000
commit59b843cdd9ea6f704412d760ece42f2a49dfb9cd (patch)
treea47666b7b1ab9426facdc2f35783907b3731bc13 /docs
parent5797983f51bea393307a0319bad438a798fcd054 (diff)
parent0c3b23c3a3f48f1fbc2e59e76245a847de53ab92 (diff)
Merge "[WIP]: Openstack Security Check"
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
-rw-r--r--docs/security/userguide.rst32
2 files changed, 34 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ae0729f..b10a1d6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,3 +21,5 @@ OPNFV CIRV-SDV
state/development/index
state/development/result_api
state/development/settings
+ urls/userguide
+ security/userguide
diff --git a/docs/security/userguide.rst b/docs/security/userguide.rst
new file mode 100644
index 0000000..c071c4c
--- /dev/null
+++ b/docs/security/userguide.rst
@@ -0,0 +1,32 @@
+*****************************
+CIRV-SDV: Security Validation
+*****************************
+
+Kali Release:
+Openstack security checking, as described here: https://docs.openstack.org/security-guide/checklist.html is implemented.
+
+This version supports following deployments:
+
+1. Triple-O (RHOSP - openstack services run as containers)
+2. Openstack on Kubernetes (Ex: Airship)
+3. Legacy - Devstack (openstack sevices baremetal applications)
+
+Running the container
+#####################
+
+run command docker build -t sdv-security .
+Things to note before building
+
+1. Correct deployment type
+2. Corresponding access information.
+3. Comment out the last line if the container is run interactively.
+
+First first two can be done by adding it in security.conf, or passing them as environment variables.
+
+Running the container
+#####################
+
+It is recommended to run interactively, using the following steps
+
+1. docker run -it sdv-security /bin/bash
+2. ./os-checklist