Skip to content

Commit 4bc1fd3

Browse files
committed
reset
1 parent b29bc1c commit 4bc1fd3

File tree

9 files changed

+0
-186
lines changed

9 files changed

+0
-186
lines changed

client/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,6 @@
657657
<artifactId>cloud-plugin-sharedfs-provider-storagevm</artifactId>
658658
<version>${project.version}</version>
659659
</dependency>
660-
<dependency>
661-
<groupId>org.apache.cloudstack</groupId>
662-
<artifactId>cloud-plugin-vpn-wireguard</artifactId>
663-
<version>${project.version}</version>
664-
</dependency>
665660
<dependency>
666661
<groupId>org.apache.cloudstack</groupId>
667662
<artifactId>cloud-usage</artifactId>

plugins/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@
156156
<module>user-two-factor-authenticators/totp</module>
157157
<module>user-two-factor-authenticators/static-pin</module>
158158

159-
<module>vpn/wireguard</module>
160-
161159
</modules>
162160
<dependencies>
163161
<dependency>

plugins/vpn/wireguard/pom.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

plugins/vpn/wireguard/src/main/java/org/apache/cloudstack/api/response/CreateWgVpnResponse.java

Lines changed: 0 additions & 139 deletions
This file was deleted.

systemvm/debian/etc/wireguard/wg0.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/appliance/systemvmtemplate/scripts/install_wg.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

tools/appliance/systemvmtemplate/template-base_aarch64-target_aarch64.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"scripts/configure_networking.sh",
7979
"scripts/configure_acpid.sh",
8080
"scripts/install_systemvm_packages.sh",
81-
"scripts/install_wg.sh",
8281
"scripts/configure_conntrack.sh",
8382
"scripts/authorized_keys.sh",
8483
"scripts/configure_persistent_config.sh",

tools/appliance/systemvmtemplate/template-base_x86_64-target_aarch64.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"scripts/configure_networking.sh",
7777
"scripts/configure_acpid.sh",
7878
"scripts/install_systemvm_packages.sh",
79-
"scripts/install_wg.sh",
8079
"scripts/configure_conntrack.sh",
8180
"scripts/authorized_keys.sh",
8281
"scripts/configure_persistent_config.sh",

tools/appliance/systemvmtemplate/template-base_x86_64-target_x86_64.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"scripts/configure_networking.sh",
6161
"scripts/configure_acpid.sh",
6262
"scripts/install_systemvm_packages.sh",
63-
"scripts/install_wg.sh",
6463
"scripts/configure_conntrack.sh",
6564
"scripts/authorized_keys.sh",
6665
"scripts/configure_persistent_config.sh",

0 commit comments

Comments
 (0)