X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Fuser-data.template;h=189310be42328b6b6b3c2d0d2e24042f3975d972;hb=056544990dcdab373c5a12ca1521012e80c404ad;hp=b6544774c95e1eed90ec13160d0ee5427f49bd3e;hpb=a9fbe3c47a680eded71680a4ee3b77b5e82af3c6;p=fuel.git diff --git a/mcp/scripts/user-data.template b/mcp/scripts/user-data.template index b6544774c..189310be4 100644 --- a/mcp/scripts/user-data.template +++ b/mcp/scripts/user-data.template @@ -6,14 +6,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -SALT_REPO=repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.11 -if [ "$(uname -i)" = "aarch64" ]; then - SALT_REPO=linux.enea.com/saltstack/apt/ubuntu/16.04/arm64/2016.11 -fi -wget -O - "https://${SALT_REPO}/SALTSTACK-GPG-KEY.pub" | sudo apt-key add - -echo "deb https://${SALT_REPO} xenial main" > /etc/apt/sources.list.d/saltstack.list -apt update -apt-get install -y salt-minion rm /etc/salt/minion_id rm -f /etc/salt/pki/minion/minion_master.pub echo "id: $(hostname).${CLUSTER_DOMAIN}" > /etc/salt/minion