|
HLCC Documentation 3.0.0
|
Files | |
| wscript | |
NOMAD_ADDR must be set accordingly with the proper IP address. For example, on the hlcc test machine, we have: Nomad and Consul clusters have to be running. For example, on the hlcc test machine as root, we can execute:
client { ... meta { ... role = "hlcc"
# Set to true on machines with PTP configured and therefore # trs health shall be checked trs_health_enabled = "1"
# set to # Localhost_Only on isolated machine, so that not DDS traffic comes in/out # Default on machines that should exchange DDS data with other machines dds_profile = "Default" } ... }
client { host_network "control_deterministic" { cidr = "127.0.0.0/8" }
host_network "control_non_deterministic" { cidr = "134.171.3.0/24" } }
$ nomad job run <hlcc_installation_path>/nomad/hlcc.nomad.hcl
$ nomad job run /elt/hlcc/resource/nomad/hlcc.nomad.hcl
nomad job run –var prefix=$INTROOT $INTROOT/resource/nomad/hlcc.nomad.hcl
In an INTROOT installation in: $INTROOT/resource/nomad In the hlcc source tree in: hlcc/nomad/src
$ nomad job stop hlcc
NOMAD_ADDR is properly set.
HLCC and LSV jobs use following Input Variables:
prefix (default: /elt/hlcc) - the path where HLCC software is installedconfig_template_infix (default: dev) - config template file name infixVariables can be passed via the --var option i.e.: