Skip to content

Commit d090301

Browse files
committed
updating IP range
1 parent 57a1789 commit d090301

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

modules/ibi-create-config-iso.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ stringData:
7979
ipv4:
8080
enabled: true
8181
address:
82-
- ip: 10.6.85.8
82+
- ip: 192.168.200.25
8383
prefix-length: 24
8484
dhcp: false <4>
8585
ipv6:
8686
enabled: false
8787
dns-resolver:
8888
config:
8989
server:
90-
- 10.6.73.2 <5>
91-
- 10.6.73.4
90+
- 192.168.15.47 <5>
91+
- 192.168.15.48
9292
routes:
9393
config: <6>
9494
- destination: 0.0.0.0/0
9595
metric: 150
96-
next-hop-address: 10.6.85.254
96+
next-hop-address: 192.168.200.254
9797
next-hop-interface: ens1f0
9898
table-id: 254
9999
----
@@ -102,7 +102,7 @@ stringData:
102102
<3> Specify the name of the interface on the host. The name of the interface must match the actual NIC name as shown in the operating system. To use your MAC address for NIC matching, set the `identifier` field to `mac-address`.
103103
<4> You must specify `dhcp: false` to ensure `nmstate` assigns the static IP address to the interface.
104104
<5> Specify one or more DNS servers that the system will use to resolve domain names.
105-
<6> In this example, the default route is configured through the `ens1f0` interface to the next hop IP address `10.6.85.254`.
105+
<6> In this example, the default route is configured through the `ens1f0` interface to the next hop IP address `192.168.200.254`.
106106

107107
. Create the `BareMetalHost` and `Secret` resources:
108108

modules/ibi-create-iso-for-bmh.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,20 @@ networkConfig:
104104
dhcp: false
105105
auto-dns: false
106106
address:
107-
- ip: 10.6.85.8
107+
- ip: 192.168.200.25
108108
prefix-length: 24
109109
ipv6:
110110
enabled: false
111111
dns-resolver:
112112
config:
113113
server:
114-
- 10.6.73.2
115-
- 10.6.73.4
114+
- 192.168.15.47
115+
- 192.168.15.48
116116
routes:
117117
config:
118118
- destination: 0.0.0.0/0
119119
metric: 150
120-
next-hop-address: 10.6.85.254
120+
next-hop-address: 192.168.200.254
121121
next-hop-interface: ens1f0
122122
123123
----

modules/ibi-create-standalone-config-iso.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ networking:
6161
- cidr: 10.128.0.0/14
6262
hostPrefix: 23
6363
machineNetwork:
64-
- cidr: 10.6.85.0/24
64+
- cidr: 192.168.200.0/24
6565
networkType: OVNKubernetes
6666
serviceNetwork:
6767
- 172.30.0.0/16
@@ -162,20 +162,20 @@ networkConfig:
162162
dhcp: false
163163
auto-dns: false
164164
address:
165-
- ip: 10.6.85.8
165+
- ip: 192.168.200.25
166166
prefix-length: 24
167167
ipv6:
168168
enabled: false
169169
dns-resolver:
170170
config:
171171
server:
172-
- 10.6.73.2
173-
- 10.6.73.4
172+
- 192.168.15.47
173+
- 192.168.15.48
174174
routes:
175175
config:
176176
- destination: 0.0.0.0/0
177177
metric: 150
178-
next-hop-address: 10.6.85.254
178+
next-hop-address: 192.168.200.254
179179
next-hop-interface: ens1f0
180180
----
181181

0 commit comments

Comments
 (0)