Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
View release notes for v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wduongf5 committed Oct 2, 2019
1 parent 4704023 commit bc1c76b
Show file tree
Hide file tree
Showing 24 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3


"""Creates BIG-IP"""
Expand Down Expand Up @@ -203,7 +203,7 @@ def Metadata(context,storageName,deployment):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics'])
if ALLOWUSAGEANALYTICS == "yes":
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-payg-autoscale-bigip-waf.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-payg-autoscale-bigip-waf.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3
## note deployment name can not excede 23 charactors.

imports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

"""Creates BIG-IP"""
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-full-stack-byol-1nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

"""Creates BIG-IP"""
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -34,7 +34,7 @@ def Metadata(context,group, storageName, licenseType):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS in ['yes', 'true']:
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-byol-3nic-bigip.py,templateVersion:3.0.2,licenseType:byol"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-byol-3nic-bigip.py,templateVersion:3.0.3,licenseType:byol"'
else:
CUSTHASH = '# No template analytics'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-same-net-cluster-byol-3nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

"""Creates BIG-IP"""
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -34,7 +34,7 @@ def Metadata(context,group, storageName, licenseType):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS in ['yes', 'true']:
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-payg-3nic-bigip.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-payg-3nic-bigip.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = '# No template analytics'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-same-net-cluster-payg-3nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

"""Creates BIG-IP"""
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -295,7 +295,7 @@ def Metadata(context,group, storageName, licenseType):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS in ['yes', 'true']:
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-byol-3nic-bigip.py,templateVersion:3.0.2,licenseType:byol"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-byol-3nic-bigip.py,templateVersion:3.0.3,licenseType:byol"'
else:
CUSTHASH = '# No template analytics'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-same-net-cluster-byol-3nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

"""Creates BIG-IP"""
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -295,7 +295,7 @@ def Metadata(context,group, storageName, licenseType):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS in ['yes', 'true']:
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-payg-3nic-bigip.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-same-net-cluster-payg-3nic-bigip.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = '# No template analytics'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-same-net-cluster-payg-3nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -120,7 +120,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-1nic-bigip.py,templateVersion:3.0.2,licenseType:byol"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-1nic-bigip.py,templateVersion:3.0.3,licenseType:byol"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-byol-1nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -120,7 +120,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-1nic-bigip.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-1nic-bigip.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-payg-1nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -135,7 +135,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-2nic-bigip.py,templateVersion:3.0.2,licenseType:byol"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-2nic-bigip.py,templateVersion:3.0.3,licenseType:byol"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-byol-2nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -135,7 +135,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-2nic-bigip.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-2nic-bigip.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-payg-2nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -144,7 +144,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-3nic-bigip.py,templateVersion:3.0.2,licenseType:byol"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-byol-3nic-bigip.py,templateVersion:3.0.3,licenseType:byol"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-byol-3nic-bigip.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

""" Creates Deployment """
COMPUTE_URL_BASE = 'https://www.googleapis.com/compute/v1/'
Expand Down Expand Up @@ -144,7 +144,7 @@ def Metadata(context):
ALLOWUSAGEANALYTICS = str(context.properties['allowUsageAnalytics']).lower()
if ALLOWUSAGEANALYTICS == 'yes':
CUSTHASH = 'CUSTOMERID=`curl -s "http://metadata.google.internal/computeMetadata/v1/project/numeric-project-id" -H "Metadata-Flavor: Google" |sha512sum|cut -d " " -f 1`;\nDEPLOYMENTID=`curl -s "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google"|sha512sum|cut -d " " -f 1`;'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-3nic-bigip.py,templateVersion:3.0.2,licenseType:payg"'
SENDANALYTICS = ' --metrics "cloudName:google,region:' + context.properties['region'] + ',bigipVersion:' + context.properties['imageName'] + ',customerId:${CUSTOMERID},deploymentId:${DEPLOYMENTID},templateName:f5-existing-stack-payg-3nic-bigip.py,templateVersion:3.0.3,licenseType:payg"'
else:
CUSTHASH = 'echo "No analytics."'
SENDANALYTICS = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 F5 Networks All rights reserved.
#
# Version 3.0.2
# Version 3.0.3

imports:
- path: f5-existing-stack-payg-3nic-bigip.py
Expand Down

0 comments on commit bc1c76b

Please sign in to comment.