summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-31 21:19:34 +0200
committerGitHub <noreply@github.com>2020-03-31 21:19:34 +0200
commit8fe7485a600f60be9ac20af923a61d516cb0335e (patch)
tree875658393d501b764eb8694d44488dbe9b64cf29 /netdata-installer.sh
parentef2bd3956b2797de31008ddffab671b9675f070d (diff)
Switching over to soft feature flag (#8545)
Preparing for the cloud release. This changes how we handle the feature flag so that it no longer requires installer switches and can be set from the config file. This still requires internal access to use and is not ready for public access yet.
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 3676cb7d76..6e8137ed16 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -283,10 +283,6 @@ while [ -n "${1}" ]; do
NETDATA_DISABLE_CLOUD=1
NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS//--disable-cloud/} --disable-cloud"
;;
- "--cloud-testing") # Temporary, until we flip the feature flag. Internal use only
- unset NETDATA_DISABLE_CLOUD
- NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS//--disable-cloud/} --enable-cloud"
- ;;
"--install")
NETDATA_PREFIX="${2}/netdata"
shift 1