Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: pipx install tox

- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.32-strict/stable
juju-channel: 3.6/stable
charmcraft-channel: 3.x/stable
- name: Setup environment
run: |
sudo apt-get remove -y docker-ce docker-ce-cli containerd.io
sudo rm -rf /run/containerd
sudo snap install concierge --classic
sudo concierge prepare --trace

- name: Run test
run: |
Expand Down
24 changes: 24 additions & 0 deletions concierge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
juju:
channel: 3.6/stable
model-defaults:
logging-config: <root>=INFO; unit=DEBUG

providers:
k8s:
enable: true
bootstrap: true
channel: 1.32-classic/stable
features:
local-storage:
bootstrap-constraints:
root-disk: 4G

lxd:
enable: true
bootstrap: false
channel: latest/stable

host:
snaps:
charmcraft:
channel: 3.x/stable
Loading