Skip to content

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

Merged
1 commit merged into from
Jan 4, 2023

Conversation

outscale-hmi
Copy link
Contributor

Signed-off-by: outscale_hmi [email protected]

@outscale-hmi outscale-hmi force-pushed the newArchitecture2 branch 4 times, most recently from 6d7ed2e to d1d202d Compare December 14, 2022 09:43
@@ -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",
Copy link

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.

Copy link
Contributor Author

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"

Copy link

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"
Copy link

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.

Copy link
Contributor Author

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

Copy link

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"
Copy link

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",
Copy link

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok all good

@ghost ghost self-requested a review December 16, 2022 11:49
@ghost
Copy link

ghost commented Dec 16, 2022

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",
Copy link

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"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok all good

@ghost ghost force-pushed the newArchitecture2 branch from c791d3e to 46f96d5 Compare January 4, 2023 09:29
@ghost ghost force-pushed the newArchitecture2 branch from 46f96d5 to 7c69860 Compare January 4, 2023 09:37
@ghost ghost merged commit c472fb3 into outscale:main Jan 4, 2023
@ghost ghost added the kind/feature Feature resolution label Jul 20, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature resolution
Development

Successfully merging this pull request may close these issues.

1 participant