-
- Downloads
CentOS 8: separate kolla build tag from deploy tag
Prevously the container image tag applied to built images was configured via 'kolla_openstack_release'. This variable also controlled the tag used for deployed images. This could cause problems during the CentOS 8 transition, where we need to build two sets of images, and Kolla Ansible may apply a '-centos8' suffix to the tag we specify on CentOS 8. This change separates the tag applied to built images into a different variable - 'kolla_tag'. The default is still 'kolla_openstack_release'. Change-Id: I8e1d877ee91a07b86cb858d25b841f8bfcd50e21 Story: 2006574 Task: 39487
Showing
- ansible/group_vars/all/kolla 4 additions, 0 deletionsansible/group_vars/all/kolla
- ansible/roles/kolla-build/defaults/main.yml 1 addition, 1 deletionansible/roles/kolla-build/defaults/main.yml
- ansible/roles/kolla-build/templates/kolla-build.conf.j2 1 addition, 1 deletionansible/roles/kolla-build/templates/kolla-build.conf.j2
- doc/source/configuration/kolla.rst 3 additions, 0 deletionsdoc/source/configuration/kolla.rst
- etc/kayobe/kolla.yml 4 additions, 0 deletionsetc/kayobe/kolla.yml
- releasenotes/notes/kolla-tag-and-suffix-a223b0c7173a245e.yaml 7 additions, 0 deletions...asenotes/notes/kolla-tag-and-suffix-a223b0c7173a245e.yaml
Please register or sign in to comment