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

v0.2.0 Pre-release #27

Merged
merged 33 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1cfa1be
Sidecar/init containers, 23.1, core example update
jrokeach Oct 13, 2023
6a63452
Clean up unused env vars
jrokeach Oct 13, 2023
b78d01f
Distinct overrides/ dir for ro/configmap mounts
jrokeach Oct 13, 2023
1902cdd
2regions-hrr ds/lothlorien-a for sidecar/init
jrokeach Oct 13, 2023
db5f8b9
2regions-hrr ds/lothlorien-b for sidecar/init
jrokeach Oct 13, 2023
c56dc0e
Updated image paths
jrokeach Oct 13, 2023
5232bbd
Don't restart meshrr sidecars pending crpd
jrokeach Oct 13, 2023
760c0dd
Mirkwood on LBs and multiple containers
jrokeach Oct 16, 2023
e594c4e
Image pull cleanup
jrokeach Oct 16, 2023
a368f0f
Restructuring
jrokeach Oct 17, 2023
32a8bc1
Initial YAML-driven config; 2region-hrr core only
jrokeach Oct 19, 2023
c7b0963
bgpgroups to j2 as dict
jrokeach Oct 19, 2023
cee1c7a
Mirkwood example and configmap compatibility
jrokeach Oct 19, 2023
5fd84d4
pylint
jrokeach Oct 19, 2023
9620996
Lothlorien example w/ YAML
jrokeach Oct 19, 2023
fff16aa
Documentation updates
jrokeach Oct 20, 2023
eaf3c36
Minor doc update
jrokeach Oct 20, 2023
eaaa2f1
2regions-hrr docs update
jrokeach Oct 20, 2023
4d302e1
Timestamps
jrokeach Oct 20, 2023
15eb30c
GitHub Action to push container image
jrokeach Oct 20, 2023
f78a332
Docs update
jrokeach Oct 23, 2023
4fddeb5
Minor docs update
jrokeach Oct 23, 2023
f6d5556
Docs updates
jrokeach Oct 26, 2023
d24f0aa
Container image tag normalization
jrokeach Oct 31, 2023
f8788f3
Add cRPD image import instructions
jrokeach Oct 31, 2023
28b4477
Fix Junos config syntax error for evpnrs
jrokeach Nov 2, 2023
0d94cce
Update A side evpnrs use case
jrokeach Nov 2, 2023
9b62680
b side evpnrs
jrokeach Nov 2, 2023
1811035
Remove regions from routeserver example
jrokeach Nov 3, 2023
6d4bb97
3 client groups (#24)
jrokeach Nov 7, 2023
6bb064f
Routeservers readme update
jrokeach Dec 4, 2023
5cab89c
Removed references to regions from RS example
jrokeach Jan 5, 2024
d14afea
Update manifests to v0.2 image tag
jrokeach Jan 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Image pull cleanup
  • Loading branch information
jrokeach committed Oct 16, 2023
commit e594c4e71eeec104a5ae5727d2359ace5f25efb0
8 changes: 2 additions & 6 deletions examples/2regions-hrr/meshrr-lothlorien.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
containers:
- name: crpd
image: localhost/juniper/crpd:23.2R1.13
imagePullPolicy: IfNotPresent
imagePullPolicy: Never
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down Expand Up @@ -223,8 +223,6 @@ spec:
value: meshrr-core
- name: MESHRR_CLIENTRANGE
value: 0/0
imagePullSecrets:
- name: regcred
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -318,7 +316,7 @@ spec:
containers:
- name: crpd
image: localhost/juniper/crpd:23.2R1.13
imagePullPolicy: IfNotPresent
imagePullPolicy: Never
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down Expand Up @@ -373,8 +371,6 @@ spec:
value: meshrr-core
- name: MESHRR_CLIENTRANGE
value: 0/0
imagePullSecrets:
- name: regcred
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
8 changes: 2 additions & 6 deletions examples/2regions-hrr/meshrr-mirkwood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
containers:
- name: crpd
image: localhost/juniper/crpd:23.2R1.13
imagePullPolicy: IfNotPresent
imagePullPolicy: Never
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down Expand Up @@ -224,8 +224,6 @@ spec:
value: meshrr-core
- name: MESHRR_CLIENTRANGE
value: 0/0
imagePullSecrets:
- name: regcred
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -319,7 +317,7 @@ spec:
containers:
- name: crpd
image: localhost/juniper/crpd:23.2R1.13
imagePullPolicy: IfNotPresent
imagePullPolicy: Never
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down Expand Up @@ -374,8 +372,6 @@ spec:
value: meshrr-core
- name: MESHRR_CLIENTRANGE
value: 0/0
imagePullSecrets:
- name: regcred
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down