Home Installation and Operations Manual

Install Infrastructure Services

First execute basic states on all nodes to ensure Salt minion, system and OpenSSH are set up.

salt '*' state.sls linux,salt,openssh,ntp

Support infrastructure deployment

Metering node is deployed by running highstate:

salt 'mtr*' state.highstate

On monitoring node, git needs to be setup first:

salt 'mon*' state.sls git
salt 'mon*' state.highstate