HTTPS with Ambari

2014-12-17 Thread Aaron Cody
does selecting ‘Enable HTTPS for Ambari Server’ imply that the server-agent connections will also be HTTPS ? TIA

Re: HTTPS with Ambari

2014-12-17 Thread Aaron Cody
is for server-client communication. By default, it is HTTP over 8080. Yusaku On Wed, Dec 17, 2014 at 3:18 PM, Aaron Cody ac...@hexiscyber.commailto:ac...@hexiscyber.com wrote: does selecting ‘Enable HTTPS for Ambari Server’ imply that the server-agent connections will also be HTTPS ? TIA

Re: Puppet and Ambari

2014-10-09 Thread Aaron Cody
down if I'm totally crazy. I guess as a workaround, you could further customise your stack by 1st installing a puppet agent using ( bash / python ) and then you could use this puppet to do the rest. Thanks, Olivier On 8 October 2014 23:43, Aaron Cody ac...@hexiscyber.commailto:ac

Re: Puppet and Ambari

2014-10-08 Thread Aaron Cody
resending this … Q: we are on 1.2.4 and would like to upgrade to 1.6.1, but we have added some of our own components to the stack and would like to continue using puppet - is this possible? thanks From: Aaron Cody ac...@hexiscyber.commailto:ac...@hexiscyber.com Reply-To: user

Re: Puppet and Ambari

2014-10-01 Thread Aaron Cody
given the architecture was supposed to be pluggable, can we still continue to use puppet with versions 1.5 ? From: Olivier Renault orena...@hortonworks.commailto:orena...@hortonworks.com Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org

Re: delete host/component

2014-09-26 Thread Aaron Cody
AMBARI-6585 On Thu, Sep 25, 2014 at 4:45 PM, Aaron Cody ac...@hexiscyber.commailto:ac...@hexiscyber.com wrote: thanks Yusaku So am I correct in assuming that in order to delete a host, all components on that host must first be uninstalled? i.e. it¹s not enough to just stop them ... Aaron Cody Sr

delete host/component

2014-09-24 Thread Aaron Cody
hi are these operations supported in the REST api yet?

Re: RestAPI for pushing a configuration to a component in 1.2.4

2014-07-29 Thread Aaron Cody
is there any mechanism available (preferably a REST call) to push an arbitrary file out to a host or hosts in the cluster?

role_command_order.json

2014-06-05 Thread Aaron Cody
hello So I’m looking at the code in 1.6.0 and I see that dependencies seem to have moved out into a ‘role_command_order.json’ file …. on a per-stack basis … but then I spotted one of these files up in ambari-server/main/resources … is that one used for anything? Can it be ignored? Is there

building trunk

2014-06-02 Thread Aaron Cody
what should I be setting AMBARI_VERSION to? I tried 1.6.0 but got some regex errors… How do I figure this out in general? thanks

Re: building trunk

2014-06-02 Thread Aaron Cody
versions:set -DnewVersion=1.6.1.7. -Sumit On Mon, Jun 2, 2014 at 1:20 PM, Aaron Cody ac...@hexiscyber.commailto:ac...@hexiscyber.com wrote: what should I be setting AMBARI_VERSION to? I tried 1.6.0 but got some regex errors… How do I figure this out in general? thanks CONFIDENTIALITY NOTICE NOTICE

Re: [ANNOUNCE] Apache Ambari 1.6.0

2014-05-27 Thread Aaron Cody
hit return too fast: line: has_nagios = not len(hagios_server_hosts) == 0 should probably read: has_nagios = not len(nagios_server_hosts) == 0 From: Aaron Cody ac...@hexiscyber.commailto:ac...@hexiscyber.com Date: Tuesday, May 27, 2014 at 2:29 PM To: user@ambari.apache.orgmailto:user

Re: [ANNOUNCE] Apache Ambari 1.6.0

2014-05-27 Thread Aaron Cody
is actually defined earlier in the same file(s) and the code never refers to nagios_server_hosts. If it is failing, it is probably due to something else. Yusaku On Tue, May 27, 2014 at 2:34 PM, Aaron Cody ac...@hexiscyber.com wrote: hit return too fast: line: has_nagios = not len(hagios_server_hosts

Re: ambari 1.5.1 install problem ..

2014-04-23 Thread Aaron Cody
then cert generation fails. switching to git now Š not getting burned again ! From: Dmitry Sen d...@hortonworks.com Date: Wednesday, April 23, 2014 at 3:02 AM To: user@ambari.apache.org user@ambari.apache.org, Aaron Cody ac...@hexiscyber.com Subject: Re: ambari 1.5.1 install problem .. Hello Aaron

ambari 1.5.1 install problem ..

2014-04-22 Thread Aaron Cody
hello I built ambari 1.5.1 from source and installed it as usual on my RH6.4 Š but the server won¹t start up because it seems to be having problems generating certs: WARN [main] ShellCommandUtil:46 - Command open ca -create_serial -out /var/lib/ambari-server/keys/ca.crt -days 365 -keyfile

Re: default user and password

2014-04-02 Thread Aaron Cody
', '538916f8943ec225d97a9a86a2c6ec0818c1cd400e09e03b660fdaaec4af29ddbb6f2b1033b 81b00'; On Wed, Apr 2, 2014 at 6:43 PM, Aaron Cody ac...@hexiscyber.com wrote: where in the source can I change the default ambari-web login from admin/admin to something else? TIA CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity

UPGRADE

2014-02-25 Thread Aaron Cody
Hello I¹m trying to figure out how upgrade works in Ambari Š I see there is an UPGRADE role and various upgrade states in the state machine, but so far I haven¹t spotted any information as to how it is supposed to work .. (i¹m using 1.2.4) .. is it a work in progress? - how do you upgrade from the