Skip to content

Commit aa42aa3

Browse files
authored
chore(agent): Replace operator_libs_linux with charmlibs (#899)
* chore(agent): add charmlibs to requirements.txt * chore(agent): add charmlibs to charm dependency group * chore(agent): use charmlibs instead of operator_libs_linux * chore(agent): remove operator_libs_linux
1 parent 271fe4b commit aa42aa3

8 files changed

Lines changed: 32 additions & 2335 deletions

File tree

agent/charms/testflinger-agent-host-charm/charmcraft.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ platforms:
3333
amd64:
3434

3535
charm-libs:
36-
- lib: operator_libs_linux.apt
37-
version: "0"
38-
- lib: operator_libs_linux.passwd
39-
version: "0"
40-
- lib: operator_libs_linux.systemd
41-
version: "1"
4236
- lib: grafana_agent.cos_agent
4337
version: "0"
4438

@@ -99,5 +93,5 @@ parts:
9993
craftctl default
10094
10195
provides:
102-
cos-agent:
103-
interface: cos_agent
96+
cos-agent:
97+
interface: cos_agent

0 commit comments

Comments
 (0)