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

Mgirgis Merge master to stable1.5 #569

Closed
wants to merge 42 commits into from

Conversation

mgirgisf
Copy link
Contributor

No description provided.

leifmadsen and others added 30 commits October 26, 2023 10:04
Add a .gitleaks.toml file to avoid the false positive leak for the
example certificate when deploying for Elasticsearch.
Update the check to use bool filter instead of a bar var.
By default, ansible parses vars as strings, and without the | bool
filter, this check is invalid, as it will always resolve to true, since
it is a non-empty string. Other instances of the same check did this,
but this one was missed.
* [allow_skip_clone] Use <repo>_dir instead of hardcoding all directories relative to base_dir

This will allow configuration of the repo clone destination, so we can
use pre-cloned dirs instead of explicitly cloning the dirs each time.

This is essential for CI systems like zuul, that set-up the repos with
particular versions/branches prior to running the test scripts.

* [zuul] List the other infrawatch repos as required for the job

* [zuul] Set the {sgo,sg-bridge,sg-core,prometheus-webhook-snmp}_dir vars

Add in the repo dir locations where the repos should be pre-cloned by
zuul

* Replace base_dir with sto_dir

* set sto_dir relative to base_dir is it isn't already set

* [ci] use absolute dir for requirements.txt

* [ci] Update sto_dir using explicit reference

zuul.project.src_dir refers to the current project dir. When using the jobs
in another infrawatch project, this becomes invalid.
Instead, sto_dir is explicitly set using
zuul.projects[<project_name>].src_dir, the same way that the other repo dirs
are set in vars-zuul-common

---------

Co-authored-by: Chris Sibbitt <[email protected]>
* Fix qdr auth one_time_upgrade label check

* Fix incorrect variable naming on one_time_upgrade label check

* Adjust QDR authentication password generation (#520)

Adjust the passwords being generated for QDR authentication since
certain characters (such as colon) will cause a failure in the parsing
routine within qpid-dispatch. Updates the lookup function to only use
ascii_letters and digits and increases the length to 32 characters.

---------

Co-authored-by: Leif Madsen <[email protected]>
* [allow_skip_clone] Add docs for clone_repos and *_dir vars

* Align README table column spacing (#516)

* Align README table column spacing

* Update build/stf-run-ci/README.md

---------

Co-authored-by: Emma Foley <[email protected]>

---------

Co-authored-by: Leif Madsen <[email protected]>
It appears that STO is not included explictly when running jobs from
SGO [1]. This will be the case in all the other repos.
This change explicitly add it, in case it's not already included by
zuul.

[1] https://review.rdoproject.org/zuul/build/edd8f17bfdac4360a94186b46c4cea3f
* QDR Auth in smoketest

* Added qdr-test as a mock of the OSP-side QDR
* Connection from qdr-test -> default-interconnect is TLS+Auth
* Collectors point at qdr-test instead of default-interconnect directly
* Much more realistic than the existing setup
* Eliminated a substitution in sensubility config
* Used default QDR basic auth in Jenkinsfile
* QDR Auth for infrared 17.1 script

* Fix missing substitution for AMQP_PASS in infrared script
* [allow_skip_clone] Use <repo>_dir instead of hardcoding all directories relative to base_dir

This will allow configuration of the repo clone destination, so we can
use pre-cloned dirs instead of explicitly cloning the dirs each time.

This is essential for CI systems like zuul, that set-up the repos with
particular versions/branches prior to running the test scripts.

* [zuul] List the other infrawatch repos as required for the job

* [zuul] Set the {sgo,sg-bridge,sg-core,prometheus-webhook-snmp}_dir vars

Add in the repo dir locations where the repos should be pre-cloned by
zuul

* Replace base_dir with sto_dir

* set sto_dir relative to base_dir is it isn't already set

* [ci] use absolute dir for requirements.txt

* [ci] Update sto_dir using explicit reference

zuul.project.src_dir refers to the current project dir. When using the jobs
in another infrawatch project, this becomes invalid.
Instead, sto_dir is explicitly set using
zuul.projects[<project_name>].src_dir, the same way that the other repo dirs
are set in vars-zuul-common

* [zuul] Define a project template for stf-crc-jobs

Instead of listing all the jobs for each preoject in-repo, and needing to update the list every time
that a new job is added, the project template can be updated and the changes propogated to the
other infrawatch projects

* [zuul] don't enable using the template

* Revert "[zuul] don't enable using the template"

This reverts commit 56e2009.

---------

Co-authored-by: Chris Sibbitt <[email protected]>
* Restart QDR after changing the password

* Fixes bug reported here: #517 (comment)
* Avoids an extra manual step when changing password
* Would affect users who upgrade from earlier STF and subsequently enable basic auth
* Also users who need to change their passwords

* Fixing ansible lint

* Update roles/servicetelemetry/tasks/component_qdr.yml

* Adjust QDR restarts to account for HA

* [smoketest] Wait for qdr-test to be Running

* [smoketest] Wait for QDR password upgrade

* Remove zuul QDR auth override
* Add crc_ocp_bundle value to select OCP version
* zuul: add log collection post-task to get crc logs
* Add ocp v13 and a timeout to the job
* Update README for 17.1 IR test

Update the 17.1 infrared test script README to show how to deploy a
virtualized workload on the deployed overcloud infrastructure. Helps
with testing by providing additional telemetry to STF required in
certain dashboards.

* Update tests/infrared/17.1/README.md

Co-authored-by: Chris Sibbitt <[email protected]>

* Update tests/infrared/17.1/README.md

---------

Co-authored-by: Chris Sibbitt <[email protected]>
Support STF 1.5.3 starting at OpenShift version 4.12 due to
incompatibility with 4.11 due to dependency requirements. Our primary
target is support of OCP EUS releases.

Closes: STF-1632
The "Question the deployment" task didn't have
ignore_errors: true set, so when the task fails, the play
is finished. This means that we don't get to the
"copy logs" task and can't see the job logs in zuul.

ignore_errors is set to true to be consistent with other tasks
* update stf-collect-logs tasks
* Update log path
* solve log bugs in stf-run-ci tasks
* create log directory
Adjust the operator package dependency requirements to align to known
required versions. Primarily reduce the version of
openshift-cert-manager from 1.10 to 1.7 in order to support the
tech-preview channel which was previously used.

Lowering the version requirement allows for the
openshift-cert-manager-operator installed previously to be used during
the STF 1.5.2 to 1.5.3 update, removing the update from being blocked.

Related: STF-1636
Update the stf-run-ci base setup to no longer need testing against OCP
4.10 and earlier, meaning we can rely on a single workflow for
installation. Also update the deployment to use
cluster-observability-operator via the redhat-operators CatalogSource
for installation via use_redhat and use_hybrid strategies.
* [zuul] Add job to build locally and do an index-based deployment
* Only require Interconnect and Smart Gateway

Update the dependency management within Service Telemetry Operator to
only require AMQ Interconnect and Smart Gateway Operator, which is
enough to deploy STF with observabilityStrategy: none. Other Operators
can be installed in order to satisfy data storage of telemetry and
events.

Installation of cert-manager is also required, but needs to be
pre-installed similar to Cluster Observability Operator, either as a
cluster-scoped operator with the tech-preview channel, or a single time
on the cluster as a namespace scoped operator, which is how the
stable-v1 channel installs.

Documentation will be updated to adjust for this change.

Related: STF-1636

* Perform CI update to match docs install changes (#542)

* Perform CI update to match docs install changes

Update the stf-run-ci scripting to match the documented installation
procedures which landed in
infrawatch/documentation#513. These changes are
also reflected in #541.

* Update build/stf-run-ci/tasks/setup_base.yml

Co-authored-by: Emma Foley <[email protected]>

---------

Co-authored-by: Emma Foley <[email protected]>

* Also drop cert-manager project

The cert-manager project gets created with workload items when deploying
the cert-manager from the cert-manager-operator project. When removing
cert-manager this project is not cleaned up, so we need to delete it as
well.

---------

Co-authored-by: Emma Foley <[email protected]>
…545)

In [1], the validate_deployment step is successful, despite the
deployment not being successful.
This causes the job to timeout because the following steps continue to
run despite an invalid state.

To get the expected behaviour, the output should be checked for a string
indicating success.
i.e. * [info] CI Build complete. You can now run tests.
[2] shows the output for a successful run.

[1] https://review.rdoproject.org/zuul/build/245ae63e41884dc09353d938ec9058d7/console#5/0/144/controller
[2] https://review.rdoproject.org/zuul/build/802432b23da24649b818985b7b1633bb/console#5/0/82/controller
* Implement dashboard management

Implement a new configuration option graphing.grafana.dashboards.enabled
which results in dashboards objects being created for the Grafana
Operator. Previously loading dashboards would be done manually via 'oc
apply' using instructions from documentation.

The new CRD parameters to the ServiceTelemetry object allows the Service
Telemetry Operator to now make the GrafanaDashboard objects directly.

Related: OSPRH-825

* Drop unnecessary cluster roles

* Update CSV for owned parameter
* Only openshift auth will be allowed
* Auth to prometheus using token instead of basicauth

* Add present/absent logic to prometheus-reader resources

* s/password/token in smoketest output

* [zuul] Make nightly_bundles jobs non-voting (#551)

---------

Co-authored-by: Emma Foley <[email protected]>
The way we generate our CSVs uses OLM's skipRange functionality. This is fine,
but using only this leads to older versions becoming unavailable after the
fact -- see the warning at [1].

By adding an optional spec.replaces to our CSV we allow update testing as
well as actual production updates for downstream builds that leverage it.

Populating the field requires knowledge of the latest-released bundle,
so we take it from an environment variable to be provided by the
builder. If this is unset we don't include the spec.replaces field at
all -- leaving previous behavior unchanged.

Resolves #559
Related: STF-1658

[1] https://olm.operatorframework.io/docs/concepts/olm-architecture/operator-catalog/creating-an-update-graph/#skiprange
Add optional spec.replaces field to CSV for update graph compliance
mgirgisf and others added 7 commits January 9, 2024 18:29
Update the __service_telemetry_storage_persistent_storage_class to use CRC PVs
Use the default value (false) for __service_telemetry_storage_ephemeral_enabled
* [zuul] Update base job for stf-base

* Add in required projects: dataplane-operator, infra-operator, openstack-operator

* Remove nodeset from stf-base
  it overrides the nodeset set in the base job.
  The nodeset is going to be used to select the OCP version

* [zuul] define nodesets for easy reuse

* Define the nodeset
* Rename the base
* Select OCP version with the nodeset

* [zuul] Add a login command to get initial kubeconfig file

* [stf-run-ci] Add retries to pre-clean

* Update galaxy requirements

* [ci] Add retry to login command

* [ci] Configure kubeconfig for rhol_crc role

* Apply suggestions from code review

* Zuul: Update how we get the initial kubeconfig (#558)

* use ci-framework infra playbook
* add make targets to do set-up
* link the kubeconfig files
* Remove pre-get_kubeconfig.yml; the script is no longer used

* [ci] Add common-tasks.yml to cover the tasks that setup every play (#556)

* [zuul] Update the labels used for extracted CRC

* Remove non-default cifmw_rhol_crc_kubeconfig value
* Implement support for Grafana Operator v5

Implement changes to support Grafana Operator v5 when the new
grafana.integreatly.org CRD is available. Use the new CRDs as default
when they are available. Fallover to deploying with Grafana Operator v4
when the Grafana Operator v5 CRDs are not available, thereby providing
backwards compatibility to allow administrators time to migrate.

Additionally, the polystat plugin has been removed from the rhos-cloud
dashboard due to compatibility issues with grafana-cli usage when
dynamically loading plugins. Usage of Grafana Operator v5 is also a
target for disconnected support, and dynamically loading plugins in
these environments is expected to be a problem.

Related: OSPRH-2577
Closes: STF-1667

* Default Grafana role set to Admin

In order to match the previous (Grafana Operator v4) role, set
auto_assign_org_role to the Admin value. Default is Viewer.
Remove the old 0.1.0 vendored collection operator_sdk/util from the
upstream Dockerfile and repository. Instead use the default
operator_sdk/util in the base image which is a newer version of 0.4.0.

We only use the util collection for one call to k8s_status when
ephemeral storage is enabled. The newer collection also provides a
k8s_event module which could be useful in the future.

Closes: STF-1683
The nightly_bundle jobs will run once a day
Remove the hard-coded Prometheus version in the Prometheus template when
using observabilityStrategy use_redhat, which uses Cluster Observability
Operator to manage the Prometheus instance requests.

Previously this value was hard-coded to prevent a potential rollback
when moving from Community Prometheus Operator to Cluster Observability
Operator.

Resolves: JIRA#OSPRH-2140
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/22d11ca395fd43beb3b3ef4e4dc6b9b1

stf-crc-ocp_412-local_build FAILURE in 40m 53s
stf-crc-ocp_413-local_build FAILURE in 46m 30s
stf-crc-ocp_414-local_build FAILURE in 41m 40s
stf-crc-ocp_412-local_build-index_deploy FAILURE in 55m 28s
stf-crc-ocp_413-local_build-index_deploy FAILURE in 50m 45s
stf-crc-ocp_414-local_build-index_deploy FAILURE in 55m 33s

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/389016a7890242afb8a5e87f6af3b408

stf-crc-ocp_412-local_build FAILURE in 41m 17s
stf-crc-ocp_413-local_build FAILURE in 40m 48s
stf-crc-ocp_414-local_build FAILURE in 38m 25s
stf-crc-ocp_412-local_build-index_deploy FAILURE in 50m 04s
stf-crc-ocp_413-local_build-index_deploy FAILURE in 44m 17s
stf-crc-ocp_414-local_build-index_deploy FAILURE in 49m 20s

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/ab322537cfa34e48a1c41fcc71adeaef

✔️ stf-crc-ocp_412-local_build SUCCESS in 54m 25s
✔️ stf-crc-ocp_413-local_build SUCCESS in 53m 16s
stf-crc-ocp_414-local_build FAILURE in 33m 54s
stf-crc-ocp_412-local_build-index_deploy RETRY_LIMIT in 20m 09s
stf-crc-ocp_413-local_build-index_deploy FAILURE in 42m 56s
stf-crc-ocp_414-local_build-index_deploy FAILURE in 42m 41s

@mgirgisf
Copy link
Contributor Author

recheck

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/3d6445a7e39f4990850ead89fc2a60bd

stf-crc-ocp_412-local_build RETRY_LIMIT in 4s
✔️ stf-crc-ocp_413-local_build SUCCESS in 55m 22s
✔️ stf-crc-ocp_414-local_build SUCCESS in 54m 44s
stf-crc-ocp_412-local_build-index_deploy FAILURE in 49m 33s
stf-crc-ocp_413-local_build-index_deploy RETRY_LIMIT in 3s
stf-crc-ocp_414-local_build-index_deploy RETRY_LIMIT in 6s

@mgirgisf
Copy link
Contributor Author

recheck

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/68c4fc75a1d74ad499a987326a667882

✔️ stf-crc-ocp_412-local_build SUCCESS in 56m 52s
✔️ stf-crc-ocp_413-local_build SUCCESS in 57m 45s
✔️ stf-crc-ocp_414-local_build SUCCESS in 54m 55s
stf-crc-ocp_412-local_build-index_deploy FAILURE in 33m 33s
stf-crc-ocp_413-local_build-index_deploy FAILURE in 45m 45s
stf-crc-ocp_414-local_build-index_deploy FAILURE in 44m 30s

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/bf88995053cf4b0598fc0412347b84ff

✔️ stf-crc-ocp_412-local_build SUCCESS in 32m 10s
✔️ stf-crc-ocp_413-local_build SUCCESS in 31m 41s
✔️ stf-crc-ocp_414-local_build SUCCESS in 30m 41s
stf-crc-ocp_412-local_build-index_deploy FAILURE in 41m 26s
stf-crc-ocp_413-local_build-index_deploy FAILURE in 41m 29s
stf-crc-ocp_414-local_build-index_deploy FAILURE in 40m 54s

.zuul.yaml Outdated
Comment on lines 90 to 99
- name: github.com/infrawatch/service-telemetry-operator
override-checkout: master
- name: github.com/infrawatch/smart-gateway-operator
override-checkout: master
- name: github.com/infrawatch/sg-bridge
override-checkout: master
- name: github.com/infrawatch/sg-core
override-checkout: master
- name: github.com/infrawatch/prometheus-webhook-snmp
override-checkout: master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having these as master is a workaround because the stable-1.5 branch may not be merged.

You should not be overridding the branch for service-telemetry-operator. It'll check out the current working branch by default.
Overridding it to use master is not testing this change

@leifmadsen leifmadsen added the do-not-merge Code is not ready to be merged label Jan 29, 2024
@leifmadsen
Copy link
Member

I'm also throwing a do-not-merge flag on this because it is including the entire set of changes targeting STF 1.5.4. If this is just for testing what needs to be pulled in to get stable-1.5 tested that's fine, but please do not merge this into stable-1.5, because it will pull all the future items into the stable branch before we're ready for that.

@elfiesmelfie
Copy link
Collaborator

I'm also throwing a do-not-merge flag on this because it is including the entire set of changes targeting STF 1.5.4. If this is just for testing what needs to be pulled in to get stable-1.5 tested that's fine, but please do not merge this into stable-1.5, because it will pull all the future items into the stable branch before we're ready for that.

This includes changes to zuul configs that will allow us to run against stable-1.5. We're going to revaluate the contents of this as we prepare the release. With this PR, mgirgis has discovered the additions tweaks needed to get the jobs running on stable-1.5.

@@ -88,7 +88,6 @@
- name: openstack-k8s-operators/ci-framework
override-checkout: main
- name: github.com/infrawatch/service-telemetry-operator
override-checkout: master
- name: github.com/infrawatch/smart-gateway-operator
override-checkout: master
Copy link
Collaborator

@elfiesmelfie elfiesmelfie Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values in override-checkout will have to change during the release process.
For now, they are pointing at master for other infrawatch repos because we haven't started the release process.
This PR is fine for the moment.

When the release process starts, there will be a new PR to propose backporting master into stable-1.5.
(branch: proposed-release (hypothetical name))
When the PR to backport all the changes into stable-1.5 is created, this change (#569) should be targeted against the proposed-release branch instead of stable-1.5.
The values for override-checkout should now be pointing at the proposed-release branches for the repos in infrawatch.
Once the jobs are passing, the PR#proposed-release should get merged.

When the proposed-release branches have been merged for all infrawatch repos, the values for override-checkout should be stable-1.5 and the enable-zuul-on-stable-1.5 can be merged.

@leifmadsen
Copy link
Member

@elfiesmelfie @mgirgisf is this required any more or can we simply close this out?

@elfiesmelfie
Copy link
Collaborator

@elfiesmelfie @mgirgisf is this required any more or can we simply close this out?

Not required. IIRC, this was a temporary branch for scoping the Zuul updates required to make sure the jobs ran on stable-1.5

@leifmadsen leifmadsen closed this Mar 1, 2024
@leifmadsen
Copy link
Member

I have closed this PR, but will require someone to delete the branch. I don't want to delete it just in case.

@mrunge mrunge deleted the mgirgis-merge-master-stable1.5 branch April 22, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge Code is not ready to be merged
Development

Successfully merging this pull request may close these issues.

5 participants