tripleo-common/container-images/tcib/base/ovn-base/ovn-northd/ovn-northd.yaml
Emilien Macchi 2cc35f7273 Implement a new Container Images layout
- Kolla files that we need to copy into the images. We removed the bits
  for Debian/Ubuntu and Upgrades stuffs that we don't use in TripleO.
- A containerfile conversion tool has been added. This tool will interpret
  docker files and convert them to a simplified tcib format.
- TCIB aka TripleO Container Image Build, a new directory with the image
  configs. One file per image, following a simple structure.
  All images were pushed, we'll make some adjustments later.

Depends-On: https://review.opendev.org/740095
Depends-On: https://review.opendev.org/742208
Change-Id: Ib099c3be867f41c66b088de50d9e176cdcc0592c
Signed-off-by: Kevin Carter <kecarter@redhat.com>
(cherry picked from commit b84805d38d)
2020-07-29 02:32:07 +00:00

13 lines
403 B
YAML

tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: mkdir -p /etc/libqb
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/ovn-dbs /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common:
- libqb
- openvswitch-ovn-central
- pacemaker
- pacemaker-remote
- pcs
- resource-agents