From f59649c6d5c091dfd19578f6379a42a90d9a65a8 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Tue, 15 Feb 2022 19:12:46 +0100 Subject: [PATCH] F #5422: Add fireedge tab files to install.sh (#1773) --- install.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 69e2586ed1..9479a13870 100755 --- a/install.sh +++ b/install.sh @@ -2867,10 +2867,19 @@ 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/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_USER="src/fireedge/etc/sunstone/user/vm-tab.yaml \ src/fireedge/etc/sunstone/user/vm-template-tab.yaml"