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
This commit is contained in:
Elson O Rodriguez 2016-04-21 10:07:19 -07:00 committed by Lukasz Zajaczkowski
parent 4773808767
commit d28fd393cf

View File

@ -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"