Remove keystone-auth job

The kubernetes-keystone-auth check job has not been ran in a long
time and has not been maintained. This change removes it from the
list of jobs defined and jobs ran in the osh-infra project.

Change-Id: If0275524fda92d8fd8baa689521e2e841210ce51
This commit is contained in:
Gage Hugo 2022-03-31 17:00:16 -05:00
parent 3bd8d916cb
commit d37fd936bf
2 changed files with 0 additions and 29 deletions

View File

@ -442,31 +442,6 @@
parent: openstack-helm-infra
nodeset: openstack-helm-five-node-ubuntu
- job:
name: openstack-helm-infra-kubernetes-keystone-auth
parent: openstack-helm-infra
nodeset: openstack-helm-single-node
required-projects:
- openstack/openstack-helm-infra
- openstack/openstack-helm
vars:
osh_params:
openstack_release: train
container_distro_name: ubuntu
container_distro_version: bionic
kubernetes_keystone_auth: true
gate_fqdn_test: true
gate_scripts_relative_path: ../openstack-helm-infra
gate_scripts:
- ./tools/deployment/keystone-auth/010-setup-client.sh
- ./tools/deployment/keystone-auth/020-ingress.sh
- ./tools/deployment/keystone-auth/030-nfs-provisioner.sh
- ./tools/deployment/keystone-auth/040-rabbitmq.sh
- ./tools/deployment/keystone-auth/050-memcached.sh
- ./tools/deployment/keystone-auth/060-mariadb.sh
- ./tools/deployment/keystone-auth/070-keystone.sh
- ./tools/deployment/keystone-auth/080-check.sh
- job:
name: openstack-helm-infra-elastic-beats
parent: openstack-helm-infra-functional

View File

@ -27,10 +27,6 @@
- openstack-helm-infra-aio-monitoring
- openstack-helm-infra-openstack-support
- openstack-helm-infra-openstack-support-ssl
# NOTE(srwilkers): Disabling this job until issues with the kubeadm-aio
# based deployments are addressed
# - openstack-helm-infra-kubernetes-keystone-auth:
# voting: false
- openstack-helm-infra-metacontroller
# NOTE(gagehugo): Disabling this job until it's fixed
# - openstack-helm-infra-aio-podsecuritypolicy: