Project

Profile

Help

Issue #7746

closed

Installer (pulplift) is failing to provision when using apache webserver

Added by fao89 over 3 years ago. Updated over 3 years ago.

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"}

Actions #1

Updated by fao89 over 3 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"
Actions #2

Updated by mdepaulo@redhat.com over 3 years ago

  • Assignee set to mdellweg
  • Triaged changed from No to Yes

Added by mdellweg over 3 years ago

Revision a9307936 | View on GitHub

Fix ansible loop bug with apache config snippets

fixes #7746 https://pulp.plan.io/issues/7746

Added by mdellweg over 3 years ago

Revision a9307936 | View on GitHub

Fix ansible loop bug with apache config snippets

fixes #7746 https://pulp.plan.io/issues/7746

Actions #3

Updated by pulpbot over 3 years ago

  • Status changed from NEW to POST
Actions #4

Updated by mdellweg over 3 years ago

  • Status changed from POST to MODIFIED
Actions #5

Updated by dkliban@redhat.com over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF