annotate workers/bin/installInTemplate.sh @ 18:9631fca89cc6

F2-related stuff, and new experiment
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 19 Oct 2018 14:25:19 +0000
parents c1c8275bd194
children cc065b2a2543
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
580221a17890 comment out a lot not needed for vmss
Henry S. Thompson <ht@markup.co.uk>
parents: 4
diff changeset
1 #!/bin/bash
4
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
2 sudo apt-get -y install python3 parallel psmisc jq mercurial curl
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
3 curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
4 echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ jessie main" |\
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
5 sudo tee /etc/apt/sources.list.d/azure-cli.list
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
6 sudo apt-get -y --force-yes install apt-transport-https
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
7 sudo apt-get -y update
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
8 sudo apt-get -y install azure-cli
14
c1c8275bd194 trying to make this work
Henry S. Thompson <ht@markup.co.uk>
parents: 5
diff changeset
9 sudo adduser --disabled-password -GECOS "CC master" cc
18
9631fca89cc6 F2-related stuff, and new experiment
Henry S. Thompson <ht@markup.co.uk>
parents: 14
diff changeset
10 if [ ! -d ~cc/.ssh ]
9631fca89cc6 F2-related stuff, and new experiment
Henry S. Thompson <ht@markup.co.uk>
parents: 14
diff changeset
11 then
9631fca89cc6 F2-related stuff, and new experiment
Henry S. Thompson <ht@markup.co.uk>
parents: 14
diff changeset
12 sudo su -c 'ssh-keygen -t rsa -N "" -f /home/cc/.ssh/id_rsa' cc
9631fca89cc6 F2-related stuff, and new experiment
Henry S. Thompson <ht@markup.co.uk>
parents: 14
diff changeset
13 fi
14
c1c8275bd194 trying to make this work
Henry S. Thompson <ht@markup.co.uk>
parents: 5
diff changeset
14 sudo cat ~cc/.ssh/id_rsa.pub