Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
04cbb1e
Update router manager api
DavidLiu506 Jun 29, 2021
4c100e5
Update code
DavidLiu506 Jun 29, 2021
e38bcf9
Update code
DavidLiu506 Jun 30, 2021
067a988
Update router manager
DavidLiu506 Jul 1, 2021
dd5dafd
Update router manager
DavidLiu506 Jul 1, 2021
aa76562
Merge router manager service api code
DavidLiu506 Jul 2, 2021
8ae37db
Fix getVpcRouteTables
DavidLiu506 Jul 2, 2021
f0462ae
Fix getVpcRouteTable
DavidLiu506 Jul 2, 2021
976883f
Update RouterController
DavidLiu506 Jul 6, 2021
ef7a2d2
Update code
DavidLiu506 Jul 6, 2021
670dcc6
Update code
DavidLiu506 Jun 29, 2021
59a65f0
Update code
DavidLiu506 Jun 30, 2021
1178f61
pull alcor code
DavidLiu506 Jul 9, 2021
5a98d10
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Jul 21, 2021
e4e0792
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Aug 13, 2021
ae15be0
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Aug 15, 2021
9c88b19
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Aug 21, 2021
9be2bb9
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Sep 13, 2021
733872a
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Oct 19, 2021
b3154ae
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Oct 21, 2021
e2bed17
Merge branch 'master' of https://github.com/DavidLiu506/alcor
DavidLiu506 Oct 21, 2021
7c5013e
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Oct 23, 2021
ac7acf8
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Oct 28, 2021
bcc0716
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Nov 3, 2021
c499d9c
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Nov 30, 2021
329e216
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Dec 9, 2021
43435bd
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Dec 11, 2021
9b51767
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Dec 13, 2021
2f68edb
Merge branch 'futurewei-cloud:master' into master
DavidLiu506 Dec 13, 2021
a6b1122
Merge branch 'master' of https://github.com/DavidLiu506/alcor
DavidLiu506 Dec 13, 2021
3d350a7
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Jan 20, 2022
3499f7d
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
DavidLiu506 Feb 1, 2022
92eb23a
Update code
DavidLiu506 Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions kubernetes/db/ignite/ignite_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,12 @@ Copyright(c) 2020 Futurewei Cloud
Enables Kubernetes IP finder and setting custom namespace and service names.
-->
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<property name="ipFinder">
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-service"/>
<property name="namespace" value="ignite-alcor"/>
</bean>
</constructor-arg>
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-service"/>
<property name="namespace" value="ignite-alcor"/>
</bean>
</property>
</constructor-arg>
</bean>
</property>
</bean>
Expand Down
14 changes: 5 additions & 9 deletions kubernetes/db/ignite/ignite_ip_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,12 @@ Copyright(c) 2020 Futurewei Cloud
Enables Kubernetes IP finder and setting custom namespace and service names.
-->
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<property name="ipFinder">
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-ip-service"/>
<property name="namespace" value="ignite-alcor-ip"/>
</bean>
</constructor-arg>
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-ip-service"/>
<property name="namespace" value="ignite-alcor-ip"/>
</bean>
</property>
</constructor-arg>
</bean>
</property>
</bean>
Expand Down
14 changes: 5 additions & 9 deletions kubernetes/db/ignite/ignite_mac_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,12 @@ Copyright(c) 2020 Futurewei Cloud
Enables Kubernetes IP finder and setting custom namespace and service names.
-->
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<property name="ipFinder">
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-mac-service"/>
<property name="namespace" value="ignite-alcor-mac"/>
</bean>
</constructor-arg>
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-mac-service"/>
<property name="namespace" value="ignite-alcor-mac"/>
</bean>
</property>
</constructor-arg>
</bean>
</property>
</bean>
Expand Down
14 changes: 5 additions & 9 deletions kubernetes/db/ignite/ignite_port_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,12 @@ Copyright(c) 2020 Futurewei Cloud
Enables Kubernetes IP finder and setting custom namespace and service names.
-->
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<property name="ipFinder">
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder">
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-port-service"/>
<property name="namespace" value="ignite-alcor-port"/>
</bean>
</constructor-arg>
<constructor-arg>
<bean class="org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration">
<property name="serviceName" value="ignite-alcor-port-service"/>
<property name="namespace" value="ignite-alcor-port"/>
</bean>
</property>
</constructor-arg>
</bean>
</property>
</bean>
Expand Down