Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220236481 @swill I've tested dynamic-roles features both with maven and rpms. I've tested the rpm/deb packages, including upgrade cases using this repository: (latest master and this PR) https://packages.shapeblue.com/cloudstack/custom/master-latest/ I've included some packaging related fixes in this PR that fix following (that could be done manually, but making it automated provides a better upgrade experience for the user): - For rpms, copies commands.properties to /etc/cloudstack/management in case of an existing installation. In case of debian packages, the commands.properties file is already installed at the /etc path. This ensures people will continue to use static-checker after the upgrade, and commands.properties file will exist at /etc/cloudstack/management. - Reduces the cloudstack-common rpm size by half, by no bundling systemvm.zip file. This file is not needed and we don't package it in debian packages. - Since #1054 we're using mysql connector python, the last patch fixes the dynamic-roles migration tool/script to use mysql.connector as well.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---