Skip to content

Commit

Permalink
chore: update default values inside override.json for all patterns (#704
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akocbek authored Feb 13, 2024
1 parent b2eaa95 commit 3330136
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 144 deletions.
42 changes: 6 additions & 36 deletions patterns/mixed/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -63,17 +63,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand All @@ -99,7 +89,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -110,17 +100,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
},
{
Expand All @@ -131,7 +111,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -142,17 +122,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand Down
42 changes: 6 additions & 36 deletions patterns/roks/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -97,17 +97,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand All @@ -133,7 +123,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -144,17 +134,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
},
{
Expand All @@ -165,7 +145,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -176,17 +156,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand Down
42 changes: 6 additions & 36 deletions patterns/vpc/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -28,17 +28,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand All @@ -64,7 +54,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -75,17 +65,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
},
{
Expand All @@ -96,7 +76,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -107,17 +87,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand Down
42 changes: 6 additions & 36 deletions patterns/vsi/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -28,17 +28,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand All @@ -64,7 +54,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -75,17 +65,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
},
{
Expand All @@ -96,7 +76,7 @@
"storage_class": "standard",
"region_location": "us-south",
"hard_quota": 0,
"allowed_ip": ["10.10.10.10/24"],
"allowed_ip": [],
"expire_rule": {
"rule_id": "a-bucket-expire-rule",
"enable": true,
Expand All @@ -107,17 +87,7 @@
"rule_id": "a-bucket-arch-rule",
"enable": true,
"days": 0,
"type": "GLACIER"
},
"activity_tracking": {
"read_data_events": true,
"write_data_events": true,
"activity_tracker_crn": "activity-tracker-crn"
},
"metrics_monitoring": {
"usage_metrics_enabled": true,
"request_metrics_enabled": true,
"metrics_monitoring_crn": "metrics-monitor-crn"
"type": "Glacier"
}
}
],
Expand Down

0 comments on commit 3330136

Please sign in to comment.