feat: add cassandra lxc

This commit is contained in:
Madhur Ahuja 2024-01-18 22:44:57 +05:30
parent fa150a31b9
commit a91ba00e11
2 changed files with 8 additions and 5 deletions

View File

@ -64,5 +64,3 @@ build_container
description description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:9042 ${CL} \n"

View File

@ -797,7 +797,7 @@ ssl_storage_port: 7001
# #
# Setting listen_address to 0.0.0.0 is always wrong. # Setting listen_address to 0.0.0.0 is always wrong.
# #
listen_address: 0.0.0.0 listen_address:
# Set listen_address OR listen_interface, not both. Interfaces must correspond # Set listen_address OR listen_interface, not both. Interfaces must correspond
# to a single address, IP aliasing is not supported. # to a single address, IP aliasing is not supported.
@ -893,7 +893,7 @@ native_transport_allow_older_protocols: true
# set broadcast_rpc_address to a value other than 0.0.0.0. # set broadcast_rpc_address to a value other than 0.0.0.0.
# #
# For security reasons, you should not expose this port to the internet. Firewall it if needed. # For security reasons, you should not expose this port to the internet. Firewall it if needed.
rpc_address: localhost rpc_address: 0.0.0.0
# Set rpc_address OR rpc_interface, not both. Interfaces must correspond # Set rpc_address OR rpc_interface, not both. Interfaces must correspond
# to a single address, IP aliasing is not supported. # to a single address, IP aliasing is not supported.
@ -1880,3 +1880,8 @@ msg_ok "Created Service"
motd_ssh motd_ssh
customize customize
msg_info "Cleaning up"
$STD apt-get autoremove
$STD apt-get autoclean
msg_ok "Cleaned"