-
Notifications
You must be signed in to change notification settings - Fork 52
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
SQL-based Fedora object persistence (Issue 1244) #132
Conversation
|
@seth-shaw-unlv I have no
I logged in as root to confirm. What am I missing here? |
@dannylamb, um, did you clear your external roles?? Also, can you find "Create Fedora DB (mysql)" in the ansible log? What does that say? |
I guess since the error was with authorization; what does "Create Fedora DB User (mysql)" in the ansible log say? |
I should also note that the password for this PR (islandora) overrides the default password provided by the role (fcrepo). |
Let me blow away roles/external and try again ^_^
…On Wed, Aug 28, 2019, 16:38 Seth Shaw ***@***.***> wrote:
I should also note that the password for this PR (islandora) overrides the
default password provided by the role (fcrepo).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#132>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE6PSH5PNIS6QKFIMGU3XJLQG3H2DANCNFSM4ILOFGDQ>
.
|
Looking good @seth-shaw-unlv
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seth-shaw-unlv I sliced a 2.0.0
version of ansible-role-fcrepo
. Update this PR's requirements.yml
and I'll merge 👍
@dannylamb, mischief managed. |
* support Fedora object SQL-based persistence * fix test branch version * remove unnecessary tomcat8 JAVA_OPTS * use ansible-role-fcrepo v.2.0.0
DO NOT MERGE! Used for testing...
GitHub Issue: /Islandora/documentation/issues/1244
What does this Pull Request do?
Used to test /islandora-deprecated/ansible-role-fcrepo/pull/8 by using Fedora's MySQL-based object persistence storage instead of the default simple file one.
What's new?
(ie. Regeneration activity, etc.)? No.
How should this be tested?
vagrant up
vagrant ssh
mysql -u fcrepo -p fcrepo
(password: islandora)Interested parties
@dannylamb, @whikloj, @Islandora-Devops/committers