[
https://issues.apache.org/jira/browse/TC-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811885#comment-15811885
]
ASF GitHub Bot commented on TC-6:
---------------------------------
Github user PeterRyder commented on a diff in the pull request:
https://github.com/apache/incubator-trafficcontrol/pull/126#discussion_r95162579
--- Diff: traffic_ops/build/traffic_ops.spec ---
@@ -122,7 +122,7 @@ Built: %(date) by %{getenv: USER}
# install
if [ "$1" = "1" ]; then
# see postinstall, the .reconfigure file triggers init().
- /bin/touch %{PACKAGEDIR}/.reconfigure
+ #/bin/touch %{PACKAGEDIR}/.reconfigure
--- End diff --
Removed because reconfigure is now a command line option - removed line
from spec file
> Traffic Ops postinstall: non-interactive configuration
> ------------------------------------------------------
>
> Key: TC-6
> URL: https://issues.apache.org/jira/browse/TC-6
> Project: Traffic Control
> Issue Type: Improvement
> Components: Traffic Ops
> Affects Versions: 1.8.0
> Reporter: Dan Kirkwood
> Assignee: Dan Kirkwood
> Attachments: Automated_Postinstall_for_Traffic_Ops_v4.docx
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Traffic Ops postinstall currently requires interactive user input. This
> makes it difficult to install exactly the same way each time, and can be
> error prone. It also makes installation within a docker container difficult.
> There should be a way to get this same input from a file that can be
> configured ahead of time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)