Compare commits
2 Commits
0e1381c64f
...
479f953944
Author | SHA1 | Date | |
---|---|---|---|
|
479f953944 | ||
|
81d538f653 |
@ -41,4 +41,4 @@ jobs:
|
|||||||
done
|
done
|
||||||
- name: Dry-run deploy
|
- name: Dry-run deploy
|
||||||
run: |
|
run: |
|
||||||
./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate
|
./deploy/bin/deploy --ssh-opts '-i /tmp/key'
|
@ -33,7 +33,7 @@
|
|||||||
clusterInit = (hostConf.name == "bard");
|
clusterInit = (hostConf.name == "bard");
|
||||||
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
|
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
|
||||||
# We are going to manage k8s resources separately from the infrastructure config
|
# We are going to manage k8s resources separately from the infrastructure config
|
||||||
manifests = { };
|
manifests = { };
|
||||||
};
|
};
|
||||||
services.openiscsi = {
|
services.openiscsi = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user