Skip to content

Commit 6a610a3

Browse files
authored
Update Example workflows for Gateway 24.3.0 (#149)
1 parent 1838aae commit 6a610a3

File tree

114 files changed

+235
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+235
-219
lines changed

Examples/Alias Record/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# **Example Alias Record Workflows**
22
## Add, Delete, and Update Alias Records
33

4-
**BlueCat Gateway Version:** 24.2.0 or greater <br/>
4+
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
55
**BAM version:** 9.4.0 or greater <br/>
66
**Dependencies:** Configuration, View, Zone, Block, Network, and Host Record previously created in Address Manager <br/>
77
**Description/Example Usage:** The Alias (CNAME) Record requires a name, linked record zone, and a linked Host Record. Using the Alias Record workflow, you can add, delete, or update Alias (CNAME) Records in a zone. This workflow is ideal for self-service customers using the BlueCat Gateway user interface and for IPAM or DNS administrators to help reduce the repetition usually associated with daily record management.

Examples/Alias Record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow

Examples/Alias Record/add_alias_record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
# pylint: disable=redefined-builtin,missing-docstring

Examples/Alias Record/add_alias_record/add_alias_record_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Alias Record/add_alias_record/add_alias_record_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Alias Record/add_alias_record/css/add_alias_record_page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
*/
2020

Examples/Alias Record/add_alias_record/js/add_alias_record_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
//
1515
// By: BlueCat Networks
16-
// Date: 2024-04-30
17-
// Gateway Version: 24.2.0
16+
// Date: 2024-06-26
17+
// Gateway Version: 24.3.0
1818
// Description: Example Gateway workflow
1919

2020
// JavaScript for your page goes in here.

Examples/Alias Record/add_alias_record/templates/add_alias_record_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
-->
2020

Examples/Alias Record/delete_alias_record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
# pylint: disable=redefined-builtin,missing-docstring

Examples/Alias Record/delete_alias_record/css/delete_alias_record_page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
*/
2020

Examples/Alias Record/delete_alias_record/delete_alias_record_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Alias Record/delete_alias_record/delete_alias_record_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Alias Record/delete_alias_record/js/delete_alias_record_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
//
1515
// By: BlueCat Networks
16-
// Date: 2024-04-30
17-
// Gateway Version: 24.2.0
16+
// Date: 2024-06-26
17+
// Gateway Version: 24.3.0
1818
// Description: Example Gateway workflow
1919

2020
// JavaScript for your page goes in here.

Examples/Alias Record/delete_alias_record/templates/delete_alias_record_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
-->
2020

Examples/Alias Record/update_alias_record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
# pylint: disable=redefined-builtin,missing-docstring

Examples/Alias Record/update_alias_record/css/update_alias_record_page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
*/
2020

Examples/Alias Record/update_alias_record/js/update_alias_record_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
//
1515
// By: BlueCat Networks
16-
// Date: 2024-04-30
17-
// Gateway Version: 24.2.0
16+
// Date: 2024-06-26
17+
// Gateway Version: 24.3.0
1818
// Description: Example Gateway workflow
1919

2020
// JavaScript for your page goes in here.

Examples/Alias Record/update_alias_record/templates/update_alias_record_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
-->
2020

Examples/Alias Record/update_alias_record/update_alias_record_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Alias Record/update_alias_record/update_alias_record_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Deployment/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow

Examples/Deployment/selective_deployment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# **Example Selective Deployment Workflow**
22
## Select a DNS record for deployment
33

4-
**BlueCat Gateway Version:** 24.2.0 or greater <br/>
4+
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
55
**BAM version:** 9.4.0 or greater <br/>
66

77
### Dependencies

Examples/Deployment/selective_deployment/Selective_Deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BlueCat Gateway 24.2.0
1+
BlueCat Gateway 24.3.0
22
Example Selective deployment workflows
33

44
Requirements:

Examples/Deployment/selective_deployment/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
# pylint: disable=redefined-builtin

Examples/Deployment/selective_deployment/component_logic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""This file is responsible for populating the out put table in selective deploy"""

Examples/Deployment/selective_deployment/css/selective_deployment_page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
*/
2020

Examples/Deployment/selective_deployment/js/selective_deployment_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
//
1515
// By: BlueCat Networks
16-
// Date: 2024-04-30
17-
// Gateway Version: 24.2.0
16+
// Date: 2024-06-26
17+
// Gateway Version: 24.3.0
1818
// Description: Example Gateway workflow
1919

2020
// JavaScript for your page goes in here.

Examples/Deployment/selective_deployment/selective_deployment_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""this file is used to add different elements into the page"""

Examples/Deployment/selective_deployment/selective_deployment_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""this file is responsible to selective deploying certain dns records

Examples/Deployment/selective_deployment/templates/selective_deployment_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
-->
2020

Examples/Host Record/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# **Example Host Record Workflows**
22
## Add, Delete, and Update Host Records
33

4-
**BlueCat Gateway Version:** 24.2.0 or greater <br/>
4+
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
55
**BAM version:** 9.4.0 or greater <br/>
66
**Dependencies:** Configuration, View, Zone, Block, and Network previously created in Address Manager <br/>
77
**Description/Example Usage:** The Host (A) Record designates an IP address for a device. A new Host Record requires a name and an IP address. Using the Host Record workflow, you can add, delete, and update Host Records in a zone. This workflow is ideal for self-service customers using the BlueCat Gateway user interface and for IPAM or DNS administrators to help reduce the repetition usually associated with daily record management.

Examples/Host Record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow

Examples/Host Record/add_host_record/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
# pylint: disable=redefined-builtin,missing-docstring

Examples/Host Record/add_host_record/add_host_record_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Host Record/add_host_record/add_host_record_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414
#
1515
# By: BlueCat Networks
16-
# Date: 2024-04-30
17-
# Gateway Version: 24.2.0
16+
# Date: 2024-06-26
17+
# Gateway Version: 24.3.0
1818
# Description: Example Gateway workflow
1919

2020
"""

Examples/Host Record/add_host_record/css/add_host_record_page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
1515
By: BlueCat Networks
16-
Date: 2024-04-30
17-
Gateway Version: 24.2.0
16+
Date: 2024-06-26
17+
Gateway Version: 24.3.0
1818
Description: Example Gateway workflow
1919
*/
2020

Examples/Host Record/add_host_record/js/add_host_record_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
//
1515
// By: BlueCat Networks
16-
// Date: 2024-04-30
17-
// Gateway Version: 24.2.0
16+
// Date: 2024-06-26
17+
// Gateway Version: 24.3.0
1818
// Description: Example Gateway workflow
1919

2020
// JavaScript for your page goes in here.

0 commit comments

Comments
 (0)