Add CentOS Stream 9 keystone integration job
Also change bifrost-integration-tinyipa-keystone-centos-8 parent to bifrost-integration-tinyipa-centos-8 Change-Id: I9004f0dde0d20203360e7a5b945ba30095db3457
This commit is contained in:
parent
01451c0bf7
commit
d289757401
@ -3,9 +3,12 @@ module keystone_policy 1.0;
|
|||||||
require {
|
require {
|
||||||
type var_run_t;
|
type var_run_t;
|
||||||
type httpd_t;
|
type httpd_t;
|
||||||
|
type unconfined_service_t;
|
||||||
class sock_file write;
|
class sock_file write;
|
||||||
|
class unix_stream_socket connectto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#============= httpd_t ==============
|
#============= httpd_t ==============
|
||||||
|
|
||||||
allow httpd_t var_run_t:sock_file write;
|
allow httpd_t var_run_t:sock_file write;
|
||||||
|
allow httpd_t unconfined_service_t:unix_stream_socket connectto;
|
||||||
|
@ -118,8 +118,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-integration-tinyipa-keystone-centos-8
|
name: bifrost-integration-tinyipa-keystone-centos-8
|
||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa-centos-8
|
||||||
nodeset: centos-8-stream
|
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/keystone
|
- openstack/keystone
|
||||||
- openstack/ironic-prometheus-exporter
|
- openstack/ironic-prometheus-exporter
|
||||||
@ -141,6 +140,18 @@
|
|||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: bifrost-integration-tinyipa-keystone-centos-9
|
||||||
|
parent: bifrost-integration-tinyipa-centos-9
|
||||||
|
required-projects:
|
||||||
|
- openstack/keystone
|
||||||
|
- openstack/ironic-prometheus-exporter
|
||||||
|
vars:
|
||||||
|
enable_keystone: true
|
||||||
|
enable_tls: true
|
||||||
|
test_driver: redfish
|
||||||
|
enable_prometheus_exporter: true
|
||||||
|
|
||||||
#NOTE(rpittau): remove buster support in Z or later
|
#NOTE(rpittau): remove buster support in Z or later
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-integration-tinyipa-debian-buster
|
name: bifrost-integration-tinyipa-debian-buster
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
- bifrost-integration-tinyipa-centos-8
|
- bifrost-integration-tinyipa-centos-8
|
||||||
- bifrost-integration-tinyipa-keystone-ubuntu-focal
|
- bifrost-integration-tinyipa-keystone-ubuntu-focal
|
||||||
- bifrost-integration-tinyipa-keystone-centos-8
|
- bifrost-integration-tinyipa-keystone-centos-8
|
||||||
|
- bifrost-integration-tinyipa-keystone-centos-9
|
||||||
- bifrost-integration-tinyipa-debian-bullseye
|
- bifrost-integration-tinyipa-debian-bullseye
|
||||||
- bifrost-integration-redfish-vmedia-uefi-ubuntu-focal
|
- bifrost-integration-redfish-vmedia-uefi-ubuntu-focal
|
||||||
- bifrost-integration-redfish-vmedia-uefi-centos-8
|
- bifrost-integration-redfish-vmedia-uefi-centos-8
|
||||||
@ -65,6 +66,7 @@
|
|||||||
- bifrost-integration-tinyipa-centos-8
|
- bifrost-integration-tinyipa-centos-8
|
||||||
- bifrost-integration-tinyipa-keystone-ubuntu-focal
|
- bifrost-integration-tinyipa-keystone-ubuntu-focal
|
||||||
- bifrost-integration-tinyipa-keystone-centos-8
|
- bifrost-integration-tinyipa-keystone-centos-8
|
||||||
|
- bifrost-integration-tinyipa-keystone-centos-9
|
||||||
- bifrost-integration-tinyipa-debian-bullseye
|
- bifrost-integration-tinyipa-debian-bullseye
|
||||||
- bifrost-integration-redfish-vmedia-uefi-ubuntu-focal
|
- bifrost-integration-redfish-vmedia-uefi-ubuntu-focal
|
||||||
- bifrost-integration-redfish-vmedia-uefi-centos-8
|
- bifrost-integration-redfish-vmedia-uefi-centos-8
|
||||||
|
Loading…
Reference in New Issue
Block a user