Actions
Issue #7746
closedInstaller (pulplift) is failing to provision when using apache webserver
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
TASK [pulp_webserver : Symlink Apache snippets] ********************************
fatal: [pulp3-source-fedora31]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'item'\n\nThe error appears to be in '/home/faguiar/project/pulp_installer/roles/pulp_webserver/tasks/apache.yml': line 36, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # above and/or create a temporary data structure.\n - name: Symlink Apache snippets\n ^ here\n"}
Updated by fao89 about 4 years ago
Box: pulp3-source-fedora31
local.dev-config.yml:
pulp_devel_supplement_bashrc: true
pulp_default_admin_password: password
pulp_webserver_disable_https: true
pulp_install_plugins:
pulp-ansible:
source_dir: "/home/vagrant/devel/pulp_ansible"
# pulp-npm:
# source_dir: "/home/vagrant/devel/pulp_npm"
# galaxy-ng:
# fao: "/home/vagrant/devel/galaxy_ng-4.2.0a2-py3-none-any.whl"
# source_dir: "/home/vagrant/devel/galaxy_ng"
# prereq_role: "pulp.galaxy_ng_prerequisites"
# pulp-certguard:
# source_dir: "/home/vagrant/devel/pulp-certguard"
# pulp-cookbook:
# source_dir: "/home/vagrant/devel/pulp_cookbook"
# pulp-deb:
# source_dir: "/home/vagrant/devel/pulp_deb"
# pulp-container:
# source_dir: "/home/vagrant/devel/pulp_container"
# pulp-gem:
# source_dir: "/home/vagrant/devel/pulp_gem"
# pulp-maven:
# source_dir: "/home/vagrant/devel/pulp_maven"
# pulp-python:
# source_dir: "/home/vagrant/devel/pulp_python"
# pulp-rpm:
# source_dir: "/home/vagrant/devel/pulp_rpm"
pulp-file:
source_dir: "/home/vagrant/devel/pulp_file"
# Vagrant source install Required
pulp_user: "vagrant"
developer_user: "vagrant"
developer_user_home: "/home/vagrant"
pulp_source_dir: "/home/vagrant/devel/pulpcore"
pulp_workers: 4
# pulp_use_system_wide_pkgs: true
pulp_settings:
secret_key: "unsafe_default"
content_origin: "http://{{ ansible_fqdn }}"
pulp_webserver_server: "apache"
Updated by mdepaulo@redhat.com about 4 years ago
- Assignee set to mdellweg
- Triaged changed from No to Yes
Added by mdellweg about 4 years ago
Added by mdellweg about 4 years ago
Revision a9307936 | View on GitHub
Fix ansible loop bug with apache config snippets
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Updated by mdellweg about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|a93079361b1b210182923524608402b62f28fae1.
Updated by dkliban@redhat.com almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix ansible loop bug with apache config snippets
fixes #7746 https://pulp.plan.io/issues/7746