Merge "Docs: Update to opendev.org domain"
This commit is contained in:
commit
351bf158c5
@ -51,10 +51,10 @@ be used:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ curl https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-master.kernel \
|
||||
$ curl https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos8-master.kernel \
|
||||
-o /etc/kolla/config/ironic/ironic-agent.kernel
|
||||
|
||||
$ curl https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
|
||||
$ curl https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos8-master.initramfs \
|
||||
-o /etc/kolla/config/ironic/ironic-agent.initramfs
|
||||
|
||||
You may optionally pass extra kernel parameters to the inspection kernel using:
|
||||
|
@ -107,7 +107,7 @@ Create a manila share server image to the Image service:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# wget https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2
|
||||
# wget https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-master.qcow2
|
||||
# glance image-create --name "manila-service-image" \
|
||||
--file manila-service-image-master.qcow2 \
|
||||
--disk-format qcow2 --container-format bare \
|
||||
|
@ -178,7 +178,7 @@
|
||||
|
||||
- name: download Ironic Python Agent (IPA) images
|
||||
get_url:
|
||||
url: "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/{{ item.src }}"
|
||||
url: "https://tarballs.opendev.org/openstack/ironic-python-agent/tinyipa/files/{{ item.src }}"
|
||||
dest: "/etc/kolla/config/ironic/{{ item.dest }}"
|
||||
with_items:
|
||||
- src: "tinyipa-{{ zuul.branch | replace('/', '-') }}.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user