-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Vmware offline migration #2848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vmware offline migration #2848
Conversation
6e6a092 to
75ec902
Compare
03ee23d to
2db4bda
Compare
|
@DaanHoogland a Trillian-Jenkins matrix job (centos6 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2312 |
|
travis red, but the travis job says all green ??? |
|
@DaanHoogland unsupported parameters provided. Supported mgmt server os are: |
|
@blueorangutan test centos7 vmware-55u3 |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests |
|
all environments have failed deployment, see sblab for errors @DaanHoogland |
|
Trillian test result (tid-3034)
|
|
@blueorangutan test matrix |
1 similar comment
|
@blueorangutan test matrix |
|
@DaanHoogland a Trillian-Jenkins matrix job (centos6 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3043)
|
|
Trillian test result (tid-3042)
|
|
Trillian test result (tid-3044)
|
|
@rafaelweingartner do we have any outstanding items for this? /CC @GabrielBrascher |
|
@dhlaluku I am seeing this error in Travis: Can you check it? |
f9ae439 to
a8599e8
Compare
|
`nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=setup/dev/advanced.cfg -s -a tags=advanced,require_hardware="false" --zone=Sandbox-Simulator --hypervisor=simulator test/integration/smoke/test_primary_storage.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /tmp/MarvinLogs/Jan_23_2019_09_14_40_6K9K05. All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_01_primary_storage_nfs | Status : SUCCESS === === TestName: test_01_deploy_vms_storage_tags | Status : SUCCESS === === TestName: test_02_edit_primary_storage_tags | Status : SUCCESS === === TestName: test_03_migration_options_storage_tags | Status : SUCCESS === ===final results are now copied to: /tmp/MarvinLogs/test_primary_storage_NFVHD7=== |
84ff31e to
fc25c2d
Compare
|
The error changed now. did you rebase or something? |
|
@rafaelweingartner I did a rebase against the latest master and force-pushed. The Travis CI errors are not related to this PR and they keep on changing every time I do a force-push. I have tested them locally against simulator based env with Ubuntu 18.04. It is probably worth noting that they might be related to the environments with which they run, I notice that they run against Debian trusty ~ Ubuntu 14.04. We should probably upgrade to at least Ubuntu 16.04 LTS |
- Also add VM disk consolidation call on successful VM migrations
* Refactor debug messages to use String.format() when debug log level is enabled.
…ly selecting the first one
…to favour the use of the ApacheUtils
fc25c2d to
918b02f
Compare
|
@blueorangutan package |
|
@dhlaluku a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2560 |
|
@blueorangutan test centos7 vmware-65 |
|
@dhlaluku a Trillian-Jenkins test job (centos7 mgmt + vmware-65) has been kicked to run smoke tests |
|
Trillian test result (tid-3340)
|
|
@blueorangutan test centos7 vmware-65 |
|
@dhlaluku a Trillian-Jenkins test job (centos7 mgmt + vmware-65) has been kicked to run smoke tests |
|
Trillian test result (tid-3342)
|
GabrielBrascher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* - Offline VM and Volume migration on Vmware hypervisor hosts - Also add VM disk consolidation call on successful VM migrations * Fix indentation of marvin test file and reformat against PEP8 * * Fix few comment typos * Refactor debug messages to use String.format() when debug log level is enabled. * Send list of commands returned by hypervisor Guru instead of explicitly selecting the first one * Fix unhandled NPE during VM migration * Revert back to distinct event descriptions for VM to host or storage pool migration * Reformat test_primary_storage file against PEP-8 and Remove unused imports * Revert back the deprecation messages in the custom StringUtils class to favour the use of the ApacheUtils
…louds' Substituição do logotipo kubernetes na interface gráfica Closes apache#2848 See merge request scclouds/scclouds!1237
Description
Enable storage migration for stopped VMs on Vmware and for detached volumes on primary storages in Vmware clusters.
see https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMware+offline+migrations
Types of changes
GitHub Issue/PRs
Screenshots (if appropriate):
How Has This Been Tested?
Checklist:
Testing