[meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet
Sandeep J <[email protected]> Fri, 26 Jun 2026 05:01:39 +0000
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
Replace dead/moved URLs in README.trove, README.swift, README.networking_flat, README.networking_vlan, README.ceph-openstack, and puppet/README with current working links. Signed-off-by: Sandeep J <[email protected]> --- meta-openstack/Documentation/README.ceph-openstack | 2 +- meta-openstack/Documentation/README.networking_flat | 2 +- meta-openstack/Documentation/README.networking_vlan | 2 +- meta-openstack/Documentation/README.swift | 4 ++-- meta-openstack/Documentation/README.trove | 2 +- recipes-support/puppet/README | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-openstack/Documentation/README.ceph-openstack b/meta-openstack/Documentation/README.ceph-openstack index 11348375..44d24f57 100644 --- a/meta-openstack/Documentation/README.ceph-openstack +++ b/meta-openstack/Documentation/README.ceph-openstack @@ -572,4 +572,4 @@ Hello World Additional References ===================== -* https://ceph.com/docs/master/rbd/rbd-openstack/ +* https://docs.ceph.com/en/latest/rbd/rbd-openstack/ \ No newline at end of file diff --git a/meta-openstack/Documentation/README.networking_flat b/meta-openstack/Documentation/README.networking_flat index ab18f6f5..c44968c6 100644 --- a/meta-openstack/Documentation/README.networking_flat +++ b/meta-openstack/Documentation/README.networking_flat @@ -246,4 +246,4 @@ root@compute:~# ovs-vsctl show References ---------- -http://developer.rackspace.com/blog/neutron-networking-simple-flat-network.html \ No newline at end of file +http://docs.openstack.org/neutron/latest/admin/intro-basic-networking.html \ No newline at end of file diff --git a/meta-openstack/Documentation/README.networking_vlan b/meta-openstack/Documentation/README.networking_vlan index 6d48e2b6..afb93436 100644 --- a/meta-openstack/Documentation/README.networking_vlan +++ b/meta-openstack/Documentation/README.networking_vlan @@ -379,4 +379,4 @@ root@compute:~# ovs-vsctl show References ---------- -http://developer.rackspace.com/blog/neutron-networking-vlan-provider-networks.html \ No newline at end of file +http://docs.openstack.org/neutron/latest/admin/intro-basic-networking.html \ No newline at end of file diff --git a/meta-openstack/Documentation/README.swift b/meta-openstack/Documentation/README.swift index 0945ed30..af333c83 100644 --- a/meta-openstack/Documentation/README.swift +++ b/meta-openstack/Documentation/README.swift @@ -428,5 +428,5 @@ References ========== * http://docs.openstack.org/developer/swift/deployment_guide.html -* http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/ch_installing-openstack-object-storage.html -* https://swiftstack.com/openstack-swift/architecture/ +* https://docs.openstack.org/swift/rocky/install/index.html +* https://docs.openstack.org/swift/latest/install/index.html \ No newline at end of file diff --git a/meta-openstack/Documentation/README.trove b/meta-openstack/Documentation/README.trove index cdbfb583..ce7d2a99 100644 --- a/meta-openstack/Documentation/README.trove +++ b/meta-openstack/Documentation/README.trove @@ -72,5 +72,5 @@ References * https://github.com/openstack/python-troveclient * https://github.com/openstack/trove - * https://wiki.openstack.org/wiki/TrovArchitecture + * https://wiki.openstack.org/wiki/TroveArchitecture * https://wiki.openstack.org/wiki/Trove diff --git a/recipes-support/puppet/README b/recipes-support/puppet/README index 8befb157..bff0c8b7 100644 --- a/recipes-support/puppet/README +++ b/recipes-support/puppet/README @@ -16,7 +16,7 @@ The json gem (any modern version) Over time, it became a requirement and was even included in the puppet-agent package, but it was limited by its original design. - https://puppet.com/docs/puppet/4.10/hiera_intro.html + https://help.puppet.com/core/current/Content/PuppetCore/hiera_intro.htm Simple Demo ------------------------