Tobias Genannt
426adb2333
Preparation for 0.28.0
2021-01-18 08:38:44 +01:00
Schylar Utley
584566b0f0
allow simultaneous virtual machine and device primary ip initialization
2021-01-15 23:44:10 -06:00
Schylar Utley
5399f8c890
Update 270_primary_ips.py
...
fix issue where user has no virtual machines defined, but startup script still tries to iterate over empty file.
2021-01-15 23:42:26 -06:00
ryanmerolle
2372c1eeff
remove site from power_feeds
2021-01-15 15:02:01 -05:00
ryanmerolle
788aeacd9b
correct missing required sites in power_feeds
2021-01-15 14:25:42 -05:00
ryanmerolle
00fa1793d0
update services examples
2021-01-15 14:14:07 -05:00
ryanmerolle
4260e9b864
more comment corrections
2021-01-15 09:26:09 -05:00
ryanmerolle
02713e1465
showcase protcol options in services initializer
2021-01-15 09:23:21 -05:00
ryanmerolle
728a16c93d
correct initializers commenting
2021-01-15 09:19:21 -05:00
Tobias Genannt
742560c571
Merge pull request #361 from tobiasge/nginx-unit
...
Use Nginx Unit to serve the application
2021-01-15 13:33:55 +01:00
Tobias Genannt
d273391773
Gunicorn is replaced with nginx-unit
...
We now serve Netbox with an nginx-unit instance instead of Gunicorn.
This allows us to get rid of the extra Nginx container because Unit is
also serving the static files. The static files are now collected at container
buildtime instead of every startup.
2021-01-15 09:22:22 +01:00
Christian Mäder
380cb77080
Merge pull request #386 from netbox-community/LinksForIssues
...
Links for issues
2021-01-12 11:08:50 +01:00
Christian Mäder
92b6608403
Create config.yml for ISSUE_TEMPLATE
...
This commit adds links to the _New Issue_ section of Github.
The intention is to provide more hints where to get help and
further reduce the amount of Github issues that can not be
acted upon.
2021-01-07 14:08:06 +01:00
ryanmerolle
94509f86d7
added route_targets startup_script
2020-12-30 19:11:09 -05:00
ryanmerolle
818266ace1
added services startup_script
2020-12-30 19:10:46 -05:00
ryanmerolle
dfb0327340
Added power startup_scripts
2020-12-30 19:10:30 -05:00
ryanmerolle
e3946af27c
added tenant to example aggregates.yml
2020-12-30 19:09:27 -05:00
ryanmerolle
8d8c58df54
optional assoc to cluster & circuit startup_script
2020-12-30 19:09:08 -05:00
ryanmerolle
cbaaffc589
add extra space after ▶️ to remove text overlap
2020-12-30 18:23:12 -05:00
ryanmerolle
0f1cc9eea0
add tenant to aggregate startup_script
2020-12-30 18:22:12 -05:00
ryanmerolle
90018fc6d7
add cluster group startup script
2020-12-29 22:10:19 -05:00
ryanmerolle
621fa12934
comment out secret roles
2020-12-29 22:09:31 -05:00
ryanmerolle
3094665092
add tags & secret roles
2020-12-29 19:36:58 -05:00
ryanmerolle
31f52041f8
correct circuit model startup scripts
2020-12-29 18:27:41 -05:00
ryanmerolle
6ab38472be
circuits model startup_scripts
2020-12-29 16:24:16 -05:00
Christian Mäder
aa4d630a0f
Merge pull request #371 from netbox-community/develop
...
Version 0.27.0
2020-12-15 09:53:01 +01:00
Christian Mäder
4e8588accf
Preparation for 0.27.0
2020-12-15 08:59:42 +01:00
Christian Mäder
07469b2b72
Merge pull request #370 from netbox-community/GettingHelp
...
Introducing our Github Community
2020-12-15 08:54:30 +01:00
Christian Mäder
a7c1d9f550
Merge pull request #369 from netbox-community/AddQuayIo
...
Add quay.io as fallback registry
2020-12-15 08:53:35 +01:00
Christian Mäder
5605b9b218
Introduce our Github Community
2020-12-15 00:50:02 +01:00
Christian Mäder
b92c652d99
Add quay.io as fallback registry
2020-12-15 00:41:01 +01:00
Christian Mäder
d77b3c1222
Merge pull request #342 from netbox-community/Fix337
...
Prepare for Netbox v2.10.x
2020-12-14 22:51:24 +01:00
Christian Mäder
e383fd42bd
Fix custom fields initializer
2020-12-14 22:11:01 +01:00
Christian Mäder
234baa40a5
Remove redundant assignment in for loop
2020-12-14 20:58:50 +01:00
Christian Mäder
77d3dcded0
Fix leftover from testing in test.sh
2020-12-14 20:58:50 +01:00
Christian Mäder
349e269356
Remove the legacy select_field from the samples
...
This was only used for testing.
2020-12-14 20:58:50 +01:00
Christian Mäder
5c9bea8b50
Update Custom Field logic for Netbox v2.10.x
2020-12-14 20:58:43 +01:00
Christian Mäder
036f94a450
Simplify test script for manual tests
2020-12-14 20:54:19 +01:00
Christian Mäder
9d51762161
Merge pull request #359 from devon-mar/login-timeout-fix
...
Fix TypeError when using LOGIN_TIMEOUT
2020-11-13 15:36:16 +01:00
devon-mar
4276c941eb
Change LOGIN_TIMEOUT default to int
...
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
2020-11-03 14:57:12 -08:00
Christian Mäder
3cbdf26773
Merge pull request #356 from timrabl/enviroment-changes
...
Enviroment changes
2020-11-03 18:44:44 +01:00
devon-mar
fbfce46ce5
Fix TypeError when using LOGIN_TIMEOUT
2020-11-02 22:39:06 -08:00
Tim Oliver Rabl
255889288c
Rename SESSION_FILE_PATH default environment variable in configration.py
2020-10-30 23:06:42 +01:00
Tobias Genannt
c068db1751
Merge pull request #348 from tobiasge/python-upgrade
...
Upgrade Python image to 3.9-alpine
2020-10-29 17:12:24 +01:00
Christian Mäder
378784a19c
Merge pull request #328 from pruiz/pruiz/make-ldap-group-settings-optional
...
Allow disabling LDAP-group related settings when AUTH_LDAP_*_GROUP environment variables are not defined
2020-10-29 16:24:17 +01:00
Pablo Ruiz
dcb3b5495d
Remove now unneeded os. prefix from environ calls.
2020-10-29 14:57:34 +01:00
Pablo Ruiz
60f4e8b2ed
Allow disabling LDAP-group related settings when AUTH_LDAP_*_GROUP environment variables are not defined. This is required in order to work with Google's Secure LDAP, due to some limitations on django-auth-ldap plugin (see: https://github.com/django-auth-ldap/django-auth-ldap/issues/201 )
2020-10-29 14:56:35 +01:00
Christian Mäder
a51ad36801
Merge pull request #355 from netbox-community/develop
...
Version 0.26.2
2020-10-27 16:41:48 +01:00
Christian Mäder
953ee09b0c
Preparation for 0.26.2
2020-10-27 16:24:10 +01:00
Christian Mäder
94047d60ed
Merge branch 'release' into develop
2020-10-27 16:22:59 +01:00