Skip to content

Commit

Permalink
Merge pull request #481 from anarkiwi/rel2
Browse files Browse the repository at this point in the history
Update compose.
  • Loading branch information
cglewis authored Aug 26, 2021
2 parents 835f66d + 48aad21 commit 1d8b748
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions codecheck-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytype==2021.8.24
ruamel.yaml==0.17.14
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
plugin:
restart: always
image: iqtlabs/dovesnap:latest
image: iqtlabs/dovesnap:v1.0.0
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
Expand Down Expand Up @@ -32,8 +32,6 @@ services:
- '--stacking_interfaces=${STACKING_INTERFACES}'
- '--stack_mirror_interface=${STACK_MIRROR_INTERFACE}'
- '--default_ofcontrollers=${STACK_OFCONTROLLERS}'
build:
context: .
labels:
- "dovesnap.namespace=primary"
ovs:
Expand Down
2 changes: 1 addition & 1 deletion tests/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sudo modprobe openvswitch && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && \
sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io wget graphviz python3-setuptools python3-dev udhcpd jq && \
sudo pip3 install -r requirements.txt
sudo pip3 install -r requirements.txt && pip3 install -r codecheck-requirements.txt
2 changes: 2 additions & 0 deletions tests/lib_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ init_dirs()
fi
mkdir -p $TMPDIR/etc/faucet
MIRROR_PCAP=$TMPDIR/mirror.cap
sed -i -E 's/version = "([0-9\.]+)"/version = "\1.dev"/g' main.go || exit 1
cd release && ./update_docker_compose.py && cd .. || exit 1
}

clean_dirs()
Expand Down

0 comments on commit 1d8b748

Please sign in to comment.