Skip to content

Commit

Permalink
Update Example workflows for Gateway 24.3.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
echristie-bc authored Jun 28, 2024
1 parent 1838aae commit 6a610a3
Show file tree
Hide file tree
Showing 114 changed files with 235 additions and 219 deletions.
2 changes: 1 addition & 1 deletion Examples/Alias Record/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **Example Alias Record Workflows**
## Add, Delete, and Update Alias Records

**BlueCat Gateway Version:** 24.2.0 or greater <br/>
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
**BAM version:** 9.4.0 or greater <br/>
**Dependencies:** Configuration, View, Zone, Block, Network, and Host Record previously created in Address Manager <br/>
**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.
Expand Down
4 changes: 2 additions & 2 deletions Examples/Alias Record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow
4 changes: 2 additions & 2 deletions Examples/Alias Record/add_alias_record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

# pylint: disable=redefined-builtin,missing-docstring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// By: BlueCat Networks
// Date: 2024-04-30
// Gateway Version: 24.2.0
// Date: 2024-06-26
// Gateway Version: 24.3.0
// Description: Example Gateway workflow

// JavaScript for your page goes in here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
-->

Expand Down
4 changes: 2 additions & 2 deletions Examples/Alias Record/delete_alias_record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

# pylint: disable=redefined-builtin,missing-docstring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// By: BlueCat Networks
// Date: 2024-04-30
// Gateway Version: 24.2.0
// Date: 2024-06-26
// Gateway Version: 24.3.0
// Description: Example Gateway workflow

// JavaScript for your page goes in here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
-->

Expand Down
4 changes: 2 additions & 2 deletions Examples/Alias Record/update_alias_record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

# pylint: disable=redefined-builtin,missing-docstring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// By: BlueCat Networks
// Date: 2024-04-30
// Gateway Version: 24.2.0
// Date: 2024-06-26
// Gateway Version: 24.3.0
// Description: Example Gateway workflow

// JavaScript for your page goes in here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
4 changes: 2 additions & 2 deletions Examples/Deployment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow
2 changes: 1 addition & 1 deletion Examples/Deployment/selective_deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **Example Selective Deployment Workflow**
## Select a DNS record for deployment

**BlueCat Gateway Version:** 24.2.0 or greater <br/>
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
**BAM version:** 9.4.0 or greater <br/>

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BlueCat Gateway 24.2.0
BlueCat Gateway 24.3.0
Example Selective deployment workflows

Requirements:
Expand Down
4 changes: 2 additions & 2 deletions Examples/Deployment/selective_deployment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

# pylint: disable=redefined-builtin
Expand Down
4 changes: 2 additions & 2 deletions Examples/Deployment/selective_deployment/component_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""This file is responsible for populating the out put table in selective deploy"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// By: BlueCat Networks
// Date: 2024-04-30
// Gateway Version: 24.2.0
// Date: 2024-06-26
// Gateway Version: 24.3.0
// Description: Example Gateway workflow

// JavaScript for your page goes in here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""this file is used to add different elements into the page"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""this file is responsible to selective deploying certain dns records
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
-->

Expand Down
2 changes: 1 addition & 1 deletion Examples/Host Record/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **Example Host Record Workflows**
## Add, Delete, and Update Host Records

**BlueCat Gateway Version:** 24.2.0 or greater <br/>
**BlueCat Gateway Version:** 24.3.0 or greater <br/>
**BAM version:** 9.4.0 or greater <br/>
**Dependencies:** Configuration, View, Zone, Block, and Network previously created in Address Manager <br/>
**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.
Expand Down
4 changes: 2 additions & 2 deletions Examples/Host Record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow
4 changes: 2 additions & 2 deletions Examples/Host Record/add_host_record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

# pylint: disable=redefined-builtin,missing-docstring
Expand Down
4 changes: 2 additions & 2 deletions Examples/Host Record/add_host_record/add_host_record_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
4 changes: 2 additions & 2 deletions Examples/Host Record/add_host_record/add_host_record_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
#
# By: BlueCat Networks
# Date: 2024-04-30
# Gateway Version: 24.2.0
# Date: 2024-06-26
# Gateway Version: 24.3.0
# Description: Example Gateway workflow

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
By: BlueCat Networks
Date: 2024-04-30
Gateway Version: 24.2.0
Date: 2024-06-26
Gateway Version: 24.3.0
Description: Example Gateway workflow
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// By: BlueCat Networks
// Date: 2024-04-30
// Gateway Version: 24.2.0
// Date: 2024-06-26
// Gateway Version: 24.3.0
// Description: Example Gateway workflow

// JavaScript for your page goes in here.
Expand Down
Loading

0 comments on commit 6a610a3

Please sign in to comment.