vmware / nsx-t-datacenter-ci-pipelines

CI pipelines for VMware NSX-T Datacenter
Other
71 stars 43 forks source link

Include 'http' in the concourse URL in readme #60

Closed mohanakumar closed 5 years ago

mohanakumar commented 5 years ago

The following command to start the pipeline is not working:

https://github.com/vmware/nsx-t-datacenter-ci-pipelines/blob/master/README.md

docker run --name nsx-t-install -d \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /home/concourse:/home/concourse \ -e CONCOURSE_URL=':8080' \ -e EXTERNAL_DNS='' \ -e IMAGE_WEBSERVER_PORT=40001 \ -e VMWARE_USER='' \ -e VMWARE_PASSWORD='' \ nsx-t-install

I get the following error "parse 192.168.1.234:8080: first path segment in url cannot contain colon"

Changing the CONCOURSE_URL in the above command to 'http://:8080' works. Please change the document for others who might hit the issue.

Thanks, Mohan