From bac445a3eddacfe43074c1cfdac62bbbd4395667 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 15 Oct 2023 14:11:19 +0200 Subject: [PATCH] Add 6.0.1 & archive 6.0.0 pre-releases Signed-off-by: Christian Berendt --- 6.0.1/base.yml | 76 +++++++++++++++++++ 6.0.1/ceph-quincy.yml | 15 ++++ {6.0.0a => 6.0.1}/ceph.yml | 0 6.0.1/openstack-2023.1.yml | 66 ++++++++++++++++ {6.0.0a => 6.0.1}/openstack.yml | 0 {6.0.0a => archive/6.0.0a}/base.yml | 0 {6.0.0a => archive/6.0.0a}/ceph-quincy.yml | 0 {6.0.0b => archive/6.0.0a}/ceph.yml | 0 .../6.0.0a}/openstack-2023.1.yml | 0 {6.0.0b => archive/6.0.0a}/openstack.yml | 0 {6.0.0b => archive/6.0.0b}/base.yml | 0 {6.0.0b => archive/6.0.0b}/ceph-quincy.yml | 0 archive/6.0.0b/ceph.yml | 1 + .../6.0.0b}/openstack-2023.1.yml | 0 archive/6.0.0b/openstack.yml | 1 + doc/source/index.rst | 3 +- doc/source/notes/6.0.1.rst | 14 ++++ 17 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 6.0.1/base.yml create mode 100644 6.0.1/ceph-quincy.yml rename {6.0.0a => 6.0.1}/ceph.yml (100%) create mode 100644 6.0.1/openstack-2023.1.yml rename {6.0.0a => 6.0.1}/openstack.yml (100%) rename {6.0.0a => archive/6.0.0a}/base.yml (100%) rename {6.0.0a => archive/6.0.0a}/ceph-quincy.yml (100%) rename {6.0.0b => archive/6.0.0a}/ceph.yml (100%) rename {6.0.0a => archive/6.0.0a}/openstack-2023.1.yml (100%) rename {6.0.0b => archive/6.0.0a}/openstack.yml (100%) rename {6.0.0b => archive/6.0.0b}/base.yml (100%) rename {6.0.0b => archive/6.0.0b}/ceph-quincy.yml (100%) create mode 120000 archive/6.0.0b/ceph.yml rename {6.0.0b => archive/6.0.0b}/openstack-2023.1.yml (100%) create mode 120000 archive/6.0.0b/openstack.yml create mode 100644 doc/source/notes/6.0.1.rst diff --git a/6.0.1/base.yml b/6.0.1/base.yml new file mode 100644 index 00000000..2123fb87 --- /dev/null +++ b/6.0.1/base.yml @@ -0,0 +1,76 @@ +--- +ansible_version: '8.4.0' +ansible_core_version: '2.15.4' + +defaults_version: 'v0.20230919.0' +generics_version: 'v0.20230919.0' +manager_version: '6.0.0' +operations_version: 'v0.20230919.0' +playbooks_version: 'v0.20230919.0' + +osism_projects: + ara: '1.7.0' + docker: '5:20.10.24' + osism: 'v0.20230919.0' + k3s: 'v1.27.3+k3s1' + +docker_images: + adminer: '4.8.1' + alerta: '9.0.1' + ara_server: '1.7.0' + cgit: '1.2.3' + dnsdist: '1.8.0' + homer: 'v23.05.1' + inventory_reconciler: '6.0.0' + fleet: 'v4.36.0' + keycloak: '19.0.3-legacy' + mariadb: '10.11.5' + memcached: '1.6.21-alpine' + netbox: 'v3.4.8' + nexus: '3.59.0' + nginx: '1.25.2-alpine' + openstack_health_monitor: 'v5.0' + osism: '0.20230919.0' + patchman: '2.0.13' + phpmyadmin: '5.2.1' + postgres: '15.4-alpine' + postgres_upgrade: '14-to-15' + redis: '7.2.0-alpine' + registry: '2.8' + scaphandre: '0.5.0' + squid: '5.2-22.04_beta' + traefik: 'v2.10.4' + vault: '1.14.2' + +ansible_roles: + geerlingguy.certbot: 08543f45b226f1c0a012581ca4166dd0b6b9cbf2 + geerlingguy.dotfiles: 20988f9859d15710d90c62dd44336a28f141e831 + hardening: e77c311442cb1d1ef8caa7df9d9c00471afa75e7 + pdns_recursor: 'v1.6.0' + stackhpc.libvirt_host: 27144f846d2c088d9de0d633f2ad26060bd8e5e7 + stackhpc.libvirt_vm: 0c08b28ce3547878e104adc284e09c947809df50 + stackhpc.luks: 81faff11713675f4e35126587445b52732b02aba + stackhpc.systemd_networkd: 80ab24aef2ebd63fa64783007ca8fa3707bcf558 + +ansible_collections: + ansible.netcommon: '5.1.2' + ansible.posix: '1.5.4' + ansible.utils: '2.8.0' + cloud.common: '2.1.2' + community.crypto: '2.9.0' + community.docker: '2.7.3' + community.general: '7.3.0' + community.grafana: '1.5.3' + community.hashi_vault: '3.4.0' + community.mysql: '3.5.1' + community.network: '5.0.0' + community.rabbitmq: '1.2.3' + containers.podman: '1.10.1' + debops.debops: '3.0.5' + kubernetes.core: '2.3.2' + netbox.netbox: '3.14.0' + openstack.cloud: '2.1.0' + osism.commons: '0.20230919.0' + osism.services: '0.20230919.0' + osism.validations: '0.20230919.0' + stackhpc.cephadm: '1.14.0' diff --git a/6.0.1/ceph-quincy.yml b/6.0.1/ceph-quincy.yml new file mode 100644 index 00000000..5c41e794 --- /dev/null +++ b/6.0.1/ceph-quincy.yml @@ -0,0 +1,15 @@ +--- +ansible_version: ">=4.0.0,<5.0.0" +ansible_core_version: '2.12.10' + +ceph_ansible_version: stable-7.0 +ceph_container_version: stable-7.0 +ceph_version: quincy + +defaults_version: 'v0.20230919.0' +generics_version: 'v0.20230919.0' +playbooks_version: 'v0.20230919.0' + +docker_images: + ceph: '17.2.6' + cephclient: '17.2.6' diff --git a/6.0.0a/ceph.yml b/6.0.1/ceph.yml similarity index 100% rename from 6.0.0a/ceph.yml rename to 6.0.1/ceph.yml diff --git a/6.0.1/openstack-2023.1.yml b/6.0.1/openstack-2023.1.yml new file mode 100644 index 00000000..cb55bfa2 --- /dev/null +++ b/6.0.1/openstack-2023.1.yml @@ -0,0 +1,66 @@ +--- +ansible_version: '>=7.0.0,<8.0.0' +ansible_core_version: "2.14.10" + +openstack_version: 2023.1 +openstack_previous_version: zed + +defaults_version: 'v0.20230919.0' +generics_version: 'v0.20230919.0' +playbooks_version: 'v0.20230919.0' + +docker_images: + openstackclient: '6.3.0' + +infrastructure_projects: + cron: + dnsmasq: + fluentd: + grafana: + haproxy: + iscsid: + keepalived: + kolla-toolbox: + mariadb: + memcached: + multipathd: + opensearch: + openstack-base: + openvswitch: + ovn: + prometheus: + proxysql: + rabbitmq: + redis: + tgtd: + +openstack_projects: + aodh: stable-2023.1 + barbican: stable-2023.1 + bifrost: stable-2023.1 + ceilometer: stable-2023.1 + cinder: stable-2023.1 + cloudkitty: stable-2023.1 + designate: stable-2023.1 + glance: stable-2023.1 + gnocchi: stable/4.6 + heat: stable-2023.1 + horizon: stable-2023.1 + ironic: stable-2023.1 + keystone: stable-2023.1 + kuryr: stable-2023.1 + magnum: stable-2023.1 + manila: stable-2023.1 + mistral: stable-2023.1 + neutron-vpnaas: stable-2023.1 + neutron-dynamic-routing: stable-2023.1 + neutron: stable-2023.1 + nova: stable-2023.1 + octavia: stable-2023.1 + placement: stable-2023.1 + senlin: stable-2023.1 + skyline-apiserver: stable-2023.1 + skyline-console: stable-2023.1 + swift: stable-2023.1 + trove: stable-2023.1 + zun: stable-2023.1 diff --git a/6.0.0a/openstack.yml b/6.0.1/openstack.yml similarity index 100% rename from 6.0.0a/openstack.yml rename to 6.0.1/openstack.yml diff --git a/6.0.0a/base.yml b/archive/6.0.0a/base.yml similarity index 100% rename from 6.0.0a/base.yml rename to archive/6.0.0a/base.yml diff --git a/6.0.0a/ceph-quincy.yml b/archive/6.0.0a/ceph-quincy.yml similarity index 100% rename from 6.0.0a/ceph-quincy.yml rename to archive/6.0.0a/ceph-quincy.yml diff --git a/6.0.0b/ceph.yml b/archive/6.0.0a/ceph.yml similarity index 100% rename from 6.0.0b/ceph.yml rename to archive/6.0.0a/ceph.yml diff --git a/6.0.0a/openstack-2023.1.yml b/archive/6.0.0a/openstack-2023.1.yml similarity index 100% rename from 6.0.0a/openstack-2023.1.yml rename to archive/6.0.0a/openstack-2023.1.yml diff --git a/6.0.0b/openstack.yml b/archive/6.0.0a/openstack.yml similarity index 100% rename from 6.0.0b/openstack.yml rename to archive/6.0.0a/openstack.yml diff --git a/6.0.0b/base.yml b/archive/6.0.0b/base.yml similarity index 100% rename from 6.0.0b/base.yml rename to archive/6.0.0b/base.yml diff --git a/6.0.0b/ceph-quincy.yml b/archive/6.0.0b/ceph-quincy.yml similarity index 100% rename from 6.0.0b/ceph-quincy.yml rename to archive/6.0.0b/ceph-quincy.yml diff --git a/archive/6.0.0b/ceph.yml b/archive/6.0.0b/ceph.yml new file mode 120000 index 00000000..c204befc --- /dev/null +++ b/archive/6.0.0b/ceph.yml @@ -0,0 +1 @@ +ceph-quincy.yml \ No newline at end of file diff --git a/6.0.0b/openstack-2023.1.yml b/archive/6.0.0b/openstack-2023.1.yml similarity index 100% rename from 6.0.0b/openstack-2023.1.yml rename to archive/6.0.0b/openstack-2023.1.yml diff --git a/archive/6.0.0b/openstack.yml b/archive/6.0.0b/openstack.yml new file mode 120000 index 00000000..2f3ae4e8 --- /dev/null +++ b/archive/6.0.0b/openstack.yml @@ -0,0 +1 @@ +openstack-2023.1.yml \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index 626369cb..19ae8058 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2,7 +2,7 @@ OSISM releases ============== -The latest available stable release is 6.0.0. +The latest available stable release is 6.0.1. Release 6.1.0 is currently under development. @@ -21,6 +21,7 @@ Release notes notes/5.2.0 notes/5.3.0 notes/6.0.0 + notes/6.0.1 Atom Feeds ========== diff --git a/doc/source/notes/6.0.1.rst b/doc/source/notes/6.0.1.rst new file mode 100644 index 00000000..fe248339 --- /dev/null +++ b/doc/source/notes/6.0.1.rst @@ -0,0 +1,14 @@ +===== +6.0.1 +===== + +Release date: 15. October 2023 + +Both on REGIO.cloud and on the SCS environment at Plusserver there were problems in the +interaction of Octavia with Neutron. +``octavia.network.base.PlugVIPException: Bad port request: A virtual logical switch port cannot be bound to a host.`` A hoffix was added to the Neutron code. This is the only change in this release. + +The previously necessary change in ``environments/kolla/images.yml`` can be removed again. + +It is sufficient to update the manager from ``6.0.0`` to ``6.0.1`` and update Neutron on the +control plane. No further upgrades of other services are required with this release.