Skip to content

Commit

Permalink
OpenBGPD 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Oct 13, 2023
1 parent fa95764 commit 37dbfd2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
docker pull pierky/bird:2.14
docker pull pierky/bird:3.0-alpha2
docker pull pierky/openbgpd:8.0
docker pull pierky/openbgpd:8.2
docker pull pierky/openbgpd:8.3
docker pull pierky/exabgp:4.2.7
docker pull nlnetlabs/routinator:v0.8.3
env:
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
-e ROUTER_ID=192.0.2.124 \
-e LOCAL_PREFIXES=192.0.2.0/24,2001:db8::/32 \
-e DAEMON=openbgpd \
-e VERSION=8.2 \
-e VERSION=8.3 \
-e SECRET_PEERINGDB_API_KEY="${SECRET_PEERINGDB_API_KEY}" \
pierky/arouteserver:${{ matrix.docker-image.target_image }}
env:
Expand All @@ -237,7 +237,7 @@ jobs:
-t \
--rm \
-v ~/arouteserver_configs/openbgpd.cfg:/etc/bgpd/bgpd.conf \
pierky/openbgpd:8.2 \
pierky/openbgpd:8.3 \
bgpd \
-f /etc/bgpd/bgpd.conf \
-d \
Expand Down
2 changes: 1 addition & 1 deletion pierky/arouteserver/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ class OpenBGPDConfigBuilder(ConfigBuilder):
LOCAL_FILES_BASE_DIR = "/etc/bgpd"

AVAILABLE_VERSION = ["7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.6", "7.7",
"7.8", "8.0", "8.2"]
"7.8", "8.0", "8.3"]
DEFAULT_VERSION = AVAILABLE_VERSION[-1]

IGNORABLE_ISSUES = ConfigBuilder.IGNORABLE_ISSUES + \
Expand Down
12 changes: 6 additions & 6 deletions pierky/arouteserver/tests/live_tests/openbgpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,15 @@ class OpenBGPD80PortableInstance(OpenBGPDPortableInstance):
TARGET_VERSION = "8.0"


class OpenBGPD82PortableInstance(OpenBGPDPortableInstance):
class OpenBGPD83PortableInstance(OpenBGPDPortableInstance):

DOCKER_IMAGE = "pierky/openbgpd:8.2"
DOCKER_IMAGE = "pierky/openbgpd:8.3"

TAG = "openbgpd82p"
TAG = "openbgpd83p"

BGP_SPEAKER_VERSION = "8.2"
TARGET_VERSION = "8.2"
BGP_SPEAKER_VERSION = "8.3"
TARGET_VERSION = "8.3"


OpenBGPDPortablePreviousInstance = OpenBGPD80PortableInstance
OpenBGPDPortableLatestInstance = OpenBGPD82PortableInstance
OpenBGPDPortableLatestInstance = OpenBGPD83PortableInstance
2 changes: 1 addition & 1 deletion utils/update_tests
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker pull pierky/bird:1.6.8
docker pull pierky/bird:2.14
docker pull pierky/bird:3.0-alpha2
docker pull pierky/openbgpd:8.0
docker pull pierky/openbgpd:8.2
docker pull pierky/openbgpd:8.3
docker pull pierky/exabgp:4.2.7
docker pull nlnetlabs/routinator:v0.8.3
Expand Down

0 comments on commit 37dbfd2

Please sign in to comment.