Merge ~lucaskanashiro/ubuntu/+source/resource-agents:promote-iscsi-agents into ubuntu/+source/resource-agents:ubuntu/devel

Proposed by Lucas Kanashiro
Status: Merged
Merged at revision: 8cdca8b0c0b47fa05cbbe91f211cf5291d717a36
Proposed branch: ~lucaskanashiro/ubuntu/+source/resource-agents:promote-iscsi-agents
Merge into: ubuntu/+source/resource-agents:ubuntu/devel
Diff against target: 46 lines (+20/-0)
3 files modified
debian/changelog (+9/-0)
debian/control (+8/-0)
debian/curated-agents (+3/-0)
Reviewer Review Type Date Requested Status
Athos Ribeiro (community) Approve
Canonical Server Pending
git-ubuntu import Pending
Review via email: mp+416053@code.launchpad.net

Description of the change

Promote iscsi, iSCSITarget and iSCSILogicalUnit agents to the base package.The jenkins job for them are already in place and passing.

autopkgtest is happy:

autopkgtest [17:02:26]: @@@@@@@@@@@@@@@@@@@@ summary
IPaddr2 PASS
command1 PASS
command2 PASS
command3 PASS
command4 PASS
command5 PASS
command6 PASS
command7 PASS
command8 PASS
command9 PASS
command10 PASS
command11 PASS
command12 PASS
command13 PASS

To post a comment you must log in.
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Hi Lucas,

I am taking this one.

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

LGTM!

Thanks, Lucas

review: Approve
Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Thanks Athos. Package uploaded:

$ dput ubuntu ../resource-agents_4.7.0-1ubuntu6_source.changes
Checking signature on .changes
gpg: ../resource-agents_4.7.0-1ubuntu6_source.changes: Valid signature from F823A2729883C97C
Checking signature on .dsc
gpg: ../resource-agents_4.7.0-1ubuntu6.dsc: Valid signature from F823A2729883C97C
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading resource-agents_4.7.0-1ubuntu6.dsc: done.
  Uploading resource-agents_4.7.0.orig.tar.gz: done.
  Uploading resource-agents_4.7.0-1ubuntu6.debian.tar.xz: done.
  Uploading resource-agents_4.7.0-1ubuntu6_source.buildinfo: done.
  Uploading resource-agents_4.7.0-1ubuntu6_source.changes: done.
Successfully uploaded packages.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index ed75f98..2e724ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1resource-agents (1:4.7.0-1ubuntu6) jammy; urgency=medium
2
3 * d/curated-agents: add iSCSI resource agents.
4 They are iscsi, iSCSILogicalUnit and iSCSITarget.
5 * d/control: suggest packages used by the agents in the base binary package
6 (LP: #1863677).
7
8 -- Lucas Kanashiro <kanashiro@ubuntu.com> Thu, 24 Feb 2022 11:58:58 -0300
9
1resource-agents (1:4.7.0-1ubuntu5) impish; urgency=medium10resource-agents (1:4.7.0-1ubuntu5) impish; urgency=medium
211
3 * d/curated-agents: add LVM-activate agent.12 * d/curated-agents: add LVM-activate agent.
diff --git a/debian/control b/debian/control
index 4265cb2..d42893e 100644
--- a/debian/control
+++ b/debian/control
@@ -78,6 +78,14 @@ Package: resource-agents-base
78Architecture: all78Architecture: all
79Depends: ${misc:Depends},79Depends: ${misc:Depends},
80 resource-agents-common (>= ${source:Version})80 resource-agents-common (>= ${source:Version})
81Suggests:
82# for iscsi agent
83 open-iscsi,
84# for iSCSITarget and iSCSILogicalUnit agents (the recommended implementation is lio-t)
85 targetcli-fb,
86# for LVM-activate agent
87 dmsetup,
88 lvm2
81Replaces: cluster-agents (<= 1:1.0.4-1),89Replaces: cluster-agents (<= 1:1.0.4-1),
82 rgmanager (<= 3.0.12-2+b1),90 rgmanager (<= 3.0.12-2+b1),
83 resource-agents (<< 1:4.7.0-1ubuntu2)91 resource-agents (<< 1:4.7.0-1ubuntu2)
diff --git a/debian/curated-agents b/debian/curated-agents
index 0bbb25a..4cf27cd 100644
--- a/debian/curated-agents
+++ b/debian/curated-agents
@@ -1,2 +1,5 @@
1IPaddr21IPaddr2
2iscsi
3iSCSILogicalUnit
4iSCSITarget
2LVM-activate5LVM-activate

Subscribers

People subscribed via source and target branches