Skip to content

Commit 886a91f

Browse files
authored
Merge pull request #407 from fabric-testbed/p4-update
P4 update
2 parents 6594e1a + ea5bbc6 commit 886a91f

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

Dockerfile-auth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11.0
22
MAINTAINER Komal Thareja<[email protected]>
33

4-
ARG HANDLERS_VER=1.8.1
4+
ARG HANDLERS_VER=1.8.2
55

66
RUN mkdir -p /usr/src/app
77
WORKDIR /usr/src/app

fabric_cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.8.1"
1+
__version__ = "1.8.2"
22
__VERSION__ = __version__

fabric_cf/authority/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
network: host
5353
context: ../../../
5454
dockerfile: Dockerfile-auth
55-
image: authority:1.8.1
55+
image: authority:1.8.2
5656
container_name: site1-am
5757
restart: always
5858
depends_on:

fabric_cf/authority/switch_handler_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
#
2424
# Author: Komal Thareja ([email protected])
2525
runtime:
26-
P4: /etc/fabric/actor/playbooks/p4/bf-sde-9.7.1.tgz
26+
ssh_retries: 10
2727
playbooks:
28+
admin_ssh_key: /root/.ssh/id_rsa_nova
2829
location: /etc/fabric/actor/playbooks
2930
inventory_location: /etc/fabric/actor/playbooks/inventory
3031
Switch: head_switch_provisioning.yml

fabric_cf/broker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
build:
5555
context: ../../../
5656
dockerfile: Dockerfile-broker
57-
image: broker:1.8.1
57+
image: broker:1.8.2
5858
container_name: broker
5959
restart: always
6060
networks:

fabric_cf/orchestrator/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
build:
7070
context: ../../../
7171
dockerfile: Dockerfile-orchestrator
72-
image: orchestrator:1.8.1
72+
image: orchestrator:1.8.2
7373
container_name: orchestrator
7474
restart: always
7575
depends_on:

0 commit comments

Comments
 (0)