Skip to content
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

Merge 2.7 into develop #11440

Merged
merged 3 commits into from Apr 14, 2020
Merged

Merge 2.7 into develop #11440

merged 3 commits into from Apr 14, 2020

Conversation

babbageclunk
Copy link
Contributor

Description of change

This brings the vsphere change from #11439 into the develop branch. No conflicts.

QA steps

Bootstrap on vsphere, destroy the controller with --debug - there shouldn't be any logging about deleting files from datastores.

Documentation changes

None

Bug reference

None

babbageclunk and others added 3 commits April 14, 2020 12:10
We no longer cache them in the datastore, instead they're used to
create a template VM that new VMs are cloned from.

This deletion is causing problems because if the user doesn't have
access to the datastore it fails and blocks controller teardown.
juju#11439

### Checklist

 - [ ] Checked if it requires a [pylibjuju](https://github.com/juju/python-libjuju) change?
 - [ ] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR?
 - [ ] Added or updated [doc.go](https://discourse.jujucharms.com/t/readme-in-packages/451) related to packages changed?
 - [ ] Do comments answer the question of why design decisions were made?

----

## Description of change

This is vestigial code that should have been removed a while ago - we no longer cache VMDKs in the datastore, instead they're used to create a template VM that new VMs are cloned from.

This deletion is causing problems if the user doesn't have access to the datastore - in that case it fails and blocks controller teardown.

## QA steps

Bootstrap a vsphere controller. Tear it down with `--debug` - there shouldn't be any logging from `juju.provider.vmware` about deleting from datastores.

## Documentation changes

None

## Bug reference

https://bugs.launchpad.net/juju/+bug/1872552
@babbageclunk
Copy link
Contributor Author

$$merge$$

@jujubot jujubot merged commit 0e7b50f into juju:develop Apr 14, 2020
@babbageclunk babbageclunk deleted the 2.8-merge-2.7 branch April 14, 2020 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants