Change build dir in buildscripts

This commit is contained in:
Logan Hunt 2023-01-31 17:02:32 -07:00
parent f05daabe0d
commit 049bd83256
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -7,9 +7,8 @@ ssh_port=34355
frontend_node_ids=(2) frontend_node_ids=(2)
server_node_ids=(4 5 6) server_node_ids=(4 5 6)
build_dir="${HOME}/build" build_dir="${HOME}/src/chessh/buildscripts/build"
#server_name="usufslc-pi-cluster.bluezone.usu.edu"
server_name="chessh.linux.usu.edu" server_name="chessh.linux.usu.edu"
load_balancer_nginx_site_file="/etc/nginx/sites-enabled/${server_name}.conf" load_balancer_nginx_site_file="/etc/nginx/sites-enabled/${server_name}.conf"
ha_proxy_cfg="/etc/haproxy/haproxy.cfg" ha_proxy_cfg="/etc/haproxy/haproxy.cfg"