From 6263a059752320134cc75c3cadcf7a3d864a3385 Mon Sep 17 00:00:00 2001 From: Mikalai Kutouski Date: Tue, 24 Sep 2024 14:39:42 +0300 Subject: [PATCH] M #-: Re-structure folders Signed-off-by: Mikalai Kutouski --- .gitmodules | 3 +++ {community-apps => apps-code/community-apps}/Makefile | 0 {community-apps => apps-code/community-apps}/Makefile.config | 0 .../community-apps}/appliances/Lithops/appliance.sh | 0 .../community-apps}/appliances/UERANSIM/appliance.sh | 0 {community-apps => apps-code/community-apps}/packer/build.sh | 0 .../community-apps}/packer/service_Lithops/81-configure-ssh.sh | 0 .../packer/service_Lithops/82-configure-context.sh | 0 .../community-apps}/packer/service_Lithops/Lithops.pkr.hcl | 0 .../community-apps}/packer/service_Lithops/gen_context | 0 .../community-apps}/packer/service_Lithops/plugins.pkr.hcl | 0 .../community-apps}/packer/service_Lithops/variables.pkr.hcl | 0 .../packer/service_UERANSIM/81-configure-ssh.sh | 0 .../packer/service_UERANSIM/82-configure-context.sh | 0 .../community-apps}/packer/service_UERANSIM/UERANSIM.pkr.hcl | 0 .../community-apps}/packer/service_UERANSIM/gen_context | 0 .../community-apps}/packer/service_UERANSIM/plugins.pkr.hcl | 0 .../community-apps}/packer/service_UERANSIM/variables.pkr.hcl | 0 apps-code/one-apps | 1 + one-apps | 1 - 20 files changed, 4 insertions(+), 1 deletion(-) rename {community-apps => apps-code/community-apps}/Makefile (100%) rename {community-apps => apps-code/community-apps}/Makefile.config (100%) rename {community-apps => apps-code/community-apps}/appliances/Lithops/appliance.sh (100%) rename {community-apps => apps-code/community-apps}/appliances/UERANSIM/appliance.sh (100%) rename {community-apps => apps-code/community-apps}/packer/build.sh (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/81-configure-ssh.sh (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/82-configure-context.sh (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/Lithops.pkr.hcl (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/gen_context (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/plugins.pkr.hcl (100%) rename {community-apps => apps-code/community-apps}/packer/service_Lithops/variables.pkr.hcl (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/81-configure-ssh.sh (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/82-configure-context.sh (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/UERANSIM.pkr.hcl (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/gen_context (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/plugins.pkr.hcl (100%) rename {community-apps => apps-code/community-apps}/packer/service_UERANSIM/variables.pkr.hcl (100%) create mode 160000 apps-code/one-apps delete mode 160000 one-apps diff --git a/.gitmodules b/.gitmodules index 72d7971..97bfbb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "one-apps"] path = one-apps url = https://github.com/OpenNebula/one-apps.git +[submodule "apps-code/one-apps"] + path = apps-code/one-apps + url = https://github.com/OpenNebula/one-apps.git diff --git a/community-apps/Makefile b/apps-code/community-apps/Makefile similarity index 100% rename from community-apps/Makefile rename to apps-code/community-apps/Makefile diff --git a/community-apps/Makefile.config b/apps-code/community-apps/Makefile.config similarity index 100% rename from community-apps/Makefile.config rename to apps-code/community-apps/Makefile.config diff --git a/community-apps/appliances/Lithops/appliance.sh b/apps-code/community-apps/appliances/Lithops/appliance.sh similarity index 100% rename from community-apps/appliances/Lithops/appliance.sh rename to apps-code/community-apps/appliances/Lithops/appliance.sh diff --git a/community-apps/appliances/UERANSIM/appliance.sh b/apps-code/community-apps/appliances/UERANSIM/appliance.sh similarity index 100% rename from community-apps/appliances/UERANSIM/appliance.sh rename to apps-code/community-apps/appliances/UERANSIM/appliance.sh diff --git a/community-apps/packer/build.sh b/apps-code/community-apps/packer/build.sh similarity index 100% rename from community-apps/packer/build.sh rename to apps-code/community-apps/packer/build.sh diff --git a/community-apps/packer/service_Lithops/81-configure-ssh.sh b/apps-code/community-apps/packer/service_Lithops/81-configure-ssh.sh similarity index 100% rename from community-apps/packer/service_Lithops/81-configure-ssh.sh rename to apps-code/community-apps/packer/service_Lithops/81-configure-ssh.sh diff --git a/community-apps/packer/service_Lithops/82-configure-context.sh b/apps-code/community-apps/packer/service_Lithops/82-configure-context.sh similarity index 100% rename from community-apps/packer/service_Lithops/82-configure-context.sh rename to apps-code/community-apps/packer/service_Lithops/82-configure-context.sh diff --git a/community-apps/packer/service_Lithops/Lithops.pkr.hcl b/apps-code/community-apps/packer/service_Lithops/Lithops.pkr.hcl similarity index 100% rename from community-apps/packer/service_Lithops/Lithops.pkr.hcl rename to apps-code/community-apps/packer/service_Lithops/Lithops.pkr.hcl diff --git a/community-apps/packer/service_Lithops/gen_context b/apps-code/community-apps/packer/service_Lithops/gen_context similarity index 100% rename from community-apps/packer/service_Lithops/gen_context rename to apps-code/community-apps/packer/service_Lithops/gen_context diff --git a/community-apps/packer/service_Lithops/plugins.pkr.hcl b/apps-code/community-apps/packer/service_Lithops/plugins.pkr.hcl similarity index 100% rename from community-apps/packer/service_Lithops/plugins.pkr.hcl rename to apps-code/community-apps/packer/service_Lithops/plugins.pkr.hcl diff --git a/community-apps/packer/service_Lithops/variables.pkr.hcl b/apps-code/community-apps/packer/service_Lithops/variables.pkr.hcl similarity index 100% rename from community-apps/packer/service_Lithops/variables.pkr.hcl rename to apps-code/community-apps/packer/service_Lithops/variables.pkr.hcl diff --git a/community-apps/packer/service_UERANSIM/81-configure-ssh.sh b/apps-code/community-apps/packer/service_UERANSIM/81-configure-ssh.sh similarity index 100% rename from community-apps/packer/service_UERANSIM/81-configure-ssh.sh rename to apps-code/community-apps/packer/service_UERANSIM/81-configure-ssh.sh diff --git a/community-apps/packer/service_UERANSIM/82-configure-context.sh b/apps-code/community-apps/packer/service_UERANSIM/82-configure-context.sh similarity index 100% rename from community-apps/packer/service_UERANSIM/82-configure-context.sh rename to apps-code/community-apps/packer/service_UERANSIM/82-configure-context.sh diff --git a/community-apps/packer/service_UERANSIM/UERANSIM.pkr.hcl b/apps-code/community-apps/packer/service_UERANSIM/UERANSIM.pkr.hcl similarity index 100% rename from community-apps/packer/service_UERANSIM/UERANSIM.pkr.hcl rename to apps-code/community-apps/packer/service_UERANSIM/UERANSIM.pkr.hcl diff --git a/community-apps/packer/service_UERANSIM/gen_context b/apps-code/community-apps/packer/service_UERANSIM/gen_context similarity index 100% rename from community-apps/packer/service_UERANSIM/gen_context rename to apps-code/community-apps/packer/service_UERANSIM/gen_context diff --git a/community-apps/packer/service_UERANSIM/plugins.pkr.hcl b/apps-code/community-apps/packer/service_UERANSIM/plugins.pkr.hcl similarity index 100% rename from community-apps/packer/service_UERANSIM/plugins.pkr.hcl rename to apps-code/community-apps/packer/service_UERANSIM/plugins.pkr.hcl diff --git a/community-apps/packer/service_UERANSIM/variables.pkr.hcl b/apps-code/community-apps/packer/service_UERANSIM/variables.pkr.hcl similarity index 100% rename from community-apps/packer/service_UERANSIM/variables.pkr.hcl rename to apps-code/community-apps/packer/service_UERANSIM/variables.pkr.hcl diff --git a/apps-code/one-apps b/apps-code/one-apps new file mode 160000 index 0000000..b75ddfa --- /dev/null +++ b/apps-code/one-apps @@ -0,0 +1 @@ +Subproject commit b75ddfa8b0f49f24ece597b6153046966d97e618 diff --git a/one-apps b/one-apps deleted file mode 160000 index 960f88b..0000000 --- a/one-apps +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 960f88b6f1621cd1e7ab517844c032c8e2da2b89