Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.22 KB

ConfigMap for HPCC Systems Cluster Configuration

Users can provide customerized settings for environment.xml generation through Kubernetes Configmap.

ConfigMap is created with bin/bootstrap-xxx.sh or bin/bootstrap.bat The files are available on hpcc-admin container under /etc/hpcc-config-map/

Following configuration are availble now Under hpcc directory:

topology.properties

This file defines how topology in environment.xml can be constructed

category.properties

Add/modify Software/Category directories as "-o" option in envgen/envgen2

override.envgen2

Override all component properties with the give xpath for the given buildset with the value provided. This is "-override" option in envgen/envgen2

xpath_attributes.envgen2

Sets or add the xpath attribue and value. This is "-set-xpath-attrib-value" of envgen/envgen2

[component].envgen2

Add/modify component settings with envgen2 syntax /sbin/envgen2 [-help-update-1 ! -help-update-2] will show some examples

contents/*.xml

These xml files will be inserted to environment.xml to xpath provided in in the file These files will be sorted first so users can use file names to control the execution order.