Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I66ec684f89a842f73f5854ad70c35c8a3d8334dc
This commit is contained in:
parent
d99769b5a9
commit
2c6d130f0b
@ -3,7 +3,7 @@ thus follows OpenStack development procedures.
|
||||
|
||||
For a full (and official) description of the development workflow, see:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
For a highly abridged version, read on.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
bifrost Style Commandments
|
||||
==========================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -8,8 +8,8 @@ with as few operational requirements as reasonably possible.
|
||||
|
||||
Team and repository tags:
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/bifrost.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/tc/badges/bifrost.svg
|
||||
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||
|
||||
Use Cases
|
||||
~~~~~~~~~
|
||||
|
@ -69,11 +69,11 @@ TinyIPA::
|
||||
https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/tinyipa/README.rst
|
||||
|
||||
For documentation on diskimage-builder, See::
|
||||
http://docs.openstack.org/developer/diskimage-builder/.
|
||||
https://docs.openstack.org/diskimage-builder/latest/.
|
||||
|
||||
It should be noted that the steps for diskimage-builder installation and
|
||||
use to create an IPA image for Bifrost are the same as for ironic. See:
|
||||
http://docs.openstack.org/developer/ironic/deploy/install-guide.html#image-requirements
|
||||
https://docs.openstack.org/ironic/latest/install/deploy-ramdisk.html
|
||||
|
||||
This essentially boils down to the following steps:
|
||||
|
||||
|
@ -45,7 +45,7 @@ guest image on a directory on the host, and then in the template
|
||||
for the VM, you can specify it on the disk section, as shown
|
||||
in the example template.
|
||||
|
||||
Please see the `OpenStack Image Guide <http://docs.openstack.org/image-guide/obtain-images.html>`_
|
||||
Please see the `OpenStack Image Guide <https://docs.openstack.org/image-guide/obtain-images.html>`_
|
||||
for options and locations for obtaining guest images.
|
||||
|
||||
Add credentials to guest image
|
||||
|
@ -89,7 +89,7 @@ delineate the file destinations between different configuration drives
|
||||
that may be in the process of being created.
|
||||
|
||||
Additional detail on the format of configuration drives can be found at:
|
||||
http://docs.openstack.org/user-guide/cli_config_drive.html
|
||||
https://docs.openstack.org/os-client-config/latest/
|
||||
|
||||
If one wishes to manually modify a configuration drive after the fact,
|
||||
the files are base64 encoded, gzip compressed, ISO9660 filesystems.
|
||||
|
@ -24,7 +24,7 @@ noauth_mode: Controls if the module is called in noauth mode.
|
||||
however if set to false, the role utilizes os_client_config
|
||||
which expects a clouds.yml file. More information about
|
||||
this file format can be found at:
|
||||
http://docs.openstack.org/developer/os-client-config/
|
||||
https://docs.openstack.org/os-client-config/latest/
|
||||
|
||||
cloud_name: Optional: String value defining a clouds.yaml entry for
|
||||
the ansible module to leverage.
|
||||
|
@ -10,7 +10,7 @@ Requirements
|
||||
This role is dependent upon the os-ironic ansible module, which is dependent
|
||||
upon shade (https://git.openstack.org/cgit/openstack-infra/shade/), which in
|
||||
this case is presently dependent upon the Ironic Python Client Library
|
||||
(http://git.openstack.org/cgit/openstack/python-ironicclient/).
|
||||
(https://git.openstack.org/cgit/openstack/python-ironicclient/).
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
@ -38,7 +38,7 @@ noauth_mode: Controls if the module is called in noauth mode.
|
||||
however if set to false, the role utilizes os_client_config
|
||||
which expects a clouds.yml file. More information about
|
||||
this file format can be found at:
|
||||
http://docs.openstack.org/developer/os-client-config/
|
||||
https://docs.openstack.org/os-client-config/latest/
|
||||
|
||||
cloud_name: Optional: String value defining a clouds.yaml entry for
|
||||
the ansible module to leverage.
|
||||
|
@ -23,7 +23,7 @@ noauth_mode: Controls if the module is called in noauth mode.
|
||||
however if set to false, the role utilizes os_client_config
|
||||
which expects a clouds.yml file. More information about
|
||||
this file format can be found at:
|
||||
http://docs.openstack.org/developer/os-client-config/
|
||||
https://docs.openstack.org/os-client-config/latest/
|
||||
|
||||
cloud_name: Optional: String value defining a clouds.yaml entry for
|
||||
the ansible module to leverage.
|
||||
|
Loading…
Reference in New Issue
Block a user