Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 716 Bytes

install-infrastructure.rst

File metadata and controls

38 lines (22 loc) · 716 Bytes

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