From aeaaa90b3deb9ce849a33806aba9b8d50b4eb410 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Wed, 19 May 2021 13:42:38 +0000 Subject: [PATCH] Remove deprecated dcn-hci.yaml As per Ice5e1cfbc158eb6705988706c8625bedb80d7de2, dcn-hci.yaml was deprecated and the release note stated it would be removed in the X cycle. We are now in the X cycle so this file is removed by this patch. Change-Id: I8f43abe1f3fad19be4b7f0865d2259fd753e4dea --- environments/dcn-hci.yaml | 53 ------------------- ...e-deprecated-dcn-hci-1aca499135c31e17.yaml | 5 ++ 2 files changed, 5 insertions(+), 53 deletions(-) delete mode 100644 environments/dcn-hci.yaml create mode 100644 releasenotes/notes/remove-deprecated-dcn-hci-1aca499135c31e17.yaml diff --git a/environments/dcn-hci.yaml b/environments/dcn-hci.yaml deleted file mode 100644 index 7f0ded0313..0000000000 --- a/environments/dcn-hci.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# DEPRECATED: -# - Please use dcn-storage.yaml instead of this file. -# - This file will be removed during the X-cycle. -# ******************************************************************* -# This file was created automatically by the sample environment -# generator. Developers should use `tox -e genconfig` to update it. -# Users are recommended to make changes to a copy of the file instead -# of the original, if any customizations are needed. -# ******************************************************************* -# title: Distributed Compute Node HCI -# description: | -# Environment file for deploying a remote site of HCI distributed compute -# nodes (DCN) in a separate stack (multi-stack) deployment. It should be -# used in combination with environments/ceph-ansible/ceph-ansible.yaml. -parameter_defaults: - # When running Cinder A/A, whether to connect to Etcd via the local IP for the Etcd network. If set to true, the ip on the local node will be used. If set to false, the VIP on the Etcd network will be used instead. Defaults to false. - # Type: boolean - CinderEtcdLocalConnect: True - - # The Cinder service's storage availability zone. - # Type: string - CinderStorageAvailabilityZone: dcn - - # The cluster name used for deploying the cinder-volume service in an active-active (A/A) configuration. This configuration requires the Cinder backend drivers support A/A, and the cinder-volume service not be managed by pacemaker. If these criteria are not met then the cluster name must be left blank. - # Type: string - CinderVolumeCluster: dcn - - # List of enabled Image Import Methods. Valid values in the list are 'glance-direct', 'web-download', or 'copy-image' - # Type: comma_delimited_list - GlanceEnabledImportMethods: web-download,copy-image - - # Manage the network and related resources (subnets and segments) with either create, update, or delete operations (depending on the stack operation). Does not apply to ports which will always be managed as needed. Defaults to true. For multi-stack use cases where the network related resources have already been managed by a separate stack, this parameter can be set to false. - # Type: boolean - ManageNetworks: False - - # The availability zone where new Nova compute nodes will be added. If the zone does not already exist, it will be created. If left unset, it will default to the value of the stack name. - # Type: string - NovaComputeAvailabilityZone: '' - - # Whether instances can attach cinder volumes from a different availability zone. - # Type: boolean - NovaCrossAZAttach: False - - # Refuse to boot an instance if it would require downloading from glance and uploading to ceph instead of a COW clone. - # Type: boolean - NovaDisableImageDownloadToRbd: True - -resource_registry: - OS::TripleO::Services::CinderVolumeEdge: ../deployment/cinder/cinder-volume-container-puppet.yaml - OS::TripleO::Services::Etcd: ../deployment/etcd/etcd-container-puppet.yaml - OS::TripleO::Services::GlanceApiEdge: ../deployment/glance/glance-api-edge-container-puppet.yaml - OS::TripleO::Services::HAproxyEdge: ../deployment/haproxy/haproxy-edge-container-puppet.yaml - OS::TripleO::Services::NovaAZConfig: ../deployment/nova/nova-az-config.yaml diff --git a/releasenotes/notes/remove-deprecated-dcn-hci-1aca499135c31e17.yaml b/releasenotes/notes/remove-deprecated-dcn-hci-1aca499135c31e17.yaml new file mode 100644 index 0000000000..8d5b0136a5 --- /dev/null +++ b/releasenotes/notes/remove-deprecated-dcn-hci-1aca499135c31e17.yaml @@ -0,0 +1,5 @@ +other: + - | + In Wallaby, dcn-hci.yaml has been renamed to dcn-storage.yaml though + a copy of dcn-hci.yaml was kept in place for backwards compatability + until Xena. With the Xena release dcn-hci.yaml has been removed.