I failed at this today, but maybe it was the way I tried. An example would be great.
On April 25, 2017 at 20:11:26, David Lyle ([email protected]) wrote: Hi Dima, The same Ansible playbooks that work for EC2 and Vagrant will work for bare metal installations. The only difference is that you would need to pre-provision your machines and hand-build your inventory file. The AWS playbooks only provision the machines. All deployment of Metron is handled (for all installation types) by the metron_full_install playbook [1]. -D... [1] https://github.com/apache/incubator-metron/blob/master/metron-deployment/playbooks/metron_full_install.yml On Tue, Apr 25, 2017 at 7:37 PM, Dima Kovalyov <[email protected]> wrote: > Hello Metron Team, > > We have developed a script that performs auto-install of the Metron on > bare metal machines, but still working on few issues here and there. > > I am curios as to what automate solutions we do have for Metron > installation right now? > The ones I am aware of are in > https://github.com/apache/incubator-metron/tree/master/metron-deployment/: > a) AWS Ansible install (1 or 10 nodes) > b) Vagrant local VM setup > > Is there any other solution available? Has anyone managed to use AWS > Ansible playbooks for bare metal installation? > > - Dima > > >
