Updating the deployer installation file

The workernodes section in the input.json file includes the parameters that configure the nodes that you intend to add. The details you provide instruct the deployer how to proceed when setting up the nodes in the Fabric Services System.
  1. Update the workernodes section in the input.json
    To add a node, add another section with the parameters below. To delete a node, remove the section for the node that you want to delete.
    Table 1. Parameters in the workernodes section
    Parameter Description
    hostip Specifies the IP address of the specific worker node.
    ip6 Specifies the IPv6 address of the worker node; required if the enable_dual_stack_networks parameter is set to True.
    hostname Specifies the hostname of the worker node.
    role Specifies the role of the node.

    Digital Sandbox nodes: set to digitalsandbox

    For Kubernetes master nodes: set to master.

  2. Initiate the setup of the Fabric Services System environment.
    [root@fss-deployer ~]$ fss-install.sh configure input.json