File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ be used:
51
51
52
52
.. code-block :: console
53
53
54
- $ curl https://tarballs.openstack .org/ironic-python-agent/dib/files/ipa-centos8-master.kernel \
54
+ $ curl https://tarballs.opendev .org/openstack /ironic-python-agent/dib/files/ipa-centos8-master.kernel \
55
55
-o /etc/kolla/config/ironic/ironic-agent.kernel
56
56
57
- $ curl https://tarballs.openstack .org/ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
57
+ $ curl https://tarballs.opendev .org/openstack /ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
58
58
-o /etc/kolla/config/ironic/ironic-agent.initramfs
59
59
60
60
You may optionally pass extra kernel parameters to the inspection kernel using:
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Create a manila share server image to the Image service:
107
107
108
108
.. code-block :: console
109
109
110
- # wget https://tarballs.openstack .org/manila-image-elements/images/manila-service-image-master.qcow2
110
+ # wget https://tarballs.opendev .org/openstack /manila-image-elements/images/manila-service-image-master.qcow2
111
111
# glance image-create --name "manila-service-image" \
112
112
--file manila-service-image-master.qcow2 \
113
113
--disk-format qcow2 --container-format bare \
Original file line number Diff line number Diff line change 178
178
179
179
- name : download Ironic Python Agent (IPA) images
180
180
get_url :
181
- url : " https://tarballs.openstack .org/ironic-python-agent/tinyipa/files/{{ item.src }}"
181
+ url : " https://tarballs.opendev .org/openstack /ironic-python-agent/tinyipa/files/{{ item.src }}"
182
182
dest : " /etc/kolla/config/ironic/{{ item.dest }}"
183
183
with_items :
184
184
- src : " tinyipa-{{ zuul.branch | replace('/', '-') }}.gz"
You can’t perform that action at this time.
0 commit comments