1498d0d61d
This functionality can be used to install any CA certificates that the deployer requires into any combination of hosts/containers. Change-Id: Ic1292e18c8add78e8cb30f624be96292b153d4fe
21 lines
432 B
YAML
21 lines
432 B
YAML
---
|
|
|
|
extra_host_package: iotop
|
|
extra_metal_package: lshw
|
|
|
|
openstack_host_extra_distro_packages:
|
|
- "{{ extra_host_package }}"
|
|
|
|
openstack_host_extra_metal_distro_packages:
|
|
- "{{ extra_metal_package }}"
|
|
|
|
test_cert_dir: "/tmp/test-ca"
|
|
|
|
openstack_host_ca_certificates:
|
|
- name: "TestCA.crt"
|
|
src: "{{ test_cert_dir }}/ca.pem"
|
|
|
|
openstack_host_specific_kernel_modules:
|
|
- name: "ebtables"
|
|
pattern: "CONFIG_BRIDGE_NF_EBTABLES"
|