[Bro-Dev] [JIRA] (BIT-1194) broctl deploy command

Jon Siwek (JIRA) jira at bro-tracker.atlassian.net
Mon Mar 16 11:47:00 PDT 2015


     [ https://bro-tracker.atlassian.net/browse/BIT-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon Siwek updated BIT-1194:
---------------------------
    Resolution: Fixed
        Status: Closed  (was: Open)

Will be fixed when BIT-1341 is merged.

> broctl deploy command
> ---------------------
>
>                 Key: BIT-1194
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1194
>             Project: Bro Issue Tracker
>          Issue Type: New Feature
>          Components: BroControl
>    Affects Versions: git/master
>            Reporter: Justin Azoff
>             Fix For: 2.4
>
>
> (mostly notes for me right now)
> Currently broctl makes it too easy for an end user to do the wrong thing when changing the bro config.
> restart --clean is close, however, it does things in this order:
> stop -> clean -> check -> install -> start
> This is bad because in the event of a 'check' failure bro will not restart.
> So, I think what needs to be done is 'restart --clean' should only do:
> stop -> clean -> start
> and a new command 'broctl deploy' should do
> check -> install -> restart
> 'broctl deploy --clean' can do
> check -> stop -> clean -> install -> start
> Also, I think the 'install' operation should always run 'check', is there any reason it shouldn't?  Would someone every want to force install a broken config?



--
This message was sent by Atlassian JIRA
(v6.4-OD-15-055#64014)


More information about the bro-dev mailing list