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

cfeTag parameter Value in Failover CFTs #39

Closed
bradotlin opened this issue May 19, 2023 · 2 comments
Closed

cfeTag parameter Value in Failover CFTs #39

bradotlin opened this issue May 19, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@bradotlin
Copy link

Describe the bug

In the failover template, if you change the cfeTag parameter to anything but the default value provided, the CFT will fail to complete successfully

Expected behavior

cfeTag parameter should be completely customizable since it is a String value field. If you have multiple HA pairs in the same environment, you will need to use different cfeTags

Current behavior

If you use anything besides "bigip_high_availability_solution" for cfeTag, the template will fail on the 2 BIG-IP stacks. This is because the runtime init configs in /examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01.yaml and /examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02.yaml have a static cfeTag

extensionType: cf
type: inline
value:
schemaVersion: 1.0.0
class: Cloud_Failover
environment: aws
controls:
class: Controls
logLevel: silly
externalStorage:
encryption:
serverSide:
enabled: true
algorithm: AES256
scopingTags:
f5_cloud_failover_label: bigip_high_availability_solution

Possible solution

runtime init should be able to us the cfeTag value from the CFT template (CFE Deployment tag value); instead of the static value

Steps to reproduce

Launch the failover template (new network or existing network) and change the cfeTag parameter value (CFE Deployment tag value)to anything besides the default

Screenshots

N/A

Context

Failover CFTs fail when you customize the cfeTag

@shyawnkarim
Copy link

Thanks for submitting this issue. We are now tracking it internally with ID EC-222.

@shyawnkarim shyawnkarim added the enhancement New feature or request label May 25, 2023
@shyawnkarim shyawnkarim added this to the backlog milestone May 25, 2023
@shyawnkarim
Copy link

Closing. This issue was resolved with Release 3.1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants