Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drift Manager docs updates #584

Merged
merged 3 commits into from
Nov 3, 2023
Merged

Drift Manager docs updates #584

merged 3 commits into from
Nov 3, 2023

Conversation

snaselj
Copy link
Contributor

@snaselj snaselj commented Sep 13, 2023

Automatic updates to docs made by Drift Manager, needs to be cleaned up

snaselj added a commit that referenced this pull request Sep 13, 2023
@itdependsnetworks itdependsnetworks marked this pull request as ready for review September 13, 2023 13:56
itdependsnetworks pushed a commit that referenced this pull request Sep 13, 2023
* Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool

Template:

```
{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "develop",
    "path": null
}
```

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-plugin-golden-config.git",
    "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-golden-config",
    "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-golden-config",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@itdependsnetworks @jeffkala @nkallergis",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "plugin_name": "nautobot_golden_config",
        "verbose_name": "Golden Config",
        "plugin_slug": "nautobot-golden-config",
        "project_slug": "nautobot-plugin-golden-config",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-golden-config",
        "base_url": "golden-config",
        "min_nautobot_version": "1.4.0",
        "max_nautobot_version": "1.9999",
        "nautobot_version": "latest",
        "camel_name": "NautobotGoldenConfig",
        "project_short_description": "A plugin for configuration on nautobot",
        "version": "1.0.0",
        "model_class_name": "None",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/golden-config/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/opt/ntc/drift-manager/outputs",
        "_repo_dir": "/opt/ntc/drift-manager/outputs/.cookiecutters/cookiecutter-nautobot-app/nautobot-app"
    },
    "base_branch": "next-2.0",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": []
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "./setup-cookie-golden-config.json",
    "output_dir": "./outputs",
    "push": true,
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "template_dir": "nautobot-app",
    "template_ref": "develop",
    "pull_request": null,
    "post_action": [],
    "disable_post_actions": false
}
```

* chore: Manual fixes

* fix: Syntax error

* fix: Black

* chore: Move docs changes to separate pr #584

* fix: Update poetry lock

* fix: Pylint

* fix: PR comments

* fix: Job invocation

---------

Co-authored-by: bakebot <[email protected]>
@snaselj snaselj marked this pull request as draft September 14, 2023 11:46
@snaselj
Copy link
Contributor Author

snaselj commented Sep 14, 2023

Marked as a draft, blocked by #590 to be merged here.

itdependsnetworks added a commit that referenced this pull request Oct 1, 2023
* Update version statements
* Replace broken imports
* Swap Region/Site to Location
* Fix/skip test cases
* Change filters for 2.x
* Remove scope property
* Remove code around csv import/export per 2.x changes
* Change some platform slug uses to network_driver
* Remove remaining references to slugs in core models
* Switch tag filter to tags
* Remove custom get_absolute_url method
* Remove management command, move to new dispatcher method, fix job logging and signature
* Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool (#583)
* chore: Move docs changes to separate pr #584
* fix: Update poetry lock
* fix: Pylint
* fix: PR comments
* fix: Job invocation
* Jmcgill/2.x jobs rebase (#595)
* Start jobs migration
* todos updates (#598)
* Move to new dispatcher, move compliant to device tab, update locations/tags filters/forms,
* remove platform mapping.
* Remove slugs added by Config Remediation work (#602)
* Logging updates, active tab fix, add default_deploy_status,
* Migrate config compliance and golden config views to viewsets, upgrade diff2html, remove job inclusion check, migrate gc views away from device model
* General cleanup from linters (#615)
* Revert list view actions to views, fix logging, dispatcher, call jobs by name, fix JS failures catching, run lock
* Re-lock, and use hyperlinked_object
* fix GoldenConfigSettingForm
* downgrade django-pivot to 1.8.1
* Fix failing notes_url test (#625)
* bump version, remove slugify, remove commit from config deploy, simplify serialzer,
* Fix some more tests for 2.0 (#631)
* Update git, logger bug, update processor
* logger updates, add to request object, linter
* audit linkable retrieve links, link configs vs show them
* fix status link
* Fix execute menu, extra context in GC overview, expanded to support RC4
* update gitrepo flow, switch to core get_app_settings_or_config, update test
* Invert Completed logic
* Rename network_driver_mapper to network_driver_mappings (#639)
* Add logic to warn when GoldenConfig is out of sync (#629)
* Add Job to sync GoldenConfig
* update & clean up processor logic, fix reference to .url
* fix datasources yaml key to network_driver but backwards to _slug
* fix js issue where was too greedy in selection, add copy button
* fix filtering on configplans
* Add back constance code and clean up json view code (#642)
* version update and remove json/yaml toggle
* fix api that populates filterform for plan and deploy results
* Start on migration/release docs, make booleans more consistent, add error codes framework, move to SearchFilter objects, clean up imports, add copy button to compliance retrieve view,
* Migration docs updates, 2.0 release notes, remove dispatcher references
* add custom dispatcher docs, update secrets docs, add constance docs, add error code links to other repos
* update dependencies, fix or skip tests, minor doc updates

---------

Co-authored-by: Jacob McGill <[email protected]>
Co-authored-by: Jacob McGill <[email protected]>
Co-authored-by: Jan Snasel <[email protected]>
Co-authored-by: bakebot <[email protected]>
Co-authored-by: Hanlin Miao <[email protected]>
Co-authored-by: Gary Snider <[email protected]>
Co-authored-by: Bryan Culver <[email protected]>
Co-authored-by: mzb <[email protected]>
Co-authored-by: John Anderson <[email protected]>
Co-authored-by: Jeff Kala <[email protected]>
@snaselj snaselj force-pushed the drift-manager/docs branch from 1d1f626 to 5c6a755 Compare November 3, 2023 09:10
@snaselj snaselj changed the base branch from next-2.0 to drift-manager/pr November 3, 2023 09:10
@snaselj snaselj marked this pull request as ready for review November 3, 2023 09:10
@snaselj snaselj merged commit 0254110 into drift-manager/pr Nov 3, 2023
@snaselj snaselj deleted the drift-manager/docs branch November 3, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant