Skip to content

Commit

Permalink
Merge branch 'release-24-04' into 'main'
Browse files Browse the repository at this point in the history
Release 24 04

See merge request cloudsolutions/automation-templates/f5-aws-cloudformation-v2!200
  • Loading branch information
mikeshimkus committed Apr 16, 2024
2 parents f54ba71 + a40276b commit 808bc27
Show file tree
Hide file tree
Showing 74 changed files with 315 additions and 312 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ run_link_checker:
- $RELEASE_RUNTIME_INIT_TESTS == "true"
script:
- make link_check
allow_failure: true

# validate test policy parameters are present
run_test_param_checker:
Expand Down Expand Up @@ -941,6 +942,7 @@ run_link_checker_release:
- $RELEASE_RUNTIME_INIT_TESTS == "true"
script:
- make link_check_release
allow_failure: true

# Check template version, then push the examples/ folder to S3 when a tag in the form of "aws-v1.1.0.0" is added to the main branch
publish_aws_modules_s3:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ run_outputs_parser:
run_compare_outputs: run_outputs_parser
echo "Comparing given outputs config file against golden outputs config file"
cd ${PARSER_DIR} && python compare_parameters.py -g golden_outputs.yaml --output-file outputs_diff.yaml --input-parameters-file outputs_config.yaml -l 2 && echo '*********' && echo 'The following files have outputs that do not match what is in golden_outputs.yaml' && cat outputs_diff.yaml

run_expected_outputs_diff:
# Need to run run_compare_parser before running expected diff or DIFF_VAR variable will not be correct
if [ -n ${DIFF_VAR_OUTPUTS} ]; then echo "Diff files for outputs match!"; else echo "========================================"; echo "Diff files do not match: ${DIFF_VAR_OUTPUTS}"; exit 1; fi
2 changes: 1 addition & 1 deletion automated-test-scripts/data/test_policies/shimkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ aws-failover-byol-existing-test:
aws-failover-payg-existing-test:
test-url: "file://automated-test-scripts/f5-aws-cloudformation-v2/examples/failover/payg_byol/daily_test_existing.yaml"
run: "random"
random-num-of-tests: 1
random-num-of-tests: 0
parameters-files:
- "automated-test-scripts/data/f5-aws-cloudformation-v2/examples/failover/payg/existing/demo.yaml"
- "automated-test-scripts/data/f5-aws-cloudformation-v2/examples/failover/payg/existing/demo_app.yaml"
Expand Down
2 changes: 1 addition & 1 deletion cloud-tools
4 changes: 2 additions & 2 deletions examples/DEPLOYMENT-TRAFFIC-FLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ Examples in bold are what you would need to edit to a reachable endpoint if you
```json
{
"ParameterKey": "bigIpRuntimeInitConfig01",
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01-with-app.yaml"
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01-with-app.yaml"
},
{
"ParameterKey": "bigIpRuntimeInitConfig02",
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02-with-app.yaml"
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02-with-app.yaml"
},
{
"ParameterKey": "bigIpRuntimeInitPackageUrl",
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ OR
For example:
```bash
aws cloudformation create-stack --region us-east-1 --stack-name myStack \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/quickstart/quickstart.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/quickstart/quickstart.yaml \
--parameters "ParameterKey=sshKey,ParameterValue=MY-SSH-KEY-NAME ParameterKey=restrictedSrcAddressMgmt,ParameterValue=55.55.55.55/32 ParameterKey=restrictedSrcAddressApp,ParameterValue=0.0.0.0/0"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ bigip_ready_enabled: []
extension_packages:
install_operations:
- extensionType: do
extensionVersion: 1.41.0
extensionHash: 3044e7ea1c8d7e10f51ec14a895374a956b3cbe3251dd6916f4f97da65d0a8e6
extensionVersion: 1.43.0
extensionHash: 394f6d97219d016e90016874acb09bd27f7907fda4f1730dea0276900b753a1d
- extensionType: as3
extensionVersion: 3.48.0
extensionHash: d732b0e5e462bd5a7b253022ed13dd72afcc30696f0606f4acef47ec02dc31bb
extensionVersion: 3.50.2
extensionHash: 620f441bebfdce0261045e34bc7c34f2793b05c0aca62c7ec8e22bbb3f4f35c3
- extensionType: ts
extensionVersion: 1.33.0
extensionHash: 573d8cf589d545b272250ea19c9c124cf8ad5bcdd169dbe2139e82ce4d51a449
extensionVersion: 1.35.0
extensionHash: 839698d98a8651a90b3d509cde4b382338461a253878c9fd00c894699ef0e844
extension_services:
service_operations:
- extensionType: do
Expand Down Expand Up @@ -183,7 +183,7 @@ extension_services:
Custom_WAF_Policy:
class: WAF_Policy
url: >-
https://raw.githubusercontent.com/F5Networks/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/Rapid_Deployment_Policy_13_1.xml
https://raw.githubusercontent.com/F5Networks/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/Rapid_Deployment_Policy_13_1.xml
enforcementMode: blocking
ignoreChanges: false
HTTP_Service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ bigip_ready_enabled: []
extension_packages:
install_operations:
- extensionType: do
extensionVersion: 1.41.0
extensionHash: 3044e7ea1c8d7e10f51ec14a895374a956b3cbe3251dd6916f4f97da65d0a8e6
extensionVersion: 1.43.0
extensionHash: 394f6d97219d016e90016874acb09bd27f7907fda4f1730dea0276900b753a1d
- extensionType: as3
extensionVersion: 3.48.0
extensionHash: d732b0e5e462bd5a7b253022ed13dd72afcc30696f0606f4acef47ec02dc31bb
extensionVersion: 3.50.2
extensionHash: 620f441bebfdce0261045e34bc7c34f2793b05c0aca62c7ec8e22bbb3f4f35c3
- extensionType: ts
extensionVersion: 1.33.0
extensionHash: 573d8cf589d545b272250ea19c9c124cf8ad5bcdd169dbe2139e82ce4d51a449
extensionVersion: 1.35.0
extensionHash: 839698d98a8651a90b3d509cde4b382338461a253878c9fd00c894699ef0e844
extension_services:
service_operations:
- extensionType: do
Expand Down Expand Up @@ -161,7 +161,7 @@ extension_services:
Custom_WAF_Policy:
class: WAF_Policy
url: >-
https://raw.githubusercontent.com/F5Networks/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/Rapid_Deployment_Policy_13_1.xml
https://raw.githubusercontent.com/F5Networks/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/Rapid_Deployment_Policy_13_1.xml
enforcementMode: blocking
ignoreChanges: false
HTTP_Service:
Expand Down
28 changes: 14 additions & 14 deletions examples/autoscale/bigiq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ This solution leverages more traditional Autoscale configuration management prac
| application | No | f5app | string | Application Tag. |
| appScalingMaxSize | No | 50 | string | Maximum number of Application instances (2-50) that can be created in the Autoscale Group. |
| appScalingMinSize | No | 1 | string | Minimum number of Application instances (1-49) you want available in the Autoscale Group. |
| artifactLocation | No | f5-aws-cloudformation-v2/v3.3.0.0/examples/ | string | The path in the S3Bucket where the modules folder is located. |
| artifactLocation | No | f5-aws-cloudformation-v2/v3.4.0.0/examples/ | string | The path in the S3Bucket where the modules folder is located. |
| bastionScalingMaxSize | No | 2 | string | Maximum number of Bastion instances (2-10) that can be created in the Autoscale Group. |
| bastionScalingMinSize | No | 1 | string | Minimum number of Bastion instances (1-9) you want available in the Autoscale Group. |
| bigIpCustomImageId | No | | string | Provide BIG-IP AMI ID you wish to deploy. bigIpCustomImageId is required when bigIpImage is not specified. Otherwise, can leave empty. |
Expand All @@ -170,7 +170,7 @@ This solution leverages more traditional Autoscale configuration management prac
| bigIpMaxBatchSize | No | 5 | string | Specifies the maximum number of instances that CloudFormation updates. |
| bigIpMinInstancesInService | No | 1 | string | Specifies the minimum number of instances that must be in service within the Auto Scaling group while CloudFormation updates old instances. |
| bigIpPauseTime | No | 480 | string | The amount of time in seconds that CloudFormation pauses after making a change to a batch of instances to give those instances time to start software applications. |
| bigIpRuntimeInitConfig | No | https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml | string | IMPORTANT: For this solution, this parameter should be customized. Enter a URL to the bigip-runtime-init configuration file in YAML or JSON format. See [Changing the BIG-IP Deployment](#changing-the-big-ip-deployment) for more details.|
| bigIpRuntimeInitConfig | No | https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml | string | IMPORTANT: For this solution, this parameter should be customized. Enter a URL to the bigip-runtime-init configuration file in YAML or JSON format. See [Changing the BIG-IP Deployment](#changing-the-big-ip-deployment) for more details.|
| bigIpRuntimeInitPackageUrl | No | https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.5.0/dist/f5-bigip-runtime-init-1.5.0-1.gz.run | string | Enter a URL to the bigip-runtime-init package. |
| bigIpScaleInCpuThreshold | No | 20 | string | Low CPU Percentage threshold to begin scaling in BIG-IP VE instances. |
| bigIpScaleInThroughputThreshold | No | 10000000 | string | Incoming bytes threshold to begin scaling in BIG-IP VE instances. |
Expand Down Expand Up @@ -237,7 +237,7 @@ This solution leverages more traditional Autoscale configuration management prac
| application | No | f5app | string | Application Tag. |
| appScalingMaxSize | No | 50 | string | Maximum number of Application instances (2-50) that can be created in the Autoscale Group. |
| appScalingMinSize | No | 1 | string | Minimum number of Application instances (1-49) you want available in the Autoscale Group. |
| artifactLocation | No | f5-aws-cloudformation-v2/v3.3.0.0/examples/ | string | The path in the S3Bucket where the modules folder is located. |
| artifactLocation | No | f5-aws-cloudformation-v2/v3.4.0.0/examples/ | string | The path in the S3Bucket where the modules folder is located. |
| bastionScalingMaxSize | No | 2 | string | Maximum number of Bastion instances (2-10) that can be created in the Autoscale Group. |
| bastionScalingMinSize | No | 1 | string | Minimum number of Bastion instances (1-9) you want available in the Autoscale Group. |
| bigIpCustomImageId | No | | string | Provide BIG-IP AMI ID you wish to deploy. bigIpCustomImageId is required when bigIpImage is not specified. Otherwise, can leave empty. |
Expand All @@ -247,7 +247,7 @@ This solution leverages more traditional Autoscale configuration management prac
| bigIpMaxBatchSize | No | 5 | string | Specifies the maximum number of instances that CloudFormation updates. |
| bigIpMinInstancesInService | No | 1 | string | Specifies the minimum number of instances that must be in service within the Auto Scaling group while CloudFormation updates old instances. |
| bigIpPauseTime | No | 480 | string | The amount of time in seconds that CloudFormation pauses after making a change to a batch of instances to give those instances time to start software applications. |
| bigIpRuntimeInitConfig | No | https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml | string | Enter a URL to the bigip-runtime-init configuration file in YAML or JSON format. |
| bigIpRuntimeInitConfig | No | https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml | string | Enter a URL to the bigip-runtime-init configuration file in YAML or JSON format. |
| bigIpRuntimeInitPackageUrl | No | https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.5.0/dist/f5-bigip-runtime-init-1.5.0-1.gz.run | string |Enter a URL to the bigip-runtime-init package. |
| bigIpScaleInCpuThreshold | No | 20 | string | Low CPU Percentage threshold to begin scaling in BIG-IP VE instances. |
| bigIpScaleInThroughputThreshold | No | 10000000 | string | Incoming bytes threshold to begin scaling in BIG-IP VE instances. |
Expand Down Expand Up @@ -322,11 +322,11 @@ An easy first way to deploy this solution is to use the deploy button below. How
**NOTE**: By default, the link takes you to an AWS console set to the us-east-1 region. Select the AWS region (upper right) in which you want to deploy after clicking the Launch Stack button.

**Full Stack**
<a href="https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=BigIp-Autoscale-WAF-Example&templateURL=https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml">
<a href="https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=BigIp-Autoscale-WAF-Example&templateURL=https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml">
<img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/></a>

**Existing Stack**
<a href="https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=BigIp-Autoscale-WAF-Example&templateURL=https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale-existing-network.yaml">
<a href="https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=BigIp-Autoscale-WAF-Example&templateURL=https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale-existing-network.yaml">
<img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/></a>


Expand Down Expand Up @@ -364,15 +364,15 @@ By default, the templates in this repository are also publicly hosted on S3 at [

```bash
aws cloudformation create-stack --region ${REGION} --stack-name ${STACK_NAME} \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters "ParameterKey=<KEY>,ParameterValue=<VALUE> ParameterKey=<KEY>,ParameterValue=<VALUE>" \
--capabilities CAPABILITY_NAMED_IAM
```

or with a local parameters file (see `autoscale-parameters.json` example in this directory):
```bash
aws cloudformation create-stack --region us-east-1 --stack-name mywaf \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters file://autoscale-parameters.json \
--capabilities CAPABILITY_NAMED_IAM
```
Expand All @@ -382,14 +382,14 @@ Example:
**Full Stack**
```bash
aws cloudformation create-stack --region us-east-1 --stack-name mywaf \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters "ParameterKey=sshKey,ParameterValue=MY_SSH_KEY_NAME ParameterKey=restrictedSrcAddressMgmt,ParameterValue=55.55.55.55/32 ParameterKey=restrictedSrcAddressApp,ParameterValue=0.0.0.0/0 ParameterKey=uniqueString,ParameterValue=mywaf ParameterKey=bigIqAddressType,ParameterValue=public ParameterKey=bigIqSecretArn ParameterValue=arn:aws:secretsmanager:us-east-1:111111111111:secret:myBigIqSecret-xdg0kdf ParameterKey=bigIpRuntimeInitConfig,ParameterValue=https://raw.githubusercontent.com/myAccount/myRepo/0.0.1/runtime-init.conf" \
--capabilities CAPABILITY_NAMED_IAM
```
**Existing Stack**
```bash
aws cloudformation create-stack --region us-east-1 --stack-name mywaf \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale-existing-network.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale-existing-network.yaml \
--parameters "ParameterKey=sshKey,ParameterValue=MY_SSH_KEY_NAME ParameterKey=restrictedSrcAddressMgmt,ParameterValue=55.55.55.55/32 ParameterKey=restrictedSrcAddressApp,ParameterValue=0.0.0.0/0 ParameterKey=uniqueString,ParameterValue=mywaf ParameterKey=bigIqAddressType,ParameterValue=public ParameterKey=bigIqSecretArn ParameterValue=arn:aws:secretsmanager:us-east-1:111111111111:secret:myBigIqSecret-xdg0kdf ParameterKey=bigIpRuntimeInitConfig,ParameterValue=https://raw.githubusercontent.com/myAccount/myRepo/0.0.1/runtime-init.conf ParameterKey=bigIpSubnetAz1,ParameterValue=<SUBNET ID> ParameterKey=bigIpSubnetAz2,ParameterValue=<SUBNET ID> ParameterKey=vpcId,ParameterValue=<VPC ID>" \
--capabilities CAPABILITY_NAMED_IAM
```
Expand All @@ -406,7 +406,7 @@ Example from autoscale-parameters.json
```json
{
"ParameterKey": "bigIpRuntimeInitConfig",
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml"
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml"
},
```

Expand Down Expand Up @@ -821,7 +821,7 @@ To update the BIG-IP configuration:
4. Update the CloudFormation Stack with the new **bigIpRuntimeInitConfig** parameter:
```bash
aws cloudformation update-stack --region ${REGION} --stack-name ${STACK_NAME} \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters "ParameterKey=bigIpRuntimeInitConfig,ParameterValue=https://<YOUR_NEW_LOCATION> ParameterKey=<KEY>,ParameterValue=<VALUE>"
```
Expand All @@ -831,7 +831,7 @@ To update the BIG-IP OS version:
1. Update the CloudFormation Stack with new **imageName** parameter:
```bash
aws cloudformation update-stack --region ${REGION} --stack-name ${STACK_NAME} \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters "ParameterKey=imageName,ParameterValue=${imageName} ParameterKey=<KEY>,ParameterValue=<VALUE>"
```
Expand All @@ -840,7 +840,7 @@ To update the BIG-IP instance size:
2. Update the CloudFormation Stack with new **instanceType** parameter:
```bash
aws cloudformation update-stack --region ${REGION} --stack-name ${STACK_NAME} \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigiq/autoscale.yaml \
--template-url https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigiq/autoscale.yaml \
--parameters "ParameterKey=instanceSize,ParameterValue=${instanceType} ParameterKey=<KEY>,ParameterValue=<VALUE>"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"ParameterKey": "artifactLocation",
"ParameterValue": "f5-aws-cloudformation-v2/v3.3.0.0/examples/"
"ParameterValue": "f5-aws-cloudformation-v2/v3.4.0.0/examples/"
},
{
"ParameterKey": "bigIpSubnetAz1",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"ParameterKey": "bigIpRuntimeInitConfig",
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.3.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml"
"ParameterValue": "https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v3.4.0.0/examples/autoscale/bigip-configurations/runtime-init-conf-bigiq-with-app.yaml"
},
{
"ParameterKey": "bigIpRuntimeInitPackageUrl",
Expand Down
Loading

0 comments on commit 808bc27

Please sign in to comment.