Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,10 @@ def get_version():
# -- Options for linkcheck ---------------------------------------------------
# The link checker strips off .md from links and then complains
linkcheck_ignore = [
r'https://jenkins\.opencord\.org/job/aether-member-only-jobs/.*',
r'https://jenkins.aetherproject.org/.*',
r'https://kubernetes\.io/docs/tasks/run-application/horizontal-pod-autoscale/.*',
r'https://sas.goog/.*',
r'https://www.fs.com/.*',
r'https://velero.io/.*',
r'https://cloud.google.com/.*',
r'https://ark.intel.com/.*',
r'https://wiki.onosproject.org/.*',
r'https://wiki.opennetworking.org/.*',
r'https://wiki.aetherproject.org/.*',
r'https://docs.sd-core.opennetworking.org/.*',
r'https://opennetworking.org/.*',
]

Expand Down
4 changes: 2 additions & 2 deletions developer/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Monitoring Development
================================

Aether leverages `Prometheus <https://prometheus.io/docs/introduction/overview/>`_ to collect
and store platform and service metrics, `Grafana <https://grafana.com/docs/grafana/latest/getting-started/>`_
and store platform and service metrics, `Grafana <https://grafana.com/docs/grafana/latest/fundamentals/getting-started/>`_
to visualize metrics over time, and `Alertmanager <https://prometheus.io/docs/alerting/latest/alertmanager/>`_ to
notify Aether operators of events requiring attention. This monitoring stack is running on each Aether cluster.
This section describes how an Aether component can "opt in" to the Aether monitoring stack so that its metrics can be
Expand All @@ -26,7 +26,7 @@ into Prometheus format and export them.

A component that exposes a Prometheus exporter HTTP endpoint via a Service can tell Prometheus to scrape
this endpoint by defining a
`ServiceMonitor <https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/running-exporters.md>`_
`ServiceMonitor <https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/running-exporters.md>`_
custom resource. The ServiceMonitor is typically created by the Helm chart that installs the component.


Expand Down
3 changes: 1 addition & 2 deletions onramp/directory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,4 @@ uses the toolset, but not the platform/service.
.. _reading_ansible:
.. admonition:: Further Reading

`Overview: How Ansible Works <https://www.ansible.com/overview/how-ansible-works>`__.

`Overview: How Ansible Works <https://www.redhat.com/en/ansible-collaborative/how-ansible-works>`__.
4 changes: 2 additions & 2 deletions onramp/gnb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ options are likely to be different in other countries.

In addition to :doc:`Other Blueprints </onramp/blueprints>`, we are
tracking community experience with different hardware in the
``#aether-onramp`` channel of the `ONF Workspace
<https://onf-community.slack.com/>`__, with summaries of different
``#aether-onramp`` channel of the `Aether Workspace
<https://aether5g-project.slack.com/>`__, with summaries of different
combinations people have tried reported in the OnRamp `Troubleshooting
Wiki Page
<https://wiki.aetherproject.org/display/HOME/Troubleshooting>`__.
Expand Down