Commit d28fd393 authored by Elson O Rodriguez's avatar Elson O Rodriguez Committed by Lukasz Zajaczkowski

Enabled Addons for Openstack kube-up provider.

Hard-coded the enabling of the common addons: - logging - kube-dashboard - monitoring Will make it configureable in a subsequent PR. Also need to enable configuration of basic_auth.csv
parent 47738087
......@@ -36,10 +36,10 @@ write_files:
content: |
service_cluster_ip_range: 10.246.0.0/16
cert_ip: 10.246.0.1
enable_cluster_monitoring: none
enable_cluster_logging: "false"
enable_cluster_ui: "false"
enable_node_logging: "false"
enable_cluster_monitoring: influxdb
enable_cluster_logging: "true"
enable_cluster_ui: "true"
enable_node_logging: "true"
logging_destination: elasticsearch
elasticsearch_replicas: "1"
enable_cluster_dns: "true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment