Sebastian Heid
Sebastian Heid
Hello @madchap. Thank you for trying out branch-switcher and sorry for the late reply. The app itself is still running and is working for me. I just checked your config...
It appears that the situation is somewhat more complex than initially thought. There are several caveats to note about snapshots and the Premium SSD v2 disk type: - Ultra and...
@jiasli Given that it's an "official" Azure Endpoint, it seems appropriate to include it in `/metadata/endpoints`. If you're still considering moving to a mechanism that automatically populates endpoints from the...
I know the bosh community has traditionally been dominated by vim enthusiasts, but my impression is that there's an increasing trend towards adopting VSCode :)
I understand your concern about the effort required to maintain the docker image(s) across multiple bosh repositories. Ideally, we could utilize the [same docker image that CI uses](https://github.com/cloudfoundry/bosh-azure-cpi-release/blob/master/ci/docker/boshcpi.azure-cpi-release/Dockerfile), thereby avoiding...
I have picked up the work @MSSedusch started and completed the implementation of the new `update_disk` method for the director. This method has been added to the bosh-cpi-ruby gem and...
I picked up the work again and will provide a fix for the failing integration tests soon.
@jpalermo @a-hassanin here's the fix for the integration tests: https://github.com/cloudfoundry/bosh/pull/2581 Apologies for any inconvenience caused. Setting up my workstation for the tests took much longer than anticipated.
I just had a chance to test the latest bosh release which incorporates the updates, confirming that the native disk update works as anticipated on Azure. By activating the `director.enable_cpi_update_disk`...
[`236ff8e`](https://github.com/cloudfoundry/bosh-azure-cpi-release/pull/710/commits/236ff8e7c74c832471d6ea7376d6a7f333f3e3dc) (#710) ensures that compute gallery images are created with a specified [hyperv-generation](https://learn.microsoft.com/en-us/rest/api/compute/gallery-images/create-or-update?view=rest-compute-2024-07-01&tabs=HTTP#hypervgeneration), if the stemcell manifest contains a parameter `generation`, e.g.: ```yaml # ... cloud_properties: generation: gen2 ``` Default...