File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ common_init() {
6767 # install precise NTP clock synchronizer
6868 server_exec $1 ' sudo apt-get update && sudo apt-get install -y chrony htop sysstat'
6969 # synchronize clock across nodes
70- server_exec $1 " sudo chronyd -q \" server ops.emulab.net iburst\" "
70+ server_exec $1 " echo \" server ops.emulab.net iburst prefer\" > >(sudo tee -a /etc/chrony/chrony.conf >/dev/null)"
71+ server_exec $1 ' sudo systemctl restart chronyd'
7172 # dump clock info
7273 server_exec $1 ' sudo chronyc tracking'
7374
@@ -190,8 +191,8 @@ function extend_CIDR() {
190191
191192function clone_loader() {
192193 server_exec $1 " git clone --depth=1 --branch=$LOADER_BRANCH $LOADER_REPO loader"
193- server_exec $1 ' echo -en "\n\n" | sudo apt-get install -y python3-pip python-dev '
194- server_exec $1 ' cd; cd loader; pip install -r config/requirements.txt'
194+ server_exec $1 ' echo -en "\n\n" | sudo apt-get install -y python3-pip'
195+ # server_exec $1 'cd; cd loader; pip install -r config/requirements.txt --break-system-packages '
195196}
196197
197198function copy_k8s_certificates() {
Original file line number Diff line number Diff line change 11VHIVE_REPO =' https://github.com/vhive-serverless/vhive'
2- VHIVE_BRANCH =' v1.7.1 '
2+ VHIVE_BRANCH =' v1.8 '
33LOADER_REPO =' https://github.com/vhive-serverless/invitro'
44LOADER_BRANCH =' main'
55CLUSTER_MODE =' container' # choose from {container, firecracker, firecracker_snapshots}
You can’t perform that action at this time.
0 commit comments