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

feat(oracle): only allow public subnets to be selected from target VCN #318

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

a-dubs
Copy link
Collaborator

@a-dubs a-dubs commented Sep 13, 2023

feat(oracle): only allow public subnets to be selected from target VCN

The OCI VCN creation wizard creates both a public and a private subnet and if the private subnet ends up being the first subnet, then this would cause all CTF tests using this VCN to hang up and fail because pycloudlib blindly chooses the first subnet.

Now, private subnets will be skipped/ignored, and the first public subnet will be selected.

@a-dubs a-dubs force-pushed the oracle-only-use-public-subnets branch 4 times, most recently from 095aadb to e5394f1 Compare September 13, 2023 16:05
@a-dubs a-dubs force-pushed the oracle-only-use-public-subnets branch from e5394f1 to 3d84b7b Compare September 13, 2023 16:20
Copy link
Collaborator

@aciba90 aciba90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, after CI passes, thanks!

@aciba90 aciba90 merged commit 2992394 into canonical:main Sep 13, 2023
4 checks passed
@a-dubs a-dubs deleted the oracle-only-use-public-subnets branch August 14, 2024 19:27
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.

2 participants