service-capacity-modeling 0.3.77__py3-none-any.whl → 0.3.78__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of service-capacity-modeling might be problematic. Click here for more details.

@@ -377,7 +377,7 @@ def _estimate_cassandra_cluster_zonal( # pylint: disable=too-many-positional-ar
377
377
  desires: CapacityDesires,
378
378
  zones_per_region: int = 3,
379
379
  copies_per_region: int = 3,
380
- require_local_disks: bool = True,
380
+ require_local_disks: bool = False,
381
381
  require_attached_disks: bool = False,
382
382
  required_cluster_size: Optional[int] = None,
383
383
  max_rps_to_disk: int = 500,
@@ -644,7 +644,7 @@ class NflxCassandraArguments(BaseModel):
644
644
  " this will be deduced from durability and consistency desires",
645
645
  )
646
646
  require_local_disks: bool = Field(
647
- default=True,
647
+ default=False,
648
648
  description="If local (ephemeral) drives are required",
649
649
  )
650
650
  require_attached_disks: bool = Field(
@@ -732,7 +732,7 @@ class NflxCassandraCapacityModel(CapacityModel):
732
732
  desires, extra_model_arguments.get("copies_per_region", None)
733
733
  )
734
734
  require_local_disks: bool = extra_model_arguments.get(
735
- "require_local_disks", True
735
+ "require_local_disks", False
736
736
  )
737
737
  require_attached_disks: bool = extra_model_arguments.get(
738
738
  "require_attached_disks", False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.77
3
+ Version: 0.3.78
4
4
  Summary: Contains utilities for modeling capacity for pluggable workloads
5
5
  Author: Joseph Lynch
6
6
  Author-email: josephl@netflix.com
@@ -52,7 +52,7 @@ service_capacity_modeling/models/utils.py,sha256=WosEEg4o1_WSbTb5mL-M1v8JuWJgvS2
52
52
  service_capacity_modeling/models/org/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  service_capacity_modeling/models/org/netflix/__init__.py,sha256=W6rKkhSdPhjD-awm7mYakAhw7VKLNJYkqv-U3LfkMew,2444
54
54
  service_capacity_modeling/models/org/netflix/aurora.py,sha256=Js33ZjxCtt34HiDPsWRT9mjKCAsnnCo9du15QArVFMo,13073
55
- service_capacity_modeling/models/org/netflix/cassandra.py,sha256=biLt-A0FSW5ZXiM3T8Y8TaMG5xJOA-fzf1-OCqxVXx8,39000
55
+ service_capacity_modeling/models/org/netflix/cassandra.py,sha256=Fp37bHtWRJctJYYJhW78YbLeFXoX26QxREP_BMEItNE,39003
56
56
  service_capacity_modeling/models/org/netflix/counter.py,sha256=T-lBgxUMxZUojDyMJBR3HQI1u6fJujuPiQ6rGTZaMl4,9278
57
57
  service_capacity_modeling/models/org/netflix/crdb.py,sha256=iW7tyG8jpXhHIdXrw3DPYSHRAknPN42MlCRLJO4o9C8,20826
58
58
  service_capacity_modeling/models/org/netflix/ddb.py,sha256=9qRiuTqWev9zbYFFzewyowU7M41uALsuLklYx20yAXw,26502
@@ -75,9 +75,9 @@ service_capacity_modeling/tools/auto_shape.py,sha256=Jx9H2ay9-H_kUDjtB141owQNxGF
75
75
  service_capacity_modeling/tools/fetch_pricing.py,sha256=Qp-XMymkY1dvtyS51RufmEpfgOHv-IQ-XyzS8wp2-qM,4021
76
76
  service_capacity_modeling/tools/generate_missing.py,sha256=F7YqvMJAV4nZc20GNrlIsnQSF8_77sLgwYZqc5k4LDg,3099
77
77
  service_capacity_modeling/tools/instance_families.py,sha256=e5RuYkCLUITvsAazDH12B6KjX_PaBsv6Ne3mj0HK_sQ,9223
78
- service_capacity_modeling-0.3.77.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
79
- service_capacity_modeling-0.3.77.dist-info/METADATA,sha256=hD72H-7tgG6_2MkUOy0mn9-RRXfuXomq9OyIPfNJkiw,10361
80
- service_capacity_modeling-0.3.77.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
81
- service_capacity_modeling-0.3.77.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
82
- service_capacity_modeling-0.3.77.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
83
- service_capacity_modeling-0.3.77.dist-info/RECORD,,
78
+ service_capacity_modeling-0.3.78.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
79
+ service_capacity_modeling-0.3.78.dist-info/METADATA,sha256=p1ASGJf0gody4zS66LKxxJQH8wyXFcxWTSfpfVfDhME,10361
80
+ service_capacity_modeling-0.3.78.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
81
+ service_capacity_modeling-0.3.78.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
82
+ service_capacity_modeling-0.3.78.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
83
+ service_capacity_modeling-0.3.78.dist-info/RECORD,,