Change defaults for mirror_path

Because rdo cloud is deprecated, let's use other mirror, for example
one from rax.

Change-Id: I3556bce94ff311bf9d72e64b651e740a1bcf71a2
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2021-02-10 17:25:27 +01:00
parent 066873e378
commit 09819b58e2
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ This role generates a launcher-playbook and overrides RPM and PyPi mirrors for C
name: tripleo-ci-centos-7-multinode-1ctlr-featureset010-dlrn-hash-tag
parent: tripleo-ci-centos-7-multinode-1ctlr-featureset010
vars:
mirror_fqdn: mirror.regionone.rdo-cloud.rdoproject.org
mirror_fqdn: mirror.mtl01.inap.opendev.org
package_mirror: http://mirror.centos.org/centos
pypi_fqdn: mirror01.ord.rax.opendev.org
featureset_override:

View File

@ -5,4 +5,4 @@ reproducer_zuul_based_quickstart_readme_file: "{{ artcl_collect_dir }}/README-re
reproducer_zuul_based_launcher_playbook: launcher-playbook.yaml.j2
launcher_env_setup_playbook: launcher-env-setup-playbook.yaml.j2
zuul_reproducer_dir: reproducer-quickstart
mirror_path: mirror.regionone.rdo-cloud.rdoproject.org
mirror_path: mirror.mtl01.inap.opendev.org

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
export NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.regionone.rdo-cloud.rdoproject.org}
export NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.mtl01.inap.opendev.org}
# This script generates a descriptor slug to use with AFS, composed of the
# operating system, its version, and the processor architecture.