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: add test sdnlb resources #1032

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions common-go-assets/common-permanent-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ sdnlbServiceIdName: "geretain - sDNLB-ServiceID - DO NOT DELETE"
sdnlbSecretGroupID: "af88f28b-428c-e218-7999-5461e1dbaa38" # secret group in GEdev permenent SM instance
sdnlbSecretID: "f6cc052f-0a47-c59a-ee59-7bc9cb18067b" # secret ID in GEdev permenent SM instance

# IAM ServiceID for Test Service dnlb
sdnlbTestServiceName: "geretain-sDNLB-test-service-id - DO NOT DELETE"
sdnlbTestSecretGroupID: "af88f28b-428c-e218-7999-5461e1dbaa38" # secret group in GEdev permenent SM instance
sdnlbTestSecretID: "1c89d5af-7599-a502-0484-6735f5bad4a8" # secret ID in GEdev permenent SM instance

# Cloudant Dedicated Host
dedicatedHostCrn: "crn:v1:bluemix:public:cloudantnosqldb:us-south:a/abac0df06b644a9cabc6e44f55b3880e:7c88e3f2-4412-4f45-b613-bae10b1e103c::"

Expand Down