Merge "Update rally version"
[functest.git] / functest / opnfv_tests / security_scan / config.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 = stig-rhel7-server-upstream
14 report = report.html
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 = sstig-rhel7-server-upstream
26 report = report.html
27 results = results.xml
28 reports_dir=/home/opnfv/functest/results/security_scan/
29 clean = True