* [meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet
@ 2026-06-26 5:01 Sandeep J
2026-07-03 13:43 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Sandeep J @ 2026-06-26 5:01 UTC (permalink / raw)
To: meta-virtualization; +Cc: Shiva.Komati, Randy.MacLeod, Sandeep J
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 <Sandeep.J@windriver.com>
---
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
------------------------
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet
2026-06-26 5:01 [meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet Sandeep J
@ 2026-07-03 13:43 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2026-07-03 13:43 UTC (permalink / raw)
To: Sandeep.J; +Cc: meta-virtualization, Shiva.Komati, Randy.MacLeod
merged.
But given that the meta-openstack* layers no longer build
anything functinal, it would be a good idea if you are using
recipes from those layers to let me know, and we can move it
either to the main meta-cloud-services layer or to meta-virtualization.
Bruce
In message: [meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet
on 26/06/2026 Sandeep J via lists.yoctoproject.org wrote:
> 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 <Sandeep.J@windriver.com>
> ---
> 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
> ------------------------
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9905): https://lists.yoctoproject.org/g/meta-virtualization/message/9905
> Mute This Topic: https://lists.yoctoproject.org/mt/119985617/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-03 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26 5:01 [meta-virtualization][m-c-s][PATCH] Documentation/README: fix broken URLs in meta-openstack and puppet Sandeep J
2026-07-03 13:43 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.