Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_A2 / python-netbox-ddns
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-netbox-ddns
4 VERSION=                1.2.9
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Dynamic DNS Connector for NetBox (3.11)
8 SDESC[v12]=             Dynamic DNS Connector for NetBox (3.12)
9 HOMEPAGE=               https://github.com/sjm-steffann/netbox-ddns
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/e8/bf/34670fe8b7d7357c61e656ada5730e0e04d88ea0616fe7661491ca8ad1e1
14 DISTFILE[1]=            netbox_ddns-1.2.9-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               netbox_ddns-1.2.9.dist-info
25
26 GENERATED=              yes
27
28 [PY311].RUN_DEPENDS_ON=                 python-setuptools:single:v11
29                                         python-dnspython:single:v11
30 [PY311].USES_ON=                        python:v11,wheel
31
32 [PY312].RUN_DEPENDS_ON=                 python-setuptools:single:v12
33                                         python-dnspython:single:v12
34 [PY312].USES_ON=                        python:v12,wheel
35
36 [FILE:1277:descriptions/desc.single]
37 # Dynamic DNS Connector for NetBox
38
39 This plugin lets you define DNS servers that support [RFC3007 Dynamic DNS
40 Updates].
41 For each server you specify which domains and reverse DNS domains it is
42 responsible for, and after that NetBox will
43 automatically send DNS Updates to those servers whenever you change the DNS
44 name of an IP Address in NetBox.
45
46 Updates are sent from the worker process in the background. You can see
47 their progress either by configuring Django
48 logging or by looking at the Background Tasks in the NetBox admin back-end.
49
50 For now all configuration is done in the NetBox admin back-end. A later
51 version will provide a nicer user interface.
52
53 ## Compatibility
54
55 This plugin in compatible with [NetBox] v3.0.0 and greater, support for
56 Netbox v2.11.0 is dropped in v1.1.4 due to UI implementation.
57
58 ## Installation
59
60 First, add `netbox-ddns` to your `/opt/netbox/local_requirements.txt` file.
61 Create it if it doesn't exist.
62
63 Then enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,
64 like:
65
66 ```python
67 PLUGINS = [
68     'netbox_ddns',
69 ]
70 ```
71
72 And finally run `/opt/netbox/upgrade.sh`. This will download and install
73 the plugin and update the database when
74 necessary. Don't forget to run `sudo systemctl restart netbox netbox-rq`
75 like `upgrade.sh` tells you!
76
77
78 [FILE:113:distinfo]
79 79b9e74468631c2d03e72b90ae7f08dc9171ceb49e03c3c15f9aacd9d225dcfe        24311 netbox_ddns-1.2.9-py3-none-any.whl
80