Skip to content

Commit

Permalink
Revert "F #2410: VM Autorefresh (#180)"
Browse files Browse the repository at this point in the history
This reverts commit 40ad204.
  • Loading branch information
tinova committed Sep 4, 2020
1 parent c76edca commit d54fb6b
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 660 deletions.
11 changes: 2 additions & 9 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@ VAR_DIRS="$VAR_LOCATION/remotes \
SUNSTONE_DIRS="$SUNSTONE_LOCATION/routes \
$SUNSTONE_LOCATION/models \
$SUNSTONE_LOCATION/models/OpenNebulaJSON \
$SUNSTONE_LOCATION/views \
$SUNSTONE_LOCATION/services"
$SUNSTONE_LOCATION/views"

SUNSTONE_MINIFIED_DIRS="$SUNSTONE_LOCATION/public \
$SUNSTONE_LOCATION/public/dist \
Expand Down Expand Up @@ -736,7 +735,6 @@ INSTALL_SUNSTONE_FILES=(
SUNSTONE_MODELS_JSON_FILES:$SUNSTONE_LOCATION/models/OpenNebulaJSON
SUNSTONE_VIEWS_FILES:$SUNSTONE_LOCATION/views
SUNSTONE_ROUTES_FILES:$SUNSTONE_LOCATION/routes
SUNSTONE_SERVICES_FILES:$SUNSTONE_LOCATION/services
)

INSTALL_SUNSTONE_PUBLIC_MINIFIED_FILES=(
Expand Down Expand Up @@ -771,7 +769,6 @@ INSTALL_SUNSTONE_PUBLIC_MINIFIED_FILES=(
INSTALL_SUNSTONE_PUBLIC_DEV_DIR=(
SUNSTONE_PUBLIC_DEV_DIR:$SUNSTONE_LOCATION
SUNSTONE_GUAC_DEV_DIR:$SUNSTONE_LOCATION
SUNSTONE_AUTOREFRESH_DEV_DIR:$SUNSTONE_LOCATION/services/autorefresh
)

INSTALL_SUNSTONE_ETC_FILES=(
Expand Down Expand Up @@ -901,7 +898,6 @@ RUBY_LIB_FILES="src/mad/ruby/ActionManager.rb \
src/oca/ruby/opennebula.rb \
src/sunstone/OpenNebulaVNC.rb \
src/sunstone/OpenNebulaGuac.rb \
src/sunstone/OpenNebulaAutorefresh.rb \
src/sunstone/OpenNebulaAddons.rb \
src/vmm_mad/remotes/vcenter/vcenter_driver.rb \
src/vmm_mad/remotes/nsx/nsx_driver.rb \
Expand Down Expand Up @@ -2381,8 +2377,7 @@ SUNSTONE_FILES="src/sunstone/sunstone-server.rb \

SUNSTONE_BIN_FILES="src/sunstone/bin/sunstone-server \
src/sunstone/bin/guac-server \
src/sunstone/bin/novnc-server\
src/sunstone/bin/autorefresh-server"
src/sunstone/bin/novnc-server"

SUNSTONE_ETC_FILES="src/sunstone/etc/sunstone-server.conf \
src/sunstone/etc/sunstone-views.yaml \
Expand Down Expand Up @@ -2456,8 +2451,6 @@ SUNSTONE_PUBLIC_JS_CONSOLE_FILES="src/sunstone/public/dist/console/vnc.js \

SUNSTONE_PUBLIC_DEV_DIR="src/sunstone/public"

SUNSTONE_AUTOREFRESH_DEV_DIR="src/sunstone/services/autorefresh"

SUNSTONE_ROUTES_FILES="src/sunstone/routes/oneflow.rb \
src/sunstone/routes/vcenter.rb \
src/sunstone/routes/support.rb \
Expand Down
209 changes: 0 additions & 209 deletions src/sunstone/OpenNebulaAutorefresh.rb

This file was deleted.

90 changes: 0 additions & 90 deletions src/sunstone/bin/autorefresh-server

This file was deleted.

Loading

0 comments on commit d54fb6b

Please sign in to comment.