Skip to content

Commit 6f6ae49

Browse files
author
bakebot
committed
Cookie updated by NetworkToCode Cookie Drift Manager Tool
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "nautobot-app-v2.7.2", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-firewall-models.git", "path": "/tmp/tmpcd9uhnjg/nautobot-app-firewall-models", "repository_path": "/tmp/tmpcd9uhnjg/nautobot-app-firewall-models", "dir": "", "branch_prefix": "drift-manager/ltm-2.4", "context": { "codeowner_github_usernames": "@whitej6 @itdependsnetworks @jdrew82", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "app_name": "nautobot_firewall_models", "verbose_name": "Nautobot Firewall Models", "app_slug": "nautobot-firewall-models", "project_slug": "nautobot-app-firewall-models", "repo_url": "https://github.com/nautobot/nautobot-app-firewall-models", "base_url": "firewall-models", "camel_name": "NautobotFirewallModels", "project_short_description": "Nautobot App to model firewall and security objects. Allows users to model policies in a vendor-neutral manner and use that data to drive network security automation", "model_class_name": "IPRange", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/firewall-models/en/latest", "_extensions": [ "local_extensions.camel_case_to_kebab", "local_extensions.camel_case_to_words", "local_extensions.NautobotVersions" ], "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmpcd9uhnjg", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "nautobot-app-v2.7.2" }, "drift_managed_branch": "ltm-2.4", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE", "post_actions": [], "baked_commit_ref": "a3ef45704aa84f29a06962419fe05333973b29cf", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "", "template_dir": "", "template_ref": "nautobot-app-v2.7.2", "pull_request": "update-or-create", "post_action": [], "disable_post_actions": true, "draft": null, "drift_managed_branch": "ltm-2.4" } ```
1 parent b8d7099 commit 6f6ae49

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.cookiecutter.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@
1919
"_drift_manager": {
2020
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
2121
"template_dir": "nautobot-app",
22-
"template_ref": "nautobot-app-v2.7.1",
22+
"template_ref": "nautobot-app-v2.7.2",
2323
"cookie_dir": "",
24-
"branch_prefix": "drift-manager",
2524
"pull_request_strategy": "update-or-create",
2625
"post_actions": [],
2726
"draft": false,
27+
<<<<<<< HEAD
2828
"baked_commit_ref": "a3ef45704aa84f29a06962419fe05333973b29cf"
29+
=======
30+
"baked_commit_ref": "11e826b0a5c54ed925b2ce3e5cb482054ddb1034",
31+
"drift_managed_branch": "ltm-2.4"
32+
>>>>>>> ef49ae8 (Cookie updated by NetworkToCode Cookie Drift Manager Tool)
2933
}
3034
}
3135
}

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,22 @@ jobs:
150150
strategy:
151151
fail-fast: true
152152
matrix:
153-
python-version: ["3.10"] # 3.12 stable is tested in unittest_report stage.
153+
python-version: ["3.10"] # 3.12 ltm-2.4 is tested in unittest_report stage.
154154
db-backend: ["postgresql"]
155155
nautobot-version: ["2.4"]
156156
include:
157157
- python-version: "3.11"
158158
db-backend: "postgresql"
159159
nautobot-version: "2.4.20"
160+
<<<<<<< HEAD
160161
# - python-version: "3.12"
161162
# db-backend: "mysql"
162163
# nautobot-version: "stable"
164+
=======
165+
- python-version: "3.12"
166+
db-backend: "mysql"
167+
nautobot-version: "2.4"
168+
>>>>>>> ef49ae8 (Cookie updated by NetworkToCode Cookie Drift Manager Tool)
163169
runs-on: "ubuntu-latest"
164170
env:
165171
INVOKE_NAUTOBOT_FIREWALL_MODELS_PYTHON_VER: "${{ matrix.python-version }}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rebaked from the cookie `nautobot-app-v2.7.2`.

0 commit comments

Comments
 (0)