Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
BIGTOP-2297. Update provisioner pointers to (future) 1.1 release repos
- Loading branch information
|
@@ -21,7 +21,7 @@ boot2docker: |
|
|
memory_size: "4096" |
|
|
number_cpus: "1" |
|
|
|
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/centos/6/x86_64" |
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/centos/6/x86_64" |
|
|
distro: centos |
|
|
components: [hadoop, yarn] |
|
|
namenode_ui_port: "50070" |
|
|
|
@@ -21,7 +21,7 @@ boot2docker: |
|
|
memory_size: "4096" |
|
|
number_cpus: "1" |
|
|
|
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/debian/8/x86_64" |
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/debian/8/x86_64" |
|
|
distro: debian |
|
|
components: [hadoop, yarn] |
|
|
namenode_ui_port: "50070" |
|
|
|
@@ -21,7 +21,7 @@ boot2docker: |
|
|
memory_size: "4096" |
|
|
number_cpus: "1" |
|
|
|
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64" |
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64" |
|
|
distro: debian |
|
|
components: [hadoop, yarn] |
|
|
namenode_ui_port: "50070" |
|
|
|
@@ -16,7 +16,7 @@ |
|
|
memory_size: 4096 |
|
|
number_cpus: 1 |
|
|
box: "puppetlabs/centos-7.0-64-nocm" |
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/centos/7/x86_64" |
|
|
repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/centos/7/x86_64" |
|
|
num_instances: 1 |
|
|
distro: centos |
|
|
components: [hadoop, yarn] |
|
|