Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further refactoring #24

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9deca21
New deployment playbook
mkbrechtel Jan 25, 2025
6ffa394
Move inventory files to inventories directory
mkbrechtel Jan 25, 2025
a7b13b9
Move update-packages playbook to new playbooks directory
mkbrechtel Jan 25, 2025
f44e3f5
Move the connection plugin to the right place
mkbrechtel Jan 25, 2025
2b36263
Move data directory placeholder files
mkbrechtel Jan 25, 2025
7b25f31
Add ansible collection files and move files out of the ansible directory
mkbrechtel Jan 25, 2025
291dbb9
Adjust basic paths in the README
mkbrechtel Jan 25, 2025
11e1e81
Adjust tests to new structure
mkbrechtel Jan 25, 2025
478560c
Adjust the zed editor config to new repo structure
mkbrechtel Jan 25, 2025
8b7136c
Switch ansible output to yaml for better readability of verbose outpu…
mkbrechtel Jan 25, 2025
59faaf6
Hacky refactoring script
mkbrechtel Jan 25, 2025
2024b7e
Refactor the netplan playbook to role structure (automated transforma…
mkbrechtel Jan 26, 2025
9ded52a
Refactor the environment playbook to role structure (automated transf…
mkbrechtel Jan 26, 2025
5d9f45c
Refactor the nvme playbook to role structure (automated transformation)
mkbrechtel Jan 26, 2025
67afdd4
Refactor the ceph playbook to role structure
mkbrechtel Jan 26, 2025
f259576
Refactor the lvmcluster playbook to role structure (automated transfo…
mkbrechtel Jan 26, 2025
462aa8d
Refactor the ovn playbook to role structure (automated transformation)
mkbrechtel Jan 26, 2025
18fa763
Refactor the incus playbook to role structure
mkbrechtel Jan 26, 2025
ce9cfb0
Place the README into the separate role folders
mkbrechtel Jan 26, 2025
75456bf
Remove the refactoring script
mkbrechtel Jan 26, 2025
fb0eeca
Split out ceph tasks into separate files
mkbrechtel Jan 26, 2025
6307fbf
fix ceph role conditionals
mkbrechtel Jan 26, 2025
ce81711
some small adjustments to the ceph role
mkbrechtel Jan 26, 2025
9043ab8
Split incus role tasks into sub files
mkbrechtel Jan 26, 2025
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
Prev Previous commit
Next Next commit
Adjust the zed editor config to new repo structure
Signed-off-by: Markus Katharina Brechtel <markus.katharina.brechtel@thengo.net>
mkbrechtel committed Jan 26, 2025
commit 478560c51d09e90c5d0810a1f99e8c60386d4289
4 changes: 2 additions & 2 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@
"shell": "system"
}, {
"label": "Deploy dev cluster",
"command": "ansible-playbook deploy.yaml",
"cwd": "$ZED_WORKTREE_ROOT/ansible",
"command": "ansible-playbook -i inventories/baremetal.yaml deploy.yaml",
"cwd": "$ZED_WORKTREE_ROOT",
"shell": "system"
}
]