Skip to content

Commit

Permalink
remove empty string to raft default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jsecchiero committed May 2, 2018
1 parent e7c1aa0 commit b2204c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ orchestrator_cluster_domain: internal

### Orchestrator General Options
orchestrator_debug: false
orchestrator_listen_address: :3001
orchestrator_listen_address: :3000
orchestrator_listen_socket:
orchestrator_url_prefix: "/orchestrator"
orchestrator_status_endpoint: "/api/status"
orchestrator_status_simple_health: true
orchestrator_skip_maxscale_check: true
orchestrator_reasonable_maintenance_replication_lag_seconds: 20
orchestrator_mysql_connect_timeout_seconds: 2
orchestrator_raft_enabled: ""
orchestrator_raft_data_dir: ""
orchestrator_raft_bind: ""
orchestrator_raft_default_port: ""
orchestrator_raft_nodes: ""
orchestrator_raft_enabled: false
orchestrator_raft_data_dir:
orchestrator_raft_bind:
orchestrator_raft_default_port: 10008
orchestrator_raft_nodes: []

### Orchestrator Database Options
orchestrator_mysql_orchestrator_host: 127.0.0.1
Expand Down

0 comments on commit b2204c1

Please sign in to comment.