4074 Sivert Sorumgard 2012-09-20
Update mcc help file
modified:
storage/ndb/mcc/frontend/help/html/help_cnt.html
4073 Sivert Sorumgard 2012-09-20
Add copyright headers in mcc frontend files
modified:
storage/ndb/mcc/frontend/README.unittests
storage/ndb/mcc/frontend/content.html
storage/ndb/mcc/frontend/css/content.css
storage/ndb/mcc/frontend/css/welcome.css
storage/ndb/mcc/frontend/help/css/help.css
storage/ndb/mcc/frontend/help/html/help.html
storage/ndb/mcc/frontend/help/html/help_cnt.html
storage/ndb/mcc/frontend/help/html/help_hdr.html
storage/ndb/mcc/frontend/help/html/help_toc.html
storage/ndb/mcc/frontend/index.html
storage/ndb/mcc/frontend/js/mcc/configuration.js
storage/ndb/mcc/frontend/js/mcc/configuration/calculations.js
storage/ndb/mcc/frontend/js/mcc/configuration/deploy.js
storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js
storage/ndb/mcc/frontend/js/mcc/gui.js
storage/ndb/mcc/frontend/js/mcc/gui/clusterdef.js
storage/ndb/mcc/frontend/js/mcc/gui/deploymenttree.js
storage/ndb/mcc/frontend/js/mcc/gui/hostdef.js
storage/ndb/mcc/frontend/js/mcc/gui/hosttree.js
storage/ndb/mcc/frontend/js/mcc/gui/hosttreedetails.js
storage/ndb/mcc/frontend/js/mcc/gui/processtree.js
storage/ndb/mcc/frontend/js/mcc/gui/processtreedetails.js
storage/ndb/mcc/frontend/js/mcc/gui/wizard.js
storage/ndb/mcc/frontend/js/mcc/server.js
storage/ndb/mcc/frontend/js/mcc/server/api.js
storage/ndb/mcc/frontend/js/mcc/storage.js
storage/ndb/mcc/frontend/js/mcc/storage/MCCStorage.js
storage/ndb/mcc/frontend/js/mcc/storage/Storage.js
storage/ndb/mcc/frontend/js/mcc/storage/StorageItem.js
storage/ndb/mcc/frontend/js/mcc/storage/stores.js
storage/ndb/mcc/frontend/js/mcc/template.js
storage/ndb/mcc/frontend/js/mcc/util.js
storage/ndb/mcc/frontend/js/mcc/util/assert.js
storage/ndb/mcc/frontend/js/mcc/util/cluster.js
storage/ndb/mcc/frontend/js/mcc/util/cookies.js
storage/ndb/mcc/frontend/js/mcc/util/html.js
storage/ndb/mcc/frontend/js/mcc/util/log.js
storage/ndb/mcc/frontend/js/mcc/util/platform.js
storage/ndb/mcc/frontend/js/mcc/util/tests/assert.js
storage/ndb/mcc/frontend/js/mcc/util/tests/cluster.js
storage/ndb/mcc/frontend/js/mcc/util/tests/cookies.js
storage/ndb/mcc/frontend/js/mcc/util/tests/html.js
storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.html
storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.js
storage/ndb/mcc/frontend/js/mcc/util/tests/log.js
storage/ndb/mcc/frontend/js/mcc/util/tests/runTests.html
storage/ndb/mcc/frontend/js/mcc/util/tests/util.js
storage/ndb/mcc/frontend/testProtocol.html
storage/ndb/mcc/frontend/welcome.html
=== modified file 'storage/ndb/mcc/frontend/help/html/help_cnt.html'
=== modified file 'storage/ndb/mcc/frontend/help/html/help_cnt.html'
--- a/storage/ndb/mcc/frontend/help/html/help_cnt.html 2012-09-20 13:01:51 +0000
+++ b/storage/ndb/mcc/frontend/help/html/help_cnt.html 2012-09-20 13:32:18 +0000
@@ -59,8 +59,9 @@
<!-------------------------- Installation layout ------------------------------>
<a name="installationLayout"><h3>Installation Layout</h3></a>
-<p>The configuration tool may end up in various locations depending on the context (note that the default paths may be overridden at install time for some package formats): </p>
+<p>The configuration tool may end up in various locations depending on the context (note that the default paths may be overridden at install time for some package formats). </p>
+<!--
<ul>
<li><b>Part of MySQL Cluster package: </b></li>
<ul>
@@ -83,6 +84,7 @@
<li><b>TBD</b></li>
</ul>
</ul>
+-->
<!--------------------------- Wizard options ---------------------------------->
<a name="wizardOptions"><h3>Wizard Options</h3></a>
@@ -176,7 +178,7 @@
<ul>
<li><b>SSH: </b>Secure shell is used to enable the back end to perform actions on remote hosts. Thus, the remote host being accessed must have an SSH server up and running. Additionally, the confgiuration tool user must have access to the remote server by means of a <i>user name and password</i>, or by <i>keys</i>. </li>
-<li><b>https: </b>Communication between the front end and the back end is not encrypted by default. This means that e.g. the SSH password is transmitted in a format that is readable to anyone. For communication to be encrypted, the back end must have a <i>certificate</i>, and the front end must communicate with the back end using <i>https</i> rather than <i>http</i>. The easiest way to enable this is to issue a <i>self signed certificate</i>. This can be done by <b>TBD</b> Secondly, after the certificate is issued, it must be made available to, and used by, the back end. This can be done by starting the wizard with the options <tt>--use-https</tt> and <tt>--cert-file=<certificate file name></tt>.</li>
+<li><b>https: </b>Communication between the front end and the back end is not encrypted by default. This means that e.g. the SSH password is transmitted in a format that is readable to anyone. For communication to be encrypted, the back end must have a <i>certificate</i>, and the front end must communicate with the back end using <i>https</i> rather than <i>http</i>. The easiest way to enable this is to issue a <i>self signed certificate</i>. After the certificate is issued, it must be made available to, and used by, the back end. This can be done by starting the wizard with the options <tt>--use-https</tt> and <tt>--cert-file=<certificate file name></tt>.</li>
</ul>
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (sivert.sorumgaard:4073 to 4074) | Sivert Sorumgard | 21 Sep |