Skip to content

Commit

Permalink
feature #3652: Add onegate and init.sh files to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmamolina committed Apr 9, 2015
1 parent 5ce7c87 commit 014a0da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Expand Up @@ -209,6 +209,7 @@ else
fi

SHARE_DIRS="$SHARE_LOCATION/examples \
$SHARE_LOCATION/onegate \
$SHARE_LOCATION/websockify"

ETC_DIRS="$ETC_LOCATION/vmm_exec \
Expand Down Expand Up @@ -462,6 +463,7 @@ INSTALL_FILES=(
NETWORK_OVSWITCH_BRCOMPAT_FILES:$VAR_LOCATION/remotes/vnm/ovswitch_brcompat
NETWORK_VMWARE_FILES:$VAR_LOCATION/remotes/vnm/vmware
EXAMPLE_SHARE_FILES:$SHARE_LOCATION/examples
ONEGATE_SHARE_FILES:$SHARE_LOCATION/onegate
WEBSOCKIFY_SHARE_FILES:$SHARE_LOCATION/websockify
INSTALL_GEMS_SHARE_FILE:$SHARE_LOCATION
HOOK_FT_FILES:$VAR_LOCATION/remotes/hooks/ft
Expand Down Expand Up @@ -1268,6 +1270,13 @@ EXAMPLE_SHARE_FILES="share/examples/vm.template \
share/examples/private.net \
share/examples/public.net"

#-------------------------------------------------------------------------------
# OneGate CLI for guests $SHARE_LOCATION/onegate
#-------------------------------------------------------------------------------

ONEGATE_SHARE_FILES="share/onegate/init.sh \
share/onegate/onegate"

#-------------------------------------------------------------------------------
# Files required to interact with the websockify server
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 014a0da

Please sign in to comment.