tripleo-common/roles/tripleo-image-serve
Emilien Macchi 0618438f62 image-serve: add httpd_sys_content_t type to v2/index.json
It's needed or you get this alert:
http://paste.openstack.org/show/W6LZBC5yiTZEQAHdD0NW/

Change-Id: I988ec76268e0986793da149bbd15ef79fc05c743
2019-02-22 12:41:12 -05:00
..
defaults Role to install apache to serve container images 2019-02-13 12:04:58 +13:00
handlers Role to install apache to serve container images 2019-02-13 12:04:58 +13:00
tasks image-serve: add httpd_sys_content_t type to v2/index.json 2019-02-22 12:41:12 -05:00
templates image-serve: redirect root to /v2 2019-02-21 09:56:39 +00:00
README.md Role to install apache to serve container images 2019-02-13 12:04:58 +13:00

README.md

tripleo-container-tag

An Ansible role to deploy an apache based container image serving service.

Role variables

  • container_registry_host: -- Registry host
  • container_registry_port: -- Registry port
  • image_data_dir: -- Directory to store container image data

Example Playbook

Sample playbook to call the role:

  • name: Deploy image service hosts: undercloud roles:
    • tripleo-image-serve vars: container_registry_host: 192.168.24.1 container_registry_port: 8787

License

Free software: Apache License (2.0)

Author Information

OpenStack TripleO team