From 579e05972f72bc9517a7ece35245d76e76d0a07e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 14 May 2020 13:05:38 -0400 Subject: [PATCH] Rename 'default' to hpc for suse Since the profile is oriented toward installing HPC template, name it more appropriately. --- confluent_osdeploy/suse15/profiles/{default => hpc}/autoyast | 0 .../suse15/profiles/{default => hpc}/initprofile.sh | 0 confluent_osdeploy/suse15/profiles/{default => hpc}/profile.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename confluent_osdeploy/suse15/profiles/{default => hpc}/autoyast (100%) rename confluent_osdeploy/suse15/profiles/{default => hpc}/initprofile.sh (100%) rename confluent_osdeploy/suse15/profiles/{default => hpc}/profile.yaml (100%) diff --git a/confluent_osdeploy/suse15/profiles/default/autoyast b/confluent_osdeploy/suse15/profiles/hpc/autoyast similarity index 100% rename from confluent_osdeploy/suse15/profiles/default/autoyast rename to confluent_osdeploy/suse15/profiles/hpc/autoyast diff --git a/confluent_osdeploy/suse15/profiles/default/initprofile.sh b/confluent_osdeploy/suse15/profiles/hpc/initprofile.sh similarity index 100% rename from confluent_osdeploy/suse15/profiles/default/initprofile.sh rename to confluent_osdeploy/suse15/profiles/hpc/initprofile.sh diff --git a/confluent_osdeploy/suse15/profiles/default/profile.yaml b/confluent_osdeploy/suse15/profiles/hpc/profile.yaml similarity index 100% rename from confluent_osdeploy/suse15/profiles/default/profile.yaml rename to confluent_osdeploy/suse15/profiles/hpc/profile.yaml