Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tarball download URL is down #43

Open
razekmh opened this issue Mar 7, 2023 · 0 comments
Open

Tarball download URL is down #43

razekmh opened this issue Mar 7, 2023 · 0 comments

Comments

@razekmh
Copy link

razekmh commented Mar 7, 2023

The AWS URL for the orientdb in main.yml throws

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
    <Code>AllAccessDisabled</Code>
    <Message>All access to this object has been disabled</Message>
    <RequestId>*********************</RequestId>
    <HostId>
    *****************************************************************************</HostId>
</Error>

I think the URL needs to be updated from
orientdb_url: https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{orientdb_version}}/orientdb-{{orientdb_version}}.tar.gz
to
https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/{{orientdb_version}}/orientdb-community-{{orientdb_version}}.tar.gz

If this solution is accepted, Then a small edit to the oriented_path is also required from
orientdb_path: '{{orientdb_dir}}/orientdb-{{orientdb_version}}'
to
orientdb_path: '{{orientdb_dir}}/orientdb-community-{{orientdb_version}}'

razekmh added a commit to razekmh/orientdb-role that referenced this issue Mar 7, 2023
razekmh added a commit to razekmh/orientdb-role that referenced this issue Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant