-
Notifications
You must be signed in to change notification settings - Fork 14
update default architecture and remove Nat subnet #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6d7ed2e
to
d1d202d
Compare
@@ -170,11 +170,11 @@ func TestCheckNetFormatParameters(t *testing.T) { | |||
Network: infrastructurev1beta1.OscNetwork{ | |||
Net: infrastructurev1beta1.OscNet{ | |||
Name: "test-net", | |||
IpRange: "10.0.0.256/16", | |||
IpRange: "10.0.0.256/8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to use the new default values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's for a use case : "check Bad Ip Range IP Net"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
@@ -39,16 +39,14 @@ spec: | |||
net: | |||
name: cluster-api-net | |||
clusterName: cluster-api | |||
ipRange: "10.0.0.0/24" | |||
ipRange: "10.0.0.0/16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to use the new default values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default net Ip range is 10.0.0.0/16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok all good
@@ -127,28 +118,28 @@ spec: | |||
flow: Inbound | |||
ipProtocol: tcp | |||
# IpRange to authorize access to kubernetes endpoints (kube-apiserver), you must keep it and change it with a CIDR that best suits with your environment. | |||
ipRange: "10.0.0.128/26" | |||
ipRange: "10.0.0.128/24" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to use the new default values.
@@ -1135,7 +1119,7 @@ var _ = Describe("Outscale Cluster Reconciler", func() { | |||
PrivateIps: []infrastructurev1beta1.OscPrivateIpElement{ | |||
{ | |||
Name: "cluster-api-privateip-kcp", | |||
PrivateIp: "10.0.0.39", | |||
PrivateIp: "10.0.4.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change file values also please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok all good
d1d202d
to
703a318
Compare
703a318
to
8bde209
Compare
Good jobs. |
@@ -1135,7 +1119,7 @@ var _ = Describe("Outscale Cluster Reconciler", func() { | |||
PrivateIps: []infrastructurev1beta1.OscPrivateIpElement{ | |||
{ | |||
Name: "cluster-api-privateip-kcp", | |||
PrivateIp: "10.0.0.39", | |||
PrivateIp: "10.0.4.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok all good
@@ -39,16 +39,14 @@ spec: | |||
net: | |||
name: cluster-api-net | |||
clusterName: cluster-api | |||
ipRange: "10.0.0.0/24" | |||
ipRange: "10.0.0.0/16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok all good
c791d3e
to
46f96d5
Compare
Signed-off-by: outscale_hmi <[email protected]>
46f96d5
to
7c69860
Compare
Signed-off-by: outscale_hmi [email protected]