Skip to content

Instantly share code, notes, and snippets.

View christopherpaquin's full-sized avatar
🦎
Sleestack

Chris Paquin christopherpaquin

🦎
Sleestack
View GitHub Profile
undercloud$ jq . << EOF > ~/instackenv.json
{
"ssh-user": "stack",
"ssh-key": "$(cat ~/.ssh/id_rsa)",
"power_manager": "nova.virt.baremetal.virtual_power_driver.VirtualPowerManager",
"host-ip": "192.168.122.1",
"arch": "x86_64",
"nodes": [
{
"name": "overcloud-node1",
#Custom Collectd Config
LoadPlugin "write_graphite"
<Plugin "write_graphite">
<Node "example">
Host "10.1.0.202"
Port "2003"
Prefix "collectd."
#Postfix ""
Protocol "tcp"