diff --git a/barbican/Chart.yaml b/barbican/Chart.yaml index b539e94306..b37885ec82 100644 --- a/barbican/Chart.yaml +++ b/barbican/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Barbican name: barbican -version: 0.2.3 +version: 0.2.4 home: https://docs.openstack.org/barbican/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png sources: diff --git a/barbican/values_overrides/ussuri-ubuntu_bionic.yaml b/barbican/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..59ca4859e7 --- /dev/null +++ b/barbican/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,13 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + scripted_test: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + barbican_db_sync: "docker.io/openstackhelm/barbican:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + barbican_api: "docker.io/openstackhelm/barbican:ussuri-ubuntu_bionic" +... diff --git a/cinder/Chart.yaml b/cinder/Chart.yaml index 9e0b358220..2b23303406 100644 --- a/cinder/Chart.yaml +++ b/cinder/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Cinder name: cinder -version: 0.2.3 +version: 0.2.4 home: https://docs.openstack.org/cinder/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png sources: diff --git a/cinder/values_overrides/ussuri-ubuntu_bionic.yaml b/cinder/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..ffa07b4eb6 --- /dev/null +++ b/cinder/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,18 @@ +--- +images: + tags: + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + cinder_db_sync: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + cinder_api: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + cinder_scheduler: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + cinder_volume: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + cinder_volume_usage_audit: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" + cinder_backup: "docker.io/openstackhelm/cinder:ussuri-ubuntu_bionic" + cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/glance/Chart.yaml b/glance/Chart.yaml index 5b95840ef5..3d6d0b79a5 100644 --- a/glance/Chart.yaml +++ b/glance/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Glance name: glance -version: 0.2.4 +version: 0.2.5 home: https://docs.openstack.org/glance/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png sources: diff --git a/glance/values_overrides/ussuri-ubuntu_bionic.yaml b/glance/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..93cab0ecf7 --- /dev/null +++ b/glance/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,15 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + glance_db_sync: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic" + glance_api: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic" + glance_registry: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic" + glance_metadefs_load: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic" + glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/heat/Chart.yaml b/heat/Chart.yaml index 2da244780e..c721c8c57f 100644 --- a/heat/Chart.yaml +++ b/heat/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Heat name: heat -version: 0.2.3 +version: 0.2.4 home: https://docs.openstack.org/heat/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png sources: diff --git a/heat/values_overrides/ussuri-ubuntu_bionic.yaml b/heat/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..8264ec4965 --- /dev/null +++ b/heat/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,17 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_db_sync: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_api: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_cfn: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_cloudwatch: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_engine: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_engine_cleaner: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + heat_purge_deleted: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" +... diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index 0defb8e879..07d54bf898 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.2.4 +version: 0.2.5 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: diff --git a/horizon/values_overrides/ussuri-ubuntu_bionic.yaml b/horizon/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..8f1e3a49db --- /dev/null +++ b/horizon/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,8 @@ +--- +images: + tags: + db_init: docker.io/openstackhelm/heat:ussuri-ubuntu_bionic + db_drop: docker.io/openstackhelm/heat:ussuri-ubuntu_bionic + horizon_db_sync: docker.io/openstackhelm/horizon:ussuri-ubuntu_bionic + horizon: docker.io/openstackhelm/horizon:ussuri-ubuntu_bionic +... diff --git a/keystone/Chart.yaml b/keystone/Chart.yaml index 54427ce405..e20d3bdb2c 100644 --- a/keystone/Chart.yaml +++ b/keystone/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Keystone name: keystone -version: 0.2.6 +version: 0.2.7 home: https://docs.openstack.org/keystone/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png sources: diff --git a/keystone/values_overrides/ussuri-ubuntu_bionic.yaml b/keystone/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..79257824b5 --- /dev/null +++ b/keystone/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,16 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + keystone_api: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + keystone_credential_rotate: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_credential_setup: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_db_sync: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_domain_manage: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_fernet_rotate: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + keystone_fernet_setup: "docker.io/openstackhelm/keystone:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" +... diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index 2362f1813d..6a73613e6c 100644 --- a/neutron/Chart.yaml +++ b/neutron/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Neutron name: neutron -version: 0.2.3 +version: 0.2.4 home: https://docs.openstack.org/neutron/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: diff --git a/neutron/values_overrides/ussuri-ubuntu_bionic.yaml b/neutron/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..c265e79086 --- /dev/null +++ b/neutron/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,20 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + neutron_db_sync: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_dhcp: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_l3: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_l2gw: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_linuxbridge_agent: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_metadata: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_server: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_rpc_server: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" + neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:ussuri-ubuntu_bionic" +... diff --git a/nova/Chart.yaml b/nova/Chart.yaml index b994fd7473..945438de1f 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.2.6 +version: 0.2.7 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/values_overrides/ussuri-ubuntu_bionic.yaml b/nova/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..35cbf8d08e --- /dev/null +++ b/nova/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,24 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + nova_api: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_cell_setup: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_cell_setup_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + nova_compute: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_compute_ssh: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_conductor: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_db_sync: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_novncproxy: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_novncproxy_assets: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_placement: "docker.io/openstackhelm/placement:master-ubuntu_bionic-20200207" + nova_scheduler: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_spiceproxy: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_spiceproxy_assets: "docker.io/openstackhelm/nova:ussuri-ubuntu_bionic" + nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/nova/values_overrides/ussuri.yaml b/nova/values_overrides/ussuri.yaml new file mode 100644 index 0000000000..7d3ae3937c --- /dev/null +++ b/nova/values_overrides/ussuri.yaml @@ -0,0 +1,20 @@ +--- +manifests: + # NOTE(lamt): The nova-consoleauth service has been removed. It was + # deprecated since the 18.0.0 (Rocky) release. + # See: https://docs.openstack.org/releasenotes/nova/train.html + deployment_consoleauth: false + # NOTE(lamt): Placement code was extracted from nova post Stein. + # A placement chart will need to be deployed to replace. + # See: https://docs.openstack.org/releasenotes/nova/train.html + deployment_placement: false + ingress_placement: false + job_db_init_placement: false + job_ks_placement_endpoints: false + job_ks_placement_service: false + job_ks_placement_user: false + pdb_placement: false + secret_keystone_placement: false + service_ingress_placement: false + service_placement: false +... diff --git a/placement/Chart.yaml b/placement/Chart.yaml index edae07ec7a..d0ee9f288e 100644 --- a/placement/Chart.yaml +++ b/placement/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Placement name: placement -version: 0.2.0 +version: 0.2.1 home: https://docs.openstack.org/placement/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png sources: diff --git a/placement/values_overrides/ussuri-ubuntu_bionic.yaml b/placement/values_overrides/ussuri-ubuntu_bionic.yaml new file mode 100644 index 0000000000..6f19c55621 --- /dev/null +++ b/placement/values_overrides/ussuri-ubuntu_bionic.yaml @@ -0,0 +1,23 @@ +--- +images: + pull_policy: IfNotPresent + tags: + placement: "docker.io/openstackhelm/placement:ussuri-ubuntu_bionic" + ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic" + db_migrate: "quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_bionic" + placement_db_sync: "docker.io/openstackhelm/placement:ussuri-ubuntu_bionic" + dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0" + image_repo_sync: "docker.io/docker:17.07.0" +manifests: + job_db_migrate: true +dependencies: + static: + db_sync: + jobs: + - placement-db-init + - placement-db-migrate +... diff --git a/releasenotes/notes/barbican.yaml b/releasenotes/notes/barbican.yaml index 768d010477..0b5959f912 100644 --- a/releasenotes/notes/barbican.yaml +++ b/releasenotes/notes/barbican.yaml @@ -7,4 +7,5 @@ barbican: - 0.2.1 Use policies in yaml format - 0.2.2 Add helm hook conditional - 0.2.3 Add support for master kek rotation + - 0.2.4 Add Ussuri release support ... diff --git a/releasenotes/notes/cinder.yaml b/releasenotes/notes/cinder.yaml index 253946c64a..2a6d64ea53 100644 --- a/releasenotes/notes/cinder.yaml +++ b/releasenotes/notes/cinder.yaml @@ -20,4 +20,5 @@ cinder: - 0.2.1 Fix the ceph pool creations for openstack services - 0.2.2 Adding rabbitmq TLS logic - 0.2.3 Mount rabbitmq TLS secret + - 0.2.4 Add Ussuri release support ... diff --git a/releasenotes/notes/glance.yaml b/releasenotes/notes/glance.yaml index 751e9da134..4b8ab4c663 100644 --- a/releasenotes/notes/glance.yaml +++ b/releasenotes/notes/glance.yaml @@ -14,4 +14,5 @@ glance: - 0.2.2 Adding rabbitmq TLS logic - 0.2.3 Use policies in yaml format - 0.2.4 Mount rabbitmq TLS secret + - 0.2.5 Add Ussuri release support ... diff --git a/releasenotes/notes/heat.yaml b/releasenotes/notes/heat.yaml index 90d9f1e810..e050cf81b0 100644 --- a/releasenotes/notes/heat.yaml +++ b/releasenotes/notes/heat.yaml @@ -10,4 +10,5 @@ heat: - 0.2.1 Adding rabbitmq TLS logic - 0.2.2 Use policies in yaml format - 0.2.3 Mount rabbitmq TLS secret + - 0.2.4 Add Ussuri release support ... diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 0aefb50d79..99e73222f7 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -14,4 +14,5 @@ horizon: - 0.2.2 Use policies in yaml format - 0.2.3 Add openstack_enable_password_retrieve variable in value - 0.2.4 Fix OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT value + - 0.2.5 Add Ussuri release support ... diff --git a/releasenotes/notes/keystone.yaml b/releasenotes/notes/keystone.yaml index 68146aadf3..e2d25bd280 100644 --- a/releasenotes/notes/keystone.yaml +++ b/releasenotes/notes/keystone.yaml @@ -22,4 +22,5 @@ keystone: - 0.2.4 Use policies in yaml format - 0.2.5 Mount rabbitmq TLS secret - 0.2.6 Modify default probe timings + - 0.2.7 Add Ussuri release support ... diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index 181f114ad3..10db692dc0 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -17,4 +17,5 @@ neutron: - 0.2.1 Adding rabbitmq TLS logic - 0.2.2 Use policies in yaml format - 0.2.3 Mount rabbitmq TLS secret + - 0.2.4 Add Ussuri release support ... diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index dae42181cb..a55e8f8f65 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -27,4 +27,5 @@ nova: - 0.2.4 Mount rabbitmq TLS secret - 0.2.5 Set reasonable default probe timeouts - 0.2.6 Added cronJob with script for archive deleted rows which cleanup databases + - 0.2.7 Add Ussuri release support ... diff --git a/releasenotes/notes/placement.yaml b/releasenotes/notes/placement.yaml index fcebf4f657..a83fd46e14 100644 --- a/releasenotes/notes/placement.yaml +++ b/releasenotes/notes/placement.yaml @@ -9,4 +9,5 @@ placement: - 0.1.6 Revert - Change Issuer to ClusterIssuer - 0.1.7 Change Issuer to ClusterIssuer - 0.2.0 Remove support for releases before T + - 0.2.1 Add Ussuri release support ...