Skip to content

Commit

Permalink
Workaround for seed network mtu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Sep 5, 2023
1 parent 1c12900 commit b143f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ capi_cluster_addons_monitoring_loki_retention: 336h # == 14 days

# Prometheus retention and volume size
capi_cluster_addons_monitoring_prometheus_retention: 30d
capi_cluster_addons_monitoring_prometheus_volume_size: 20Gi
capi_cluster_addons_monitoring_prometheus_volume_size: 20Gi


# Work around seed network MTU issue
# (possibly related to disabled DVR)
infra_network_mtu: 1500
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
collections:
- name: https://github.com/stackhpc/ansible-collection-azimuth-ops.git
type: git
version: 23f1573dd6d414e05b786329a0aa95528aa9d511
version: 7389b226059e350dde43dfe3c27a1ea84ccb8cdd
# For local development
# - type: dir
# source: ../ansible-collection-azimuth-ops

0 comments on commit b143f9d

Please sign in to comment.