@blaisep-sureify:matrix.org | I'd like to experiment with the QuickStart tutorial and I wonder if I can "templatize" the `docs/source/examples/playbooks/roles/create_project/tasks/main.yaml` | 02:15 |
---|---|---|
specifically | ||
`url: http://gerrit:8080/projects/{{ project }}` | ||
to something like | ||
`url: http://'{'gerrit_base_url'}"/projects/{{ project }}` | ||
...or is there a better way? | ||
@blaisep-sureify:matrix.org | * I'd like to experiment with the QuickStart tutorial and I wonder if I can "templatize" the `docs/source/examples/playbooks/roles/create_project/tasks/main.yaml` | 02:15 |
specifically | ||
`url: http://gerrit:8080/projects/{{ project }}` | ||
to something like | ||
`url: "{'gerrit_base_url'}"/projects/{{ project }}` | ||
...or is there a better way? | ||
@blaisep-sureify:matrix.org | * I'd like to experiment with the QuickStart tutorial and I wonder if I can "templatize" the `docs/source/examples/playbooks/roles/create_project/tasks/main.yaml` | 02:16 |
specifically | ||
`url: http://gerrit:8080/projects/{{ project }}` | ||
to something like | ||
`url: "{{'gerrit_base_url'}}"/projects/{{ project }}` | ||
...or is there a better way? | ||
@blaisep-sureify:matrix.org | * I'd like to experiment with the QuickStart tutorial and I wonder if I can "templatize" the `docs/source/examples/playbooks/roles/create_project/tasks/main.yaml` | 02:16 |
specifically | ||
`url: http://gerrit:8080/projects/{{ project }}` | ||
to something like | ||
`url: "{{ gerrit_base_url }}"/projects/{{ project }}` | ||
...or is there a better way? | ||
@blaisep-sureify:matrix.org | ah... but before we get to that. | 07:21 |
I haven't come across this one before and I wonder if it sounds familiar: | ||
``` | ||
ip-10-0-2-129.us-west-1.compute.internal httpd[8496]: httpd: Syntax error on line 360 of /etc/httpd/conf/httpd.conf: Could not open configuration file /etc/httpd/conf.d/zuul_web_ssl.conf: Permission denied> | Jul 09 07:14 | |
ip-10-0-2-129.us-west-1.compute.internal systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE | Jul 09 07:14 | |
``` | ||
Of course, I still get that after making the entire directory globally readable, owned/groups by apache, you name it. | ||
(and yess, I know this is a zuul forum, but I noticed that the proxy config refers to /usr/share/zuul (which is also permissionless at this point) **and that directory did not exist** when I first got the error. | ||
@blaisep-sureify:matrix.org | ok, I will bring up the docker compose containers to make sure that someone is at port 9000 | 07:24 |
-@gerrit:opendev.org- Artem Goncharov proposed wip: [zuul/zuul] 849033: Initial implementation of the gitea driver https://review.opendev.org/c/zuul/zuul/+/849033 | 09:53 | |
@blaisep-sureify:matrix.org | well, there is something about that file that makes apache fail, so I will hold off on ssl reverse proxy for a while | 16:20 |
@fungicide:matrix.org | "permission denied" is almost always an indication that the file is not readable by or one of its parent directories is not traversable by the account in use | 16:36 |
@fungicide:matrix.org | Blaise Pabon: you said "after making the entire directory globally readable" but did you make it traversable (the executable bit)? how about the parent directories of that? | 16:37 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 849206: Hide skipped jobs in status/reports https://review.opendev.org/c/zuul/zuul/+/849206 | 18:38 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 849207: Add dev docs for metrics https://review.opendev.org/c/zuul/zuul/+/849207 | 23:24 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!