Skip to content

Instantly share code, notes, and snippets.

@mancdaz
Created May 29, 2013 09:25
Show Gist options
  • Save mancdaz/5669096 to your computer and use it in GitHub Desktop.
Save mancdaz/5669096 to your computer and use it in GitHub Desktop.
default["ha"]["available_services"]["keystone-service-api"] = {
"role" => "keystone-api",
"namespace" => "keystone",
"service" => "service-api",
"service_type" => "identity",
"lb_mode" => "http",
"lb_algorithm" => "roundrobin",
"lb_options" => ["forwardfor", "httpchk", "httplog"],
"vrid" => 0,
"vip_network" => "public"
}
default["ha"]["available_services"]["nova-api"] = {
"role" => "nova-api-os-compute",
"namespace" => "nova",
"service" => "api",
"service_type" => "compute",
"lb_mode" => "http",
"lb_algorithm" => "roundrobin",
"lb_options" => ["forwardfor", "httpchk", "httplog"],
"vrid" = 0,
"vip_network" = "public",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment