Connect a PLOSSYS netdome System¶
After the installation, the PLOSSYS netdome (p4
) connector has already been activated. In the PLOSSYS netdome system, the node-p4rest
service has to be installed.
For connecting a PLOSSYS netdome system as backend system for SEAL Operator, execute the following steps:
Install the node-p4rest
Service in the PLOSSYS netdome System¶
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the node-p4rest-5.3.2.405.msi file from the SEAL Systems delivery platform. It is saved as
node-p4rest-5.3.2.405.msi
. -
Install
node-p4rest-5.3.2.405.msi
. With this, thenode-p4rest
service will be installed. -
Open the Windows
System
dialog and selectAdvanced System Settings
. -
In the
System Properties
dialog, selectEnvironment Variables
. -
Specify the following mandatory
node-p4rest
key inSystem Variables
:-
AUTH_ISSUER_URL
: OIDC issuer base URL -
ID_PROVIDER_NAME
: Name of the OIDC identity provider
Example - set system variables
AUTH_ISSUER_URL=https://localhost:32769/auth/realms/SEAL ID_PROVIDER_NAME=https://localhost:32769/auth/realms/SEAL
-
-
Specify the following optional
node-p4rest
keys and PLOSSYS netdome variables inSystem Variables
unless the respective default fits:-
ID_PROVIDER_CERT
(optional): Path and the file name of the certificate generated by the OIDC identity provider -
INFOSERVER_URL
(optional): URL of PLOSSYS Infoserver -
PLSHOST
(optional): Server name of PLOSSYS Infoserver -
PLSPORT
(optional): Port number of PLOSSYS Infoserver -
PLSROOT
(optional): PLOSSYS netdome installation directory -
PGHOST
(optional): Server name of the PLOSSYS netdome PostgreSQL database used for the job reply -
PGPORT
(optional): Port number of the PLOSSYS netdome PostgreSQL database used for the job reply -
RLIGATE
(optional): Name of the target directory for the repro list files (rli, rlist) -
SERVICE_URL
(optional): URL under which the service can be accessed
Literature - PLOSSYS netdome system variables
For further information about the PLOSSYS netdome system variables, refer to the PLOSSYS netdome System Description.
-
-
node-p4rest
Caution - access to the directories of PLOSSYS netdome
Make sure that the service account under which the node-p4rest
service has been installed is allowed to write to the gate directories of PLOSSYS netdome.
Activate the Connector and Specify the Keys for the Connection¶
In SEAL Operator, activate the connector and specify the keys for the connection:
-
Export the complete configuration of SEAL Operator from Consul to a YAML file in order to ensure that the current configuration settings are used.
operator config export <filename>.yml --insecure
-
In the section of the PLOSSYS netdome (
p4
) connector, setcstatus
toon
. The Fileupload (scratch
) connector has to be activated as well.operator: connectors: ... p4: cstatus: 'on' serviceName: operator-p4 url: 'https://localhost:3010' scratch: cstatus: 'on' serviceName: operator-fileupload url: 'https://localhost:3009' ...
Caution - do not turn off
Do not deactivate the Fileupload (
scratch
) connector due to the PLOSSYS netdome (p4
) connector will not work otherwise! -
In the
env
section, specify the following keys for theseal-operator-p4
service:-
ACTION_EXECUTOR
: Backend system, hereP4
-
PLOSSYS_URL
: URL of the PLOSSYS netdome system to which SEAL Operator has to connect
env: service: ... operator-p4: tag: any: ACTION_EXECUTOR: P4 PLOSSYS_URL: 'https://<plossys_4_server_name>:3011' ...
Literature - keys
For further information about the available keys, refer to the description of the Keys.
-
-
Specify the following optional keys if required:
-
APW_URL
: URL of the APW REST server -
JWT_USERNAME
: User name set in the JSON Web Token (JWT) -
PLOSSYS_TIMEOUT
: Timeout for connecting and retrieving data from the PLOSSYS netdome system -
STAMP_META
: Flag if additional sheets are stamped as well -
TARGET_CONTENT_TYPE
: PLOSSYS netdome-specific job format, repro list or set collation -
TARGET_FILE_KEY
: Key where to put the names of local files when exporting to a repro list -
USER_NAME_KEY
: Key where to put the name of the logged-in user when exporting to a repro list
-
-
Save the
<filename>.yml
file and re-import it to Consul.operator config import <filename>.yml --insecure
Specify the Logon Data¶
In SEAL Print Client, specify the logon data to the PLOSSYS netdome system:
-
Open SEAL Print Client and log on to it.
-
Open the
Server Settings
by selectingSettings
in the user menu. -
In the
PLOSSYS 4
section of the server settings, change to the edit mode, specify the user name and password and save the settings.
Customize the Panel (Optionally)¶
The PLOSSYS 4 panel configuration contained in delivery contains some standard parameters but is normally not sufficient for replacing an existent P2P or PAD installation for example. For how to customize the panel, refer to Customize the Panel.