From 93556d5e618f0d62fd5007fe163ba84aa19729d2 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Wed, 23 Mar 2022 11:32:20 +0100 Subject: [PATCH] M #~: Remove not supported tab files from install.sh (#1872) --- install.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/install.sh b/install.sh index 57d3dc1c34..01221a9a25 100755 --- a/install.sh +++ b/install.sh @@ -2867,20 +2867,8 @@ FIREEDGE_PROVISION_ETC_PROVIDERS="src/fireedge/etc/provision/providers.d/aws.yam FIREEDGE_SUNSTONE_ETC="src/fireedge/etc/sunstone/sunstone-server.conf \ src/fireedge/etc/sunstone/sunstone-views.yaml" -FIREEDGE_SUNSTONE_ETC_VIEW_ADMIN="src/fireedge/etc/sunstone/admin/cluster-tab.yaml \ - src/fireedge/etc/sunstone/admin/datastore-tab.yaml \ - src/fireedge/etc/sunstone/admin/group-tab.yaml \ - src/fireedge/etc/sunstone/admin/host-tab.yaml \ - src/fireedge/etc/sunstone/admin/image-tab.yaml \ - src/fireedge/etc/sunstone/admin/marketplace-app-tab.yaml \ - src/fireedge/etc/sunstone/admin/marketplace-tab.yaml \ - src/fireedge/etc/sunstone/admin/sec-group-tab.yaml \ - src/fireedge/etc/sunstone/admin/user-tab.yaml \ - src/fireedge/etc/sunstone/admin/vm-tab.yaml \ - src/fireedge/etc/sunstone/admin/vm-template-tab.yaml \ - src/fireedge/etc/sunstone/admin/vnet-tab.yaml \ - src/fireedge/etc/sunstone/admin/vnet-template-tab.yaml \ - src/fireedge/etc/sunstone/admin/zone-tab.yaml" +FIREEDGE_SUNSTONE_ETC_VIEW_ADMIN="src/fireedge/etc/sunstone/admin/vm-tab.yaml \ + src/fireedge/etc/sunstone/admin/vm-template-tab.yaml" FIREEDGE_SUNSTONE_ETC_VIEW_USER="src/fireedge/etc/sunstone/user/vm-tab.yaml \ src/fireedge/etc/sunstone/user/vm-template-tab.yaml"