openstack-operator/Makefile
okozachenko dd1d53d8c5 Add chronyd deployment at the startup of the operator
Deploy a daemonset in the cluster for NTP
Depends-On: https://review.opendev.org/728503

Change-Id: I86f066b26fb402d2ec1bda3adf2de92be33ccc2b
2020-05-25 23:37:04 +03:00

15 lines
859 B
Makefile

images:
docker build images/horizon -t vexxhost/horizon:latest
docker build images/keystone -t vexxhost/keystone:latest
docker build images/ceilometer --target ceilometer-agent-notification -t vexxhost/ceilometer-agent-notification:latest
docker build images/heat --target heat-api -t vexxhost/heat-api:latest
docker build images/heat --target heat-api-cfn -t vexxhost/heat-api-cfn:latest
docker build images/heat --target heat-engine -t vexxhost/heat-engine:latest
docker build images/chronyd -t vexxhost/chronyd:latest
docker build images/mcrouter -t vexxhost/mcrouter:latest
docker build images/mcrouter-exporter -t vexxhost/mcrouter-exporter:latest
docker build images/memcached -t vexxhost/memcached:latest
docker build images/memcached-exporter -t vexxhost/memcached-exporter:latest
docker build images/rabbitmq -t vexxhost/rabbitmq:latest