installer
installer copied to clipboard
sandbox-manager bitbucket repository is no longer public
When running ansible-playbook, the sandbox-manager : check out project
task now requests a Bitbucket username and password, and is unable to continue without them.
...
TASK [sandbox-manager : check out project] ***************************************************************************************************************************************************************************************
Username for 'https://bitbucket.org':
Password for 'https://bitbucket.org':
fatal: [localhost]: FAILED! => {"changed": false, "cmd": ["/usr/bin/git", "fetch", "--tags", "origin"], "failed": true, "msg": "Failed to download remote objects and refs: remote: Invalid username or password\nfatal: Authentication failed for 'https://bitbucket.org/hspconsortium/sandbox-manager.git/'\n"}
to retry, use: --limit @/home/ubuntu/cibmtr-smart-ansible-public/site.retry
PLAY RECAP ***********************************************************************************************************************************************************************************************************************
localhost : ok=193 changed=111 unreachable=0 failed=1
It looks like https://bitbucket.org/hspconsortium/sandbox-manager has been changed to a private Bitbucket repository.
Hi Joel,
We will make that system public again. HSPC has moved away from that project to a new sandbox manager implementation using React.
Thanks, Travis Cummings Interopion, Inc.
On Tue, Nov 20, 2018 at 10:37 AM Joel Schneider (NMDP) < [email protected]> wrote:
It looks like https://bitbucket.org/hspconsortium/sandbox-manager has been changed to a private Bitbucket repository.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/smart-on-fhir/installer/issues/38#issuecomment-440363624, or mute the thread https://github.com/notifications/unsubscribe-auth/AMxDVxIOngBgTJjBa9Mb4FPid3a2nMnvks5uxD27gaJpZM4YoWph .
Thanks for the quick response.