-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66683/
-----------------------------------------------------------
(Updated Oct. 5, 2018, 11:59 a.m.)
Review request for mesos and Kevin Klues.
Changes
-------
Rebased.
Bugs: MESOS-8025
https://issues.apache.org/jira/browse/MESOS-8025
Repository: mesos
Description
-------
Updated address field of new CLI config to accept URLs.
Diffs (updated)
-----
src/python/cli_new/lib/cli/http.py d1faac19cbe2b52ef941053ec6e2e52a1bfcd3db
src/python/cli_new/lib/cli/util.py 7cec7e49ab3c0926067626f5bd5dbba8bf4f44d7
Diff: https://reviews.apache.org/r/66683/diff/4/
Changes: https://reviews.apache.org/r/66683/diff/3-4/
Testing
-------
Ran `mesos agent list` successfully with config:
```
[master]
address = "http://<address_of_a_remote_mesos_master>.com:5061"
```
On the server providing `http://<address_of_a_remote_mesos_master>.com` I had a
Mesos master running with `bash mesos-master.sh --port='5061'
--work_dir='/tmp/master1' --log_dir='/tmp/master1-log' --registry=in_memory`.
Also ran `mesos-cli-tests` successfully.
Thanks,
Armand Grillet