Skip to content

Commit c5e406e

Browse files
committed
Add ironic-novncproxy container image
This is similar to nova-novncproxy except it includes package openstack-ironic-novncproxy which has existed for 7 months. Jira: OSPRH-20211
1 parent 8e4b7ab commit c5e406e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tcib_actions:
2+
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
3+
tcib_packages:
4+
common:
5+
- novnc
6+
- openstack-ironic-novncproxy
7+
tcib_user: ironic

0 commit comments

Comments
 (0)