Remove ceph repos from container update param

With this change we are removing ceph repos from
standalone_container_prep_update_repo parameter.

We are already passing ceph repo in container build job via config
release file. If containers are already built with latest ceph, Ceph
repos in standalone_container_prep_update_repo will not change anything.

These rpm were added earlier when we were transition to ceph-nautilus.

Change-Id: I99c657bb0090e9b2e09b2c22344b5923f9098d37
This commit is contained in:
Sandeep Yadav 2020-08-27 19:59:52 +05:30 committed by wes hayutin
parent 5743fb83db
commit d971b693ba

View File

@ -20,7 +20,7 @@ standalone_container_prep_updates: >-
gating_repo_name: gating-repo gating_repo_name: gating-repo
container_prep_additional_repos: "" container_prep_additional_repos: ""
standalone_container_prep_update_repo: >- standalone_container_prep_update_repo: >-
{% if compressed_gating_repo is defined %}{{ gating_repo_name }},{% endif %}delorean-current,quickstart-centos-ceph-nautilus {% if compressed_gating_repo is defined %}{{ gating_repo_name }},{% endif %}delorean-current
{%- if container_prep_additional_repos -%},{{ container_prep_additional_repos }}{%- endif -%} {%- if container_prep_additional_repos -%},{{ container_prep_additional_repos }}{%- endif -%}
# deploy script # deploy script