Skip to content

Commit

Permalink
Merge pull request #9 from soubinan/feature
Browse files Browse the repository at this point in the history
Refactorisation + Improve Response messages + Better error handling +…
  • Loading branch information
soubinan authored Dec 23, 2023
2 parents 2ae8b94 + 8620a38 commit b80d8e5
Show file tree
Hide file tree
Showing 9 changed files with 709 additions and 447 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycahe__/
venv*/

*.pyc
butane
159 changes: 90 additions & 69 deletions main.py

Large diffs are not rendered by default.

109 changes: 0 additions & 109 deletions templates/__base_metal__.yaml

This file was deleted.

111 changes: 0 additions & 111 deletions templates/__base_xcpng__.yaml

This file was deleted.

45 changes: 45 additions & 0 deletions templates/__blueprints.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
controller:
template: ./controller.yaml
hostname: controller
cockpit_install: true
secrets_mount:
remote_server: 192.168.100.9
remote_path: /mtn/SoubiDrives/VirtualizedShare/containers/.secrets
local_path: /var/mnt/shared/containers/secrets
backups_mount:
remote_server: 192.168.100.9
remote_path: /mtn/SoubiDrives/VirtualizedShare/containers/backups
local_path: /var/mnt/shared/containers/backups
networks:
- gateway: 192.168.100.1
interface: eno1
ip: 192.168.100.6
nameserver: 192.168.100.1
prefix: 24
controller_test:
template: ./controller.yaml
hostname: controller_test
cockpit_install: true
secrets_mount:
remote_server: 192.168.100.9
remote_path: /mtn/SoubiDrives/VirtualizedShare/containers/.secrets
local_path: /var/mnt/shared/containers/secrets
backups_mount:
remote_server: 192.168.100.9
remote_path: /mtn/SoubiDrives/VirtualizedShare/containers/backups
local_path: /var/mnt/shared/containers/backups
networks:
- gateway: 192.168.90.1
interface: enp1s0
ip: 192.168.90.6
nameserver: 192.168.90.1
prefix: 24
icognito:
template: ./icognito.yaml
hostname: icognito
mediatech:
template: ./mediatech.yaml
hostname: mediatech
base:
template: ./base.yaml
hostname: coreos
Loading

0 comments on commit b80d8e5

Please sign in to comment.