Skip to content

Drop vip#3761

Merged
moleske merged 1 commit intomainfrom
gh-3712-no-more-vip
Jul 23, 2025
Merged

Drop vip#3761
moleske merged 1 commit intomainfrom
gh-3712-no-more-vip

Conversation

@moleske
Copy link
Member

@moleske moleske commented Apr 21, 2024

  • migration needed to drop vip, I apparently can't remember how to write migrations in ruby not doing that for this pass

#3712

Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with:

  • A short explanation of the proposed change:

  • An explanation of the use cases your change solves

  • Links to any other associated PRs
    Remove vip usage capi-release#419

  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

@moleske moleske force-pushed the gh-3712-no-more-vip branch from 91bd57d to 0aefe1c Compare May 5, 2024 05:36
@tcdowney
Copy link
Member

tcdowney commented May 14, 2024

@moleske regarding the database migration you mentioned. I think you may need to leave the vip_offset column on the routes for some time, otherwise it might cause route creation/update failures during upgrades.

Maybe add a timebomb test to remind us to remove it in the distant future? Example:
7c322ce

@moleske
Copy link
Member Author

moleske commented May 15, 2024

I might skip the time bomb test cause it is unlikely I'll do something when it goes off. Though if others would like it I'll add it. Now that I see cloudfoundry/capi-ci#52 I'll try to actually run cats against (assuming I can actually get an environment)

@moleske moleske force-pushed the gh-3712-no-more-vip branch from 0aefe1c to d81dcf8 Compare May 24, 2024 21:42
@moleske moleske marked this pull request as ready for review May 24, 2024 22:09
@moleske
Copy link
Member Author

moleske commented May 24, 2024

I tried to claim a bosh lite but it seems to think there are none available. I left a message in the capi slack channel asking if I was just doing it wrong. I was able to create a bosh release with cloudfoundry/capi-release#419 but wasn't able to test if it deployed successfully due to the inability to claim a bosh lite. If someone else is able to give a whirl and run cats that would be helpful, or let me know how to correctly claim a bosh lite

@moleske moleske marked this pull request as draft May 25, 2024 01:02
@moleske
Copy link
Member Author

moleske commented May 25, 2024

putting back in draft as I got a bosh lite and cats is failing. wonder if it is cf networking needing this or something else going on

@moleske moleske force-pushed the gh-3712-no-more-vip branch from d81dcf8 to 6cb62f8 Compare June 9, 2024 17:20
@moleske moleske marked this pull request as ready for review June 9, 2024 19:06
@moleske
Copy link
Member Author

moleske commented Jun 9, 2024

Edit - See latest comment here, bosh lite is working now!

I'm reopening this for review. I'm having trouble with the bosh lite environment though, as even an unmodified capi version is causing me multiple bosh lite test failures (86!) with cf acceptance test version 16.4.0

maybe @Gerg has some suggestions on what I'm doing wrong with bosh lites, but will save that sort of conversation for slack. Would be thrilled to have others review this though. Will keep playing with bosh lite and see if I'm just doing something terrible in my windows subsystem for linux environment

@moleske moleske requested review from a team June 9, 2024 19:11
@moleske moleske changed the title First pass at dropping vip Start dropping vip Jun 9, 2024
@moleske moleske force-pushed the gh-3712-no-more-vip branch from 6cb62f8 to ba9b2d0 Compare July 30, 2024 05:36
@moleske
Copy link
Member Author

moleske commented Jul 30, 2024

Got this working on a bosh lite! cf acceptance test 16.4.0 is passing with the config generated. bosh lite is regent in the capi pool for those curious. Could use some reviews from folks next time you're passing through

@moleske moleske force-pushed the gh-3712-no-more-vip branch from 1b71632 to cee89c4 Compare June 27, 2025 03:32
@svkrieger
Copy link
Contributor

I think we can go ahead and merge this. I also created a dev capi release and ran CATS against it and it ran through. From the code it does not look like this is used for anything anyways. Removing this can be done independently from removing it from capi-release.

@moleske moleske merged commit 7a04798 into main Jul 23, 2025
22 of 26 checks passed
@moleske moleske deleted the gh-3712-no-more-vip branch July 23, 2025 02:08
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Jul 23, 2025
Changes in cloud_controller_ng:

- Remove vip usage
    PR: cloudfoundry/cloud_controller_ng#3761
    Author: M. Oleske <moleske@users.noreply.github.com>

Dependency updates in cloud_controller_ng:

- build(deps-dev): bump mock_redis from 0.50.0 to 0.51.0
    PR: cloudfoundry/cloud_controller_ng#4464
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.18.8 to 1.18.9
    PR: cloudfoundry/cloud_controller_ng#4462
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Jul 23, 2025
Changes in cloud_controller_ng:

- Remove vip usage
    PR: cloudfoundry/cloud_controller_ng#3761
    Author: M. Oleske <moleske@users.noreply.github.com>

Dependency updates in cloud_controller_ng:

- build(deps): bump thor from 1.3.2 to 1.4.0
    PR: cloudfoundry/cloud_controller_ng#4466
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump mock_redis from 0.50.0 to 0.51.0
    PR: cloudfoundry/cloud_controller_ng#4464
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.18.8 to 1.18.9
    PR: cloudfoundry/cloud_controller_ng#4462
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants