This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
f1c8136556
Branches
Tags
No results found.
kolla-ansible
/
ansible
/
roles
/
glance
/
meta
/
main.yml
4 lines
39 B
YAML
Raw
Normal View
History
Unescape
Escape
Reduce dependencies on the dest nodes Currently we require a slew of deps on each destination node, this includes a gcc compiler and installing things via pip. We can remove these dependencies by containerizing them and running and Ansible inside the container itself. The container would then report back facts about idempotency. DocImpact Closes-Bug: #1481495 Implements: blueprint containerize-dependencies Change-Id: I3dfccbf9fafc06ffc36e78f3006fe5d3367891df
2015-08-03 07:50:01 +00:00
---
dependencies
:
Remove unused project_yaml parameter from role metadata files TrivialFix Change-Id: I7ff752fffe47e9571ea15acdad3edd4835f9e612
2016-08-05 21:22:06 +00:00
- {
role
:
common }
Copy Permalink