Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Conversation

@gandelman-a
Copy link
Contributor

We currently share a base virtualenv among ansible-runner tasks, into
which we install ansible, datadog callbacks, ara and requirements for
all ansible-runners. This is problematic because 1) ansible-runners
that do not run as root require sudo access to update the virtualenv
2) we can potentially end up with version conflicts among dependencies

Instead, this sets up isolated virtualenvs for each runner task, each with
their own callbacks, dependency set, etc.

Closes-issue: BonnyCI/projman#242

Signed-off-by: Adam Gandelman adamg@ubuntu.com

We currently share a base virtualenv among ansible-runner tasks, into
which we install ansible, datadog callbacks, ara and requirements for
all ansible-runners.  This is problematic because 1) ansible-runners
that do not run as root require sudo access to update the virtualenv
2) we can potentially end up with version conflicts among dependencies

Instead, this sets up isolated virtualenvs for each runner task, each with
their own callbacks, dependency set, etc.

Closes-issue: BonnyCI/projman#242

Signed-off-by: Adam Gandelman <adamg@ubuntu.com>
Copy link
Contributor

@ConsoleCatzirl ConsoleCatzirl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from me, but I think this could use a second set of eyes before approving.

@omgjlk
Copy link
Contributor

omgjlk commented Jun 30, 2017

recheck

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants