File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Where to get Peering Manager and which version:
3333 peering_manager_git_url: https://github.com/peering-manager/peering-manager.git
3434
3535By default, it will always get the latest stable version. A specific version
36- can be enforced by using, ` v1.7 .0 ` for example.
36+ can be enforced by using, ` v1.10 .0 ` for example.
3737
3838Where to install Peering Manager:
3939
@@ -79,7 +79,7 @@ or `on_calendar` to specify times for each tasks:
7979 on_calendar: "*-*-* 2:30:00"
8080 prefix-fetch:
8181 enabled: true
82- command: "{{ peering_manager_virtualenv_path }}/bin/python {{ peering_manager_install_directory }}/manage.py grab_prefixes "
82+ command: "{{ peering_manager_virtualenv_path }}/bin/python {{ peering_manager_install_directory }}/manage.py get_irr_data "
8383 on_calendar: "*-*-* 4:30:00"
8484 poll-bgp-sessions:
8585 enabled: true
Original file line number Diff line number Diff line change 33# Use the latest release
44# Alternatively, set a specific version
55# See available releases: https://github.com/peering-manager/peering-manager/releases/
6- # peering_manager_version: 'v1.7.4 '
6+ # peering_manager_version: 'v1.10.0 '
77peering_manager_version : latest
88peering_manager_git_url : https://github.com/peering-manager/peering-manager.git
99
@@ -62,7 +62,7 @@ peering_manager_tasks:
6262 on_calendar : " *-*-* 2:30:00"
6363 prefix-fetch :
6464 enabled : true
65- command : " {{ peering_manager_virtualenv_path }}/bin/python {{ peering_manager_install_directory }}/manage.py grab_prefixes "
65+ command : " {{ peering_manager_virtualenv_path }}/bin/python {{ peering_manager_install_directory }}/manage.py get_irr_data "
6666 on_calendar : " *-*-* 4:30:00"
6767 poll-bgp-sessions :
6868 enabled : true
You can’t perform that action at this time.
0 commit comments