diff --git a/.gitmodules b/.gitmodules index 72d7971..4945ee3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "one-apps"] - path = 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/one-apps b/apps-code/one-apps similarity index 100% rename from one-apps rename to apps-code/one-apps