Repository: bigtop Updated Branches: refs/heads/master 87e3c42b0 -> c9ce43cfc
BIGTOP-2368. OpenStack config bigtop repo-url changes. Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c9ce43cf Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c9ce43cf Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c9ce43cf Branch: refs/heads/master Commit: c9ce43cfc58326966d413b9cdb4e1fa83d6af2c4 Parents: 87e3c42 Author: bhupendrasingh <[email protected]> Authored: Tue Mar 29 03:29:07 2016 -0400 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Mar 29 07:51:59 2016 -0700 ---------------------------------------------------------------------- bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c9ce43cf/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml b/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml index 7663355..86077dd 100644 --- a/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml +++ b/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -repo: "http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-0.8.0/label=centos6/6/artifact/output/" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/centos/6/x86_64" num_instances: 1 distro: centos components: [hadoop, yarn]
