Skip to content

Commit

Permalink
Change default network to ICECREAM
Browse files Browse the repository at this point in the history
 This allows out of the box discovery from most instances
 without having to change any configuration
  • Loading branch information
XenHat committed Mar 14, 2021
1 parent 2bc3e99 commit 2806eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daemon/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM clearlinux:latest
RUN swupd bundle-add icecream

# Run icecc daemon in verbose mode
ENTRYPOINT ["iceccd", "-n", "central-icecc-scheduler", "-v"]
ENTRYPOINT ["iceccd", "-n", "ICECREAM", "-v"]
# If no-args passed, make very verbose
CMD ["-vv"]

Expand Down
2 changes: 1 addition & 1 deletion scheduler/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM clearlinux:latest
RUN swupd bundle-add icecream

# Run icecc daemon in verbose mode
ENTRYPOINT ["icecc-scheduler", "--port", "8765", "-vvv", "--netname", "central-icecc-scheduler"]
ENTRYPOINT ["icecc-scheduler", "--port", "8765", "-vvv", "--netname", "ICECREAM"]

# icecc-scheduler port
EXPOSE 8765
2 changes: 1 addition & 1 deletion scheduler/dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk --no-cache add libcap-ng lzo libstdc++ && \
apk del .bdeps

# Run icecc scheduler in verbose mode
ENTRYPOINT ["icecc-scheduler", "--port", "8765", "-vvv", "--netname", "central-icecc-scheduler"]
ENTRYPOINT ["icecc-scheduler", "--port", "8765", "-vvv", "--netname", "ICECREAM"]

# icecc-scheduler port
EXPOSE 8765

0 comments on commit 2806eb1

Please sign in to comment.