You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/01/08 16:54:01 UTC

[cloudstack] branch master updated (dfd950c -> 70fcf75)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from dfd950c  Add protocol number support for security group rules (#3736)
     add 70fcf75  Allow additional configuration metadata to VMs (#3510)

No new revisions were added by this update.

Summary of changes:
 .../api/command/user/vm/DeployVMCmd.java           |   5 +-
 .../api/command/user/vm/UpdateVMCmd.java           |   2 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  22 +-
 .../kvm/resource/LibvirtComputingResource.java     |   6 +-
 .../xenserver/resource/CitrixResourceBase.java     |  12 +-
 .../xenserver/ExtraConfigurationUtility.java       | 180 +++++++
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  | 243 ++++++++-
 .../java/com/cloud/vm/UserVmManagerImplTest.java   |  19 +-
 .../smoke/test_deploy_vm_extra_config_data.py      | 542 +++++++++++++++++++++
 9 files changed, 991 insertions(+), 40 deletions(-)
 create mode 100644 plugins/hypervisors/xenserver/src/main/java/org/apache/cloudstack/hypervisor/xenserver/ExtraConfigurationUtility.java
 create mode 100644 test/integration/smoke/test_deploy_vm_extra_config_data.py