Skip to content

Commit 22a4c47

Browse files
committed
Merge pull request #168 from awwad/add_CIB_comments
Added some informative comments to CIB settings in website/settings.py
2 parents 4064678 + df5159f commit 22a4c47

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/settings.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@
4242
SEATTLECLEARINGHOUSE_STATE_KEYS_DIR = os.path.join(SEATTLECLEARINGHOUSE_WEBSITE_ROOT, '..', 'node_state_transitions', 'statekeys')
4343

4444
# The XML-RPC interface to the Custom Installer Builder.
45-
SEATTLECLEARINGHOUSE_INSTALLER_BUILDER_XMLRPC = "https://custombuilder.poly.edu/custom_install/xmlrpc/"
45+
# As of this writing, custombuilder.poly.edu/custom_install/xmlrpc does not support
46+
# repy_v2. Notably, this means that installers from it will not provide NAT traversal,
47+
# and so clients behind routers may fail to connect. You may choose to use your own
48+
# Custom Installer Builder instance, or that provided for the SensibilityTestbed.
49+
# For a guide to setting up your own CIB instance, see:
50+
# https://seattle.poly.edu/wiki/CustomInstallerBuilderInstallation
51+
SEATTLECLEARINGHOUSE_INSTALLER_BUILDER_XMLRPC = "https://custombuilder.poly.edu/custom_install/xmlrpc/" # Default, currently no repy_v2 support
52+
#SEATTLECLEARINGHOUSE_INSTALLER_BUILDER_XMLRPC = "https://sensibilityclearinghouse.poly.edu/custominstallerbuilder/xmlrpc/" # SensibilityTestbed's CIB, which supports repy_v2 and thereby NAT traversal.
4653

4754
# Not currently used. This is left in for legacy installs
4855
# The directory where the base installers named seattle_linux.tgz, seattle_mac.tgz,

0 commit comments

Comments
 (0)