[
https://issues.apache.org/jira/browse/BIGTOP-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876663#comment-13876663
]
Sean Mackrory commented on BIGTOP-1171:
---------------------------------------
+1. Will commit shortly... It's all new stuff so it doesn't need to be perfect
- it can't break any existing functionality. Some feedback, though, since
you've already got plans to add to and improve this.
* It didn't work because the HBase Master wasn't running. I had to run `sudo
/usr/lib/hadoop/libexec/init-hdfs.sh` and `sudo service hbase-master restart`
before the test succeeded.
* Adding more than just Hadoop + HBase would be awesome, obviously, but that's
definitely something that can be added later when someone has time to try out
all the stuff that can be easily made to work out of the box this way.
* I would suggest adding 'vagrant ssh' to the instructions and some examples of
things that should work out of the box, rather than a script to test HBase.
> Puppetize the Vagrant deployer
> ------------------------------
>
> Key: BIGTOP-1171
> URL: https://issues.apache.org/jira/browse/BIGTOP-1171
> Project: Bigtop
> Issue Type: Improvement
> Components: Deployment
> Affects Versions: 0.8.0
> Reporter: jay vyas
> Labels: patch
> Attachments: BIGTOP-1171.1.patch, BIGTOP-1171.2.patch
>
>
> The next iteration of the 1072 (vagrant recipe for deployment) would benefit
> alot from directly provisioning via puppet, rather than hardcoding the shell
> commands.
> HOW THE CURRENT PROVISiONER WORKS:
> The shell provisioner manually wget's the repos and installs components using
> yum.
> HOW THE PUPPET BASED PROVISIONER WILL WORK:
> In this JIRA, the aim will be to write a new provisioner that is puppet
> based, which simply manages a site.csv file for a default vagrant deployment.
> Then, the end users can update the site.csv, run "vagrant up", and have a
> puppet based distro up and running. The biggest advantage will be that the
> the vagrant deployer will continually be updated by the evolution of the
> puppet repos, rather than needing manual updates.
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)