Skip to content

Commit

Permalink
Revise hardware.json, ubuntu.yaml, csr.json subnet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Ryan committed Nov 29, 2021
1 parent 7dc1e49 commit d0c546b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/compose/manifests/hardware/hardware.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dhcp": {
"arch": "x86_64",
"ip": {
"address": "192.168.50.43",
"address": "192.168.56.43",
"netmask": "255.255.255.0"
},
"mac": "08:00:27:9e:f5:3a",
Expand Down
2 changes: 1 addition & 1 deletion deploy/compose/manifests/template/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks:
timeout: 600
environment:
DEST_DISK: /dev/sda
IMG_URL: "http://192.168.50.4:8080/focal-server-cloudimg-amd64.raw.gz"
IMG_URL: "http://192.168.56.4:8080/focal-server-cloudimg-amd64.raw.gz"
COMPRESSED: true
- name: "install-openssl"
image: cexec:v1.0.0
Expand Down
1 change: 1 addition & 0 deletions deploy/compose/tls/csr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"CN": "tinkerbell",
"hosts": [
"192.168.56.4",
"tinkerbell.registry",
"tinkerbell.tinkerbell",
"tinkerbell",
Expand Down

0 comments on commit d0c546b

Please sign in to comment.