Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25342090
D4055.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4055.diff
View Options
diff --git a/roles/router/carp/files/frr.rc b/roles/router/carp/files/frr.rc
new file mode 100644
--- /dev/null
+++ b/roles/router/carp/files/frr.rc
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------
+# Network — Activate Frrouting
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# Source file: roles/router/carp/files/frr.rc
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+frr_enable="YES"
+frr_daemons="zebra ospfd"
diff --git a/roles/router/carp/init.sls b/roles/router/carp/init.sls
--- a/roles/router/carp/init.sls
+++ b/roles/router/carp/init.sls
@@ -40,3 +40,12 @@
vault:
approle: {{ salt["credentials.read_secret"]("network/router/vault") }}
addr: {{ pillar["nasqueron_services"]["vault_url"] }}
+
+frr_package:
+ pkg.installed:
+ - name: frr10
+
+/etc/rc.conf.d/frr:
+ file.managed:
+ - source: salt://roles/router/carp/files/frr.rc
+ - mode: 644
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 05:46 (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3614919
Default Alt Text
D4055.diff (1 KB)
Attached To
Mode
D4055: Installation of package frr10 on routers
Attached
Detach File
Event Timeline
Log In to Comment