Skip to content

Commit

Permalink
Remove the service_mesh variable since the istio tag is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Mar 28, 2018
1 parent 4aac38e commit 46405d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ansible/extra_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ infra_project: infra
target_platform: local

# Variable used to by example install ASB Service Broker
experimental_features: disable

# Variable used to tell to the playbook if we will install or not istio
service_mesh: true
experimental_features: disable
2 changes: 1 addition & 1 deletion ansible/playbook/post_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- { role: 'install_nexus', tags: 'nexus'}
- { role: 'install_jenkins', tags: 'jenkins'}
- { role: 'install_jaeger', tags: 'jaeger'}
- { role: 'install_istio', tags: 'istio', when: service_mesh | default('false') | bool == true }
- { role: 'install_istio', tags: 'istio'}
- { role: 'identity_provider', tags: 'identity_provider'}

tasks:
Expand Down

0 comments on commit 46405d3

Please sign in to comment.