Merge "Update rally version"
[functest.git] / functest / opnfv_tests / security_scan / examples / xccdf-standard.ini
1 [undercloud]
2 port = 22
3 user = stack
4 remotekey = /home/stack/.ssh/id_rsa
5 localkey = /root/.ssh/overCloudKey
6
7 [controller]
8 port = 22
9 user = heat-admin
10 scantype = xccdf
11 secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
12 cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
13 profile = standard
14 report = report.hmtl
15 results = results.xml
16 reports_dir=/home/opnfv/functest/results/security_scan/
17 clean = True
18
19 [compute]
20 port = 22
21 user = heat-admin
22 scantype = xccdf
23 secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
24 cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
25 profile = standard
26 report = report.hmtl
27 results = results.xml
28 reports_dir=/home/opnfv/functest/results/security_scan/
29 clean = True