Hi Udara,

Did as requested. Please refer to the link.[1]

[1] - https://github.com/chamilad/stratos.git


Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com




On Thu, Aug 14, 2014 at 4:59 PM, Udara Liyanage <ud...@wso2.com> wrote:

> Hi Chamila,
>
> Thank you very much for your concern regarding the development of Stratos.
> Could you please send  a pull request to Stratos. Your changes will be
> reviewed and merged.
>
>
> On Thu, Aug 14, 2014 at 4:35 PM, Chamila De Alwis <chami...@wso2.com>
> wrote:
>
>> Hi,
>>
>> I was going through the init.sh script which is run when an instance is
>> spawned from a cartridge. Following variables seem to be unused after
>> declaration.
>>
>> Line 38: PUPPETD=`which puppet` is declared and used subsequently in
>> PUPPETAGENT and COMMAND. However when actually running the puppet agent at
>> line 126 PUPPET is declared again and used to construct the puppet agent
>> command.
>>
>> The method read_master() is also not used in the script.
>>
>> Can these be removed for clarity?
>>
>> diff --git a/tools/puppet3-agent/init.sh b/tools/puppet3-agent/init.sh
>> index 172bf54..d2caaf6 100755
>> --- a/tools/puppet3-agent/init.sh
>> +++ b/tools/puppet3-agent/init.sh
>> @@ -35,11 +35,7 @@ SLEEP=`which sleep`
>>  TR=`which tr`
>>  HEAD=`which head`
>>  WGET=`which wget`
>> -PUPPETD=`which puppet`
>> -AGENT="agent"
>> -PUPPETAGENT="${PUPPETD} ${AGENT}"
>>
>> -COMMAND="${PUPPETAGENT} -vt"
>>  IP=`${IFCONFIG} eth0 | ${GREP} -e "inet addr" | ${AWK} '{print $2}' |
>> ${CUT} -d ':' -f 2`
>>  LOG=/tmp/puppet-init.log
>>
>> @@ -47,11 +43,6 @@ HOSTSFILE=/etc/hosts
>>  HOSTNAMEFILE=/etc/hostname
>>  PUPPETCONF=/etc/puppet/puppet.conf
>>
>> -read_master() {
>> -    ${COMMAND}
>> -}
>> -
>> -
>>  is_public_ip_assigned() {
>>
>>  while true
>>
>>
>>
>> Regards,
>> Chamila de Alwis
>> Software Engineer | WSO2 | +94772207163
>> Blog: code.chamiladealwis.com
>>
>>
>
>
> --
>
> Udara Liyanage
> Software Engineer
>  WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
>
> web: http://udaraliyanage.wordpress.com
> phone: +94 71 443 6897
>

Reply via email to