Skip to content

Commit f42b7a1

Browse files
committed
Update RH URls
1 parent 6a2b4fc commit f42b7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/prepare_host.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- name: Install rhos-release
5555
ansible.builtin.yum:
5656
state: installed
57-
name: http://download.devel.redhat.com/rcm-guest/puddles/OpenStack/rhos-release/rhos-release-latest.noarch.rpm
57+
name: http://download.hosts.prod.upshift.rdu2.redhat.com/rcm-guest/puddles/OpenStack/rhos-release/rhos-release-latest.noarch.rpm
5858
disable_gpg_check: true
5959

6060
- name: Fetch the Red Hat root certificates
@@ -82,7 +82,7 @@
8282
- name: Extract puddle name from rhos-release output
8383
ansible.builtin.set_fact:
8484
puddle: "{{ rhos_release_puddle.stdout_lines.0 }}"
85-
puddle_base: "http://download-node-02.eng.bos.redhat.com/rcm-guest/puddles/OpenStack"
85+
puddle_base: "http://download.hosts.prod.upshift.rdu2.redhat.com/rcm-guest/puddles/OpenStack"
8686

8787
- name: Download container_image_prepare.yaml for "{{ puddle }}"
8888
ansible.builtin.get_url:

0 commit comments

Comments
 (0)