Merge "Add 2025.1 values overrides"
This commit is contained in:
@@ -221,10 +221,6 @@ def test_socket_liveness():
|
|||||||
required=False))
|
required=False))
|
||||||
cfg.CONF(sys.argv[1:])
|
cfg.CONF(sys.argv[1:])
|
||||||
|
|
||||||
if "ovn_metadata_agent.ini" not in ','.join(sys.argv):
|
|
||||||
agentq = "metadata_agent"
|
|
||||||
tcp_socket_state_check(agentq)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
metadata_proxy_socket = cfg.CONF.metadata_proxy_socket
|
metadata_proxy_socket = cfg.CONF.metadata_proxy_socket
|
||||||
except cfg.NoSuchOptError:
|
except cfg.NoSuchOptError:
|
||||||
@@ -248,8 +244,8 @@ def test_socket_liveness():
|
|||||||
"Neutron Metadata agent: "
|
"Neutron Metadata agent: "
|
||||||
if se.strerror:
|
if se.strerror:
|
||||||
sys.stderr.write(msg + se.strerror)
|
sys.stderr.write(msg + se.strerror)
|
||||||
elif getattr(se, "message", False):
|
else:
|
||||||
sys.stderr.write(msg + se.message)
|
sys.stderr.write(msg + getattr(se, "message"))
|
||||||
sys.exit(1) # return failure
|
sys.exit(1) # return failure
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
message = getattr(ex, "message", str(ex))
|
message = getattr(ex, "message", str(ex))
|
||||||
|
|||||||
@@ -2143,6 +2143,7 @@ conf:
|
|||||||
metering_agent: null
|
metering_agent: null
|
||||||
metadata_agent:
|
metadata_agent:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
|
log_config_append: /etc/neutron/logging.conf
|
||||||
# we cannot change the proxy socket path as it is declared
|
# we cannot change the proxy socket path as it is declared
|
||||||
# as a hostPath volume from agent daemonsets
|
# as a hostPath volume from agent daemonsets
|
||||||
metadata_proxy_socket: /var/lib/neutron/openstack-helm/metadata_proxy
|
metadata_proxy_socket: /var/lib/neutron/openstack-helm/metadata_proxy
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
path: /etc/selenium
|
path: /etc/selenium
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Install selenium dependencies
|
- name: Install selenium and dependencies dependencies
|
||||||
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
||||||
apt:
|
apt:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
@@ -26,12 +26,7 @@
|
|||||||
- wget
|
- wget
|
||||||
- xvfb
|
- xvfb
|
||||||
- jq
|
- jq
|
||||||
|
- python3-selenium
|
||||||
- name: Install selenium
|
|
||||||
pip:
|
|
||||||
name: selenium
|
|
||||||
state: latest
|
|
||||||
executable: pip3
|
|
||||||
|
|
||||||
- name: Add google chrome signing key
|
- name: Add google chrome signing key
|
||||||
get_url:
|
get_url:
|
||||||
|
|||||||
@@ -49,8 +49,9 @@ fi
|
|||||||
|
|
||||||
sudo tee /usr/local/bin/openstack << EOF
|
sudo tee /usr/local/bin/openstack << EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
args=("\$@")
|
set -x
|
||||||
|
|
||||||
|
args=("\$@")
|
||||||
sudo docker run \\
|
sudo docker run \\
|
||||||
--rm \\
|
--rm \\
|
||||||
--network host \\
|
--network host \\
|
||||||
@@ -59,6 +60,6 @@ sudo docker run \\
|
|||||||
-v /etc/openstack-helm:/etc/openstack-helm \\
|
-v /etc/openstack-helm:/etc/openstack-helm \\
|
||||||
-e OS_CLOUD=\${OS_CLOUD} \\
|
-e OS_CLOUD=\${OS_CLOUD} \\
|
||||||
\${OPENSTACK_CLIENT_CONTAINER_EXTRA_ARGS} \\
|
\${OPENSTACK_CLIENT_CONTAINER_EXTRA_ARGS} \\
|
||||||
quay.io/airshipit/openstack-client:\${OPENSTACK_RELEASE:-2024.2} openstack "\${args[@]}"
|
quay.io/airshipit/openstack-client:\${OPENSTACK_RELEASE:-2025.1}-\${CONTAINER_DISTRO_NAME:-ubuntu}_\${CONTAINER_DISTRO_VERSION:-noble} openstack "\${args[@]}"
|
||||||
EOF
|
EOF
|
||||||
sudo chmod +x /usr/local/bin/openstack
|
sudo chmod +x /usr/local/bin/openstack
|
||||||
|
|||||||
13
values_overrides/barbican/2025.1-ubuntu_jammy.yaml
Normal file
13
values_overrides/barbican/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
scripted_test: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
barbican_db_sync: "quay.io/airshipit/barbican:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
barbican_api: "quay.io/airshipit/barbican:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
13
values_overrides/barbican/2025.1-ubuntu_noble.yaml
Normal file
13
values_overrides/barbican/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
scripted_test: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
barbican_db_sync: "quay.io/airshipit/barbican:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
barbican_api: "quay.io/airshipit/barbican:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
19
values_overrides/ceph-rgw/2025.1-ubuntu_jammy.yaml
Normal file
19
values_overrides/ceph-rgw/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
ks_endpoints: 'quay.io/airshipit/heat:2025.1-ubuntu_jammy'
|
||||||
|
ks_service: 'quay.io/airshipit/heat:2025.1-ubuntu_jammy'
|
||||||
|
ks_user: 'quay.io/airshipit/heat:2025.1-ubuntu_jammy'
|
||||||
|
...
|
||||||
19
values_overrides/ceph-rgw/2025.1-ubuntu_noble.yaml
Normal file
19
values_overrides/ceph-rgw/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
ks_endpoints: 'quay.io/airshipit/heat:2025.1-ubuntu_noble'
|
||||||
|
ks_service: 'quay.io/airshipit/heat:2025.1-ubuntu_noble'
|
||||||
|
ks_user: 'quay.io/airshipit/heat:2025.1-ubuntu_noble'
|
||||||
|
...
|
||||||
18
values_overrides/cinder/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/cinder/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
cinder_db_sync: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
cinder_api: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
cinder_scheduler: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
cinder_volume: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
cinder_volume_usage_audit: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
cinder_backup: "quay.io/airshipit/cinder:2025.1-ubuntu_jammy"
|
||||||
|
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
18
values_overrides/cinder/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/cinder/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
cinder_db_sync: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
cinder_api: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
cinder_scheduler: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
cinder_volume: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
cinder_volume_usage_audit: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
cinder_backup: "quay.io/airshipit/cinder:2025.1-ubuntu_noble"
|
||||||
|
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
18
values_overrides/elasticsearch/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/elasticsearch/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
memory_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/elasticsearch/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/elasticsearch/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
memory_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
17
values_overrides/fluentd/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/fluentd/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
17
values_overrides/fluentd/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/fluentd/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
14
values_overrides/glance/2025.1-ubuntu_jammy.yaml
Normal file
14
values_overrides/glance/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
glance_db_sync: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_api: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_metadefs_load: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
14
values_overrides/glance/2025.1-ubuntu_noble.yaml
Normal file
14
values_overrides/glance/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
glance_db_sync: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_api: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_metadefs_load: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
18
values_overrides/grafana/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/grafana/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
grafana_db_session_sync: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/grafana/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/grafana/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
grafana_db_session_sync: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
17
values_overrides/heat/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/heat/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_db_sync: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_api: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_cfn: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_cloudwatch: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_engine: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_engine_cleaner: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_purge_deleted: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
17
values_overrides/heat/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/heat/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_db_sync: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_api: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_cfn: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_cloudwatch: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_engine: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_engine_cleaner: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_purge_deleted: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
8
values_overrides/horizon/2025.1-ubuntu_jammy.yaml
Normal file
8
values_overrides/horizon/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
horizon_db_sync: quay.io/airshipit/horizon:2025.1-ubuntu_jammy
|
||||||
|
horizon: quay.io/airshipit/horizon:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
8
values_overrides/horizon/2025.1-ubuntu_noble.yaml
Normal file
8
values_overrides/horizon/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
horizon_db_sync: quay.io/airshipit/horizon:2025.1-ubuntu_noble
|
||||||
|
horizon: quay.io/airshipit/horizon:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
16
values_overrides/keystone/2025.1-ubuntu_jammy.yaml
Normal file
16
values_overrides/keystone/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
keystone_api: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
keystone_credential_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_credential_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_db_sync: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_domain_manage: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_fernet_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
16
values_overrides/keystone/2025.1-ubuntu_noble.yaml
Normal file
16
values_overrides/keystone/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
keystone_api: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
keystone_credential_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_credential_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_db_sync: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_domain_manage: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_fernet_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
18
values_overrides/kibana/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/kibana/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
register_kibana_indexes: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
flush_kibana_metadata: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/kibana/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/kibana/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
register_kibana_indexes: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
flush_kibana_metadata: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
scripted_test: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
scripted_test: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
5
values_overrides/libvirt/2025.1-ubuntu_jammy.yaml
Normal file
5
values_overrides/libvirt/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
libvirt: docker.io/openstackhelm/libvirt:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
5
values_overrides/libvirt/2025.1-ubuntu_noble.yaml
Normal file
5
values_overrides/libvirt/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
libvirt: docker.io/openstackhelm/libvirt:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
16
values_overrides/manila/2025.1-ubuntu_jammy.yaml
Normal file
16
values_overrides/manila/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
manila_db_sync: quay.io/airshipit/manila:2025.1-ubuntu_jammy
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_service: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
manila_api: quay.io/airshipit/manila:2025.1-ubuntu_jammy
|
||||||
|
manila_data: quay.io/airshipit/manila:2025.1-ubuntu_jammy
|
||||||
|
manila_scheduler: quay.io/airshipit/manila:2025.1-ubuntu_jammy
|
||||||
|
manila_share: quay.io/airshipit/manila:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
16
values_overrides/manila/2025.1-ubuntu_noble.yaml
Normal file
16
values_overrides/manila/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
manila_db_sync: quay.io/airshipit/manila:2025.1-ubuntu_noble
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
manila_api: quay.io/airshipit/manila:2025.1-ubuntu_noble
|
||||||
|
manila_data: quay.io/airshipit/manila:2025.1-ubuntu_noble
|
||||||
|
manila_scheduler: quay.io/airshipit/manila:2025.1-ubuntu_noble
|
||||||
|
manila_share: quay.io/airshipit/manila:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
18
values_overrides/mariadb-backup/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/mariadb-backup/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/mariadb-backup/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/mariadb-backup/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
18
values_overrides/mariadb-cluster/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/mariadb-cluster/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/mariadb-cluster/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/mariadb-cluster/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
18
values_overrides/mariadb/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/mariadb/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/mariadb/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/mariadb/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
24
values_overrides/neutron/2025.1-ubuntu_jammy.yaml
Normal file
24
values_overrides/neutron/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
neutron_db_sync: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_dhcp: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_l3: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_l2gw: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
# TODO: Use plain neutron image after https://review.opendev.org/c/openstack/neutron/+/946877
|
||||||
|
# is merged to the stable/2025.1 branch
|
||||||
|
neutron_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy-custom"
|
||||||
|
neutron_ovn_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_server: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_rpc_server: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
24
values_overrides/neutron/2025.1-ubuntu_noble.yaml
Normal file
24
values_overrides/neutron/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
neutron_db_sync: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_dhcp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_l3: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_l2gw: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
# TODO: Use plain neutron image after https://review.opendev.org/c/openstack/neutron/+/946877
|
||||||
|
# is merged to the stable/2025.1 branch
|
||||||
|
neutron_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_noble-custom"
|
||||||
|
neutron_ovn_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_rpc_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
23
values_overrides/nova/2025.1-ubuntu_jammy.yaml
Normal file
23
values_overrides/nova/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
nova_api: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_cell_setup: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_cell_setup_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
nova_compute: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_compute_ssh: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_conductor: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_db_sync: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_novncproxy: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_novncproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_scheduler: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_spiceproxy: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
23
values_overrides/nova/2025.1-ubuntu_noble.yaml
Normal file
23
values_overrides/nova/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
nova_api: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_cell_setup: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_cell_setup_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
nova_compute: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_compute_ssh: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_conductor: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_db_sync: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_novncproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_novncproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_scheduler: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_spiceproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
15
values_overrides/openstack/glance/2025.1-ubuntu_jammy.yaml
Normal file
15
values_overrides/openstack/glance/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
glance:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
glance_db_sync: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_api: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_metadefs_load: "quay.io/airshipit/glance:2025.1-ubuntu_jammy"
|
||||||
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
15
values_overrides/openstack/glance/2025.1-ubuntu_noble.yaml
Normal file
15
values_overrides/openstack/glance/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
glance:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
glance_db_sync: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_api: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_metadefs_load: "quay.io/airshipit/glance:2025.1-ubuntu_noble"
|
||||||
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
18
values_overrides/openstack/heat/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/openstack/heat/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
heat:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_db_sync: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_api: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_cfn: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_cloudwatch: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_engine: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_engine_cleaner: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
heat_purge_deleted: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
18
values_overrides/openstack/heat/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/openstack/heat/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
heat:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_db_sync: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_api: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_cfn: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_cloudwatch: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_engine: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_engine_cleaner: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
heat_purge_deleted: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
horizon:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
horizon_db_sync: quay.io/airshipit/horizon:2025.1-ubuntu_jammy
|
||||||
|
horizon: quay.io/airshipit/horizon:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
horizon:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
horizon_db_sync: quay.io/airshipit/horizon:2025.1-ubuntu_noble
|
||||||
|
horizon: quay.io/airshipit/horizon:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
17
values_overrides/openstack/keystone/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/openstack/keystone/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
keystone:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
keystone_api: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
keystone_credential_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_credential_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_db_sync: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_domain_manage: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
keystone_fernet_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
17
values_overrides/openstack/keystone/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/openstack/keystone/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
keystone:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
keystone_api: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
keystone_credential_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_credential_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_db_sync: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_domain_manage: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
keystone_fernet_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
libvirt:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
libvirt: docker.io/openstackhelm/libvirt:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
libvirt:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
libvirt: docker.io/openstackhelm/libvirt:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
22
values_overrides/openstack/neutron/2025.1-ubuntu_jammy.yaml
Normal file
22
values_overrides/openstack/neutron/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
neutron:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
neutron_db_sync: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_dhcp: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_l3: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_l2gw: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_server: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_rpc_server: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.1-ubuntu_jammy"
|
||||||
|
...
|
||||||
22
values_overrides/openstack/neutron/2025.1-ubuntu_noble.yaml
Normal file
22
values_overrides/openstack/neutron/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
neutron:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
neutron_db_sync: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_dhcp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_l3: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_l2gw: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_rpc_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.1-ubuntu_noble"
|
||||||
|
...
|
||||||
24
values_overrides/openstack/nova/2025.1-ubuntu_jammy.yaml
Normal file
24
values_overrides/openstack/nova/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
nova:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
nova_api: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_cell_setup: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_cell_setup_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
nova_compute: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_compute_ssh: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_conductor: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_db_sync: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_novncproxy: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_novncproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_scheduler: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_spiceproxy: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_jammy"
|
||||||
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
24
values_overrides/openstack/nova/2025.1-ubuntu_noble.yaml
Normal file
24
values_overrides/openstack/nova/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
nova:
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
nova_api: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_cell_setup: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_cell_setup_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
nova_compute: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_compute_ssh: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_conductor: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_db_sync: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_novncproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_novncproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_scheduler: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_spiceproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble"
|
||||||
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
|
||||||
|
...
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
placement:
|
||||||
|
images:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
tags:
|
||||||
|
placement: "quay.io/airshipit/placement:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
placement_db_sync: "quay.io/airshipit/placement:2025.1-ubuntu_jammy"
|
||||||
|
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
|
||||||
|
image_repo_sync: "docker.io/docker:17.07.0"
|
||||||
|
dependencies:
|
||||||
|
static:
|
||||||
|
db_sync:
|
||||||
|
jobs:
|
||||||
|
- placement-db-init
|
||||||
|
...
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
placement:
|
||||||
|
images:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
tags:
|
||||||
|
placement: "quay.io/airshipit/placement:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
placement_db_sync: "quay.io/airshipit/placement:2025.1-ubuntu_noble"
|
||||||
|
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
|
||||||
|
image_repo_sync: "docker.io/docker:17.07.0"
|
||||||
|
dependencies:
|
||||||
|
static:
|
||||||
|
db_sync:
|
||||||
|
jobs:
|
||||||
|
- placement-db-init
|
||||||
|
...
|
||||||
19
values_overrides/placement/2025.1-ubuntu_jammy.yaml
Normal file
19
values_overrides/placement/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
tags:
|
||||||
|
placement: "quay.io/airshipit/placement:2025.1-ubuntu_jammy"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_jammy"
|
||||||
|
placement_db_sync: "quay.io/airshipit/placement:2025.1-ubuntu_jammy"
|
||||||
|
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
|
||||||
|
image_repo_sync: "docker.io/docker:17.07.0"
|
||||||
|
dependencies:
|
||||||
|
static:
|
||||||
|
db_sync:
|
||||||
|
jobs:
|
||||||
|
- placement-db-init
|
||||||
|
...
|
||||||
19
values_overrides/placement/2025.1-ubuntu_noble.yaml
Normal file
19
values_overrides/placement/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
images:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
tags:
|
||||||
|
placement: "quay.io/airshipit/placement:2025.1-ubuntu_noble"
|
||||||
|
ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble"
|
||||||
|
placement_db_sync: "quay.io/airshipit/placement:2025.1-ubuntu_noble"
|
||||||
|
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
|
||||||
|
image_repo_sync: "docker.io/docker:17.07.0"
|
||||||
|
dependencies:
|
||||||
|
static:
|
||||||
|
db_sync:
|
||||||
|
jobs:
|
||||||
|
- placement-db-init
|
||||||
|
...
|
||||||
17
values_overrides/postgresql/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/postgresql/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
17
values_overrides/postgresql/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/postgresql/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
17
values_overrides/powerdns/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/powerdns/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
17
values_overrides/powerdns/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/powerdns/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
17
values_overrides/prometheus/2025.1-ubuntu_jammy.yaml
Normal file
17
values_overrides/prometheus/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
17
values_overrides/prometheus/2025.1-ubuntu_noble.yaml
Normal file
17
values_overrides/prometheus/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
18
values_overrides/rabbitmq/2025.1-ubuntu_jammy.yaml
Normal file
18
values_overrides/rabbitmq/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_rabbitmq_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
rabbitmq_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
18
values_overrides/rabbitmq/2025.1-ubuntu_noble.yaml
Normal file
18
values_overrides/rabbitmq/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
prometheus_rabbitmq_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
rabbitmq_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
15
values_overrides/tacker/2025.1-ubuntu_jammy.yaml
Normal file
15
values_overrides/tacker/2025.1-ubuntu_jammy.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Default values for tacker.
|
||||||
|
# This is a YAML-formatted file.
|
||||||
|
# Declare variables to be passed into your templates.
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
tacker_server: quay.io/airshipit/tacker:2025.1-ubuntu_jammy
|
||||||
|
tacker_conductor: quay.io/airshipit/tacker:2025.1-ubuntu_jammy
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
tacker_db_sync: quay.io/airshipit/tacker:2025.1-ubuntu_jammy
|
||||||
|
ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_service: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_jammy
|
||||||
|
...
|
||||||
15
values_overrides/tacker/2025.1-ubuntu_noble.yaml
Normal file
15
values_overrides/tacker/2025.1-ubuntu_noble.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Default values for tacker.
|
||||||
|
# This is a YAML-formatted file.
|
||||||
|
# Declare variables to be passed into your templates.
|
||||||
|
---
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
tacker_server: quay.io/airshipit/tacker:2025.1-ubuntu_noble
|
||||||
|
tacker_conductor: quay.io/airshipit/tacker:2025.1-ubuntu_noble
|
||||||
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
tacker_db_sync: quay.io/airshipit/tacker:2025.1-ubuntu_noble
|
||||||
|
ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble
|
||||||
|
...
|
||||||
57
zuul.d/2025.1.yaml
Normal file
57
zuul.d/2025.1.yaml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
---
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-helm-cinder-2025-1-ubuntu_jammy
|
||||||
|
parent: openstack-helm-cinder-rook
|
||||||
|
nodeset: openstack-helm-5nodes-ubuntu_jammy
|
||||||
|
vars:
|
||||||
|
osh_params:
|
||||||
|
openstack_release: "2025.1"
|
||||||
|
container_distro_name: ubuntu
|
||||||
|
container_distro_version: jammy
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-helm-compute-kit-2025-1-ubuntu_jammy
|
||||||
|
parent: openstack-helm-compute-kit
|
||||||
|
nodeset: openstack-helm-1node-3nodes-ubuntu_jammy
|
||||||
|
timeout: 10800
|
||||||
|
vars:
|
||||||
|
metallb_setup: true
|
||||||
|
osh_params:
|
||||||
|
openstack_release: "2025.1"
|
||||||
|
container_distro_name: ubuntu
|
||||||
|
container_distro_version: jammy
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-helm-cinder-2025-1-ubuntu_noble
|
||||||
|
parent: openstack-helm-cinder-rook
|
||||||
|
nodeset: openstack-helm-5nodes-ubuntu_noble
|
||||||
|
vars:
|
||||||
|
osh_params:
|
||||||
|
openstack_release: "2025.1"
|
||||||
|
container_distro_name: ubuntu
|
||||||
|
container_distro_version: noble
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-helm-compute-kit-2025-1-ubuntu_noble
|
||||||
|
parent: openstack-helm-compute-kit
|
||||||
|
nodeset: openstack-helm-1node-3nodes-ubuntu_noble
|
||||||
|
timeout: 10800
|
||||||
|
vars:
|
||||||
|
metallb_setup: true
|
||||||
|
osh_params:
|
||||||
|
openstack_release: "2025.1"
|
||||||
|
container_distro_name: ubuntu
|
||||||
|
container_distro_version: noble
|
||||||
|
...
|
||||||
@@ -21,10 +21,10 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- openstack-helm-linter
|
- openstack-helm-linter
|
||||||
- openstack-helm-bandit
|
- openstack-helm-bandit
|
||||||
# 2023.2
|
# # 2023.2
|
||||||
- openstack-helm-cinder-2023-2-ubuntu_jammy # 5 nodes rook
|
# - openstack-helm-cinder-2023-2-ubuntu_jammy # 5 nodes rook
|
||||||
- openstack-helm-compute-kit-2023-2-ubuntu_jammy # 3 nodes
|
# - openstack-helm-compute-kit-2023-2-ubuntu_jammy # 3 nodes
|
||||||
- openstack-helm-compute-kit-ovn-2023-2-ubuntu_jammy # 3 nodes
|
# - openstack-helm-compute-kit-ovn-2023-2-ubuntu_jammy # 3 nodes
|
||||||
# 2024.1
|
# 2024.1
|
||||||
- openstack-helm-keystone-ldap-2023-2-ubuntu_jammy # 1 node
|
- openstack-helm-keystone-ldap-2023-2-ubuntu_jammy # 1 node
|
||||||
- openstack-helm-tls-2024-1-ubuntu_jammy # 3 nodes rook
|
- openstack-helm-tls-2024-1-ubuntu_jammy # 3 nodes rook
|
||||||
@@ -38,6 +38,11 @@
|
|||||||
# 2024.2
|
# 2024.2
|
||||||
- openstack-helm-cinder-2024-2-ubuntu_jammy # 3 nodes rook
|
- openstack-helm-cinder-2024-2-ubuntu_jammy # 3 nodes rook
|
||||||
- openstack-helm-compute-kit-2024-2-ubuntu_jammy # 1 node + 3 nodes
|
- openstack-helm-compute-kit-2024-2-ubuntu_jammy # 1 node + 3 nodes
|
||||||
|
# 2025.1
|
||||||
|
- openstack-helm-cinder-2025-1-ubuntu_jammy # 3 nodes rook
|
||||||
|
- openstack-helm-compute-kit-2025-1-ubuntu_jammy # 1 node + 3 nodes
|
||||||
|
- openstack-helm-cinder-2025-1-ubuntu_noble # 5 nodes rook
|
||||||
|
- openstack-helm-compute-kit-2025-1-ubuntu_noble # 1 node + 3 nodes
|
||||||
# Infra jobs
|
# Infra jobs
|
||||||
- openstack-helm-logging
|
- openstack-helm-logging
|
||||||
- openstack-helm-monitoring
|
- openstack-helm-monitoring
|
||||||
|
|||||||
Reference in New Issue
Block a user