Project

Profile

Help

Issue #7382

closed

pulp_installer pulp_install_plugins source_dir of VCS type not fully supported

Added by cmeyers 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:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

- name: Create requirements.in file to check pulpcore/plugin compatibility
  template:
    src: templates/requirements.in.j2
    dest: "{{ pulp_install_dir }}/requirements.in"

The pip-compile step shortly after this task in pulp_common fails to use VCS information.

pulp_install_plugins:
  pulp-container:
    source_dir: "git+https://github.com/{{ pulp_container_fork }}/pulp_container@{{ pulp_container_refspec }}#egg=pulp-container"
  pulp-ansible:
    source_dir: "git+https://github.com/{{ pulp_ansible_fork }}/pulp_ansible@{{ pulp_ansible_refspec }}#egg=pulp-ansible"
  galaxy-ng:
    source_dir: "git+https://github.com/{{ galaxy_ng_fork }}/galaxy_ng@{{ galaxy_ng_refspec }}#egg=galaxy-ng"

Also available in: Atom PDF