kayobe/ansible/roles/kolla/vars/RedHat.yml
Mark Goddard e2a01b790f Ubuntu: container image build
* Use bash to execute kolla-build
* Remove backslashes from kolla-build command. YAML folded literal
  block avoids the need for this by replacing newlines with spaces
* Distribution-specific package list when installing kolla

Change-Id: Icad129aaafb17023f3c9d007fb63466b23b1395a
Story: 2004960
Task: 41764
2021-03-01 18:00:00 +00:00

9 lines
140 B
YAML

---
# List of packages to install.
kolla_package_dependencies:
- gcc
- libffi-devel
- openssl-devel
- python3-devel
- python3-pip