I just happen to be using 12.04.1, but I'm personally fine with upgrading.

I know that upgrading is sometimes easier said than done in production
environments, though, so it would be interesting to get feedback from users
on this.

On Sunday, February 1, 2015, Marcus <shadow...@gmail.com> wrote:

> Just to add to the confusion, RHEL 6.3+ has had support for kvmclock,
> even though it's version number is older, due to how they backport
> things. It's a big mess. Ubuntu 12.04 is still behind on it though.
> I'm remembering now that kvmclock was first merged for 4.1, then
> backed out because of the Ubuntu 12.04 incompatibility. I think it was
> around that time that the minimum versions were adopted, but it's not
> until now in 4.5 that kvmclock is back and will require Ubuntu 12.04
> users to either upgrade to a newer Ubuntu or run non-distro packages.
> I'm game to back out kvmclock yet again, but I'd prefer to see us
> update our recommended platforms.
>
> Maybe we should ask people what they've been running. Is anyone still
> testing against 12.04?
>
> On Sun, Feb 1, 2015 at 1:08 AM, Mike Tutkowski
> <mike.tutkow...@solidfire.com> wrote:
> > If it helps, I've actually just set this Ubuntu system up recently. It
> has
> > never been used with CloudStack before (and I haven't quite got it
> working
> > due to that exception when I try to run a VM).
> >
> > Basically I was setting up a new KVM env so I could test this code:
> >
> > https://reviews.apache.org/r/30239/
> >
> > I was planning on pulling out the iSCSI storage adaptor and using your
> > dynamic-loading facility to make it integrate with the agent.
> >
> > On Sun, Feb 1, 2015 at 1:03 AM, Marcus <shadow...@gmail.com> wrote:
> >
> >> Looking at the code, it looks like this IS new for 4.5, I forget that
> >> feature merge for this release was LAST SPRING!
> >>
> >> On Sun, Feb 1, 2015 at 12:56 AM, Mike Tutkowski
> >> <mike.tutkow...@solidfire.com> wrote:
> >> > Thanks, Marcus
> >> >
> >> > Yeah, I'm looking through some of those old threads now. I don't see
> how
> >> > they resolved the issue, though.
> >> >
> >> > This is what I see version wise (on Ubuntu 12.04.1):
> >> >
> >> > cloudstack@cloudstack-kvm1:/var/log/cloudstack/agent$ sudo kvm
> --version
> >> > QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008
> Fabrice
> >> > Bellard
> >> >
> >> > cloudstack@cloudstack-kvm1:/var/log/cloudstack/agent$ sudo libvirtd
> >> > --version
> >> > libvirtd (libvirt) 0.9.8
> >> >
> >> > On Sun, Feb 1, 2015 at 12:51 AM, Marcus <shadow...@gmail.com> wrote:
> >> >
> >> >> The minimum versions aren't always what is shipped with the OS.
> There's
> >> a
> >> >> thread from awhile back about this, and about how difficult it was to
> >> >> target the disparate shipping versions with how quickly things were
> >> >> changing. There were some basic incompatibilities between the centos
> and
> >> >> Ubuntu versions, and on top of that there were issues around missing
> >> >> functionality. Ubuntu is easy if I recall, as there are special repos
> >> that
> >> >> most Ubuntu virt users leverage anyway. With centos it is a bit
> >> trickier to
> >> >> dig up the minimum requirements. I'd like to see more guidance in the
> >> docs
> >> >> on that.
> >> >>
> >> >> At any rate, none of this should be new to 4.5, kvmclock has been in
> >> place
> >> >> for longer than that. The previous issue with 4.5 and the referenced
> fix
> >> >> was that a recent libvirt version added XML checking that didn't like
> >> our
> >> >> XML. So if you were running 0.9.11 through 1.2.? you would not have
> seen
> >> >> any problem, but anything newer would fail the validation. The patch
> >> >> updates the XML. These are the same sort of problems that led to a
> >> minimum
> >> >> version, rather than working out the idiosyncrasies between distros.
> >> >> On Jan 31, 2015 11:37 PM, "Mike Tutkowski" <
> >> mike.tutkow...@solidfire.com>
> >> >> wrote:
> >> >>
> >> >> > It looks like our 4.4 docs say we should be at 0.9.11 or later (of
> >> >> > libvirt).
> >> >> >
> >> >> > I see I'm at 0.9.8, but when I run sudo apt-get install
> libvirt-bin,
> >> it
> >> >> > says I'm at the latest.
> >> >> >
> >> >> > What am I missing there? :)
> >> >> >
> >> >> > On Sun, Feb 1, 2015 at 12:09 AM, Marcus <shadow...@gmail.com>
> wrote:
> >> >> >
> >> >> > > That's a different error. It says you don't even have kvmclock.
> >> Please
> >> >> > see
> >> >> > > the minimum libvirt/qemu versions required since ACS 4.0:
> >> >> > >
> >> >> > >
> >> >> > >
> >> >> >
> >> >>
> >>
> http://cloudstack-installation.readthedocs.org/en/4.3/hypervisor_installation.html
> >> >> > > On Jan 31, 2015 10:51 PM, "Mike Tutkowski" <
> >> >> mike.tutkow...@solidfire.com
> >> >> > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Interesting...I should be a week past that commit, but still
> see
> >> the
> >> >> > > > following:
> >> >> > > >
> >> >> > > > 2015-01-31 00:35:50,403 INFO
> [kvm.storage.LibvirtStorageAdaptor]
> >> >> > > > (agentRequest-Handler-3:null) Attempting to create volume
> >> >> > > > b4cd55ca-1df0-4bfb-a2b2-0bf3d9999582 (Filesystem) in pool
> >> >> > > > b9bd94e9-b55a-43a6-b4db-56f24ebf135a with size 1073741824
> >> >> > > > 2015-01-31 00:35:50,633 WARN
> >> [kvm.resource.LibvirtComputingResource]
> >> >> > > > (agentRequest-Handler-4:null) LibvirtException
> >> >> > > > org.libvirt.LibvirtException: internal error unknown timer name
> >> >> > > 'kvmclock'
> >> >> > > > at org.libvirt.ErrorHandler.processError(Unknown Source)
> >> >> > > > at org.libvirt.Connect.processError(Unknown Source)
> >> >> > > > at org.libvirt.Connect.processError(Unknown Source)
> >> >> > > > at org.libvirt.Connect.domainCreateXML(Unknown Source)
> >> >> > > > at
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.startVM(LibvirtComputingResource.java:1257)
> >> >> > > > at
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.execute(LibvirtComputingResource.java:3811)
> >> >> > > > at
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1351)
> >> >> > > > at com.cloud.agent.Agent.processRequest(Agent.java:503)
> >> >> > > > at
> >> com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)
> >> >> > > > at com.cloud.utils.nio.Task.run(Task.java:84)
> >> >> > > > at
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> >> >> > > > at
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> >> >> > > > at java.lang.Thread.run(Thread.java:744)
> >> >> > > >
> >> >> > > > On Sat, Jan 31, 2015 at 6:57 AM, Rajani Karuturi <
> >> raj...@apache.org>
> >> >> > > > wrote:
> >> >> > > >
> >> >> > > > > I think the below commits from marcus addresses them.
> >> >> > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://git1-us-west.apache.org/repos/asf?p=cloudstack.git;a=commit;h=35ede041
> >> >> > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://git1-us-west.apache.org/repos/asf?p=cloudstack.git;a=commit;h=455998ce
> >> >> > > > >
> >> >> > > > > ~Rajani
> >> >> > > > >
> >> >> > > > > On Sat, Jan 31, 2015 at 1:31 PM, Mike Tutkowski <
> >> >> > > > > mike.tutkow...@solidfire.com> wrote:
> >> >> > > > >
> >> >> > > > > > I should point out that I'm on master.
> >> >> > > > > >
> >> >> > > > > > On Saturday, January 31, 2015, Mike Tutkowski <
> >> >> > > > > > mike.tutkow...@solidfire.com>
> >> >> > > > > > wrote:
> >> >> > > > > >
> >> >> > > > > > > Hi everyone,
> >> >> > > > > > >
> >> >> > > > > > > Any news on this?
> >> >> > > > > > >
> >> >> > > > > > > I am still having trouble creating a VM on local storage
> on
> >> KVM
> >> >> > > (with
> >> >> > > > > or
> >> >> > > > > > > without kvmclock.disable=true in agent.properties).
> >> >> > > > > > >
> >> >> > > > > > > I'm on Ubuntu 12.04.1.
> >> >> > > > > > >
> >> >> > > > > > > Thanks!
> >> >> > > > > > > Mike
> >> >> > > > > > >
> >> >> > > > > > > On Sat, Jan 24, 2015 at 2:19 AM, Wilder Rodrigues <
> >> >> > > > > > > wrodrig...@schubergphilis.com> wrote:
> >> >> > > > > > >
> >> >> > > > > > > Okay, thanks for the clarification.
> >> >> > > > > > >
> >> >> > > > > > > I will test it over the weekend.
> >> >> > > > > > >
> >> >> > > > > > > Cheers,
> >> >> > > > > > > Wilder
> >> >> > > > > > >
> >> >> > > > > > > On 22 Jan 2015, at 15:20, Rohit Yadav <
> >> >> rohit.ya...@shapeblue.com
> >> >> > >
> >> >> > > > > wrote:
> >> >> > > > > > >
> >> >> > > > > > > > Hi Wilder,
> >> >> > > > > > > >
> >> >> > > > > > > > If you’re testing please use latest 4.5 branch which
> >> should
> >> >> > > become
> >> >> > > > > the
> >> >> > > > > > > next RC. At the moment the latest is SHA
> >> >> > > > > > > d08369ad06b6d5ef801f79493c2aa4bdaeab1b83. Thanks.
> >> >> > > > > > > >
> >> >> > > > > > > >> On 22-Jan-2015, at 6:29 pm, Wilder Rodrigues <
> >> >> > > > > > > wrodrig...@schubergphilis.com> wrote:
> >> >> > > > > > > >>
> >> >> > > > > > > >> Hi Rohit,
> >> >> > > > > > > >>
> >> >> > > > > > > >> Tests were based on the commit id gave put in the RC1:
> >> >> > > > > > > 8db3cbd4ff62b17a8b496026b68cf60ee0c76740
> >> >> > > > > > > >>
> >> >> > > > > > > >> Please let me know if there is a new commit ID to be
> used
> >> >> and
> >> >> > I
> >> >> > > > will
> >> >> > > > > > > test it.
> >> >> > > > > > > >>
> >> >> > > > > > > >> Apologies for the misunderstanding, I have been a bit
> >> away
> >> >> > from
> >> >> > > > the
> >> >> > > > > > > list. :)
> >> >> > > > > > > >>
> >> >> > > > > > > >> Cheers,
> >> >> > > > > > > >> Wilder
> >> >> > > > > > > >>
> >> >> > > > > > > >> On 22 Jan 2015, at 12:29, Rohit Yadav <
> >> >> > > rohit.ya...@shapeblue.com>
> >> >> > > > > > > wrote:
> >> >> > > > > > > >>
> >> >> > > > > > > >>> Hi Wilder,
> >> >> > > > > > > >>>
> >> >> > > > > > > >>> Thanks for sharing, but I’m confused if these tests
> were
> >> >> > > against
> >> >> > > > > > > latest 4.5 branch or the RC1? Looking forward to your
> tests
> >> (on
> >> >> > > > latest
> >> >> > > > > > > 4.5). Thanks.
> >> >> > > > > > > >>>
> >> >> > > > > > > >>> Regards.
> >> >> > > > > > > >>>
> >> >> > > > > > > >>>> On 22-Jan-2015, at 4:24 pm, Wilder Rodrigues <
> >> >> > > > > > > wrodrig...@schubergphilis.com> wrote:
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Hi all,
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Sorry for the delay on the tests and also coming to
> it
> >> >> only
> >> >> > > > after
> >> >> > > > > > the
> >> >> > > > > > > RC has been cancelled, but I was way too busy with the
> >> >> redundant
> >> >> > > VPC
> >> >> > > > > > work.
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Remarks:
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> * I will test Basic Zone later today
> >> >> > > > > > > >>>> * For those willing to read, I added the whole
> events
> >> log
> >> >> > > after
> >> >> > > > > the
> >> >> > > > > > > tests results. :)
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> There go my results:
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> :: Environment ::
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Host: XenServer 6.2 - running under a VMware zone
> >> within
> >> >> our
> >> >> > > ACS
> >> >> > > > > > > Beta-Cloud infra
> >> >> > > > > > > >>>> Management Server: MacBook Pro
> >> >> > > > > > > >>>> Database: MySQL running locally on my MacBook Pro
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> :: Advanced Zone ::
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> ===========================================================================
> >> >> > > > > > > >>>> Test Create Account and user for that account ...
> ===
> >> >> > > TestName:
> >> >> > > > > > > test_01_create_account | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Sub domain allowed to launch VM  when a Domain
> >> level
> >> >> > zone
> >> >> > > > is
> >> >> > > > > > > created ... === TestName: test_01_add_vm_to_subdomain |
> >> Status
> >> >> :
> >> >> > > > > SUCCESS
> >> >> > > > > > ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test delete domain without force option ... ===
> >> TestName:
> >> >> > > > > > > test_DeleteDomain | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test delete domain with force option ... ===
> TestName:
> >> >> > > > > > > test_forceDeleteDomain | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test update admin details ... === TestName:
> >> >> > > > > test_updateAdminDetails
> >> >> > > > > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test update domain admin details ... === TestName:
> >> >> > > > > > > test_updateDomainAdminDetails | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test user update API ... === TestName:
> >> >> > test_updateUserDetails
> >> >> > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test login API with domain ... === TestName:
> >> >> > > > test_LoginApiDomain |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test if Login API does not return UUID's ... ===
> >> TestName:
> >> >> > > > > > > test_LoginApiUuidResponse | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 9 tests in 1094.799s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test reset virtual machine on reboot ... ===
> TestName:
> >> >> > > > > > > test_01_reset_vm_on_reboot | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 1 test in 217.296s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test advanced zone virtual router ... === TestName:
> >> >> > > > > > > test_advZoneVirtualRouter | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Deploy Virtual Machine ... === TestName:
> >> >> > test_deploy_vm |
> >> >> > > > > > Status
> >> >> > > > > > > : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Multiple Deploy Virtual Machine ... ===
> TestName:
> >> >> > > > > > > test_deploy_vm_multiple | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Stop Virtual Machine ... === TestName:
> >> >> test_01_stop_vm
> >> >> > |
> >> >> > > > > Status
> >> >> > > > > > > : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Start Virtual Machine ... === TestName:
> >> >> > test_02_start_vm
> >> >> > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test Reboot Virtual Machine ... === TestName:
> >> >> > > test_03_reboot_vm
> >> >> > > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test destroy Virtual Machine ... === TestName:
> >> >> > > > test_06_destroy_vm
> >> >> > > > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test recover Virtual Machine ... === TestName:
> >> >> > > > test_07_restore_vm
> >> >> > > > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test migrate VM ... SKIP: At least two hosts should
> be
> >> >> > present
> >> >> > > > in
> >> >> > > > > > the
> >> >> > > > > > > zone for migration
> >> >> > > > > > > >>>> Test destroy(expunge) Virtual Machine ... ===
> TestName:
> >> >> > > > > > > test_09_expunge_vm | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 10 tests in 816.707s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK (SKIP=1)
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> test_privategw_acl
> >> >> > > > > > >
> (integration.acs.tests.test_privategw_acl.TestPrivateGwACL)
> >> ...
> >> >> > ===
> >> >> > > > > > > TestName: test_privategw_acl | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 1 test in 85.883s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test to create service offering ... === TestName:
> >> >> > > > > > > test_01_create_service_offering | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test to update existing service offering ... ===
> >> TestName:
> >> >> > > > > > > test_02_edit_service_offering | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test to delete service offering ... === TestName:
> >> >> > > > > > > test_03_delete_service_offering | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 3 tests in 196.733s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test router internal advanced zone ... SKIP: Marvin
> >> >> > > > configuration
> >> >> > > > > > has
> >> >> > > > > > > no host credentials to check router services
> >> >> > > > > > > >>>> Test restart network ... === TestName:
> >> >> > > > > > > test_03_restart_network_cleanup | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test router basic setup ... === TestName:
> >> >> > > test_05_router_basic |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test router advanced setup ... === TestName:
> >> >> > > > > test_06_router_advanced
> >> >> > > > > > > | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test stop router ... === TestName:
> test_07_stop_router
> >> |
> >> >> > > Status
> >> >> > > > :
> >> >> > > > > > > SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test start router ... === TestName:
> >> test_08_start_router |
> >> >> > > > Status
> >> >> > > > > :
> >> >> > > > > > > SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test reboot router ... === TestName:
> >> >> test_09_reboot_router |
> >> >> > > > > Status
> >> >> > > > > > :
> >> >> > > > > > > SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 7 tests in 413.426s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK (SKIP=1)
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test VPN in VPC ... === TestName:
> >> >> > test_vpc_remote_access_vpn |
> >> >> > > > > > Status
> >> >> > > > > > > : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test VPN in VPC ... === TestName:
> >> test_vpc_site2site_vpn |
> >> >> > > > Status
> >> >> > > > > :
> >> >> > > > > > > SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 2 tests in 481.417s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> OK
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> Test create VPC offering ... === TestName:
> >> >> > > > > > > test_01_create_vpc_offering | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test VPC offering without load balancing service ...
> >> ===
> >> >> > > > TestName:
> >> >> > > > > > > test_03_vpc_off_without_lb | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test VPC offering without static NAT service ... ===
> >> >> > TestName:
> >> >> > > > > > > test_04_vpc_off_without_static_nat | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test VPC offering without port forwarding service
> ...
> >> ===
> >> >> > > > > TestName:
> >> >> > > > > > > test_05_vpc_off_without_pf | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test VPC offering with invalid services ... ===
> >> TestName:
> >> >> > > > > > > test_06_vpc_off_invalid_services | Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test update VPC offering ... === TestName:
> >> >> > > > test_07_update_vpc_off
> >> >> > > > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> Test list VPC offering ... === TestName:
> >> >> > test_08_list_vpc_off
> >> >> > > |
> >> >> > > > > > > Status : SUCCESS ===
> >> >> > > > > > > >>>> ok
> >> >> > > > > > > >>>> test_09_create_redundant_vpc_offering
> >> >> > > > > > >
> (integration.acs.tests.test_vpc_offerings.TestVPCOffering)
> >> ...
> >> >> > ===
> >> >> > > > > > > TestName: test_09_create_redundant_vpc_offering | Status
> :
> >> >> > > EXCEPTION
> >> >> > > > > ===
> >> >> > > > > > > >>>> ERROR
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ======================================================================
> >> >> > > > > > > >>>> ERROR: test_09_create_redundant_vpc_offering
> >> >> > > > > > >
> (integration.acs.tests.test_vpc_offerings.TestVPCOffering)
> >> >> > > > > > > >>>>
> >> >> > > > > >
> >> >> > >
> >> ----------------------------------------------------------------------
> >> >> > > > > > > >>>> Ran 8 tests in 501.205s
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> FAILED (errors=1)
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> This is expected because we do not have Redundant
> VPC
> >> on
> >> >> > > 4.5.0,
> >> >> > > > > but
> >> >> > > > > > I
> >> >> > > > > > > already have tests for that.
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> :: CloudStack Events Log ::
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> It’s a CSV output from MySQL. You can put it in a
> cdv
> >> file
> >> >> > and
> >> >> > > > > open
> >> >> > > > > > > with MS Excel or any other spreadsheet tool.
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>>
> >> >> > > > > > > >>>> "1","REGISTER.USER.KEY","Completed","Successfully
> >> >> completed
> >> >> > > > > register
> >> >> > > > > > > for the developer API keys","2015-01-22 08:40:57"
> >> >> > > > > > > >>>> "2","USER.LOGIN","Completed","user has logged in.
> The
> >> IP
> >> >> > > Address
> >> >> > > > > > > cannot be determined","2015-01-22 08:41:22"
> >> >> > > > > > > >>>>
> >> "3","CONFIGURATION.VALUE.EDIT","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > updating configuration.  Name: host New Value:
> >> >> > > 10.1.1.9","2015-01-22
> >> >> > > > > > > 08:41:36"
> >> >> > > > > > > >>>> "4","REGISTER.USER.KEY","Completed","Successfully
> >> >> completed
> >> >> > > > > register
> >> >> > > > > > > for the developer API keys","2015-01-22 08:43:05"
> >> >> > > > > > > >>>> "5","ZONE.CREATE","Completed","Successfully
> completed
> >> >> > creating
> >> >> > > > > zone.
> >> >> > > > > > > Zone Name: Summer","2015-01-22 08:43:05"
> >> >> > > > > > > >>>>
> "6","PHYSICAL.NETWORK.CREATE","Created","Successfully
> >> >> > created
> >> >> > > > > entity
> >> >> > > > > > > for Creating Physical Network","2015-01-22 08:43:05"
> >> >> > > > > > > >>>> "7","PHYSICAL.NETWORK.CREATE","Scheduled","creating
> >> >> Physical
> >> >> > > > > > Network.
> >> >> > > > > > > Id: 200","2015-01-22 08:43:05"
> >> >> > > > > > > >>>> "8","PHYSICAL.NETWORK.CREATE","Started","Creating
> >> Physical
> >> >> > > > > Network.
> >> >> > > > > > > Physical Network Id: 200","2015-01-22 08:43:05"
> >> >> > > > > > > >>>>
> "9","PHYSICAL.NETWORK.CREATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Creating Physical Network. Physical Network Id:
> >> >> 200","2015-01-22
> >> >> > > > > > 08:43:05"
> >> >> > > > > > > >>>> "10","TRAFFIC.TYPE.CREATE","Created","Successfully
> >> created
> >> >> > > > entity
> >> >> > > > > > for
> >> >> > > > > > > Creating Physical Network TrafficType","2015-01-22
> 08:43:05"
> >> >> > > > > > > >>>> "11","TRAFFIC.TYPE.CREATE","Scheduled","Adding
> physical
> >> >> > > network
> >> >> > > > > > > traffic type: 1","2015-01-22 08:43:05"
> >> >> > > > > > > >>>> "12","TRAFFIC.TYPE.CREATE","Started","Creating
> Physical
> >> >> > > Network
> >> >> > > > > > > TrafficType. TrafficType Id: 1","2015-01-22 08:43:05"
> >> >> > > > > > > >>>> "13","TRAFFIC.TYPE.CREATE","Completed","Successfully
> >> >> > completed
> >> >> > > > > > > Creating Physical Network TrafficType. TrafficType Id:
> >> >> > > 1","2015-01-22
> >> >> > > > > > > 08:43:05"
> >> >> > > > > > > >>>> "14","TRAFFIC.TYPE.CREATE","Created","Successfully
> >> created
> >> >> > > > entity
> >> >> > > > > > for
> >> >> > > > > > > Creating Physical Network TrafficType","2015-01-22
> 08:43:10"
> >> >> > > > > > > >>>> "15","TRAFFIC.TYPE.CREATE","Scheduled","Adding
> physical
> >> >> > > network
> >> >> > > > > > > traffic type: 2","2015-01-22 08:43:10"
> >> >> > > > > > > >>>> "16","TRAFFIC.TYPE.CREATE","Started","Creating
> Physical
> >> >> > > Network
> >> >> > > > > > > TrafficType. TrafficType Id: 2","2015-01-22 08:43:10"
> >> >> > > > > > > >>>> "17","TRAFFIC.TYPE.CREATE","Completed","Successfully
> >> >> > completed
> >> >> > > > > > > Creating Physical Network TrafficType. TrafficType Id:
> >> >> > > 2","2015-01-22
> >> >> > > > > > > 08:43:10"
> >> >> > > > > > > >>>>
> >> "18","NETWORK.ELEMENT.CONFIGURE","Scheduled","configuring
> >> >> > > > virtual
> >> >> > > > > > > router provider: 1","2015-01-22 08:43:15"
> >> >> > > > > > > >>>> "19","SERVICE.PROVIDER.UPDATE","Scheduled","Updating
> >> >> > physical
> >> >> > > > > > network
> >> >> > > > > > > ServiceProvider: 1","2015-01-22 08:43:15"
> >> >> > > > > > > >>>> "20","SERVICE.PROVIDER.UPDATE","Started","Updating
> >> >> physical
> >> >> > > > > network
> >> >> > > > > > > ServiceProvider","2015-01-22 08:43:15"
> >> >> > > > > > > >>>>
> >> "21","SERVICE.PROVIDER.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Updating physical network ServiceProvider","2015-01-22
> >> >> 08:43:15"
> >> >> > > > > > > >>>> "22","USER.LOGIN","Completed","user has logged in.
> The
> >> IP
> >> >> > > > Address
> >> >> > > > > > > cannot be determined","2015-01-22 08:43:19"
> >> >> > > > > > > >>>>
> >> "23","NETWORK.ELEMENT.CONFIGURE","Scheduled","configuring
> >> >> > > > virtual
> >> >> > > > > > > router provider: 2","2015-01-22 08:43:20"
> >> >> > > > > > > >>>> "24","SERVICE.PROVIDER.UPDATE","Scheduled","Updating
> >> >> > physical
> >> >> > > > > > network
> >> >> > > > > > > ServiceProvider: 3","2015-01-22 08:43:20"
> >> >> > > > > > > >>>> "25","SERVICE.PROVIDER.UPDATE","Started","Updating
> >> >> physical
> >> >> > > > > network
> >> >> > > > > > > ServiceProvider","2015-01-22 08:43:20"
> >> >> > > > > > > >>>>
> >> "26","SERVICE.PROVIDER.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Updating physical network ServiceProvider","2015-01-22
> >> >> 08:43:20"
> >> >> > > > > > > >>>>
> >> "27","NETWORK.ELEMENT.CONFIGURE","Scheduled","configuring
> >> >> > > > internal
> >> >> > > > > > > load balancer element: 3","2015-01-22 08:43:26"
> >> >> > > > > > > >>>> "28","SERVICE.PROVIDER.UPDATE","Scheduled","Updating
> >> >> > physical
> >> >> > > > > > network
> >> >> > > > > > > ServiceProvider: 5","2015-01-22 08:43:26"
> >> >> > > > > > > >>>> "29","SERVICE.PROVIDER.UPDATE","Started","Updating
> >> >> physical
> >> >> > > > > network
> >> >> > > > > > > ServiceProvider","2015-01-22 08:43:26"
> >> >> > > > > > > >>>>
> >> "30","SERVICE.PROVIDER.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Updating physical network ServiceProvider","2015-01-22
> >> >> 08:43:26"
> >> >> > > > > > > >>>> "31","PHYSICAL.NETWORK.UPDATE","Scheduled","Updating
> >> >> > Physical
> >> >> > > > > > > network: 200","2015-01-22 08:43:31"
> >> >> > > > > > > >>>> "32","PHYSICAL.NETWORK.UPDATE","Started","updating
> >> >> physical
> >> >> > > > > > > network","2015-01-22 08:43:31"
> >> >> > > > > > > >>>>
> >> "33","PHYSICAL.NETWORK.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > updating physical network","2015-01-22 08:43:31"
> >> >> > > > > > > >>>>
> "34","PHYSICAL.NETWORK.CREATE","Created","Successfully
> >> >> > created
> >> >> > > > > > entity
> >> >> > > > > > > for Creating Physical Network","2015-01-22 08:43:36"
> >> >> > > > > > > >>>> "35","PHYSICAL.NETWORK.CREATE","Scheduled","creating
> >> >> > Physical
> >> >> > > > > > > Network. Id: 201","2015-01-22 08:43:36"
> >> >> > > > > > > >>>> "36","PHYSICAL.NETWORK.CREATE","Started","Creating
> >> >> Physical
> >> >> > > > > Network.
> >> >> > > > > > > Physical Network Id: 201","2015-01-22 08:43:36"
> >> >> > > > > > > >>>>
> >> "37","PHYSICAL.NETWORK.CREATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Creating Physical Network. Physical Network Id:
> >> >> 201","2015-01-22
> >> >> > > > > > 08:43:36"
> >> >> > > > > > > >>>> "38","TRAFFIC.TYPE.CREATE","Created","Successfully
> >> created
> >> >> > > > entity
> >> >> > > > > > for
> >> >> > > > > > > Creating Physical Network TrafficType","2015-01-22
> 08:43:41"
> >> >> > > > > > > >>>> "39","TRAFFIC.TYPE.CREATE","Scheduled","Adding
> physical
> >> >> > > network
> >> >> > > > > > > traffic type: 3","2015-01-22 08:43:41"
> >> >> > > > > > > >>>> "40","TRAFFIC.TYPE.CREATE","Started","Creating
> Physical
> >> >> > > Network
> >> >> > > > > > > TrafficType. TrafficType Id: 3","2015-01-22 08:43:41"
> >> >> > > > > > > >>>> "41","TRAFFIC.TYPE.CREATE","Completed","Successfully
> >> >> > completed
> >> >> > > > > > > Creating Physical Network TrafficType. TrafficType Id:
> >> >> > > 3","2015-01-22
> >> >> > > > > > > 08:43:41"
> >> >> > > > > > > >>>>
> >> "42","NETWORK.ELEMENT.CONFIGURE","Scheduled","configuring
> >> >> > > > virtual
> >> >> > > > > > > router provider: 4","2015-01-22 08:43:46"
> >> >> > > > > > > >>>> "43","SERVICE.PROVIDER.UPDATE","Scheduled","Updating
> >> >> > physical
> >> >> > > > > > network
> >> >> > > > > > > ServiceProvider: 6","2015-01-22 08:43:46"
> >> >> > > > > > > >>>> "44","SERVICE.PROVIDER.UPDATE","Started","Updating
> >> >> physical
> >> >> > > > > network
> >> >> > > > > > > ServiceProvider","2015-01-22 08:43:46"
> >> >> > > > > > > >>>>
> >> "45","SERVICE.PROVIDER.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > Updating physical network ServiceProvider","2015-01-22
> >> >> 08:43:46"
> >> >> > > > > > > >>>> "46","PHYSICAL.NETWORK.UPDATE","Scheduled","Updating
> >> >> > Physical
> >> >> > > > > > > network: 201","2015-01-22 08:43:51"
> >> >> > > > > > > >>>> "47","PHYSICAL.NETWORK.UPDATE","Started","updating
> >> >> physical
> >> >> > > > > > > network","2015-01-22 08:43:51"
> >> >> > > > > > > >>>>
> >> "48","PHYSICAL.NETWORK.UPDATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > updating physical network","2015-01-22 08:43:51"
> >> >> > > > > > > >>>>
> "49","VLAN.IP.RANGE.CREATE","Completed","Successfully
> >> >> > > completed
> >> >> > > > > > > creating vlan ip range","2015-01-22 08:45:07"
> >> >> > > > > > > >>>> "50","TRAFFIC.TYPE.CREATE","Created","Successfully
> >> created
> >> >> > > > entity
> >> >> > > > > > for
> >> >> > > > > > > Creating Physical Network TrafficType. Zone Id:
> >> 1","2015-01-22
> >> >> > > > > 08:45:07"
> >> >> > > > > > > >>>> "51","ZONE.EDIT","Completed","Successfully completed
> >> >> editing
> >> >> > > > zone.
> >> >> > > > > > > Zone Id: 1","2015-01-22 08:45:07"
> >> >> > > > > > > >>>> "52","FIREWALL.OPEN","Created","Successfully created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 08:45:25"
> >> >> > > > > > > >>>> "53","FIREWALL.OPEN","Created","Successfully created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 08:45:25"
> >> >> > > > > > > >>>>
> >> "54","SERVICE.OFFERING.CREATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > creating service offering. Service offering
> >> id=30","2015-01-22
> >> >> > > > > 08:55:48"
> >> >> > > > > > > >>>> "55","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:null","2015-01-22
> >> >> > 08:55:48"
> >> >> > > > > > > >>>> "56","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > User.
> >> >> > > > > > > Account Name: null, Domain Id:null","2015-01-22 08:55:48"
> >> >> > > > > > > >>>> "57","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > User.
> >> >> > > > > > > UserName: User-FGFAQX, FirstName :User, LastName:
> >> >> > User","2015-01-22
> >> >> > > > > > > 08:55:49"
> >> >> > > > > > > >>>> "58","ACCOUNT.DELETE","Scheduled","deleting User
> >> >> > > > > > > test-TestUserLogin-test_01_create_account-TPZITS (id: 4)
> and
> >> >> > > > accountId
> >> >> > > > > =
> >> >> > > > > > > 4","2015-01-22 08:55:49"
> >> >> > > > > > > >>>> "59","ACCOUNT.DELETE","Started","deleting account.
> >> Account
> >> >> > Id:
> >> >> > > > > > > 4","2015-01-22 08:55:49"
> >> >> > > > > > > >>>> "60","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > deleting
> >> >> > > > > > > account. Account Id: 4","2015-01-22 08:55:49"
> >> >> > > > > > > >>>>
> >> "61","SERVICE.OFFERING.DELETE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > deleting service offering. Service offering
> >> id=30","2015-01-22
> >> >> > > > > 08:55:54"
> >> >> > > > > > > >>>> "62","DOMAIN.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Domain. Domain Name: Domain-F8DWZU, Parent DomainId
> >> >> > :1","2015-01-22
> >> >> > > > > > > 08:55:54"
> >> >> > > > > > > >>>> "63","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:1","2015-01-22
> >> 08:55:54"
> >> >> > > > > > > >>>> "64","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > User.
> >> >> > > > > > > Account Name: null, Domain Id:1","2015-01-22 08:55:54"
> >> >> > > > > > > >>>> "65","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:2","2015-01-22
> >> 08:55:54"
> >> >> > > > > > > >>>> "66","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > User.
> >> >> > > > > > > Account Name: null, Domain Id:2","2015-01-22 08:55:54"
> >> >> > > > > > > >>>>
> >> "67","SERVICE.OFFERING.CREATE","Completed","Successfully
> >> >> > > > completed
> >> >> > > > > > > creating service offering. Service offering
> >> id=31","2015-01-22
> >> >> > > > > 08:55:54"
> >> >> > > > > > > >>>> "68","VM.CREATE","Created","Successfully created
> entity
> >> >> for
> >> >> > > > > > deploying
> >> >> > > > > > > Vm. Vm Id: 3","2015-01-22 08:55:54"
> >> >> > > > > > > >>>> "69","VM.CREATE","Scheduled","starting Vm. Vm Id:
> >> >> > > 3","2015-01-22
> >> >> > > > > > > 08:55:54"
> >> >> > > > > > > >>>> "70","VM.CREATE","Started","starting Vm. Vm Id:
> >> >> > 3","2015-01-22
> >> >> > > > > > > 08:55:55"
> >> >> > > > > > > >>>> "71","ZONE.VLAN.ASSIGN","Completed","Assigned Zone
> >> Vlan:
> >> >> 132
> >> >> > > > > Network
> >> >> > > > > > > Id: 204","2015-01-22 08:55:56"
> >> >> > > > > > > >>>> "72","FIREWALL.OPEN","Created","Successfully created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 08:55:56"
> >> >> > > > > > > >>>> "73","VM.CREATE","Completed","Successfully completed
> >> >> > starting
> >> >> > > > Vm.
> >> >> > > > > Vm
> >> >> > > > > > > Id: 3","2015-01-22 08:58:29"
> >> >> > > > > > > >>>> "74","VM.CREATE","Created","Successfully created
> entity
> >> >> for
> >> >> > > > > > deploying
> >> >> > > > > > > Vm. Vm Id: 5","2015-01-22 08:58:30"
> >> >> > > > > > > >>>> "75","VM.CREATE","Scheduled","starting Vm. Vm Id:
> >> >> > > 5","2015-01-22
> >> >> > > > > > > 08:58:30"
> >> >> > > > > > > >>>> "76","VM.CREATE","Started","starting Vm. Vm Id:
> >> >> > 5","2015-01-22
> >> >> > > > > > > 08:58:30"
> >> >> > > > > > > >>>> "77","ZONE.VLAN.ASSIGN","Completed","Assigned Zone
> >> Vlan:
> >> >> 121
> >> >> > > > > Network
> >> >> > > > > > > Id: 205","2015-01-22 08:58:32"
> >> >> > > > > > > >>>> "78","FIREWALL.OPEN","Created","Successfully created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 08:58:32"
> >> >> > > > > > > >>>> "79","VM.CREATE","Completed","Successfully completed
> >> >> > starting
> >> >> > > > Vm.
> >> >> > > > > Vm
> >> >> > > > > > > Id: 5","2015-01-22 09:00:52"
> >> >> > > > > > > >>>> "80","ACCOUNT.DELETE","Scheduled","deleting User
> >> >> > > > > > > test-TestUserLogin-test_01_create_account-M48UPS (id: 6)
> and
> >> >> > > > accountId
> >> >> > > > > =
> >> >> > > > > > > 5","2015-01-22 09:00:56"
> >> >> > > > > > > >>>> "81","ACCOUNT.DELETE","Started","deleting account.
> >> Account
> >> >> > Id:
> >> >> > > > > > > 6","2015-01-22 09:00:56"
> >> >> > > > > > > >>>> "82","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 6","2015-01-22 09:01:08"
> >> >> > > > > > > >>>> "83","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 6","2015-01-22 09:01:08"
> >> >> > > > > > > >>>> "84","ZONE.VLAN.RELEASE","Completed","Released Zone
> >> Vnet:
> >> >> > 121
> >> >> > > > for
> >> >> > > > > > > Network: 205","2015-01-22 09:01:19"
> >> >> > > > > > > >>>> "85","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 6","2015-01-22 09:01:19"
> >> >> > > > > > > >>>> "86","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 6","2015-01-22 09:01:19"
> >> >> > > > > > > >>>> "87","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 6","2015-01-22 09:01:19"
> >> >> > > > > > > >>>> "88","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 6","2015-01-22 09:01:19"
> >> >> > > > > > > >>>> "89","VPN.REMOTE.ACCESS.DESTROY","Started","removing
> >> >> remote
> >> >> > > > access
> >> >> > > > > > > vpn. Account Id: 6","2015-01-22 09:01:19"
> >> >> > > > > > > >>>>
> >> "90","VPN.REMOTE.ACCESS.DESTROY","Completed","Successfully
> >> >> > > > > completed
> >> >> > > > > > > removing remote access vpn. Account Id: 6","2015-01-22
> >> >> 09:01:19"
> >> >> > > > > > > >>>> "91","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > deleting
> >> >> > > > > > > account. Account Id: 6","2015-01-22 09:01:20"
> >> >> > > > > > > >>>> "92","ACCOUNT.DELETE","Scheduled","user delete, but
> >> this
> >> >> > user
> >> >> > > > does
> >> >> > > > > > > not exist in the system","2015-01-22 09:01:21"
> >> >> > > > > > > >>>> "93","ACCOUNT.DELETE","Started","deleting account.
> >> Account
> >> >> > Id:
> >> >> > > > > > > 5","2015-01-22 09:01:21"
> >> >> > > > > > > >>>> "94","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 5","2015-01-22 09:01:30"
> >> >> > > > > > > >>>> "95","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 5","2015-01-22 09:01:30"
> >> >> > > > > > > >>>> "96","ZONE.VLAN.RELEASE","Completed","Released Zone
> >> Vnet:
> >> >> > 132
> >> >> > > > for
> >> >> > > > > > > Network: 204","2015-01-22 09:01:43"
> >> >> > > > > > > >>>> "97","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 5","2015-01-22 09:01:43"
> >> >> > > > > > > >>>> "98","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 5","2015-01-22 09:01:43"
> >> >> > > > > > > >>>> "99","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > Account
> >> >> > > > > Id:
> >> >> > > > > > > 5","2015-01-22 09:01:43"
> >> >> > > > > > > >>>> "100","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 5","2015-01-22 09:01:43"
> >> >> > > > > > > >>>>
> "101","VPN.REMOTE.ACCESS.DESTROY","Started","removing
> >> >> remote
> >> >> > > > > access
> >> >> > > > > > > vpn. Account Id: 5","2015-01-22 09:01:43"
> >> >> > > > > > > >>>>
> >> >> "102","VPN.REMOTE.ACCESS.DESTROY","Completed","Successfully
> >> >> > > > > > completed
> >> >> > > > > > > removing remote access vpn. Account Id: 5","2015-01-22
> >> >> 09:01:43"
> >> >> > > > > > > >>>> "103","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > > deleting
> >> >> > > > > > > account. Account Id: 5","2015-01-22 09:01:44"
> >> >> > > > > > > >>>> "104","DOMAIN.DELETE","Scheduled","deleting domain:
> >> >> > > > 2","2015-01-22
> >> >> > > > > > > 09:01:46"
> >> >> > > > > > > >>>> "105","DOMAIN.DELETE","Started","deleting Domain.
> >> Domain
> >> >> Id:
> >> >> > > > > > > 2","2015-01-22 09:01:46"
> >> >> > > > > > > >>>> "106","DOMAIN.DELETE","Completed","Successfully
> >> completed
> >> >> > > > deleting
> >> >> > > > > > > Domain. Domain Id: 2","2015-01-22 09:01:46"
> >> >> > > > > > > >>>>
> >> "107","SERVICE.OFFERING.DELETE","Completed","Successfully
> >> >> > > > > completed
> >> >> > > > > > > deleting service offering. Service offering
> >> id=31","2015-01-22
> >> >> > > > > 09:01:51"
> >> >> > > > > > > >>>> "108","DOMAIN.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Domain. Domain Name: Domain-7XW3QP, Parent DomainId
> >> >> > :1","2015-01-22
> >> >> > > > > > > 09:01:52"
> >> >> > > > > > > >>>> "109","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:3","2015-01-22
> >> 09:01:52"
> >> >> > > > > > > >>>> "110","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > > User. Account Name: null, Domain Id:3","2015-01-22
> 09:01:52"
> >> >> > > > > > > >>>> "111","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:3","2015-01-22
> >> 09:01:52"
> >> >> > > > > > > >>>> "112","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > > User. Account Name: null, Domain Id:3","2015-01-22
> 09:01:52"
> >> >> > > > > > > >>>>
> >> "113","SERVICE.OFFERING.CREATE","Completed","Successfully
> >> >> > > > > completed
> >> >> > > > > > > creating service offering. Service offering
> >> id=32","2015-01-22
> >> >> > > > > 09:01:52"
> >> >> > > > > > > >>>> "114","VM.CREATE","Created","Successfully created
> >> entity
> >> >> for
> >> >> > > > > > > deploying Vm. Vm Id: 7","2015-01-22 09:01:52"
> >> >> > > > > > > >>>> "115","VM.CREATE","Scheduled","starting Vm. Vm Id:
> >> >> > > > 7","2015-01-22
> >> >> > > > > > > 09:01:52"
> >> >> > > > > > > >>>> "116","VM.CREATE","Started","starting Vm. Vm Id:
> >> >> > > 7","2015-01-22
> >> >> > > > > > > 09:01:52"
> >> >> > > > > > > >>>> "117","ZONE.VLAN.ASSIGN","Completed","Assigned Zone
> >> Vlan:
> >> >> > 105
> >> >> > > > > > Network
> >> >> > > > > > > Id: 206","2015-01-22 09:01:54"
> >> >> > > > > > > >>>> "118","FIREWALL.OPEN","Created","Successfully
> created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 09:01:54"
> >> >> > > > > > > >>>> "119","VM.CREATE","Completed","Successfully
> completed
> >> >> > starting
> >> >> > > > Vm.
> >> >> > > > > > Vm
> >> >> > > > > > > Id: 7","2015-01-22 09:04:17"
> >> >> > > > > > > >>>> "120","VM.CREATE","Created","Successfully created
> >> entity
> >> >> for
> >> >> > > > > > > deploying Vm. Vm Id: 9","2015-01-22 09:04:18"
> >> >> > > > > > > >>>> "121","VM.CREATE","Scheduled","starting Vm. Vm Id:
> >> >> > > > 9","2015-01-22
> >> >> > > > > > > 09:04:18"
> >> >> > > > > > > >>>> "122","VM.CREATE","Started","starting Vm. Vm Id:
> >> >> > > 9","2015-01-22
> >> >> > > > > > > 09:04:18"
> >> >> > > > > > > >>>> "123","ZONE.VLAN.ASSIGN","Completed","Assigned Zone
> >> Vlan:
> >> >> > 106
> >> >> > > > > > Network
> >> >> > > > > > > Id: 207","2015-01-22 09:04:20"
> >> >> > > > > > > >>>> "124","FIREWALL.OPEN","Created","Successfully
> created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule","2015-01-22 09:04:20"
> >> >> > > > > > > >>>> "125","VM.CREATE","Completed","Successfully
> completed
> >> >> > starting
> >> >> > > > Vm.
> >> >> > > > > > Vm
> >> >> > > > > > > Id: 9","2015-01-22 09:06:41"
> >> >> > > > > > > >>>> "126","FIREWALL.OPEN","Created","Successfully
> created
> >> >> entity
> >> >> > > for
> >> >> > > > > > > creating firewall rule. Rule Id: 2","2015-01-22 09:06:44"
> >> >> > > > > > > >>>> "127","NET.RULEADD","Created","Successfully created
> >> entity
> >> >> > for
> >> >> > > > > > > creating forwarding rule. Rule Id: 1","2015-01-22
> 09:06:44"
> >> >> > > > > > > >>>> "128","NET.RULEADD","Scheduled","Applying port
> >> forwarding
> >> >> > > rule
> >> >> > > > > for
> >> >> > > > > > > Ip: 10.1.3.4 with virtual machine:7","2015-01-22
> 09:06:44"
> >> >> > > > > > > >>>> "129","NET.RULEADD","Started","applying port
> forwarding
> >> >> > rule.
> >> >> > > > Rule
> >> >> > > > > > > Id: 1","2015-01-22 09:06:44"
> >> >> > > > > > > >>>> "130","NET.RULEADD","Completed","Successfully
> completed
> >> >> > > applying
> >> >> > > > > > port
> >> >> > > > > > > forwarding rule. Rule Id: 1","2015-01-22 09:06:45"
> >> >> > > > > > > >>>> "131","DOMAIN.DELETE","Scheduled","deleting domain:
> >> >> > > > 3","2015-01-22
> >> >> > > > > > > 09:06:49"
> >> >> > > > > > > >>>> "132","DOMAIN.DELETE","Started","deleting Domain.
> >> Domain
> >> >> Id:
> >> >> > > > > > > 3","2015-01-22 09:06:49"
> >> >> > > > > > > >>>> "133","DOMAIN.DELETE","Completed","Error while
> deleting
> >> >> > > Domain.
> >> >> > > > > > > Domain Id: 3","2015-01-22 09:06:49"
> >> >> > > > > > > >>>> "134","ACCOUNT.DELETE","Scheduled","user delete, but
> >> this
> >> >> > user
> >> >> > > > > does
> >> >> > > > > > > not exist in the system","2015-01-22 09:06:54"
> >> >> > > > > > > >>>> "135","ACCOUNT.DELETE","Started","deleting account.
> >> >> Account
> >> >> > > Id:
> >> >> > > > > > > 7","2015-01-22 09:06:54"
> >> >> > > > > > > >>>> "136","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 7","2015-01-22 09:07:05"
> >> >> > > > > > > >>>> "137","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 7","2015-01-22 09:07:05"
> >> >> > > > > > > >>>> "138","ZONE.VLAN.RELEASE","Completed","Released Zone
> >> Vnet:
> >> >> > 105
> >> >> > > > for
> >> >> > > > > > > Network: 206","2015-01-22 09:07:19"
> >> >> > > > > > > >>>> "139","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 7","2015-01-22 09:07:19"
> >> >> > > > > > > >>>> "140","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 7","2015-01-22 09:07:19"
> >> >> > > > > > > >>>> "141","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 7","2015-01-22 09:07:19"
> >> >> > > > > > > >>>> "142","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 7","2015-01-22 09:07:19"
> >> >> > > > > > > >>>>
> "143","VPN.REMOTE.ACCESS.DESTROY","Started","removing
> >> >> remote
> >> >> > > > > access
> >> >> > > > > > > vpn. Account Id: 7","2015-01-22 09:07:19"
> >> >> > > > > > > >>>>
> >> >> "144","VPN.REMOTE.ACCESS.DESTROY","Completed","Successfully
> >> >> > > > > > completed
> >> >> > > > > > > removing remote access vpn. Account Id: 7","2015-01-22
> >> >> 09:07:19"
> >> >> > > > > > > >>>> "145","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > > deleting
> >> >> > > > > > > account. Account Id: 7","2015-01-22 09:07:20"
> >> >> > > > > > > >>>> "146","ACCOUNT.DELETE","Scheduled","user delete, but
> >> this
> >> >> > user
> >> >> > > > > does
> >> >> > > > > > > not exist in the system","2015-01-22 09:07:24"
> >> >> > > > > > > >>>> "147","ACCOUNT.DELETE","Started","deleting account.
> >> >> Account
> >> >> > > Id:
> >> >> > > > > > > 8","2015-01-22 09:07:24"
> >> >> > > > > > > >>>> "148","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 8","2015-01-22 09:07:35"
> >> >> > > > > > > >>>> "149","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 8","2015-01-22 09:07:35"
> >> >> > > > > > > >>>> "150","ZONE.VLAN.RELEASE","Completed","Released Zone
> >> Vnet:
> >> >> > 106
> >> >> > > > for
> >> >> > > > > > > Network: 207","2015-01-22 09:07:46"
> >> >> > > > > > > >>>> "151","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>> "152","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>> "153","FIREWALL.CLOSE","Started","revoking firewall
> >> rule.
> >> >> > > > Account
> >> >> > > > > > Id:
> >> >> > > > > > > 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>> "154","FIREWALL.CLOSE","Completed","Successfully
> >> completed
> >> >> > > > > revoking
> >> >> > > > > > > firewall rule. Account Id: 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>>
> "155","VPN.REMOTE.ACCESS.DESTROY","Started","removing
> >> >> remote
> >> >> > > > > access
> >> >> > > > > > > vpn. Account Id: 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>>
> >> >> "156","VPN.REMOTE.ACCESS.DESTROY","Completed","Successfully
> >> >> > > > > > completed
> >> >> > > > > > > removing remote access vpn. Account Id: 8","2015-01-22
> >> >> 09:07:46"
> >> >> > > > > > > >>>> "157","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > > deleting
> >> >> > > > > > > account. Account Id: 8","2015-01-22 09:07:46"
> >> >> > > > > > > >>>>
> >> "158","SERVICE.OFFERING.DELETE","Completed","Successfully
> >> >> > > > > completed
> >> >> > > > > > > deleting service offering. Service offering
> >> id=32","2015-01-22
> >> >> > > > > 09:07:49"
> >> >> > > > > > > >>>> "159","DOMAIN.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Domain. Domain Name: Domain-PNY1F7, Parent DomainId
> >> >> > :1","2015-01-22
> >> >> > > > > > > 09:07:49"
> >> >> > > > > > > >>>> "160","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:4","2015-01-22
> >> 09:07:49"
> >> >> > > > > > > >>>> "161","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > > User. Account Name: null, Domain Id:4","2015-01-22
> 09:07:49"
> >> >> > > > > > > >>>> "162","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > >> >> > > > > > > 13","2015-01-22 09:13:47"
> >> >> > > > > > > >>>> "217","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > > deleting
> >> >> > > > > > > account. Account Id: 13","2015-01-22 09:13:48"
> >> >> > > > > > > >>>> "218","DOMAIN.CREATE","Completed","Successfully
> >> completed
> >> >> > > > creating
> >> >> > > > > > > Domain. Domain Name: Domain-MHWGT8, Parent DomainId
> >> >> > :1","2015-01-22
> >> >> > > > > > > 09:13:53"
> >> >> > > > > > > >>>> "219","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:5","2015-01-22
> >> 09:13:53"
> >> >> > > > > > > >>>> "220","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > > User. Account Name: null, Domain Id:5","2015-01-22
> 09:13:53"
> >> >> > > > > > > >>>> "221","USER.LOGIN","Completed","user has logged in
> >> from IP
> >> >> > > > Address
> >> >> > > > > > > 10.200.6.15","2015-01-22 09:13:53"
> >> >> > > > > > > >>>> "222","ACCOUNT.DELETE","Scheduled","user delete, but
> >> this
> >> >> > user
> >> >> > > > > does
> >> >> > > > > > > not exist in the system","2015-01-22 09:13:53"
> >> >> > > > > > > >>>> "223","ACCOUNT.DELETE","Started","deleting account.
> >> >> Account
> >> >> > > Id:
> >> >> > > > > > > 14","2015-01-22 09:13:53"
> >> >> > > > > > > >>>> "224","ACCOUNT.DELETE","Completed","Successfully
> >> completed
> >> >> > > > > deleting
> >> >> > > > > > > account. Account Id: 14","2015-01-22 09:13:53"
> >> >> > > > > > > >>>> "225","ACCOUNT.CREATE","Completed","Successfully
> >> completed
> >> >> > > > > creating
> >> >> > > > > > > Account. Account Name: null, Domain Id:1","2015-01-22
> >> 09:13:58"
> >> >> > > > > > > >>>> "226","USER.CREATE","Completed","Successfully
> completed
> >> >> > > creating
> >> >> > > > > > > User. Account Name: null, Domain Id:1","2015-01-22
> 09:13:58"
> >> >> > > > > > > >>>> "227","USER.LOGIN","Completed","user has logged in
> >> from IP
> >> >> > > > Address
> >> >> > > > > > > 10.200.6.15","2015-01-22 09:13:58"
> >> >> > > > > > > >>>> >



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
<http://solidfire.com/solution/overview/?video=play>*™*

Reply via email to