diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0364d8b79..e409e08d0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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. diff --git a/HACKING.rst b/HACKING.rst index 25f353c89..e3f1f4c9c 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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/ diff --git a/README.rst b/README.rst index 16a408123..3f4f2f4e1 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~ diff --git a/doc/source/user/troubleshooting.rst b/doc/source/user/troubleshooting.rst index 195ea4e66..4cd5d177f 100644 --- a/doc/source/user/troubleshooting.rst +++ b/doc/source/user/troubleshooting.rst @@ -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: diff --git a/doc/source/user/virsh.rst b/doc/source/user/virsh.rst index 4ed31072b..ae1ae6e2a 100644 --- a/doc/source/user/virsh.rst +++ b/doc/source/user/virsh.rst @@ -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 `_ +Please see the `OpenStack Image Guide `_ for options and locations for obtaining guest images. Add credentials to guest image diff --git a/playbooks/roles/bifrost-configdrives-dynamic/README.md b/playbooks/roles/bifrost-configdrives-dynamic/README.md index 144e66b63..36de2edab 100644 --- a/playbooks/roles/bifrost-configdrives-dynamic/README.md +++ b/playbooks/roles/bifrost-configdrives-dynamic/README.md @@ -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. diff --git a/playbooks/roles/bifrost-unprovision-node-dynamic/README.md b/playbooks/roles/bifrost-unprovision-node-dynamic/README.md index bd3624efa..54f27ffac 100644 --- a/playbooks/roles/bifrost-unprovision-node-dynamic/README.md +++ b/playbooks/roles/bifrost-unprovision-node-dynamic/README.md @@ -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. diff --git a/playbooks/roles/ironic-enroll-dynamic/README.md b/playbooks/roles/ironic-enroll-dynamic/README.md index a9b3f32a8..2aba67ede 100644 --- a/playbooks/roles/ironic-enroll-dynamic/README.md +++ b/playbooks/roles/ironic-enroll-dynamic/README.md @@ -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. diff --git a/playbooks/roles/ironic-inspect-node/README.md b/playbooks/roles/ironic-inspect-node/README.md index 08a916eba..e36464726 100644 --- a/playbooks/roles/ironic-inspect-node/README.md +++ b/playbooks/roles/ironic-inspect-node/README.md @@ -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.