[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2016-01-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095358#comment-15095358
 ] 

ASF subversion and git services commented on TS-4060:
-

Commit 8261460fc1e3483a3581d5318b14033f0c986b0e in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=8261460 ]

TS-4060: add JSON support consistently for traffic_layout

This closes #417.


> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
> Fix For: 6.2.0
>
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2016-01-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095359#comment-15095359
 ] 

ASF GitHub Bot commented on TS-4060:


Github user asfgit closed the pull request at:

https://github.com/apache/trafficserver/pull/417


> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
> Fix For: 6.2.0
>
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2016-01-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095365#comment-15095365
 ] 

ASF subversion and git services commented on TS-4060:
-

Commit 909a7902f502e984a695cba9d98edd4a0834c841 in trafficserver's branch 
refs/heads/6.1.x from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=909a790 ]

TS-4060: add JSON support consistently for traffic_layout

This closes #417.

(cherry picked from commit 8261460fc1e3483a3581d5318b14033f0c986b0e)


> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2016-01-06 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086190#comment-15086190
 ] 

Leif Hedstrom commented on TS-4060:
---

Well, this got stuck in legal review. ... Moving out to 6.2.0.

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
> Fix For: 6.2.0
>
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2015-12-07 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046245#comment-15046245
 ] 

Leif Hedstrom commented on TS-4060:
---

{code}
root@loki 54/1 # ./bin/traffic_layout --json
{
"PREFIX": "/opt/ats",
"BINDIR": "bin",
"SYSCONFDIR": "etc/trafficserver",
"LIBDIR": "/opt/ats/lib",
"LOGDIR": "var/log/trafficserver",
"RUNTIMEDIR": "var/trafficserver",
"PLUGINDIR": "libexec/trafficserver",
"INCLUDEDIR": "/opt/ats/include",
"SNAPSHOTDIR": "etc/trafficserver/snapshots",
"records.config": "etc/trafficserver/records.config",
"remap.config": "etc/trafficserver/remap.config",
"plugin.config": "etc/trafficserver/plugin.config",
"ssl_multicert.config": "etc/trafficserver/ssl_multicert.config",
"storage.config": "etc/trafficserver/storage.config",
"hosting.config": "etc/trafficserver/hosting.config",
"volume.config": "etc/trafficserver/volume.config",
"ip_allow.config": "etc/trafficserver/ip_allow.config"
}
{code}

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2015-12-07 Thread James Peach (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046251#comment-15046251
 ] 

James Peach commented on TS-4060:
-

{code}
oarfish:~ jpeach$ /opt/ats/bin/traffic_layout --json
PREFIX: /opt/ats
BINDIR: /opt/ats/bin
SYSCONFDIR: /opt/ats/etc/trafficserver
LIBDIR: /opt/ats/lib
LOGDIR: /opt/ats/var/log/trafficserver
RUNTIMEDIR: /opt/ats/var/trafficserver
PLUGINDIR: /opt/ats/libexec/trafficserver
INCLUDEDIR: /opt/ats/include
SNAPSHOTDIR: /opt/ats/etc/trafficserver/snapshots
records.config: /opt/ats/etc/trafficserver/records.config
remap.config: /opt/ats/etc/trafficserver/remap.config
plugin.config: /opt/ats/etc/trafficserver/plugin.config
ssl_multicert.config: /opt/ats/etc/trafficserver/ssl_multicert.config
storage.config: /opt/ats/etc/trafficserver/storage.config
hosting.config: /opt/ats/etc/trafficserver/hosting.config
volume.config: /opt/ats/etc/trafficserver/volume.config
ip_allow.config: /opt/ats/etc/trafficserver/ip_allow.config
oarfish:~ jpeach$ /opt/ats/bin/traffic_layout --version
Apache Traffic Server - traffic_layout - 6.1.0 - (build # 120321 on Dec  3 2015 
at 21:23:04)
{code}

I built this from HEAD a few days ago.

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2015-12-07 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046279#comment-15046279
 ] 

Leif Hedstrom commented on TS-4060:
---

I know, the above is with the patch.

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2015-12-07 Thread James Peach (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046283#comment-15046283
 ] 

James Peach commented on TS-4060:
-

Oh nice!

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-4060) traffic_layout JSON option does't always work

2015-12-07 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046293#comment-15046293
 ] 

Leif Hedstrom commented on TS-4060:
---

Yeah, it's a bug, thanks :).

> traffic_layout JSON option does't always work
> -
>
> Key: TS-4060
> URL: https://issues.apache.org/jira/browse/TS-4060
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Configuration, Tools
>Reporter: James Peach
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> {{traffic_layout --json}} doesn't seem to do anything different to unadorned 
> {{traffic_layout}}. I think that it should emit a JSON dictionary like 
> {{traffic_layout -f -j}} does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)