forked from cloudfoundry/cf-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisable-consul.yml
59 lines (59 loc) · 2.35 KB
/
disable-consul.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
- type: remove
path: /instance_groups/name=consul
- type: remove
path: /instance_groups/name=nats/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=doppler/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=adapter/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=database?/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=database?/jobs/name=proxy/properties/cf_mysql/proxy/consul_enabled
- type: remove
path: /instance_groups/name=database?/jobs/name=proxy/properties/cf_mysql/proxy/consul_service_name
- type: remove
path: /instance_groups/name=diego-api/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=uaa/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=singleton-blobstore?/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=api/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=cc-worker/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=router/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=tcp-router/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=scheduler/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=diego-cell/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=log-api/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=vizzini?/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=credhub?/jobs/name=consul_agent
- type: remove
path: /instance_groups/name=adapter?/jobs/name=consul_agent
- type: replace
path: /instance_groups/name=scheduler/jobs/name=auctioneer/properties/enable_consul_service_registration?
value: false
- type: replace
path: /instance_groups/name=scheduler/jobs/name=ssh_proxy/properties/enable_consul_service_registration?
value: false
- type: replace
path: /instance_groups/name=api/jobs/name=file_server/properties?/enable_consul_service_registration?
value: false
- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/enable_consul_service_registration?
value: false
- type: replace
path: /instance_groups/name=diego-api/jobs/name=bbs/properties/enable_consul_service_registration?
value: false
- type: replace
path: /instance_groups/name=diego-api/jobs/name=locket/properties/enable_consul_service_registration?
value: false