Skip to content

Instantly share code, notes, and snippets.

@zvada
Last active October 30, 2017 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvada/8581d6ea96007f426da4f5e45ea5b966 to your computer and use it in GitHub Desktop.
Save zvada/8581d6ea96007f426da4f5e45ea5b966 to your computer and use it in GitHub Desktop.
Notes to install new GRACC Frontend
0. Create new instance on Anvil (VCPU: 8; RAM: memory-2xlarge; floating IP)
* `ssh -l centos 10.71.106.217`
1. Install `puppet5-release` RPM
2. Install `puppet-agent` from yum
3. Ensure node is assigned a role in the puppet configuration: `manifests/red-infrastructure.pp`
4. Run the agent to generate a certificate request: `puppet agent --test --server red-puppet.unl.edu`
5. Login to red-puppet and sign the certificate request: `puppet cert sign hcc-gracc.unl.edu`
6. Run puppet on the node: `puppet agent --test --server red-puppet.unl.edu`
After puppet has been run once, it _should_ (for some values of should) update the node configuration to point at red-puppet.unl.edu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment