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

Support running uptimer against an isolation segment #58

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

geofffranks
Copy link
Contributor

Adds a new isolation_segment config option, to set the isolation segment used on the org/space for pushing + querying apps.

@ctlong ctlong self-assigned this Aug 21, 2023
Copy link
Member

@ctlong ctlong left a comment

Choose a reason for hiding this comment

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

@geofffranks can you please update the README with a description of the new configuration option.

@ctlong ctlong assigned geofffranks and unassigned ctlong Nov 25, 2023
@geofffranks
Copy link
Contributor Author

Readme has been updated

ccg.SetOrgDefaultIsolationSegment(c.org, c.cf.IsolationSegment),
)
}
ret = append(ret, ccg.CreateSpace(c.org, c.space))
Copy link
Member

Choose a reason for hiding this comment

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

Does the space need to be created after the org has been designated for an isolation segment? Like, if the flow was create org -> create space -> designate org for an isolation segment, would the space still be designated for an isolation segment? Just curious.

@ctlong ctlong assigned ctlong and unassigned geofffranks Jun 5, 2024
@ctlong ctlong merged commit 6ef0d7c into cloudfoundry:main Jun 17, 2024
5 checks passed
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