New commit detected on ManageIQ/manageiq-providers-vmware/gaprindashvili: https://github.com/ManageIQ/manageiq-providers-vmware/commit/f91c1e6a7276ee346a7e1b14615cf92b3ff27c32 commit f91c1e6a7276ee346a7e1b14615cf92b3ff27c32 Author: Adam Grare <agrare> AuthorDate: Wed May 16 14:10:08 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Wed May 16 14:10:08 2018 -0400 Merge pull request #261 from miha-plesko/fetch-more-about-vm Enhance disk and CPU inventoring (cherry picked from commit 836cf27cd0c4bf7762ec5a0bf6c856b28ef8e598) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/models/manageiq/providers/vmware/cloud_manager/refresh_parser.rb | 56 +- app/models/manageiq/providers/vmware/inventory/parser/cloud_manager.rb | 33 +- app/models/manageiq/providers/vmware/inventory_collection_default/cloud_manager.rb | 3 + app/models/manageiq/providers/vmware/network_manager/refresh_parser.rb | 5 +- manageiq-providers-vmware.gemspec | 2 +- spec/models/manageiq/providers/vmware/cloud_manager/refresher_spec.rb | 64 +- spec/vcr_cassettes/manageiq/providers/vmware/cloud_manager/refresher.yml | 18 +- 7 files changed, 105 insertions(+), 76 deletions(-) https://github.com/ManageIQ/manageiq-providers-vmware/commit/85b8ddb0222cdc56f946a874edc1e971c048fa7f commit 85b8ddb0222cdc56f946a874edc1e971c048fa7f Author: Adam Grare <agrare> AuthorDate: Fri May 18 04:35:59 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Fri May 18 04:35:59 2018 -0400 Merge pull request #267 from miha-plesko/shift-vcloud-gem-version Shift fog-vcloud-director gem version (cherry picked from commit 3fd90074bac472751fad022b813f6cdf43599212) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 manageiq-providers-vmware.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/ManageIQ/manageiq-providers-vmware/commit/6629a0ea0a63332970d8e41be7d3147d902e5056 commit 6629a0ea0a63332970d8e41be7d3147d902e5056 Author: Adam Grare <agrare> AuthorDate: Mon May 21 08:19:30 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Mon May 21 08:19:30 2018 -0400 Merge pull request #231 from miha-plesko/hardware-reconfigure Support CPU/MEM/HDD reconfiguration (cherry picked from commit 39916084216297215024b2b24c56ad441433914b) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/models/manageiq/providers/vmware/cloud_manager.rb | 8 + app/models/manageiq/providers/vmware/cloud_manager/vm.rb | 5 + app/models/manageiq/providers/vmware/cloud_manager/vm/reconfigure.rb | 73 + spec/models/manageiq/providers/vmware/cloud_manager/vm/reconfigure_spec.rb | 143 + spec/models/manageiq/providers/vmware/cloud_manager_spec.rb | 36 + 5 files changed, 265 insertions(+) https://github.com/ManageIQ/manageiq-providers-vmware/commit/5359c57a195fa9d5555581d480cd55c0be09e8be commit 5359c57a195fa9d5555581d480cd55c0be09e8be Author: Adam Grare <agrare> AuthorDate: Wed May 30 08:50:37 2018 -0400 Commit: Adam Grare <agrare> CommitDate: Wed May 30 08:50:37 2018 -0400 Merge pull request #272 from miha-plesko/network-reconfigure Reconfigure VM network connectivity aka. NICs (cherry picked from commit b1dfc85630c7894848f97bfadab26c9e15cf4333) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/models/manageiq/providers/vmware/cloud_manager/vm.rb | 1 + app/models/manageiq/providers/vmware/cloud_manager/vm/reconfigure.rb | 26 +- app/models/manageiq/providers/vmware/network_manager/refresh_parser.rb | 26 +- manageiq-providers-vmware.gemspec | 2 +- spec/models/manageiq/providers/vmware/cloud_manager/vm/reconfigure_spec.rb | 59 + spec/models/manageiq/providers/vmware/cloud_manager_spec.rb | 4 + spec/models/manageiq/providers/vmware/network_manager/refresher_spec.rb | 8 +- 7 files changed, 104 insertions(+), 22 deletions(-)
New commits detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/ae5b7d1502eb0a41141a32420d7bb4680857f154 commit ae5b7d1502eb0a41141a32420d7bb4680857f154 Author: Martin Hradil <himdel> AuthorDate: Thu May 24 10:08:02 2018 -0400 Commit: Martin Hradil <himdel> CommitDate: Thu May 24 10:08:02 2018 -0400 Merge pull request #3854 from miha-plesko/vcloud-reconfigure Support VM Reconfigure for VMware vCloud provider (cherry picked from commit 9a05d39aeef8d272fd2338ccb4fa659e849302bb) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/assets/javascripts/controllers/reconfigure/reconfigure_form_controller.js | 10 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 12 +- app/helpers/application_helper/toolbar/x_vm_cloud_center.rb | 7 + app/views/vm_common/_reconfigure.html.haml | 30 +- spec/javascripts/controllers/reconfigure/reconfigure_form_controller_spec.js | 17 +- 5 files changed, 53 insertions(+), 23 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/74c7514bf0b9433d89222b295be30a7df6bcfb03 commit 74c7514bf0b9433d89222b295be30a7df6bcfb03 Author: Harpreet Kataria <hkataria> AuthorDate: Wed May 30 15:33:03 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed May 30 15:33:03 2018 -0400 Merge pull request #3972 from miha-plesko/vcloud-nic-reconfigure Network adapter reconfiguration for vCloud provider (cherry picked from commit 5161e2ed3d7388c12ffdfcca48d9139480622c33) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/assets/javascripts/controllers/reconfigure/reconfigure_form_controller.js | 41 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 6 + app/views/vm_common/_reconfigure.html.haml | 35 +- 3 files changed, 72 insertions(+), 10 deletions(-)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2184