From 5c259cd12efeae1d3db2454f13225481dd8ba208 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:53:00 -0700 Subject: [PATCH] add roster.smd --- .github/workflows/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 91f5c6e15..c2f3ef339 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -15,6 +15,8 @@ COPY security.smd /opt/aerospike/smd/ FROM $image AS strong-consistency RUN sed -i "s/\(namespace.*{\)/\1\n\tstrong-consistency true/" /etc/aerospike/aerospike.template.conf +RUN sed -i "s/\(service.*{\)/\1\n\node-id a1/" /etc/aerospike/aerospike.template.conf +COPY roster.smd /opt/aerospike/smd/ # Choose which stage to use FROM $feature_to_enable