Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotrestart: remove dynamic_resources from config used by hotrestart_test #8162

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 1 addition & 34 deletions test/config/integration/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,6 @@ static_resources:
catch_all_route:
cluster: redis
clusters:
- name: cds
connect_timeout: 5s
hosts:
- socket_address:
address: {{ ip_loopback_address }}
port_value: 4
dns_lookup_family: "{{ dns_lookup_family }}"
- name: rds
connect_timeout: 5s
hosts:
- socket_address:
address: {{ ip_loopback_address }}
port_value: 4
dns_lookup_family: "{{ dns_lookup_family }}"
- name: lds
connect_timeout: 5s
hosts:
- socket_address:
address: {{ ip_loopback_address }}
port_value: 4
dns_lookup_family: "{{ dns_lookup_family }}"
- name: cluster_1
connect_timeout: 5s
hosts:
Expand Down Expand Up @@ -141,19 +120,7 @@ static_resources:
port_value: 4
dns_lookup_family: "{{ dns_lookup_family }}"
outlier_detection: {}
dynamic_resources:
lds_config:
api_config_source:
api_type: REST
cluster_names:
- lds
refresh_delay: 30s
cds_config:
api_config_source:
api_type: REST
cluster_names:
- cds
refresh_delay: 30s
dynamic_resources: {}
cluster_manager: {}
flags_path: "/invalid_flags"
stats_sinks:
Expand Down