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

Mutable Configs Broken in Dev (Installable Galaxy) #81

Closed
jmchilton opened this issue Aug 9, 2019 · 3 comments · Fixed by #82
Closed

Mutable Configs Broken in Dev (Installable Galaxy) #81

jmchilton opened this issue Aug 9, 2019 · 3 comments · Fixed by #82

Comments

@jmchilton
Copy link
Member

TASK [galaxyprojectdotorg.galaxy : Instantiate mutable configuration files] ****
failed: [localhost] (item={u'dest': u'/galaxy/migrated_tools_conf.xml', u'src': u'/galaxy/config/migrated_tools_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/migrated_tools_conf.xml.sample", "/galaxy/migrated_tools_conf.xml"], "delta": "0:00:00.305767", "end": "2019-08-09 17:39:02.255266", "item": {"dest": "/galaxy/migrated_tools_conf.xml", "src": "/galaxy/config/migrated_tools_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:01.949499", "stderr": "cp: cannot stat '/galaxy/config/migrated_tools_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/migrated_tools_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []}
failed: [localhost] (item={u'dest': u'/galaxy/shed_data_manager_conf.xml', u'src': u'/galaxy/config/shed_data_manager_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/shed_data_manager_conf.xml.sample", "/galaxy/shed_data_manager_conf.xml"], "delta": "0:00:00.333531", "end": "2019-08-09 17:39:02.741726", "item": {"dest": "/galaxy/shed_data_manager_conf.xml", "src": "/galaxy/config/shed_data_manager_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:02.408195", "stderr": "cp: cannot stat '/galaxy/config/shed_data_manager_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/shed_data_manager_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []}
failed: [localhost] (item={u'dest': u'/galaxy/shed_tool_data_table_conf.xml', u'src': u'/galaxy/config/shed_tool_data_table_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/shed_tool_data_table_conf.xml.sample", "/galaxy/shed_tool_data_table_conf.xml"], "delta": "0:00:00.312092", "end": "2019-08-09 17:39:03.237230", "item": {"dest": "/galaxy/shed_tool_data_table_conf.xml", "src": "/galaxy/config/shed_tool_data_table_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:02.925138", "stderr": "cp: cannot stat '/galaxy/config/shed_tool_data_table_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/shed_tool_data_table_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []}
@jmchilton
Copy link
Member Author

Should I just create empty files from the old samples @natefoo?

@jmchilton
Copy link
Member Author

xref galaxyproject/galaxy#921

@natefoo
Copy link
Member

natefoo commented Sep 12, 2019

No, they'll be created on demand. The role doesn't need to precreate these anymore for releases >= 19.09.

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

Successfully merging a pull request may close this issue.

2 participants