This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 43a5d6260f0 Enable CPU cap in VRs (#7234)
add 83fd75f7072 Marvin: Fix deployDataCenter's cleanup (#7521)
add c47554919c4 ui: fix tags for security group rules (#7424)
add 32caf9057e1 engine-storage: fix errored template becomes active (#7485)
add 22871ad2da8 ui: fix infocard tempalte, iso fields (#7527)
add 5e71cea2c59 Fix Tungsten Fabric errors on adding a new zone due to
duplicated entries on ntwk_service_map (#7455)
new 0024cb03721 Merge branch '4.18'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../storage/image/TemplateServiceImpl.java | 19 ++++-
.../storage/image/TemplateServiceImplTest.java | 84 ++++++++++++++++++++++
.../command/ConfigTungstenFabricServiceCmd.java | 33 ++++++++-
tools/marvin/marvin/deployDataCenter.py | 2 +-
ui/src/components/view/InfoCard.vue | 17 +++--
.../views/network/IngressEgressRuleConfigure.vue | 7 +-
6 files changed, 147 insertions(+), 15 deletions(-)
create mode 100644
engine/storage/image/src/test/java/org/apache/cloudstack/storage/image/TemplateServiceImplTest.java