Re: AWS single_node_vm

2017-06-05 Thread Laurens Vets
=ambari_slave,search,ec2 - include: tasks/create-hosts.yml host_count=1 host_type=ambari_slave,web,ec2 to this (6-node) tasks: - include: tasks/create-keypair.yml - include: tasks/create-vpc.yml - include: tasks/create-open-inbound-security-group.yml - include: tasks

Re: AWS single_node_vm

2017-05-30 Thread David Lyle
;>>> unreachable=0failed=1 >>>>> ec2-34-211-19-168.us-west-2.compute.amazonaws.com : ok=41 changed=27 >>>>> unreachable=0failed=0 >>>>> ec2-35-164-236-192.us-west-2.compute.amazonaws.com : ok=47 >>>>> changed=31 >>>>> unreachable=0failed=0 >>>>> ec2-52-41-30-101.us-west-2.compute.amazonaws.com : ok=41 changed=27 >>>>> unreachable=0failed=0 >>>>> ec2-52-43-143-124.us-west-2.compute.amazonaws.com : ok=41 changed=27 >>>>> unreachable=0failed=0 >>>>> localhost : ok=16 changed=11 unreachable=0 >>>>> failed=0 >>>>> >>>>> root@ip-10-0-10-6:~/metron/metron-deployment/amazon-ec2# >>>>> >>>>> >>>>> On 2017-05-26 11:59, Michael Miklavcic wrote: >>>>> >>>>> Maybe you could re-purpose the playbook.yml for the 10-node install - >>>>> >>>>>> comment out some of the host creation lines and move the host types >>>>>> where >>>>>> you want them installed, e.g. >>>>>> >>>>>> From this >>>>>> >>>>>> tasks: >>>>>> - include: tasks/create-keypair.yml >>>>>> - include: tasks/create-vpc.yml >>>>>> - include: tasks/create-open-inbound-security-group.yml >>>>>> - include: tasks/create-open-outbound-security-group.yml >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=sensors,ambari_master,ec2,monit >>>>>> - include: tasks/create-hosts.yml host_count=4 >>>>>> host_type=ambari_slave,ec2 >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=pcap_server,monit,ec2 >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=ambari_slave,enrichment,metron,ec2,zeppelin >>>>>> - include: tasks/create-hosts.yml host_count=2 >>>>>> host_type=ambari_slave,search,ec2 >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=ambari_slave,web,ec2 >>>>>> >>>>>> to this (6-node) >>>>>> >>>>>> tasks: >>>>>> - include: tasks/create-keypair.yml >>>>>> - include: tasks/create-vpc.yml >>>>>> - include: tasks/create-open-inbound-security-group.yml >>>>>> - include: tasks/create-open-outbound-security-group.yml >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=sensors,ambari_master,ec2,monit,zeppelin,search,web >>>>>> - include: tasks/create-hosts.yml host_count=3 >>>>>> host_type=ambari_slave,ec2 >>>>>> - include: tasks/create-hosts.yml host_count=1 host_type= >>>>>> ambari_slave >>>>>> ,pcap_server,monit,ec2 >>>>>> - include: tasks/create-hosts.yml host_count=1 >>>>>> host_type=ambari_slave,enrichment,metron,ec2,zeppelin >>>>>> >>>>>> Of course, this is just to demonstrate re-locating items, not >>>>>> necessarily >>>>>> how you would want to lay them out. >>>>>> >>>>>> Best, >>>>>> Mike Miklavcic >>>>>> >>>>>> >>>>>> On Fri, May 26, 2017 at 11:28 AM, Laurens Vets >>>>>> wrote: >>>>>> >>>>>> I'm trying to install Metron in AWS but with fewer hosts than the >>>>>> default >>>>>> >>>>>> 10 node cluster install... So far no luck. Whatever I do, it always >>>>>>> ends >>>>>>> in >>>>>>> errors... >>>>>>> >>>>>>> >>>>>>> On 2017-05-26 10:16, David Lyle wrote: >>>>>>> >>>>>>> I'm gonna to venture a 'no' simply because I don't know what that is. >>>>>>> >>>>>>> Afaik, single_node_vm.yml was never used with AWS. What are you >>>>>>>> trying >>>>>>>> to >>>>>>>> do? >>>>>>>> >>>>>>>> -D... >>>>>>>> >>>>>>>> >>>>>>>> On Thu, May 25, 2017 at 8:50 PM, Laurens Vets >>>>>>>> wrote: >>>>>>>> >>>>>>>> Is AWS single_node_vm still supported? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>

Re: AWS single_node_vm

2017-05-30 Thread Laurens Vets
ude: tasks/create-open-inbound-security-group.yml - include: tasks/create-open-outbound-security-group.yml - include: tasks/create-hosts.yml host_count=1 host_type=sensors,ambari_master,ec2,monit,zeppelin,search,web - include: tasks/create-hosts.yml host_count=3 host_type=ambari_slave,ec2 - include: tasks/create-hosts.yml host_count=1 host_type= ambari_slave ,pcap_server,monit,ec2 - include: tasks/create-hosts.yml host_count=1 host_type=ambari_slave,enrichment,metron,ec2,zeppelin Of course, this is just to demonstrate re-locating items, not necessarily how you would want to lay them out. Best, Mike Miklavcic On Fri, May 26, 2017 at 11:28 AM, Laurens Vets wrote: I'm trying to install Metron in AWS but with fewer hosts than the default 10 node cluster install... So far no luck. Whatever I do, it always ends in errors... On 2017-05-26 10:16, David Lyle wrote: I'm gonna to venture a 'no' simply because I don't know what that is. Afaik, single_node_vm.yml was never used with AWS. What are you trying to do? -D... On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: Is AWS single_node_vm still supported?

Re: AWS single_node_vm

2017-05-30 Thread David Lyle
> >>>> From this >>>> >>>> tasks: >>>> - include: tasks/create-keypair.yml >>>> - include: tasks/create-vpc.yml >>>> - include: tasks/create-open-inbound-security-group.yml >>>> - include: tasks/create-open-outbound-security-group.yml >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=sensors,ambari_master,ec2,monit >>>> - include: tasks/create-hosts.yml host_count=4 >>>> host_type=ambari_slave,ec2 >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=pcap_server,monit,ec2 >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=ambari_slave,enrichment,metron,ec2,zeppelin >>>> - include: tasks/create-hosts.yml host_count=2 >>>> host_type=ambari_slave,search,ec2 >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=ambari_slave,web,ec2 >>>> >>>> to this (6-node) >>>> >>>> tasks: >>>> - include: tasks/create-keypair.yml >>>> - include: tasks/create-vpc.yml >>>> - include: tasks/create-open-inbound-security-group.yml >>>> - include: tasks/create-open-outbound-security-group.yml >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=sensors,ambari_master,ec2,monit,zeppelin,search,web >>>> - include: tasks/create-hosts.yml host_count=3 >>>> host_type=ambari_slave,ec2 >>>> - include: tasks/create-hosts.yml host_count=1 host_type= >>>> ambari_slave >>>> ,pcap_server,monit,ec2 >>>> - include: tasks/create-hosts.yml host_count=1 >>>> host_type=ambari_slave,enrichment,metron,ec2,zeppelin >>>> >>>> Of course, this is just to demonstrate re-locating items, not >>>> necessarily >>>> how you would want to lay them out. >>>> >>>> Best, >>>> Mike Miklavcic >>>> >>>> >>>> On Fri, May 26, 2017 at 11:28 AM, Laurens Vets >>>> wrote: >>>> >>>> I'm trying to install Metron in AWS but with fewer hosts than the >>>> default >>>> >>>>> 10 node cluster install... So far no luck. Whatever I do, it always >>>>> ends >>>>> in >>>>> errors... >>>>> >>>>> >>>>> On 2017-05-26 10:16, David Lyle wrote: >>>>> >>>>> I'm gonna to venture a 'no' simply because I don't know what that is. >>>>> >>>>>> Afaik, single_node_vm.yml was never used with AWS. What are you trying >>>>>> to >>>>>> do? >>>>>> >>>>>> -D... >>>>>> >>>>>> >>>>>> On Thu, May 25, 2017 at 8:50 PM, Laurens Vets >>>>>> wrote: >>>>>> >>>>>> Is AWS single_node_vm still supported? >>>>>> >>>>>> >>>>>>> >>>>>>> >>>>>>>

Re: AWS single_node_vm

2017-05-29 Thread Laurens Vets
-open-inbound-security-group.yml - include: tasks/create-open-outbound-security-group.yml - include: tasks/create-hosts.yml host_count=1 host_type=sensors,ambari_master,ec2,monit,zeppelin,search,web - include: tasks/create-hosts.yml host_count=3 host_type=ambari_slave,ec2 - include: tasks/create-hosts.yml host_count=1 host_type= ambari_slave ,pcap_server,monit,ec2 - include: tasks/create-hosts.yml host_count=1 host_type=ambari_slave,enrichment,metron,ec2,zeppelin Of course, this is just to demonstrate re-locating items, not necessarily how you would want to lay them out. Best, Mike Miklavcic On Fri, May 26, 2017 at 11:28 AM, Laurens Vets wrote: I'm trying to install Metron in AWS but with fewer hosts than the default 10 node cluster install... So far no luck. Whatever I do, it always ends in errors... On 2017-05-26 10:16, David Lyle wrote: I'm gonna to venture a 'no' simply because I don't know what that is. Afaik, single_node_vm.yml was never used with AWS. What are you trying to do? -D... On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: Is AWS single_node_vm still supported?

Re: AWS single_node_vm

2017-05-28 Thread Dima Kovalyov
ml was never used with AWS. What are you trying to > do? > > -D... > > > On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: > >> Is AWS single_node_vm still supported? >>

Re: AWS single_node_vm

2017-05-27 Thread David Lyle
ost_type=ambari_slave,web,ec2 >> >> to this (6-node) >> >> tasks: >> - include: tasks/create-keypair.yml >> - include: tasks/create-vpc.yml >> - include: tasks/create-open-inbound-security-group.yml >> - include: tasks/create-open-outbound-security-group.yml >> - include: tasks/create-hosts.yml host_count=1 >> host_type=sensors,ambari_master,ec2,monit,zeppelin,search,web >> - include: tasks/create-hosts.yml host_count=3 >> host_type=ambari_slave,ec2 >> - include: tasks/create-hosts.yml host_count=1 host_type= ambari_slave >> ,pcap_server,monit,ec2 >> - include: tasks/create-hosts.yml host_count=1 >> host_type=ambari_slave,enrichment,metron,ec2,zeppelin >> >> Of course, this is just to demonstrate re-locating items, not necessarily >> how you would want to lay them out. >> >> Best, >> Mike Miklavcic >> >> >> On Fri, May 26, 2017 at 11:28 AM, Laurens Vets wrote: >> >> I'm trying to install Metron in AWS but with fewer hosts than the default >>> 10 node cluster install... So far no luck. Whatever I do, it always ends >>> in >>> errors... >>> >>> >>> On 2017-05-26 10:16, David Lyle wrote: >>> >>> I'm gonna to venture a 'no' simply because I don't know what that is. >>>> Afaik, single_node_vm.yml was never used with AWS. What are you trying >>>> to >>>> do? >>>> >>>> -D... >>>> >>>> >>>> On Thu, May 25, 2017 at 8:50 PM, Laurens Vets >>>> wrote: >>>> >>>> Is AWS single_node_vm still supported? >>>> >>>>> >>>>> >>>>>

Re: AWS single_node_vm

2017-05-26 Thread Laurens Vets
nclude: tasks/create-hosts.yml host_count=3 host_type=ambari_slave,ec2 - include: tasks/create-hosts.yml host_count=1 host_type= ambari_slave ,pcap_server,monit,ec2 - include: tasks/create-hosts.yml host_count=1 host_type=ambari_slave,enrichment,metron,ec2,zeppelin Of course, this is just to demonstrate re-locating items, not necessarily how you would want to lay them out. Best, Mike Miklavcic On Fri, May 26, 2017 at 11:28 AM, Laurens Vets wrote: I'm trying to install Metron in AWS but with fewer hosts than the default 10 node cluster install... So far no luck. Whatever I do, it always ends in errors... On 2017-05-26 10:16, David Lyle wrote: I'm gonna to venture a 'no' simply because I don't know what that is. Afaik, single_node_vm.yml was never used with AWS. What are you trying to do? -D... On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: Is AWS single_node_vm still supported?

Re: AWS single_node_vm

2017-05-26 Thread Michael Miklavcic
_vm.yml was never used with AWS. What are you trying to >> do? >> >> -D... >> >> >> On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: >> >> Is AWS single_node_vm still supported? >>> >>>

Re: AWS single_node_vm

2017-05-26 Thread Laurens Vets
know what that is. Afaik, single_node_vm.yml was never used with AWS. What are you trying to do? -D... On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: Is AWS single_node_vm still supported?

Re: AWS single_node_vm

2017-05-26 Thread David Lyle
I'm gonna to venture a 'no' simply because I don't know what that is. Afaik, single_node_vm.yml was never used with AWS. What are you trying to do? -D... On Thu, May 25, 2017 at 8:50 PM, Laurens Vets wrote: > Is AWS single_node_vm still supported? >

AWS single_node_vm

2017-05-25 Thread Laurens Vets
Is AWS single_node_vm still supported?