[GitHub] cloudstack-docs-admin issue #40: index.po and ui.po translated in FR

2016-10-02 Thread lmrv
Github user lmrv commented on the issue:

https://github.com/apache/cloudstack-docs-admin/pull/40
  
I did it for you this morning !
22% of de doc is now translated.

I need to read it a second time in order to correct some spelling and 
conjugation mistakes.


---
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.
---


[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-10-02 Thread abhinandanprateek
Github user abhinandanprateek closed the pull request at:

https://github.com/apache/cloudstack/pull/1639


---
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.
---


[GitHub] cloudstack issue #1675: CLOUDSTACK-9453: WIP

2016-10-02 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue:

https://github.com/apache/cloudstack/pull/1675
  
https://github.com/apache/cloudstack/pull/1639


---
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.
---


[GitHub] cloudstack issue #1600: Support Backup of Snapshots for Managed Storage

2016-10-02 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue:

https://github.com/apache/cloudstack/pull/1600
  
I have run all of the relevant managed-storage tests and all passed 
(details below).

I did encounter one issue:

When the fourth test of TestSnapshots ran, it failed because I did not have 
the base.py file from this PR in my Marvin install. I went ahead and rebuilt 
Marvin and re-installed it.

The same test then encountered another issue:

As it turns out, the new (optional) parameter, locationtype, was still 
annotated as a CommandType.SHORT (the original design), even though the 
variable it annotates was changed to be a String during the PR review. I went 
ahead and made changes to CreateSnapshot.java (now the variable is annotated as 
a CommandType.STRING) and to the Marvin test, TestSnapshot.py.

The only code that would have noticed this parameter issue is this one test 
(none of the other tests in our system pass in this new (optional) parameter).

Here are the details of the test results:

TestSnapshots:

Note the error on the fourth test (and then that it passes after the noted 
code changes):

test_01_create_volume_snapshot_using_sf_snapshot 
(TestSnapshots.TestSnapshots) ... === TestName: 
test_01_create_volume_snapshot_using_sf_snapshot | Status : SUCCESS ===
ok
test_02_create_volume_snapshot_using_sf_volume 
(TestSnapshots.TestSnapshots) ... === TestName: 
test_02_create_volume_snapshot_using_sf_volume | Status : SUCCESS ===
ok
test_03_create_volume_snapshot_using_sf_volume_and_sf_snapshot 
(TestSnapshots.TestSnapshots) ... === TestName: 
test_03_create_volume_snapshot_using_sf_volume_and_sf_snapshot | Status : 
SUCCESS ===
ok
test_04_create_volume_snapshot_using_sf_snapshot_and_archiving 
(TestSnapshots.TestSnapshots) ... === TestName: 
test_04_create_volume_snapshot_using_sf_snapshot_and_archiving | Status : 
EXCEPTION ===
ERROR

After the noted code changes:

test_04_create_volume_snapshot_using_sf_snapshot_and_archiving 
(TestSnapshots.TestSnapshots) ... === TestName: 
test_04_create_volume_snapshot_using_sf_snapshot_and_archiving | Status : 
SUCCESS ===
ok

--
Ran 1 test in 3107.229s

OK

TestAddRemoveHosts:

test_add_remove_host_with_solidfire_plugin_1 
(TestAddRemoveHosts.TestAddRemoveHosts) ... === TestName: 
test_add_remove_host_with_solidfire_plugin_1 | Status : SUCCESS ===
ok
test_add_remove_host_with_solidfire_plugin_2 
(TestAddRemoveHosts.TestAddRemoveHosts) ... === TestName: 
test_add_remove_host_with_solidfire_plugin_2 | Status : SUCCESS ===
ok
test_add_remove_host_with_solidfire_plugin_3 
(TestAddRemoveHosts.TestAddRemoveHosts) ... === TestName: 
test_add_remove_host_with_solidfire_plugin_3 | Status : SUCCESS ===
ok
test_add_remove_host_with_solidfire_plugin_4 
(TestAddRemoveHosts.TestAddRemoveHosts) ... === TestName: 
test_add_remove_host_with_solidfire_plugin_4 | Status : SUCCESS ===
ok

--
Ran 4 tests in 4357.199s

OK

TestVMSnapshots:

test_01_take_VM_snapshot (TestVMSnapshots.TestVMSnapshots) ... === 
TestName: test_01_take_VM_snapshot | Status : SUCCESS ===
ok
test_02_take_VM_snapshot_with_data_disk (TestVMSnapshots.TestVMSnapshots) 
... === TestName: test_02_take_VM_snapshot_with_data_disk | Status : SUCCESS ===
ok

--
Ran 2 tests in 750.531s

OK

TestVolumes (no XenServer SR resigning):

test_00_check_template_cache (TestVolumes.TestVolumes) ... === TestName: 
test_00_check_template_cache | Status : SUCCESS ===
ok
Attach a volume to a stopped virtual machine, then start VM ... === 
TestName: test_01_attach_new_volume_to_stopped_VM | Status : SUCCESS ===
ok
Attach, detach, and attach volume to a running VM ... === TestName: 
test_02_attach_detach_attach_volume | Status : SUCCESS ===
ok
Attach volume to running VM, then reboot. ... === TestName: 
test_03_attached_volume_reboot_VM | Status : SUCCESS ===
ok
Detach volume from a running VM, then reboot. ... === TestName: 
test_04_detach_volume_reboot | Status : SUCCESS ===
ok
Detach volume from a stopped VM, then start. ... === TestName: 
test_05_detach_vol_stopped_VM_start | Status : SUCCESS ===
ok
Attach a volume to a stopped virtual machine, then start VM ... === 
TestName: test_06_attach_volume_to_stopped_VM | Status : SUCCESS ===
ok
Destroy and expunge VM with attached volume ... === TestName: 
test_07_destroy_expunge_VM_with_volume | Status : SUCCESS ===
ok
Delete volume that was attached to a VM and is detached now ... === 
TestName: test_08_delete_volume_was_attached | Status : S

[GitHub] cloudstack issue #1600: Support Backup of Snapshots for Managed Storage

2016-10-02 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue:

https://github.com/apache/cloudstack/pull/1600
  
It looks like we're having an issue with Travis?


---
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.
---


[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-02 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Thanks @NuxRo 


---
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.
---


[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-02 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
I've tested my TinyLinux templates against vmware, xenserver and kvm and 
they are working alright. On VMware, the networking worked with the loaded 
e1000/e1000e kernel module.

Wrt failure, an issue was found with env where common.py from Marvin failed 
to patch correctly causing some test failures. Re-ran the tests manually to get 
them working:

Env: pr1692-t88-kvm-centos7-marvin

Test | Result | Time (s)
--- | --- | ---
test_extendPhysicalNetworkVlan | Success | 15.418
test_dedicateGuestVlanRange | Success | 10.271



---
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.
---