TritonDataCenter / cosbench-manta

COSBench Adaptor for Manta
MIT License
5 stars 7 forks source link

Fixes for MacOS #3

Open qdzlug opened 7 years ago

qdzlug commented 7 years ago

Hi @dekobon ,

Just logging these so I can fix....

 jschmidt@jack  ~/joyent_repos/cosbench-manta   1.1.0 ●  echo "http://$(triton instance get -j cos_cosbench-controller_1 | json .dns_names | cut -d\" -f2 | grep '^cosbench-controller\.svc.*triton.zone$'):19088/controller/"

http://:19088/controller/
 jschmidt@jack  ~/joyent_repos/cosbench-manta   1.1.0 ●  triton instance get -j cos_cosbench-controller_1 | json .dns_names | cut -d\" -f2
[
dbccaf6e-7e8a-c03b-9847-9024c5a40656.inst.e0ada56c-3d7d-4b79-a7a9-c287f4e85540.swdemo01.cns.sbox.joyent.us
dbccaf6e-7e8a-c03b-9847-9024c5a40656.inst.jay-schmidt.swdemo01.cns.sbox.joyent.us
cos-cosbench-controller-1.inst.e0ada56c-3d7d-4b79-a7a9-c287f4e85540.swdemo01.cns.sbox.joyent.us
cos-cosbench-controller-1.inst.jay-schmidt.swdemo01.cns.sbox.joyent.us
cosbench-controller.svc.e0ada56c-3d7d-4b79-a7a9-c287f4e85540.swdemo01.cns.sbox.joyent.us
cosbench-controller.svc.jay-schmidt.swdemo01.cns.sbox.joyent.us
]
dekobon commented 7 years ago

@qdzlug Can you draft a PR for these changes?