Add a notice indicating that the charm is deprecated
Change-Id: I768cca3c55c636a14d0eb6f026d8d745e6f70a5d
This commit is contained in:
@@ -4,6 +4,8 @@ The ceph-iscsi charm deploys the [Ceph iSCSI gateway
|
|||||||
service][ceph-iscsi-upstream]. The charm is intended to be used in conjunction
|
service][ceph-iscsi-upstream]. The charm is intended to be used in conjunction
|
||||||
with the [ceph-osd][ceph-osd-charm] and [ceph-mon][ceph-mon-charm] charms.
|
with the [ceph-osd][ceph-osd-charm] and [ceph-mon][ceph-mon-charm] charms.
|
||||||
|
|
||||||
|
**NOTE**: This charm is deprecated. No new features will be introduced.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
@@ -23,25 +23,25 @@
|
|||||||
- name: tox-py310
|
- name: tox-py310
|
||||||
soft: true
|
soft: true
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: jammy
|
tox_extra_args: -- jammy
|
||||||
- job:
|
- job:
|
||||||
name: ceph-iscsi-jammy-quincy-ec
|
name: ceph-iscsi-jammy-quincy-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies:
|
dependencies:
|
||||||
- ceph-iscsi-jammy-quincy
|
- ceph-iscsi-jammy-quincy
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: jammy-ec
|
tox_extra_args: -- jammy-ec
|
||||||
- job:
|
- job:
|
||||||
name: ceph-iscsi-kinetic-quincy
|
name: ceph-iscsi-kinetic-quincy
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies:
|
dependencies:
|
||||||
- ceph-iscsi-jammy-quincy
|
- ceph-iscsi-jammy-quincy
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: kinetic
|
tox_extra_args: -- kinetic
|
||||||
- job:
|
- job:
|
||||||
name: ceph-iscsi-kinetic-quincy-ec
|
name: ceph-iscsi-kinetic-quincy-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies:
|
dependencies:
|
||||||
- ceph-iscsi-jammy-quincy
|
- ceph-iscsi-jammy-quincy
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: kinetic-ec
|
tox_extra_args: -- kinetic-ec
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# requirements
|
# requirements
|
||||||
|
ops <= 1.6.0
|
||||||
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
|
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
|
||||||
git+https://github.com/canonical/operator.git#egg=ops
|
|
||||||
git+https://opendev.org/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client
|
git+https://opendev.org/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client
|
||||||
git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack
|
git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack
|
||||||
git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates
|
git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user