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

bhaisaab pushed a change to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    omit ae16a8b  sshd is enabled by default
    omit 07eeb76  update vhd-util url
    omit 6b314bd  enable additional modules
    omit 2c0c09a  update: update iso url
    omit 477dad4  remove unknown ssh key
    omit 5df4151  Start services after enabling them using systemd
    omit c8d39c1  Ignore files from build of SSVM
    omit 321013a  Disable most services by default and enable in 
cloud-early-config
    omit 8ae633c  Accept DOS/MBR as file format for ISO images as well
    omit 488910c  Move systemd services to /etc and enable services after they 
have been installed
    omit 58d31cc  Load the nf_conntrack_ipv6 module for IPv6 connection 
tracking on SSVM
    omit 1b93495  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     add 880e475  CLOUDSTACK-9806: Nuage domain template selection per VPC
     add 3eafd0c  Merge pull request #1981 from 
nuagenetworks/feature/nuage_vpc_selectable_domain_template
     add cd6288e  CLOUDSTACK-10012: Jetty 9.4 (#2329)
     add 421f107  CLOUDSTACK-10123: Entity should use GMT TZ for timestamp 
values (#2303)
     new 081989f  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     new c4e3924  Load the nf_conntrack_ipv6 module for IPv6 connection 
tracking on SSVM
     new 534a25f  Move systemd services to /etc and enable services after they 
have been installed
     new 4c68a0e  Accept DOS/MBR as file format for ISO images as well
     new 692034d  Disable most services by default and enable in 
cloud-early-config
     new 7f58ec6  Ignore files from build of SSVM
     new 617e9ff  Start services after enabling them using systemd
     new 6ae7e28  remove unknown ssh key
     new 8a6d6fb  update: update iso url
     new deb329c  enable additional modules
     new 3eb5049  update vhd-util url
     new 85e9f4f  sshd is enabled by default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ae16a8b)
            \
             N -- N -- N   refs/heads/debian9-systemvmtemplate (85e9f4f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 12 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:
 client/conf/server.properties.in                   |   3 +
 client/pom.xml                                     |   2 +-
 client/src/org/apache/cloudstack/ServerDaemon.java |  41 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |   6 +-
 plugins/integrations/cloudian/pom.xml              |   2 +-
 .../agent/api/guru/DeallocateVmVspCommand.java     |   1 +
 ...swer.java => ListVspDomainTemplatesAnswer.java} |  25 +-
 ...and.java => ListVspDomainTemplatesCommand.java} |  25 +-
 ...ava => AssociateNuageVspDomainTemplateCmd.java} |  66 +-
 ...md.java => ListNuageVspDomainTemplatesCmd.java} |  69 +-
 .../ListNuageVspGlobalDomainTemplateCmd.java}      |  64 +-
 .../src/com/cloud/api/commands/VspConstants.java   |   1 +
 .../response/NuageVspDomainTemplateResponse.java   |  27 +-
 .../com/cloud/network/element/NuageVspElement.java |   8 +
 .../network/guru/NuageVspGuestNetworkGuru.java     |  15 +
 .../com/cloud/network/manager/NuageVspManager.java |  54 ++
 .../cloud/network/manager/NuageVspManagerImpl.java | 271 +++++--
 .../resource/wrapper/NuageVspCommandWrapper.java   |   5 +
 .../NuageVspEntityExistsCommandWrapper.java        |   4 +
 ...NuageVspListDomainTemplatesCommandWrapper.java} |  36 +-
 .../src/com/cloud/util/NuageVspEntityBuilder.java  |   5 +-
 .../nuage-vsp/src/com/cloud/util/NuageVspUtil.java |  22 -
 .../nuage-vsp/test/com/cloud/NuageTest.java        |  25 +-
 .../network/guru/NuageVspGuestNetworkGuruTest.java |   7 -
 .../cloud/network/manager/NuageVspManagerTest.java | 120 ++-
 .../com/cloud/util/NuageVspEntityBuilderTest.java  |  86 +--
 pom.xml                                            |  41 +-
 server/src/com/cloud/test/DatabaseConfig.java      |   3 +-
 test/integration/plugins/nuagevsp/nuageTestCase.py |  15 +-
 .../nuagevsp/test_nuage_vsp_domain_template.py     | 831 +++++++++++++++++++++
 tools/apidoc/gen_toc.py                            |   2 +
 ui/l10n/en.js                                      |   2 +
 ui/scripts/network.js                              | 432 +++++++----
 ui/scripts/ui/dialog.js                            |  12 +
 34 files changed, 1835 insertions(+), 493 deletions(-)
 copy 
plugins/network-elements/nuage-vsp/src/com/cloud/agent/api/manager/{ImplementNetworkVspAnswer.java
 => ListVspDomainTemplatesAnswer.java} (59%)
 copy 
plugins/network-elements/nuage-vsp/src/com/cloud/agent/api/manager/{GetApiDefaultsCommand.java
 => ListVspDomainTemplatesCommand.java} (68%)
 copy 
plugins/network-elements/nuage-vsp/src/com/cloud/api/commands/{ListNuageVspDevicesCmd.java
 => AssociateNuageVspDomainTemplateCmd.java} (64%)
 copy 
plugins/network-elements/nuage-vsp/src/com/cloud/api/commands/{ListNuageVspDevicesCmd.java
 => ListNuageVspDomainTemplatesCmd.java} (62%)
 copy 
plugins/network-elements/{netscaler/src/com/cloud/api/commands/ListRegisteredServicePackageCmd.java
 => 
nuage-vsp/src/com/cloud/api/commands/ListNuageVspGlobalDomainTemplateCmd.java} 
(50%)
 copy api/src/org/apache/cloudstack/api/response/HypervisorResponse.java => 
plugins/network-elements/nuage-vsp/src/com/cloud/api/response/NuageVspDomainTemplateResponse.java
 (66%)
 copy 
plugins/network-elements/nuage-vsp/src/com/cloud/network/vsp/resource/wrapper/{NuageVspGuruImplementNetworkCommandWrapper.java
 => NuageVspListDomainTemplatesCommandWrapper.java} (54%)
 create mode 100644 
test/integration/plugins/nuagevsp/test_nuage_vsp_domain_template.py

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to