Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to install metron without vagrant and on real nodes?

avatar
Rising Star

Hi every one,

I have installed a singlenode 0.7rc version of metron. As you know everything is installed on a virtual machine using Vagrant technology. Now i need a multinode metron, I have a VM on a server. Using default installation procedure, I would have some VMs over my VM and this would definitely effect overall performance in a bad way. So my exact question is that is it possible to install metron on real nodes, probably using ansible playbooks,with no Vagrant and no virtual machines??? How? Any idea would be great.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

This wiki should describe the process.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

This wiki should describe the process.

avatar
Not applicable

In addition to the official documentation, I have some notes about a step by step install on a single node without vagrant: https://gist.github.com/2xyo/995c309acfe2e4e5ae13eef22324ff5e

avatar
Rising Star

Hi,

I took a quick look at both links and I'm sure they both will be so helpful, thank you two.