diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index c2f3ef339..e7ff8b913 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -15,8 +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/ +RUN sed -i "s/\(service {\)/\1\n\tnode-id a1/" /etc/aerospike/aerospike.template.conf +#COPY roster.smd /opt/aerospike/smd/ # Choose which stage to use FROM $feature_to_enable diff --git a/.github/workflows/roster.smd b/.github/workflows/roster.smd new file mode 100644 index 000000000..43e83b19d --- /dev/null +++ b/.github/workflows/roster.smd @@ -0,0 +1,12 @@ +[ + [ + 54831572168464, + 1 + ], + { + "key": "test", + "value": "bb9020011ac4202", + "generation": 1, + "timestamp": 465598423831 + } +]