cloud-governance 1.1.403__py3-none-any.whl → 1.1.404__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.
@@ -283,7 +283,7 @@ class EnvironmentVariables:
283
283
  self._environment_variables_dict['POLICY_ACTIONS_DAYS'] = literal_eval(
284
284
  EnvironmentVariables.get_env('POLICY_ACTIONS_DAYS', '[]'))
285
285
  self._environment_variables_dict['DEFAULT_ADMINS'] = literal_eval(
286
- EnvironmentVariables.get_env('DEFAULT_ADMINS', '["yinsong@redhat.com", "ebattat@redhat.com"]'))
286
+ EnvironmentVariables.get_env('DEFAULT_ADMINS', '["yinsong@redhat.com", "ebattat@redhat.com", "pragchau@redhat.com"]'))
287
287
  self._environment_variables_dict['KERBEROS_USERS'] = literal_eval(
288
288
  EnvironmentVariables.get_env('KERBEROS_USERS', '[]'))
289
289
  self._environment_variables_dict['POLICIES_TO_ALERT'] = literal_eval(
@@ -54,7 +54,7 @@ class NonClusterZombiePolicy:
54
54
  self.__email_alert = self.__environment_variables_dict.get(
55
55
  'EMAIL_ALERT') if self.__environment_variables_dict.get('EMAIL_ALERT') else False
56
56
  self.__manager_email_alert = self.__environment_variables_dict.get('MANAGER_EMAIL_ALERT')
57
- self._admins = ['yinsong@redhat.com', 'ebattat@redhat.com']
57
+ self._admins = ['yinsong@redhat.com', 'ebattat@redhat.com', 'pragchau@redhat.com']
58
58
  self._es_upload = ElasticUpload()
59
59
  self.resource_pricing = ResourcesPricing()
60
60
  self._es_operations = ElasticSearchOperations()
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloud-governance
3
- Version: 1.1.403
3
+ Version: 1.1.404
4
4
  Summary: Cloud Governance Tool
5
5
  Home-page: https://github.com/redhat-performance/cloud-governance
6
6
  Author: Red Hat
7
- Author-email: ebattat@redhat.com, athiruma@redhat.com
7
+ Author-email: ebattat@redhat.com, pragchau@redhat.com
8
8
  License: Apache License 2.0
9
9
  Classifier: License :: OSI Approved :: Apache Software License
10
10
  Classifier: Programming Language :: Python :: 3
@@ -143,7 +143,7 @@ cloud_governance/common/utils/configs.py,sha256=shFxWt0Kc-GwzcZKYCkHm058ujwdTxn4
143
143
  cloud_governance/common/utils/json_datetime_encoder.py,sha256=_-jzRTe0UqAKTn2E9qaU8SYIxHUoRA5ElWuVA0Y54Xw,338
144
144
  cloud_governance/common/utils/utils.py,sha256=ZUsi4ax2XhDIV-EQ5kJt5Ppd72kmm2psqcg1cNDZrvc,4349
145
145
  cloud_governance/main/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- cloud_governance/main/environment_variables.py,sha256=mE1L1zHc7CSwuf1z4KwTG7yzoVJAQXeSPLNWrTO0O64,30302
146
+ cloud_governance/main/environment_variables.py,sha256=2EkVW6rHosaIiJ1S1sU4XQVoTgvWpGYJDQ8ACkAqxVA,30325
147
147
  cloud_governance/main/environment_variables_exceptions.py,sha256=UR0Ith0P0oshsDZdJRlRq8ZUTt0h8jFvUtrnP4m4AIY,437
148
148
  cloud_governance/main/es_uploader.py,sha256=6Ify5CS2NtUF1xXZ-rMwpYxVzDKfEZhv2vogWFltt98,10656
149
149
  cloud_governance/main/main.py,sha256=m1tMOZbWPqwAM6-BPxeLpF2EAzrmDS3nTTsHBwfikMQ,18998
@@ -238,7 +238,7 @@ cloud_governance/policy/policy_operations/aws/zombie_cluster/run_zombie_cluster_
238
238
  cloud_governance/policy/policy_operations/aws/zombie_cluster/validate_zombies.py,sha256=lOCmOTfrF6M1QZl6to7Y1A13Cvf-taNxBOvvhFswOTo,1164
239
239
  cloud_governance/policy/policy_operations/aws/zombie_cluster/zombie_cluster_common_methods.py,sha256=VqXk8A0OLZOxBm422kb-n5zfM8DY4FYdkwZO91xwRxQ,14791
240
240
  cloud_governance/policy/policy_operations/aws/zombie_non_cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
- cloud_governance/policy/policy_operations/aws/zombie_non_cluster/run_zombie_non_cluster_policies.py,sha256=jWWCFG7b3JEc0vcoeIHfiJqi1ptkLeNtVWN40XUsWGw,21045
241
+ cloud_governance/policy/policy_operations/aws/zombie_non_cluster/run_zombie_non_cluster_policies.py,sha256=1HXoteAj0c2nb-ldQPJd6pZUvagKnS7WooWcaiRr1wg,21068
242
242
  cloud_governance/policy/policy_operations/aws/zombie_non_cluster/zombie_non_cluster_polices.py,sha256=LbvOgW9JEvXoE0bpsGoqGdZd9ZmP8PCFmfzDD-S_528,2949
243
243
  cloud_governance/policy/policy_operations/azure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
244
244
  cloud_governance/policy/policy_operations/azure/azure_policy_runner.py,sha256=sHvdVuZCY-FlIwe843aBtx99aC6gGNXM7r6s7Uv3xWk,1129
@@ -266,8 +266,8 @@ cloud_governance/policy/policy_runners/elasticsearch/__init__.py,sha256=47DEQpj8
266
266
  cloud_governance/policy/policy_runners/elasticsearch/upload_elastic_search.py,sha256=T_A24SeE9oLhBg0O2k1SHYTUAQr8G-_AaeWFibUOi7c,1880
267
267
  cloud_governance/policy/policy_runners/ibm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
268
268
  cloud_governance/policy/policy_runners/ibm/policy_runner.py,sha256=V0E_f7F3hXit0aSq4BlfX1Jd4vjR2NEvOWsJ5upvZ4o,1302
269
- cloud_governance-1.1.403.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
270
- cloud_governance-1.1.403.dist-info/METADATA,sha256=5MMD2ITy-GkI7-NDEj3zd3Qbi_hTQAjeVkofLS-l4Q8,11385
271
- cloud_governance-1.1.403.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
272
- cloud_governance-1.1.403.dist-info/top_level.txt,sha256=jfB1fgj7jvx3YZkZA4G6hFeS1RHO7J7XtnbjuMNMRww,17
273
- cloud_governance-1.1.403.dist-info/RECORD,,
269
+ cloud_governance-1.1.404.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
270
+ cloud_governance-1.1.404.dist-info/METADATA,sha256=CB4zsZN5ipmaZlyEzv8HEK5djApQgl5tjF1B42HyYd8,11385
271
+ cloud_governance-1.1.404.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
272
+ cloud_governance-1.1.404.dist-info/top_level.txt,sha256=jfB1fgj7jvx3YZkZA4G6hFeS1RHO7J7XtnbjuMNMRww,17
273
+ cloud_governance-1.1.404.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5