-
Notifications
You must be signed in to change notification settings - Fork 21
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
WIP: am-configure: Configure Pipeline Local FS #285
base: qa/1.x
Are you sure you want to change the base?
Conversation
- name: Get pipeline uuid | ||
become: "yes" | ||
command: > | ||
mysql --user="{{archivematica_src_am_db_user }}" |
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.
should we use dbshell here?
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.
It's the MCP database, so it is always MySQL. But we can use the dbshell always 👍
@@ -0,0 +1,140 @@ | |||
--- |
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.
I think it's worth commeting that "pipeline local filesystem" is an strange way to call an ssh-based remote space, so adding some kind of clarification would be intersting.
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.
Agree!! 👍
|
||
# Define archivematica_src_configure_pipeline_remote_name | ||
- set_fact: | ||
am_configure_pipelinelocalfs_pipeline_remote_name: "{{ ansible_default_ipv4.address }}" |
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.
I usually prefer ansible_host , as the default ipv4 address found by ansible is not always reachable
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.
Thanks!
4b1e6ff
to
7b0a2e3
Compare
7b0a2e3
to
64bb493
Compare
64bb493
to
0d3870e
Compare
ebfc40f
to
59b6b15
Compare
This branch is rebased to stable/1.12.x |
- Create a new task file (`configure-pipeline-local-fs.yml`) to configure the Pipeline local FS Space and its locations. - Create a new task file (`configure-create-location.yml`) to be used to create all kinds of locations, checking if the location exists before creating it.
59b6b15
to
3063044
Compare
Connects to #280