Skip to content
Snippets Groups Projects
Unverified Commit a02e2078 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Declare kibana vm

Related to T3705
parent 5650b21f
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,14 @@ vms = {
:cpus => 2,
:environment => ENV_PRODUCTION,
},
"prod-kibana0" => {
:hostname => "kibana0.internal.softwareheritage.org",
:ip => "10.168.100.50",
:type => TYPE_AGENT,
:memory => 1024,
:cpus => 2,
:environment => ENV_PRODUCTION,
},
"logstash" => {
:hostname => "logstash0.internal.softwareheritage.org",
:ip => "10.168.100.19",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment