Skip to content

Commit e5bfe25

Browse files
committed
update script
Now that Ansible- and CloudLab-related stuffs are out of tree, update the script accordingly - No need to checkout certain branch - xlab-uiuc/acto#247 is partly contained in the root of this repository, where HTTPS is already in use. Thus no more `sed`ing.
1 parent 6fd83c8 commit e5bfe25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/cloudlab_startup_run_by_creator.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ansible-galaxy collection install community.general
1616
#
1717

1818
cd /local/repository/
19-
git checkout sosp-ae
2019

2120
#
2221
# Prepare the CloudLab machine(s) with Ansible
@@ -28,5 +27,4 @@ cd scripts/ansible/
2827
echo 127.0.0.1 > ansible_hosts
2928
# Work around the key authentication
3029
ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N "" && cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
31-
sed -i 's|[email protected]:xlab-uiuc/acto.git|https://github.com/xlab-uiuc/acto.git|' acto.yaml # FIXME: see #247
3230
ansible-playbook -i ansible_hosts configure.yaml

0 commit comments

Comments
 (0)