X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Fuser-data.template;h=189310be42328b6b6b3c2d0d2e24042f3975d972;hb=3f559299c232bbb7639d02243c95d6256cdf94d4;hp=292c37c0c44e519f29236382b48ba7856c95f406;hpb=a1a413ad65c31ebf5dc42924f7ed04ab02a04872;p=fuel.git diff --git a/mcp/scripts/user-data.template b/mcp/scripts/user-data.template index 292c37c0c..189310be4 100644 --- a/mcp/scripts/user-data.template +++ b/mcp/scripts/user-data.template @@ -1,12 +1,11 @@ #!/bin/bash -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 http://${SALT_REPO} xenial main" > /etc/apt/sources.list.d/salt.list -apt update -apt-get install -y salt-minion +############################################################################## +# Copyright (c) 2017 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## rm /etc/salt/minion_id rm -f /etc/salt/pki/minion/minion_master.pub echo "id: $(hostname).${CLUSTER_DOMAIN}" > /etc/salt/minion