zentyal

Bug #997394 reported by Christophe Sauthier
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juju Charms Collection
Incomplete
Undecided
Christophe Sauthier

Bug Description

Creation of the zentyal charm

Changed in charms:
status: New → In Progress
Changed in charms:
status: In Progress → New
Jorge Castro (jorge)
tags: removed: new-charm
Revision history for this message
Marc Cluet (lynxman) wrote :

Hi Christophe,

Thank you very much for your submission! Here's some notes after reviewing the charm

- At install hook

ExternalMASQ=$(ifconfig | grep $ExternalIP | cut -f16 -d ' ' | cut -f2 -d':')
You could use "ip addr list" instead of ifconfig, it'll work better for you

add-apt-repository ppa:zentyal/2.3
It'll require a confirmation (this is new in precise) you can do so by changing this line to add-apt-repository -y ppa:zentyal/2.3

Apart form that please don't forget to add the maintainer: field in metadata.yaml

Please change the state back to new so it can be reviewed again.

Changed in charms:
status: New → Incomplete
Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: [Bug 997394] Re: zentyal

Excerpts from Marc Cluet's message of 2012-06-07 16:52:01 UTC:
> Hi Christophe,
>
> Thank you very much for your submission! Here's some notes after
> reviewing the charm
>
> - At install hook
>
> ExternalMASQ=$(ifconfig | grep $ExternalIP | cut -f16 -d ' ' | cut -f2 -d':')
> You could use "ip addr list" instead of ifconfig, it'll work better for you
>

Actually you should probably use 'unit-get private-address' ... the box
could have many interfaces and such, but you almost always want to be
using the address that juju is aware of.

Changed in charms:
assignee: nobody → Christophe Sauthier (christophe.sauthier)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.