Compare commits
No commits in common. "a3987254f06b6a87f957e5703bf48c896eb923a6" and "ccad6b47982e118f1d56babb06fb2caf41e7855a" have entirely different histories.
a3987254f0
...
ccad6b4798
2 changed files with 4 additions and 36 deletions
|
@ -1,16 +0,0 @@
|
||||||
name: Test action
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
hello:
|
|
||||||
name: Print hello world
|
|
||||||
runs-on: default
|
|
||||||
steps:
|
|
||||||
- name: Echo
|
|
||||||
run: |
|
|
||||||
echo "Hello, world!"
|
|
24
clan.nix
24
clan.nix
|
@ -6,26 +6,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inventory.machines = {
|
inventory.machines = {
|
||||||
m1 = {
|
m1 = {};
|
||||||
name = "Management node 1";
|
c1 = {};
|
||||||
machineClass = "nixos";
|
c2 = {};
|
||||||
tags = [ "cloud:amarth" "region:oss" "nodeType:management" "criticallity: medium" "" ];
|
c3 = {};
|
||||||
};
|
|
||||||
c1 = {
|
|
||||||
name = "Compute node 1";
|
|
||||||
machineClass = "nixos";
|
|
||||||
tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ];
|
|
||||||
};
|
|
||||||
c2 = {
|
|
||||||
name = "Compute node 2";
|
|
||||||
machineClass = "nixos";
|
|
||||||
tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ];
|
|
||||||
};
|
|
||||||
c3 = {
|
|
||||||
name = "Compute node 3";
|
|
||||||
machineClass = "nixos";
|
|
||||||
tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Docs: See https://docs.clan.lol/reference/clanServices
|
# Docs: See https://docs.clan.lol/reference/clanServices
|
||||||
|
|
Reference in a new issue