delapsley / vdsn-ansible

Ansible roles and playbook for standing up VSDN test environment
Apache License 2.0
1 stars 0 forks source link

VDSN Repo seems to be missing #1

Open cleverdevil opened 9 years ago

cleverdevil commented 9 years ago

https://github.com/delapsley/vdsn-ansible/blob/master/ansible/roles/hypervisors/vars/main.yml#L31

It looks like you've still got the actual VDSN repo set as private. Any chance you can flag it as public? I'd love to see more!

delapsley commented 9 years ago

Hi Jonathan: thanks for your email. I just checked and it is definitely set to public. Can you try with just the base url?

Thanks!

Sent from my iPhone

On May 21, 2015, at 1:18 PM, Jonathan LaCour notifications@github.com wrote:

https://github.com/delapsley/vdsn-ansible/blob/master/ansible/roles/hypervisors/vars/main.yml#L31

It looks like you've still got the actual VDSN repo set as private. Any chance you can flag it as public? I'd love to see more!

— Reply to this email directly or view it on GitHub.

cleverdevil commented 9 years ago

Yeah, it still doesn't work:

$ curl https://github.com/delapsley/vdsn
{"error":"Not Found"}
$ git clone git@github.com:delapsley/vdsn.git
Cloning into 'vdsn'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.