Remove use of blacklist/whitelist terms#4135
Remove use of blacklist/whitelist terms#4135PaulAngus wants to merge 8 commits intoapache:masterfrom
Conversation
|
@blueorangutan package |
|
@PaulAngus a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
| static final ConfigKey<String> UserVMBlacklistedDetails = new ConfigKey<String>("Advanced", String.class, | ||
| "user.vm.blacklisted.details", "rootdisksize, cpuOvercommitRatio, memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag", | ||
| static final ConfigKey<String> UserVMDenyListedDetails = new ConfigKey<String>("Advanced", String.class, | ||
| "user.vm.DenyListed.details", "rootdisksize, cpuOvercommitRatio, memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag", |
There was a problem hiding this comment.
not sure if this is an issue but naming convention fro settings is all lower case.
There was a problem hiding this comment.
I've fixed incorrect case change - sloppy C&P
|
Packaging result: ✖centos7 ✖debian. JID-1314 |
|
@blueorangutan help |
|
@borisstoyanov I understand these words: "help", "hello", "thanks", "package", "test" Blessed contributors for kicking Trillian test jobs: ['rhtyd', 'nvazquez', 'PaulAngus', 'borisstoyanov', 'DaanHoogland', 'shwstppr', 'andrijapanicsb', 'Spaceman1984', 'Pearl1594', 'davidjumani', 'harikrishna-patnala', 'vladimirpetrov', 'sureshanaparti'] |
|
@blueorangutan package |
|
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✖debian. JID-1318 |
|
@blueorangutan package |
|
@PaulAngus a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✖debian. JID-1319 |
|
@blueorangutan package |
|
@GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1502 |
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, based on code
DaanHoogland
left a comment
There was a problem hiding this comment.
@PaulAngus are you addressing the upgrade scripts? (/me only half volunteering)
engine/schema/src/main/resources/META-INF/db/schema-410to420.sql
Outdated
Show resolved
Hide resolved
...mic-role-based/src/main/java/org/apache/cloudstack/acl/DynamicRoleBasedAPIAccessChecker.java
Outdated
Show resolved
Hide resolved
...atic-role-based/src/main/java/org/apache/cloudstack/acl/StaticRoleBasedAPIAccessChecker.java
Outdated
Show resolved
Hide resolved
plugins/database/mysql-ha/src/main/java/com/cloud/utils/db/StaticStrategy.java
Show resolved
Hide resolved
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
Outdated
Show resolved
Hide resolved
|
@DaanHoogland Paul may need assistance, can ask for his advice and address review issues on his behalf as well as fix the issue renaming via the upgrade path. |
is this you volunteering, @rhtyd ? |
c3c7207 to
2d735bf
Compare
|
@blueorangutan package |
|
@sureshanaparti a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ centos7 ✔️ centos8 ✔️ debian. SL-JID 373 |
|
@blueorangutan test |
|
@sureshanaparti a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-396)
|
Description
This PR removes the terms blacklist and whitelist in favour of allow list and deny list.
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?