Skip to content

Commit

Permalink
Merge pull request #1078 from girishmg/remove_ovn_debug_sh
Browse files Browse the repository at this point in the history
stop delivering ovn-debug.sh script
  • Loading branch information
dcbw committed Feb 20, 2020
2 parents ff1320e + d29620b commit 0c1d5c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 284 deletions.
1 change: 0 additions & 1 deletion dist/images/Dockerfile
Expand Up @@ -61,7 +61,6 @@ COPY ovn-k8s-cni-overlay /usr/libexec/cni/ovn-k8s-cni-overlay
# ovnkube.sh is the entry point. This script examines environment
# variables to direct operation and configure ovn
COPY ovnkube.sh /root/
COPY ovn-debug.sh /root/
COPY ovndb-raft-functions /root/
# override the rpm's ovn_k8s.conf with this local copy
COPY ovn_k8s.conf /etc/openvswitch/ovn_k8s.conf
Expand Down
1 change: 0 additions & 1 deletion dist/images/Dockerfile.fedora
Expand Up @@ -40,7 +40,6 @@ COPY git_info /root
# ovnkube.sh is the entry point. This script examines environment
# variables to direct operation and configure ovn
COPY ovnkube.sh /root/
COPY ovn-debug.sh /root/
COPY ovndb-raft-functions /root/

LABEL io.k8s.display-name="ovn-kubernetes" \
Expand Down
1 change: 0 additions & 1 deletion dist/images/Dockerfile.ubuntu
Expand Up @@ -38,7 +38,6 @@ COPY ovn-k8s-cni-overlay /usr/libexec/cni/ovn-k8s-cni-overlay
# ovnkube.sh is the entry point. This script examines environment
# variables to direct operation and configure ovn
COPY ovnkube.sh /root/
COPY ovn-debug.sh /root/
COPY ovndb-raft-functions /root/
# override the pkg's ovn_k8s.conf with this local copy
COPY ovn_k8s.conf /etc/openvswitch/ovn_k8s.conf
Expand Down
281 changes: 0 additions & 281 deletions dist/images/ovn-debug.sh

This file was deleted.

0 comments on commit 0c1d5c4

Please sign in to comment.