7da53fe3b8
The heat-agent as a python service needs to use the ca bundle of the host. story: 2005201 task: 38504 Change-Id: I908555399639a49058831cb2b0c03d5c5442446b Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
17 lines
659 B
YAML
17 lines
659 B
YAML
---
|
|
features:
|
|
- |
|
|
Add fedora coreos driver. To deploy clusters with fedora coreos operators
|
|
or users need to add os_distro=fedora-coreos to the image. The scripts
|
|
to deploy kubernetes on top are the same with fedora atomic. Note that
|
|
this driver has selinux enabled.
|
|
issues:
|
|
- |
|
|
The startup of the heat-container-agent uses a workaround to copy the
|
|
SoftwareDeployment credentials to /var/lib/cloud/data/cfn-init-data.
|
|
The fedora coreos driver requires heat train to support ignition.
|
|
fixes:
|
|
- |
|
|
For k8s_coreos set REQUESTS_CA for heat-agent. The heat-agent as a python
|
|
service needs to use the ca bundle of the host.
|