[
https://issues.apache.org/jira/browse/METRON-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268603#comment-16268603
]
ASF GitHub Bot commented on METRON-1333:
----------------------------------------
Github user JonZeolla commented on the issue:
https://github.com/apache/metron/pull/848
+1, this is awesome work thanks Otto. Tested via
```
cd metron-deployment/packaging/docker/ansible-docker/
docker build -t ansible-docker:2.0.0.2 .
docker run -it -v /Users/jzeolla/metron-pr848:/root/metron
ansible-docker:2.0.0.2 bash
cd /root/metron
mvn clean package -DskipTests # Success
mvn clean install && cd metron-deployment && mvn package -P build-rpms #
Success
exit
cd ../../../vagrant/full-dev-platform/
vagrant --ansible-skip-tags="build,quick_dev" up # Success
```
> Ansible-Docker can no longer build metron
> -----------------------------------------
>
> Key: METRON-1333
> URL: https://issues.apache.org/jira/browse/METRON-1333
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.4.2
> Reporter: Otto Fowler
> Assignee: Otto Fowler
> Priority: Critical
>
> The ansible-docker container could be used to build metron ( even the rpms )
> and run the ansible scripts. This is no longer true, as the new node ui
> projects have native compilation that requires c++ 11 support in gcc, and rpm
> build requires node to be installed ( not local installed as in the mvn
> packaging ).
> Many users are having problems building metron on centos platforms, having
> this container available and functioning would be a great help
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)