forked from openstack/charm-neutron-api
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync libraries & common files prior to freeze
* charm-helpers sync for classic charms * charms.ceph sync for ceph charms * rebuild for reactive charms * sync tox.ini files as needed * sync requirements.txt files to sync to standard Change-Id: I7c3e0a7e77e16b9bf318ca22c39f8220c5144ac7
- Loading branch information
1 parent
a32af1b
commit 8f45645
Showing
14 changed files
with
1,253 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,5 +45,6 @@ def openstack_upgrade(): | |
CONFIGS)): | ||
config_changed() | ||
|
||
|
||
if __name__ == '__main__': | ||
openstack_upgrade() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
hooks/charmhelpers/contrib/openstack/templates/section-ceph-bluestore-compression
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{# section header omitted as options can belong to multiple sections #} | ||
{% if bluestore_compression_algorithm -%} | ||
bluestore compression algorithm = {{ bluestore_compression_algorithm }} | ||
{% endif -%} | ||
{% if bluestore_compression_mode -%} | ||
bluestore compression mode = {{ bluestore_compression_mode }} | ||
{% endif -%} | ||
{% if bluestore_compression_required_ratio -%} | ||
bluestore compression required ratio = {{ bluestore_compression_required_ratio }} | ||
{% endif -%} | ||
{% if bluestore_compression_min_blob_size -%} | ||
bluestore compression min blob size = {{ bluestore_compression_min_blob_size }} | ||
{% endif -%} | ||
{% if bluestore_compression_min_blob_size_hdd -%} | ||
bluestore compression min blob size hdd = {{ bluestore_compression_min_blob_size_hdd }} | ||
{% endif -%} | ||
{% if bluestore_compression_min_blob_size_ssd -%} | ||
bluestore compression min blob size ssd = {{ bluestore_compression_min_blob_size_ssd }} | ||
{% endif -%} | ||
{% if bluestore_compression_max_blob_size -%} | ||
bluestore compression max blob size = {{ bluestore_compression_max_blob_size }} | ||
{% endif -%} | ||
{% if bluestore_compression_max_blob_size_hdd -%} | ||
bluestore compression max blob size hdd = {{ bluestore_compression_max_blob_size_hdd }} | ||
{% endif -%} | ||
{% if bluestore_compression_max_blob_size_ssd -%} | ||
bluestore compression max blob size ssd = {{ bluestore_compression_max_blob_size_ssd }} | ||
{% endif -%} |
Oops, something went wrong.