diff options
author | Victor Morales <victor.morales@intel.com> | 2018-12-07 18:29:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-07 18:29:04 +0000 |
commit | 8485e82b9c447024ae0eca1899fde5bffafc9f41 (patch) | |
tree | b10a2f9b69c24fe9b7c27c49430eba0ec1c71b8b /vagrant/main.sh | |
parent | d0a939c51e813a32a0a6ba66dfd4572dded3de27 (diff) | |
parent | 830141329068683777ffcb0abb36415168c2ac20 (diff) |
Merge "Enable downloading binaries and containers"
Diffstat (limited to 'vagrant/main.sh')
-rwxr-xr-x | vagrant/main.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/main.sh b/vagrant/main.sh deleted file mode 100755 index 993ca78a..00000000 --- a/vagrant/main.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2018 -# 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 -############################################################################## - -set -o nounset -set -o pipefail - -cd ~/go/src/k8-plugin-multicloud/vagrant -sudo -H -E bash ./installer.sh | tee krd_installer.log |