Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

2.2.14 Discovery Definition File

File name

discovery_config.xml

Description

Defines discovery operations for Windows OS patch configuration information and OpenStack information.

File location

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\config

[Linux]

/etc/opt/FJSVcfmgm/config

File format

<?xml version="1.0" encoding="utf-8"?>
<Discovery>
  <RepositoryServers>
    <WSUS>
      <entry key="enable-wsus">true</entry>
      <entry key="ipaddress">10.10.10.10</entry>
      <entry key="port"></entry>
    </WSUS>
  </RepositoryServers>
  <Sites>
    <OpenStack>
      <entry key="site-id">OpenStack</entry>
      <entry key="enable-openstack">true</entry>
      <entry key="ipaddress">12.12.12.12</entry>
      <entry key="port">5000</entry>
      <entry key="domain-name">domain1</entry>
      <entry key="user-name">user1</entry>
      <entry key="password">systemwalker#1</entry>
    </OpenStack>
  </Sites>
</Discovery>

Parameters

RepositoryServers: Repository server information

This parameter sets up information relating to the repository server.

Multiple specifications: Not possible

WSUS: WSUS server information

This parameter sets up information for the WSUS server.

Multiple specifications: Possible

The contents of each key are as follows:

Key

Meaning

Value

Initial value

Default value

Remarks

enable-wsus

(*1)

Enables the WSUS server as a repository server.

  • true: Enable

  • false: Disable

true

false

ipaddress

(*1)

Specifies the IP address of the WSUS server.

Note: If this key is empty, the repository server will be disabled.

IP address

Example: 10.10.10.10

-

Empty

port

WSUS server port

Note: If this key is empty, 80 or 8530 is used. If using a port other than 80 or 8530, specify the port number.

Port number

Example:
80
8530

Empty

Empty

*1: The value specified at setup is applied.

Sites: Site information

Set the site information.

Multiple specifications: Not possible

OpenStack: Information about OpenStack site

Set the information about the OpenStack site.

Multiple specifications: Not possible

The contents of each key are as follows:

Key

Meaning

Value

Initial value

Default value

Remarks

site-id

Site ID.

Fixed to "OpenStack".

OpenStack

None

enable-openstack

Enables the OpenStack site.

  • true: Enable

  • false: Disable

false

false

ipaddress

API endpoint

Sets the information about API endpoints of OpenStack Keystone.

IP address

Empty

None

port

Port number

Empty

None

domain-name

Service access user

Sets the service access user information.

Domain name

Empty

Default

user-name

User name

Empty

None

password

Password

Empty

None

Cautions

Use UTF-8 as the character encoding for the file.

Changes to the definition are applied immediately.

Example