Skip to content

Instantly share code, notes, and snippets.

@lukehinds
Created June 9, 2016 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukehinds/e7627e00f87b9c2f89df5daf1bf5cb38 to your computer and use it in GitHub Desktop.
Save lukehinds/e7627e00f87b9c2f89df5daf1bf5cb38 to your computer and use it in GitHub Desktop.
[undercloud]
port = 22
user = stack
remotekey = /home/stack/.ssh/id_rsa
localkey = /home/opnfv/.ssh/overCloudKey
[controller]
port = 22
user = heat-admin
scantype = xccdf
secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
profile = standard
report = report.hmtl
results = results.xml
reports_dir=/home/opnfv/functest/results/security_scan/
clean = True
[compute]
port = 22
user = heat-admin
scantype = xccdf
secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
profile = standard
report = report.hmtl
results = results.xml
reports_dir=/home/opnfv/functest/results/security_scan/
clean = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment