From 786c00df380c7f007cded148f8957e73ae55b843 Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:04:21 +0000 Subject: [PATCH] f --- .github/workflows/Dockerfile | 4 ++-- .github/workflows/roster.smd | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/roster.smd 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 + } +]