Merge "Add ssh clients to Ironic Conductor container"

This commit is contained in:
Zuul 2020-02-07 14:02:40 +00:00 committed by Gerrit Code Review
commit 8a01ad3186
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'e2fsprogs',
'gdisk',
'ipmitool',
'openssh-clients',
'openstack-ironic-conductor',
'openstack-ironic-staging-drivers',
'parted',
@ -71,6 +72,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'gdisk',
'ipmitool',
'ironic-conductor',
'openssh-client',
'parted',
'psmisc',
'python3-ironic-inspector-client',
@ -92,6 +94,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'fuse',
'gdisk',
'ipmitool',
'openssh-clients',
'parted',
'psmisc',
'util-linux',
@ -127,6 +130,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'e2fsprogs',
'gdisk',
'ipmitool',
'openssh-client',
'parted',
'psmisc',
'python3-systemd',

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Adds openssh-clients to ironic conductor container build to enable
ansible deploy interface to function properly.