Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STF 1.5.5 release ops #546

Merged
merged 54 commits into from
Sep 11, 2024
Merged

STF 1.5.5 release ops #546

merged 54 commits into from
Sep 11, 2024

Commits on Jun 19, 2023

  1. Fix xrefs for director Operator (#481)

    Fix the xrefs for the director Operator. The xrefs were referring to the
    filename instead of the id+assembly value.
    leifmadsen committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    87686b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Initial pass for external ES (#483)

    * Initial pass for external ES
    
    * Updates for external ES
    
    * Notice about deprecated behaviour
    * Mention how the migration works (automatically)
    * Adjust comments about observabilityStrategy: none
    ** Events SGs will now deploy if events are enabled
    ** Adjusted relevant outputs
    
    * Apply suggestions from code review
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Minor adjustments from review
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    csibbitt and leifmadsen committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    be5cec0 View commit details
    Browse the repository at this point in the history
  2. Trivial leftover suggestions (#485)

    * Trivial leftover suggestions
    csibbitt committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    982cec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Link ES section to KB article (#486)

    * Link ES section to KB article
    
    * Update doc-Service-Telemetry-Framework/modules/con_primary-parameters-of-the-servicetelemetry-object.adoc
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    csibbitt and leifmadsen committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1f7aca7 View commit details
    Browse the repository at this point in the history
  2. Initial changes to installation for STF 1.5.3 (#484)

    * Initial changes to installation for STF 1.5.3
    
    Make the initial changes to the installation documentation for STF
    1.5.3, which uses observabilityStrategy: use_redhat by default along
    with preferring to install Observability Operator. Uses the community
    operators catalogsource for now until OBO is officially available from
    redhat-operators CatalogSource.
    
    Updates the Makefile as well to include Red Hat OpenStack Platform 17.1.
    
    Signed-off-by: Leif Madsen <[email protected]>
    
    * Update install guide for pre-installed Operators
    
    Update the installation guide layout for pre-installed Operators that
    cannot be managed with OLM (due to them being cluster-scoped Operators
    vs namespace-scoped Operators).
    
    Resolves: STF-1485
    Signed-off-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-to-the-openshift-environment.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-to-the-openshift-environment.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-to-the-openshift-environment.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-to-the-openshift-environment.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Adjust wording for cert-manager installation module
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-to-the-openshift-environment.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Reword section that repeats itself
    
    ---------
    
    Signed-off-by: Leif Madsen <[email protected]>
    Co-authored-by: mickogeary <[email protected]>
    leifmadsen and mickogeary committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    564130c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. use_redhat and migration link (#462)

    * use_redhat and migration link
    
    * Update doc-Service-Telemetry-Framework/modules/con_observability-strategy.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_observability-strategy.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_observability-strategy.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Minor typo fix
    
    * Visual tweak
    
    * Update doc-Service-Telemetry-Framework/modules/con_observability-strategy.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_observability-strategy.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    csibbitt and leifmadsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4856eda View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Override qdr::router_id defaults in stf-connectors (#487)

    Update the documentation to provide an override to the FQDN in the
    qdr::router_id configuration to avoid hostnames longer than 61 chars.
    
    Closes rhbz#2208020
    leifmadsen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b248a57 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Don't enable event collection by default on OSP (#488)

    * Don't enable event collection by default on OSP
    
    Closes STF-1498
    
    * Remove events configurations and use defaults
    
    The defaults for events pipeline and Ceilometer QDR publish events is
    disabled and does not need to be called out specifically.
    leifmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    563a551 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. No longer import the events dashboard (#490)

    With a refocus on telemetry by default and without event usage, remove
    the event dashboards as an event data store is optional and no longer
    included by default.
    
    Related STF-1498
    leifmadsen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    72d91b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Installation of cluster monitoring is no longer necessary (#491)

    Installation of cluster monitoring in CRC (and elsewhere) is no longer necessary for installation of STF.
    
    Resolved by #465
    leifmadsen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e2ba966 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Adjust the default polling interval for collectd (#489)

    Adjust the collectd polling interval to be 30 seconds instead of 5
    seconds.
    
    Related STF-1512
    
    Co-authored-by: Victoria Martinez de la Cruz <[email protected]>
    leifmadsen and vkmc committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ae4bbb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Remove logs configuration from sample CR (#493)

    Related STF-1504
    leifmadsen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a17f01e View commit details
    Browse the repository at this point in the history
  2. mg_master_RHOSPDOC-1380_chunk-installation-procedure (#492)

    * mg_master_RHOSPDOC-1380_chunk-installation-procedure
    
    * mg_master_RHOSPDOC-1380_chunk-installation-procedure 2nd commoit with further modularisation and chunkage
    
    * Commit 3: renaming proc_deploying-stf-to-the-openshift-environment.adoc to con_deploying-stf-to-the-openshift-environment.adoc
    mickogeary committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    720ac91 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Reduce the number of Ceilometer pollsters (#497)

    Reduce the number of Ceilometer pollsters to only those used by the
    sample STF dashboards.
    
    Closes: rhbz#2239390
    leifmadsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    428b8ae View commit details
    Browse the repository at this point in the history
  2. Deprecate the use of high availability mode in STF (#494)

    * Deprecate the use of high availability mode in STF
    
    Resolves STF-1507
    
    * Update doc-Service-Telemetry-Framework/modules/con_high-availability.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    ---------
    
    Co-authored-by: mickogeary <[email protected]>
    leifmadsen and mickogeary committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bd2ba0c View commit details
    Browse the repository at this point in the history
  3. Fix up the table syntax in Observability Strategy (#495)

    The existing table was in markdown format which isn't compatible with asciidoc syntax.
    leifmadsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    56ba82e View commit details
    Browse the repository at this point in the history
  4. Do not manage the event pipeline by default (#498)

    We do not want events to be sent to QDR by default, as the STF 1.5.3
    default configuration will deploy telemetry only
    
    Related STF-1498
    leifmadsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    24f9d92 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Minor clean up and user experience updates (#496)

    Some minor clean up items and convert some commands to be a bit more
    user friendly and generic
    
    Resolves STF-1533
    leifmadsen committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e99b8a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Creating an alert does not use curl (#500)

    The Creating a standard alert route in Alertmanager section no longer
    uses curl to verify the configuration was loaded, since it uses the
    prometheus pod and the wget command instance. Removes an extra procedure
    step that is no longer applicable.
    leifmadsen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ac64c72 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    a5a82aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Adding details for QDR password auth (#502)

    * Adding details for QDR password auth
    
    * Move note about disabling auth to main section
    
    * Update doc-Service-Telemetry-Framework/modules/proc_retrieving-the-qdr-password.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_retrieving-the-qdr-password.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    Co-authored-by: mickogeary <[email protected]>
    3 people committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3e400fc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Support OCP versions 4.12 through 4.14 (#503)

    * Support OCP versions 4.12 through 4.14
    
    Update the stf-attributes to cover OCP 4.12 through 4.14 as our default,
    as OCP 4.10 is EOL. Update the Makefile for building to only cover RHOSP
    17.1 and 16.2.
    
    * Need html-latest for upstream publish script
    leifmadsen committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    13e7f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3802f4a View commit details
    Browse the repository at this point in the history
  3. Clean up the STF install (#505)

    * Clean up the STF install for OCP 4.12 and later
    
    Clean up the STF installation documentation along with a command that
    will wait for the STO CSV to be ready and then automatically show the
    dependencies.
    
    Also hide contents that are no longer applicable when the supported base
    version of OCP is greater than 4.10, since OCP 4.10 is now EOL.
    
    * Adjust the ifeval to be < 4.12
    leifmadsen committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f94a996 View commit details
    Browse the repository at this point in the history
  4. Provide the preferred STF object for deployment (#507)

    Provide the preferred ServiceTelemetry object for deployments rather
    than asking the administrator to build a configuration. The provided
    object will result in a metrics-focused deployment without extra
    configuration options, which will be a foundation for disconnected
    installations in the future.
    leifmadsen committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    741aba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Fix various RHOSP links and versions (#508)

    Fix various links to RHOSP documentation as the paths are different between RHOSP 16.2 and 17.1. Guides were updated but there is no auto-redirect, so we'll need to verify every link that uses defaultURL parameter. This covers the initial ones while working through documentation.
    
    Update some older version links and add a new parameter for 17.1 paths specifically.
    leifmadsen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    51e894c View commit details
    Browse the repository at this point in the history
  2. Update and adjust dashboard procedures (#509)

    Update and adjust the dashboard installation procedures based on
    testing.
    leifmadsen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0c88867 View commit details
    Browse the repository at this point in the history
  3. Add deprecation note for Grafana authentication (#510)

    Deprecate the basic auth login parameters for Grafana login. Preference
    is to use the Log in for OpenShift button going forward.
    
    Fix syntax issues in asciidoc.
    leifmadsen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0c5a236 View commit details
    Browse the repository at this point in the history
  4. Update deprecated Grafana login warning (#511)

    Update the Grafana login deprecation warning with wording from the
    documentation team.
    leifmadsen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c8386ab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add updated architecture diagrams (#499)

    * Add updated architecture diagrams
    
    * Use updated architecture diagrams
    
    * Update architecture overview to focus on metrics
    
    Update the architecture overview to make it clear STF is focused on
    delivery of metrics from RHOSP. Provide information about use_redhat
    observability strategy, and note that prior versions of STF would manage
    Elasticsearch instances. Note that new installations use the
    observability strategy of use_redhat, and that the guide will focus on
    that deployment model. Provide a placeholder for a new xref that would
    guide the user towards the deprecated architecture using events, where
    our updated metrics-and-events architecture diagram would live.
    
    * Link to observability strategy
    
    * Remove community components from core overview
    
    * Use ObservabilityOperator parameter to refer to OBO/COO
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/con_stf-architecture.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    ---------
    
    Co-authored-by: mickogeary <[email protected]>
    leifmadsen and mickogeary committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e2f1961 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Update install guide for dependent operators (#513)

    * Update install guide for dependent operators
    
    Update the installation guide for dependent operators. Adds installation
    instructions for Cluster Observability Operator and cert-manager for Red
    Hat OpenShift using the latest channels available for those Operators.
    The result is that deployment of observabilityStrategy: use_redhat is
    now possible as the default installation method.
    
    Related: STF-1636
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-certificate-manager-for-openshift-operator.adoc
    
    Co-authored-by: Chris Sibbitt <[email protected]>
    
    * Add prerequisites to STF deployment
    
    * Adjust wording based on editorial feedback
    
    ---------
    
    Co-authored-by: Chris Sibbitt <[email protected]>
    leifmadsen and csibbitt committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9c79b75 View commit details
    Browse the repository at this point in the history
  2. Clean up the prerequisites lists (#514)

    The prerequisite lists were slightly wrong and have been adjusted for
    correctness. Minor update of output in the same area to match latest
    version of STF.
    leifmadsen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b7ef9b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add removal instructions for COO (#516)

    * Add removal instructions for COO
    
    Add removal instructions for Cluster Observability Operator, pointing at
    the existing product documentation.
    
    Closes: STF-1643
    
    * Update based on editor feedback
    leifmadsen committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0cad5de View commit details
    Browse the repository at this point in the history
  2. Refer to cert-manager removal documentation (#515)

    * Refer to cert-manager removal documentation
    
    Update the STF removal guide to refer to the cert-manager uninstallation
    procedure which is maintained by that team.
    
    Closes: STF-1642
    
    * Adjust cert-manager removal after editor review
    leifmadsen committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    66bd308 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Pre-STF 1.5.3 Documentation Walkthrough and Cleanup (#517)

    * Documentation walk-through and clean up
    
    * Update architecture documentation, creating a new section describing
      the architecture changes in STF 1.5.3
    * Update style for knowledge base article references based on editorial
      feedback
    
    * Add links to COO and cert-manager
    
    * Update cert-manager install to use oc wait
    
    * Multi-Cloud: Add warning about unique domains
    
    * HA: Move warning to top
    
    * Params: Add warning about HA deprecation
    
    * Obs Strat: Add link to migration KBA
    
    * Multi-Cloud: Remove reference to Ansible-based deployments
    
    * Dashboard: Fix links to collectd plugins
    
    Add wrappers to the collectd plugins in the Dashboard guide because paths changed between 16.2 and 17.1.
    
    * Update wording for CloudDomain overview
    
    Update the wording in the CloudDomain overview since router connections
    are controlled with router_id parameters now.
    leifmadsen committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    86aec74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3472c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    d098587 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. mg_master_517_minor-style-edits (#521)

    * mg_master_517_minor-style-edits
    
    * Update doc-Service-Telemetry-Framework/modules/con_primary-parameters-of-the-servicetelemetry-object.adoc
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    mickogeary and leifmadsen committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c1d1be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e56add View commit details
    Browse the repository at this point in the history
  3. PrometheusRules must reference monitoring.rhobs (#523)

    The PrometheusRules and editing must all reference the new
    monitoring.rhobs CRD vs the old monitoring.coreos.com CRD which was
    provided by the community Prometheus Operator (and potentially
    conflicted with user-workload monitoring, and openshift-monitoring). All
    references to PrometheusRules now refer to the monitoring.rhobs CRD and
    any CLI commands are expanded for the full CRD path.
    leifmadsen committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    36d54d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    eea657b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Adjust prometheus query to use token (#520)

    * Adjust prometheus query to use token
    
    * Add section for prometheus token handling
    
    * Correction for RBAC changes
    
    * Add link to OCP token secret docs
    
    * Specifics about UI perms
    
    * Update doc-Service-Telemetry-Framework/modules/proc_connecting-an-external-dashboard-system.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_connecting-an-external-dashboard-system.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_connecting-an-external-dashboard-system.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_connecting-an-external-dashboard-system.adoc
    
    Co-authored-by: Leif Madsen <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_accessing-uis-for-stf-components.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_accessing-uis-for-stf-components.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    Co-authored-by: mickogeary <[email protected]>
    3 people committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3b88889 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update installation to target Grafana Operator v5 (#526)

    Update the dashboarding installation procedures to target Grafana
    Operator v5 by default.
    
    Resolves: JIRA#STF-1680
    leifmadsen committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e534bf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add enable dashboard procedure (#527)

    * Add enable dashboard procedure
    
    Update the import dashboards procedure to be enable dashboards procedure
    now that STF has the ability to manage the dashboards which were
    formerly imported via URL.
    
    Also includes some minor procedure updates in related areas that were
    referenced in dashboard documentation.
    
    Resolves: JIRA#STF-1624
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    * Update doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc
    
    Co-authored-by: mickogeary <[email protected]>
    
    ---------
    
    Co-authored-by: mickogeary <[email protected]>
    leifmadsen and mickogeary committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0d5626e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update OCP version support status (#529)

    Update the version support status to specifically say that STF is
    supported on OCP EUS releases. While the STF bundles are generated for a
    range of releases, this is to support the ability of customers to
    upgrade OCP clusters between EUS releases without needing to remove STF
    first. Only minor testing is done against standard lifecycle releases of
    OCP (odd-numbered minor releases).
    leifmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8e1b8fa View commit details
    Browse the repository at this point in the history
  2. Update required resource permission reference (#528)

    Update the required resource permission reference to use the Grafana
    Operator v5 group.
    leifmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d8e2c12 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    8477306 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. mg-master_RHOSPDOC-1200_STF-disconnected (#531)

    * mg-master_RHOSPDOC-1200_STF-disconnected
    
    * added more info about mirror types and verificiation
    
    * 3rd commit
    
    * another commit from feedback. Added xref and removed openshiftshort as well as a few other changes
    
    * another push to fix broken xref
    
    * Update doc-Service-Telemetry-Framework/modules/proc_deploying-stf-on-openshift-disconnected-environments.adoc
    
    * fix mentions of OCP
    
    * edits based on SME feedback
    
    * more edits based on SME feedback
    
    * Minor syntax clean up
    
    * Update doc-Service-Telemetry-Framework/assemblies/assembly_preparing-your-ocp-environment-for-stf.adoc
    
    ---------
    
    Co-authored-by: Leif Madsen <[email protected]>
    mickogeary and leifmadsen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fe90630 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    dbb15fb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. minor doc updates from OSPRH-7722, OSP-32244, OSP-32175 (#541)

    * minor doc updates from OSPRH-7722, OSP-32244, OSP-32175
    
    * to receive extra information about virtual memory, you must enable vmem plugin in CollectdExtraPlugins
    mickogeary committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2033bb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. add-callouts-for-stfconnectorsyaml-in-proc_configuring-the-stf-connec…

    …tion-for-director-operator-for-the-overcloud (#543)
    mickogeary committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0480450 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    3b72ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update supported OCP versions (#545)

    Latest STF version is supported in OCP 4.14 to OCP 4.16.
    vkmc committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bf28151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba41a6 View commit details
    Browse the repository at this point in the history