Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---adding-ldap-authentication.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---adding-ldap-authentication.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---adding-ldap-authentication.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,10 +83,21 @@ <div id="content"> <h1 class="title">VCL 2.3 - Adding LDAP Authentication</h1> - <p><a name="VCL2.3-AddingLDAPAuthentication-*AddingLDAPAuthenciation*"></a></p> -<h2 id="adding-ldap-authenciation"><em>Adding LDAP Authenciation</em></h2> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p><a name="VCL2.3-AddingLDAPAuthentication-*AddingLDAPAuthenciation*"></a></p> +<h2 id="adding-ldap-authenciation"><em>Adding LDAP Authenciation</em><a class="headerlink" href="#adding-ldap-authenciation" title="Permanent link">¶</a></h2> <p><a name="VCL2.3-AddingLDAPAuthentication-PrerequisitesforyourLDAPserver:"></a></p> -<h3 id="prerequisites-for-your-ldap-server">Prerequisites for your LDAP server:</h3> +<h3 id="prerequisites-for-your-ldap-server">Prerequisites for your LDAP server:<a class="headerlink" href="#prerequisites-for-your-ldap-server" title="Permanent link">¶</a></h3> <ul> <li>SSL should be enabled on your LDAP server</li> <li>An LDAP account that can look up a user's first and last names, user id, @@ -87,7 +109,7 @@ userids, names, and email addresses.</li web server to access tcp port 636 on your LDAP server</li> </ul> <p><a name="VCL2.3-AddingLDAPAuthentication-PrerequisitesforyourVCLwebserver:"></a></p> -<h3 id="prerequisites-for-your-vcl-web-server">Prerequisites for your VCL web server:</h3> +<h3 id="prerequisites-for-your-vcl-web-server">Prerequisites for your VCL web server:<a class="headerlink" href="#prerequisites-for-your-vcl-web-server" title="Permanent link">¶</a></h3> <ul> <li><em>php-ldap</em> needs to be installed</li> <li>If your LDAP server's SSL certificate is self-signed, your VCL web server @@ -98,10 +120,9 @@ the ca-bundle.crt file. On CentOS, the f match the hostname entered in the conf.php file further down. If your certificate does not have the correct hostname in it, you can put an entry in /etc/hosts for the hostname in the certificate.</li> -<li>After adding the certificate, restart httpd: +<li tip="tip">After adding the certificate, restart httpd: {tip} -service httpd restart -{tip}</li> +service httpd restart</li> <li>You can verify that the certificate is properly installed using this command: {tip} @@ -118,9 +139,9 @@ ca-bundle.crt file. If so, add the follo </li> </ul> <p><a name="VCL2.3-AddingLDAPAuthentication-AddingLDAPAuthenticationtotheWebCode"></a></p> -<h3 id="adding-ldap-authentication-to-the-web-code">Adding LDAP Authentication to the Web Code</h3> +<h3 id="adding-ldap-authentication-to-the-web-code">Adding LDAP Authentication to the Web Code<a class="headerlink" href="#adding-ldap-authentication-to-the-web-code" title="Permanent link">¶</a></h3> <ul> -<li>You will need to manually add an entry to the affiliation table in the +<li tip="tip">You will need to manually add an entry to the affiliation table in the VCL database. Choose a name for the affiliation. This will be appended to all userids for the affiliation to distinguish them from other affiliations you may configure later. <em>Do not</em> use the Global affiliation for this. @@ -139,8 +160,7 @@ INSERT INTO affiliation (name) VALUES (' SELECT id FROM affiliation WHERE name = 'EXAMPLE'; {tip} {tip} -exit -{tip}</li> +exit</li> <li>Edit <em>conf.php</em> and search for "EXAMPLE1 LDAP"</li> <li>Uncomment the "EXAMPLE1 LDAP" section by removing the '/*' before it and the '*/' at the end of 'to use this login mechanism'</li> @@ -157,26 +177,26 @@ would be "dc=ad,dc=example,dc=org" on the login page. Place a '%s' where the entered userid should go. Some examples are: <strong><em> %[email protected] -</em></strong> %[email protected]</strong><em> uid=%s,ou=accounts,dc=example,dc=org' -<strong> <em>unityid</em> - this is the ldap field that contains a user's login id (for -Active Directory, this is usually sAMAccountName)</strong> </em>firstname<em> - this is the ldap field that contains a user's first name -<strong> <em>lastname</em> - this is the ldap field that contains a user's last name</strong> </em>email<em> - this is the ldap field that contains a user's email address -<strong> <em>defaultemail</em> - if an email address is not provided by the ldap +</em></strong> %[email protected] +<strong><em> uid=%s,ou=accounts,dc=example,dc=org' +</em><em> </em>unityid* - this is the ldap field that contains a user's login id (for +Active Directory, this is usually sAMAccountName)</strong> <em>firstname</em> - this is the ldap field that contains a user's first name</strong> <em>lastname</em> - this is the ldap field that contains a user's last name +<strong> <em>email</em> - this is the ldap field that contains a user's email address</strong> <em>defaultemail</em> - if an email address is not provided by the ldap server, this will be appended to the end of the userid to create an email -address. In this case, email notifications will be disabled by default.</strong> </em>masterlogin<em> - this is the vcllookup account referred to in the +address. In this case, email notifications will be disabled by default. +<strong> <em>masterlogin</em> - this is the vcllookup account referred to in the "Prerequisites for your LDAP server" section - comment out this line if -using anonymous binds -<strong> <em>masterpwd</em> - password for the masterlogin account - comment out this -line if using anonymous binds</strong> </em>affiliationid<em> - this is the id from the SELECT statement in the first -step -<strong> <em>lookupuserbeforeauth</em> - Some LDAP servers will only allow the full DN +using anonymous binds</strong> <em>masterpwd</em> - password for the masterlogin account - comment out this +line if using anonymous binds +<strong> <em>affiliationid</em> - this is the id from the SELECT statement in the first +step</strong> <em>lookupuserbeforeauth</em> - Some LDAP servers will only allow the full DN of a user to be used when authenticating. If this is the case, you will need to set this to 1 and set a value for <em>lookupuserfield</em>. You can probably start out with this set to 0. If your LDAP server has users in -multiple containers, you will probably need to set this to 1. </strong> </em>lookupuserfield<em> - If you need to set </em>lookupuserbeforeauth<em> to 1, set +multiple containers, you will probably need to set this to 1. +<strong> <em>lookupuserfield</em> - If you need to set <em>lookupuserbeforeauth</em> to 1, set this to the attribute to use to search for the user in ldap. Typical values -are 'cn', 'uid', and 'samaccountname'. -</em><em> </em>help* - this is some text that will show up on the page where users +are 'cn', 'uid', and 'samaccountname'.</strong> <em>help</em> - this is some text that will show up on the page where users select the authentication method explaining why they would select this option</li> <li>Uncomment the <em>require_once</em> line for <em>ldapauth.php</em> toward the bottom of
Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-vmware.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-vmware.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-vmware.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,7 +83,18 @@ <div id="content"> <h1 class="title">VCL 2.3 - Further Steps if Using VMware</h1> - <p>If you are using standalone VMware servers (i.e. ones that VCL did not + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>If you are using standalone VMware servers (i.e. ones that VCL did not deploy using xCAT), you first need to configure a VM Profile to match your setup. Next, add the VMWare servers. Then, you need to add the virtual machines. You can either add them individually (Adding Individual VMWare @@ -92,37 +114,36 @@ Single Computer</em> or <em>Add Multiple </ol> <p>{anchor:vmprofile}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-ConfigureVMProfile(s)"></a></p> -<h2 id="configure-vm-profiles">Configure VM Profile(s)</h2> +<h2 id="configure-vm-profiles">Configure VM Profile(s)<a class="headerlink" href="#configure-vm-profiles" title="Permanent link">¶</a></h2> <ol> <li>Click <em>Virtual Hosts</em></li> <li>Select the <em>VM Host Profiles</em> tab</li> <li>Select a profile whose name matches your setup or click <em>New Profile...</em></li> <li> -<h1 id="if-using-an-existing-profile-click-configure-profile">If using an existing profile, click <em>Configure Profile</em></h1> +<h1 id="if-using-an-existing-profile-click-configure-profile">If using an existing profile, click <em>Configure Profile</em><a class="headerlink" href="#if-using-an-existing-profile-click-configure-profile" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="if-creating-a-new-profile">If creating a new profile:</h1> +<h1 id="if-creating-a-new-profile">If creating a new profile:<a class="headerlink" href="#if-creating-a-new-profile" title="Permanent link">¶</a></h1> </li> <li> -<h2 id="enter-the-name-of-the-profile">Enter the name of the profile</h2> +<h2 id="enter-the-name-of-the-profile">Enter the name of the profile<a class="headerlink" href="#enter-the-name-of-the-profile" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="click-create-profile">Click <em>Create Profile</em></h2> +<h2 id="click-create-profile">Click <em>Create Profile</em><a class="headerlink" href="#click-create-profile" title="Permanent link">¶</a></h2> </li> -<li>Configure the profile to match your setup. Hover over any ? icons to get +<li tip="tip">Configure the profile to match your setup. Hover over any ? icons to get further information about that field. More information is available on the <a href="vmware-configuration.html">VMware Configuration</a> page {tip} Just click on the text of any field you want to edit to change it. After changing it, click somewhere else to save the changed value for that field. -Changes are immediate; there is no "save" button for this tab. -{tip}</li> +Changes are immediate; there is no "save" button for this tab.</li> </ol> <p>{anchor:addhosts}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddVMwareHostServers"></a></p> -<h2 id="add-vmware-host-servers">Add VMware Host Servers</h2> +<h2 id="add-vmware-host-servers">Add VMware Host Servers<a class="headerlink" href="#add-vmware-host-servers" title="Permanent link">¶</a></h2> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddingIndividualVMwareServers"></a></p> -<h3 id="adding-individual-vmware-servers">Adding Individual VMware Servers</h3> +<h3 id="adding-individual-vmware-servers">Adding Individual VMware Servers<a class="headerlink" href="#adding-individual-vmware-servers" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select the <em>Add Single Computer</em> radio button</li> @@ -215,7 +236,7 @@ previous step</li> is not a problem.{info}</li> </ol> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddingMultipleVMWareServers"></a></p> -<h3 id="adding-multiple-vmware-servers">Adding Multiple VMWare Servers</h3> +<h3 id="adding-multiple-vmware-servers">Adding Multiple VMWare Servers<a class="headerlink" href="#adding-multiple-vmware-servers" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select the <em>Add Multiple Computers</em> radio button</li> @@ -335,9 +356,9 @@ previous step</li> </ol> <p>{anchor:addvms}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddVirtualMachines"></a></p> -<h2 id="add-virtual-machines">Add Virtual Machines</h2> +<h2 id="add-virtual-machines">Add Virtual Machines<a class="headerlink" href="#add-virtual-machines" title="Permanent link">¶</a></h2> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddingIndividualVirtualMachines"></a></p> -<h3 id="adding-individual-virtual-machines">Adding Individual Virtual Machines</h3> +<h3 id="adding-individual-virtual-machines">Adding Individual Virtual Machines<a class="headerlink" href="#adding-individual-virtual-machines" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select <em>Edit Computer Information</em></li> @@ -425,7 +446,7 @@ virtual machines.{note}</li> <li>Click <em>Submit</em></li> </ol> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AddingMultipleVirtualMachines"></a></p> -<h3 id="adding-multiple-virtual-machines">Adding Multiple Virtual Machines</h3> +<h3 id="adding-multiple-virtual-machines">Adding Multiple Virtual Machines<a class="headerlink" href="#adding-multiple-virtual-machines" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select <em>Edit Computer Information</em></li> @@ -542,26 +563,25 @@ virtual machines.{note}</li> </ol> <p>{anchor:assignvms}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-AssignVirtualMachine(s)toaVirtualHost"></a></p> -<h2 id="assign-virtual-machines-to-a-virtual-host">Assign Virtual Machine(s) to a Virtual Host</h2> +<h2 id="assign-virtual-machines-to-a-virtual-host">Assign Virtual Machine(s) to a Virtual Host<a class="headerlink" href="#assign-virtual-machines-to-a-virtual-host" title="Permanent link">¶</a></h2> <ol> <li>Click <em>Virtual Hosts</em></li> <li>On the <em>VM Hosts</em> tab, select the virtual host server added previously</li> <li>Click <em>Configure Host</em>, You should see VM limit set to a number along with the vm profile, two columns of VM's assigned to host and Unassigned VMs</li> -<li>Adjust the VM limit to the desired number of vms you would like to run on +<li note="note">Adjust the VM limit to the desired number of vms you would like to run on this host. {note} Please consult your hypervisor documentation for the recommended number of virtual machines to run concurrently for your virtual server -configuration -{note}</li> +configuration</li> <li>Select the virtual machine nodes from the Unassigned VMs: column</li> <li>Click Add</li> </ol> <p>{anchor:adddhcp}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-Addentriestodhcpd.conf"></a></p> -<h2 id="add-entries-to-dhcpdconf">Add entries to dhcpd.conf</h2> +<h2 id="add-entries-to-dhcpdconf">Add entries to dhcpd.conf<a class="headerlink" href="#add-entries-to-dhcpdconf" title="Permanent link">¶</a></h2> <p>You need to add entries for your VMs to your dhcpd.conf file so that they will correctly be assigned their private addresses at boot. 1. Click <em>Manage Computers</em> @@ -581,7 +601,7 @@ management node (ignore the part for dhc 1. Scroll to the bottom and click <em>Close</em></p> <p>{anchor:addetchosts}</p> <p><a name="VCL2.3-FurtherStepsifUsingVMware-Addentriesto/etc/hosts"></a></p> -<h2 id="add-entries-to-etchosts">Add entries to /etc/hosts</h2> +<h2 id="add-entries-to-etchosts">Add entries to /etc/hosts<a class="headerlink" href="#add-entries-to-etchosts" title="Permanent link">¶</a></h2> <p>You need to add entries for your VM hosts and VMs to /etc/hosts 1. Click <em>Manage Computers</em> 1. Select the <em>All VM Computers</em> and the <em>allComputers</em> groups in the list Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-xcat.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-xcat.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3---further-steps-if-using-xcat.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,11 +83,22 @@ <div id="content"> <h1 class="title">VCL 2.3 - Further steps if using xCAT</h1> - <p>Once you have added at least one computer, you can add more computers by + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>Once you have added at least one computer, you can add more computers by going to Manage Computers->Edit Computer Information and clicking <em>Add Single Computer</em> or <em>Add Multiple Computers"</em>.</p> <p><a name="VCL2.3-FurtherstepsifusingxCAT-AddingIndividualComputers"></a></p> -<h3 id="adding-individual-computers">Adding Individual Computers</h3> +<h3 id="adding-individual-computers">Adding Individual Computers<a class="headerlink" href="#adding-individual-computers" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select the <em>Add Single Computer</em> radio button</li> @@ -164,7 +186,7 @@ immediately available)</li> is not a problem.{info}</li> </ol> <p><a name="VCL2.3-FurtherstepsifusingxCAT-AddingMultipleComputers"></a></p> -<h3 id="adding-multiple-computers">Adding Multiple Computers</h3> +<h3 id="adding-multiple-computers">Adding Multiple Computers<a class="headerlink" href="#adding-multiple-computers" title="Permanent link">¶</a></h3> <ol> <li>Click <em>Manage Computers</em></li> <li>Select the <em>Add Multiple Computers</em> radio button</li> @@ -270,7 +292,7 @@ immediately available)</li> is not a problem.{info}</li> </ol> <p><a name="VCL2.3-FurtherstepsifusingxCAT-Addentriesto/etc/hosts"></a></p> -<h2 id="add-entries-to-etchosts">Add entries to /etc/hosts</h2> +<h2 id="add-entries-to-etchosts">Add entries to /etc/hosts<a class="headerlink" href="#add-entries-to-etchosts" title="Permanent link">¶</a></h2> <p>You need to add entries for your nodes to /etc/hosts 1. Click <em>Manage Computers</em> 1. Select the <em>allComputers</em> group in the list at the top Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-configure-frontend-authentication.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-configure-frontend-authentication.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-configure-frontend-authentication.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,13 +83,24 @@ <div id="content"> <h1 class="title">VCL 2.3 Configure Frontend Authentication</h1> - <p>{excerpt:hidden=true} + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>{excerpt:hidden=true} How to configure authentication for the frontend VCL web code using LDAP and Local accounts.{excerpt}</p> <p><a name="VCL2.3ConfigureFrontendAuthentication-ConfigureFrontendAuthentication"></a></p> -<h1 id="configure-frontend-authentication">Configure Frontend Authentication</h1> +<h1 id="configure-frontend-authentication">Configure Frontend Authentication<a class="headerlink" href="#configure-frontend-authentication" title="Permanent link">¶</a></h1> <p><a name="VCL2.3ConfigureFrontendAuthentication-*AddingLocalVCLAccounts*"></a></p> -<h2 id="adding-local-vcl-accounts"><em>Adding Local VCL Accounts</em></h2> +<h2 id="adding-local-vcl-accounts"><em>Adding Local VCL Accounts</em><a class="headerlink" href="#adding-local-vcl-accounts" title="Permanent link">¶</a></h2> <p>Local VCL accounts are contained within the VCL database. The <em>admin</em> account is a local VCL account. Additional local accounts can be added via the backend management node code. After you have finished the backend Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-database-installation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-database-installation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-database-installation.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,32 +83,43 @@ <div id="content"> <h1 class="title">VCL 2.3 Database Installation</h1> - <p>{excerpt:hidden=true}How to install MySQL Server, create the VCL database, + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>{excerpt:hidden=true}How to install MySQL Server, create the VCL database, and import the VCL database schema{excerpt}</p> <p><a name="VCL2.3DatabaseInstallation-Install&ConfiguretheDatabase"></a></p> -<h1 id="install-configure-the-database">Install & Configure the Database</h1> +<h1 id="install-configure-the-database">Install & Configure the Database<a class="headerlink" href="#install-configure-the-database" title="Permanent link">¶</a></h1> <ol> <li>h2. Download & Extract the Apache VCL Source</li> <li> -<h1 id="if-you-have-not-already-done-so-download-and-the-apache-vcl-source-to">If you have not already done so, download and the Apache VCL source to</h1> +<h1 id="if-you-have-not-already-done-so-download-and-the-apache-vcl-source-to">If you have not already done so, download and the Apache VCL source to<a class="headerlink" href="#if-you-have-not-already-done-so-download-and-the-apache-vcl-source-to" title="Permanent link">¶</a></h1> the database server: {tip}wget --trust-server-names '{nolink:http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2}'{tip}</li> <li> -<h1 id="extract-the-files">Extract the files:</h1> +<h1 id="extract-the-files">Extract the files:<a class="headerlink" href="#extract-the-files" title="Permanent link">¶</a></h1> {tip}tar -jxvf apache-VCL-2.3.tar.bz2{tip}</li> <li>h2. Install MySQL Server</li> <li> -<h1 id="install-mysql-server-5x-tipyum-install-mysql-server-45ytip">Install MySQL Server 5.x: {tip}yum install mysql-server -y{tip}</h1> +<h1 id="install-mysql-server-5x-tipyum-install-mysql-server-45ytip">Install MySQL Server 5.x: {tip}yum install mysql-server -y{tip}<a class="headerlink" href="#install-mysql-server-5x-tipyum-install-mysql-server-45ytip" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="configure-the-mysql-daemon-mysqld-to-start-automatically">Configure the MySQL daemon (mysqld) to start automatically:</h1> +<h1 id="configure-the-mysql-daemon-mysqld-to-start-automatically">Configure the MySQL daemon (mysqld) to start automatically:<a class="headerlink" href="#configure-the-mysql-daemon-mysqld-to-start-automatically" title="Permanent link">¶</a></h1> {tip}/sbin/chkconfig --level 345 mysqld on{tip}</li> <li> -<h1 id="start-the-mysql-daemon">Start the MySQL daemon:</h1> +<h1 id="start-the-mysql-daemon">Start the MySQL daemon:<a class="headerlink" href="#start-the-mysql-daemon" title="Permanent link">¶</a></h1> {tip}/sbin/service mysqld start{tip}</li> <li> -<h1 id="if-the-iptables-firewall-is-being-used-and-the-web-server-and-management">If the iptables firewall is being used and the web server and management</h1> +<h1 id="if-the-iptables-firewall-is-being-used-and-the-web-server-and-management">If the iptables firewall is being used and the web server and management<a class="headerlink" href="#if-the-iptables-firewall-is-being-used-and-the-web-server-and-management" title="Permanent link">¶</a></h1> nodes will be on different machines, port 3306 should be opend up {tip} vi /etc/sysconfig/iptables @@ -111,13 +133,13 @@ service iptables restart</p> <p>h2. Create the VCL Database</p> </li> <li> -<h1 id="run-the-mysql-command-line-client-tipmysqltip">Run the MySQL command-line client: {tip}mysql{tip}</h1> +<h1 id="run-the-mysql-command-line-client-tipmysqltip">Run the MySQL command-line client: {tip}mysql{tip}<a class="headerlink" href="#run-the-mysql-command-line-client-tipmysqltip" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="create-a-database">Create a database:</h1> +<h1 id="create-a-database">Create a database:<a class="headerlink" href="#create-a-database" title="Permanent link">¶</a></h1> {tip}CREATE DATABASE vcl;{tip}</li> <li> -<h1 id="create-a-user-with-select-insert-update-delete-and-create-temporary">Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY</h1> +<h1 id="create-a-user-with-select-insert-update-delete-and-create-temporary">Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY<a class="headerlink" href="#create-a-user-with-select-insert-update-delete-and-create-temporary" title="Permanent link">¶</a></h1> TABLES privileges on the database you just created: {tip}GRANT SELECT,INSERT,UPDATE,DELETE,CREATE TEMPORARY TABLES ON vcl.* TO '<em>vcluser</em>'@'localhost' IDENTIFIED BY '<em>vcluserpassword</em>';{tip} @@ -126,10 +148,10 @@ want to use to connect to the database{n {info}The GRANT command will automatically create the user if it doesn't already exist{info}</li> <li> -<h1 id="exit-the-mysql-command-line-client-tipexittip">Exit the MySQL command-line client: {tip}exit{tip}</h1> +<h1 id="exit-the-mysql-command-line-client-tipexittip">Exit the MySQL command-line client: {tip}exit{tip}<a class="headerlink" href="#exit-the-mysql-command-line-client-tipexittip" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="import-the-vclsql-file-into-the-database">Import the vcl.sql file into the database:</h1> +<h1 id="import-the-vclsql-file-into-the-database">Import the vcl.sql file into the database:<a class="headerlink" href="#import-the-vclsql-file-into-the-database" title="Permanent link">¶</a></h1> {tip}mysql vcl < apache-VCL-2.3/mysql/vcl.sql{tip} {info}The <em>vcl.sql</em> file is included in the <em>mysql</em> directory within the Apache VCL source code{info}</li> Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-installation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-installation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-installation.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,8 +83,19 @@ <div id="content"> <h1 class="title">VCL 2.3 Installation</h1> - <p><a name="VCL2.3Installation-Install&Configure:"></a></p> -<h3 id="install-configure">Install & Configure:</h3> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p><a name="VCL2.3Installation-Install&Configure:"></a></p> +<h3 id="install-configure">Install & Configure:<a class="headerlink" href="#install-configure" title="Permanent link">¶</a></h3> <ol> <li><a href="vcl:vcl-2.3-installation#database.html">Database</a></li> <li><a href="vcl:vcl-2.3-installation#web.html">Web Components</a></li> @@ -81,17 +103,13 @@ <li><a href="vcl:vcl-2.3-installation#authentication.html">Configure Authentication</a></li> </ol> <hr /> -<p>{anchor:Database} -{include:VCL 2.3 Database Installation}</p> +<p 2.3="2.3" Database="Database" Installation="Installation" include:VCL="include:VCL">{anchor:Database}</p> <hr /> -<p>{anchor:Web} -{include:VCL 2.3 Web Code Installation}</p> +<p 2.3="2.3" Code="Code" Installation="Installation" Web="Web" include:VCL="include:VCL">{anchor:Web}</p> <hr /> -<p>{anchor:ManagementNode} -{include:VCL 2.3 Management Node Installation}</p> +<p 2.3="2.3" Installation="Installation" Management="Management" Node="Node" include:VCL="include:VCL">{anchor:ManagementNode}</p> <hr /> -<p>{anchor:Authentication} -{include:VCL 2.3 Configure Frontend Authentication}</p> +<p 2.3="2.3" Authentication="Authentication" Configure="Configure" Frontend="Frontend" include:VCL="include:VCL">{anchor:Authentication}</p> </div> <div id="footer"> Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-management-node-installation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-management-node-installation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-management-node-installation.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-web-code-installation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-web-code-installation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3-web-code-installation.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,20 +83,31 @@ <div id="content"> <h1 class="title">VCL 2.3 Web Code Installation</h1> - <p>{excerpt:hidden=true} + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>{excerpt:hidden=true} How to install and configure the frontend VCL web code. It also describes how to add local accounts to the VCL database, configure LDAP authentication, and set the timezone correctly.{excerpt}</p> <p><a name="VCL2.3WebCodeInstallation-Install&ConfiguretheWebComponents"></a></p> -<h1 id="install-configure-the-web-components">Install & Configure the Web Components</h1> +<h1 id="install-configure-the-web-components">Install & Configure the Web Components<a class="headerlink" href="#install-configure-the-web-components" title="Permanent link">¶</a></h1> <p><a name="VCL2.3WebCodeInstallation-*Prerequisites*"></a></p> -<h2 id="prerequisites"><em>Prerequisites</em></h2> +<h2 id="prerequisites"><em>Prerequisites</em><a class="headerlink" href="#prerequisites" title="Permanent link">¶</a></h2> <p>The following instructions assume these tasks have previously been completed: <em> <a href="download.html">Apache VCL 2.3 has been downloaded</a> </em> <a href="vcl:vcl-2.3-database-installation.html">VCL database has been installed and configured</a></p> <p><a name="VCL2.3WebCodeInstallation-WebServer:"></a></p> -<h4 id="web-server">Web Server:</h4> +<h4 id="web-server">Web Server:<a class="headerlink" href="#web-server" title="Permanent link">¶</a></h4> <ul> <li>Apache HTTP Server v1.3 or v2.x with SSL enabled</li> <li>PHP 5.0 or later</li> @@ -94,7 +116,7 @@ completed: of running PHP code, but has only been tested to work with Apache HTTP Server.{info}</p> <p><a name="VCL2.3WebCodeInstallation-RequiredLinuxPackages:"></a></p> -<h4 id="required-linux-packages">Required Linux Packages:</h4> +<h4 id="required-linux-packages">Required Linux Packages:<a class="headerlink" href="#required-linux-packages" title="Permanent link">¶</a></h4> <ul> <li><em>httpd</em> - Apache HTTP Server</li> <li><em>mod_ssl</em> - SSL/TLS module for the Apache HTTP server</li> @@ -104,7 +126,7 @@ removed with a <a href="vcl:patch-to-rem )</li> </ul> <p><a name="VCL2.3WebCodeInstallation-RequiredPHPModules:"></a></p> -<h4 id="required-php-modules">Required PHP Modules:</h4> +<h4 id="required-php-modules">Required PHP Modules:<a class="headerlink" href="#required-php-modules" title="Permanent link">¶</a></h4> <ul> <li><em>php-gd</em></li> <li><em>php-json</em> (required if your PHP version is 5.2 or later)</li> @@ -118,7 +140,7 @@ removed with a <a href="vcl:patch-to-rem <p><em>php-process</em> (for RHEL/CentOS 6)</p> </li> <li> -<h1 id="if-your-web-server-is-running-a-red-hat-based-os-the-required">If your web server is running a Red Hat-based OS, the required</h1> +<h1 id="if-your-web-server-is-running-a-red-hat-based-os-the-required">If your web server is running a Red Hat-based OS, the required<a class="headerlink" href="#if-your-web-server-is-running-a-red-hat-based-os-the-required" title="Permanent link">¶</a></h1> <p>components can be installed with:</p> </li> </ul> @@ -158,136 +180,129 @@ up: </pre></div> -<p>{tip} -service iptables restart -{tip}</p> +<p tip="tip">{tip} +service iptables restart</p> <ol> <li>h2. Install the VCL Frontend Web Code</li> -<li> -<h1 id="if-you-have-not-already-done-so-download-and-extract-the-source-files">If you have not already done so, download and extract the source files</h1> +<li tip="tip"> +<h1 id="if-you-have-not-already-done-so-download-and-extract-the-source-files">If you have not already done so, download and extract the source files<a class="headerlink" href="#if-you-have-not-already-done-so-download-and-extract-the-source-files" title="Permanent link">¶</a></h1> on the web server: {tip} wget --trust-server-names '{nolink:http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2}' -tar -jxvf apache-VCL-2.3.tar.bz2 -{tip}</li> -<li> -<h1 id="copy-the-web-directory-to-a-location-under-the-web-root-of-your-web">Copy the <em>web</em> directory to a location under the web root of your web</h1> +tar -jxvf apache-VCL-2.3.tar.bz2</li> +<li tip="tip"> +<h1 id="copy-the-web-directory-to-a-location-under-the-web-root-of-your-web">Copy the <em>web</em> directory to a location under the web root of your web<a class="headerlink" href="#copy-the-web-directory-to-a-location-under-the-web-root-of-your-web" title="Permanent link">¶</a></h1> server and navigate to the destination <em>.ht-inc</em> subdirectory: {tip} cp -r apache-VCL-2.3/web/ /var/www/html/vcl -cd /var/www/html/vcl/.ht-inc -{tip}</li> -<li> -<h1 id="copy-secrets-defaultphp-to-secretsphp">Copy <em>secrets-default.php</em> to <em>secrets.php</em>:</h1> +cd /var/www/html/vcl/.ht-inc</li> +<li tip="tip"> +<h1 id="copy-secrets-defaultphp-to-secretsphp">Copy <em>secrets-default.php</em> to <em>secrets.php</em>:<a class="headerlink" href="#copy-secrets-defaultphp-to-secretsphp" title="Permanent link">¶</a></h1> {tip} -cp secrets-default.php secrets.php -{tip}</li> -<li> -<h1 id="edit-the-secretsphp-file">Edit the <em>secrets.php</em> file:</h1> +cp secrets-default.php secrets.php</li> +<li tip="tip"> +<h1 id="edit-the-secretsphp-file">Edit the <em>secrets.php</em> file:<a class="headerlink" href="#edit-the-secretsphp-file" title="Permanent link">¶</a></h1> {tip} -vi secrets.php -{tip}</li> +vi secrets.php</li> <li> -<h1 id="set-the-following-variables-to-match-your-database-configuration">* Set the following variables to match your database configuration:</h1> +<h1 id="set-the-following-variables-to-match-your-database-configuration">* Set the following variables to match your database configuration:<a class="headerlink" href="#set-the-following-variables-to-match-your-database-configuration" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="vclhost"><em><em> </em>$vclhost</em></h1> +<h1 id="vclhost"><em><em> </em>$vclhost</em><a class="headerlink" href="#vclhost" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="vcldb"><em><em> </em>$vcldb</em></h1> +<h1 id="vcldb"><em><em> </em>$vcldb</em><a class="headerlink" href="#vcldb" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="vclusername"><em><em> </em>$vclusername</em></h1> +<h1 id="vclusername"><em><em> </em>$vclusername</em><a class="headerlink" href="#vclusername" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="vclpassword"><em><em> </em>$vclpassword</em></h1> +<h1 id="vclpassword"><em><em> </em>$vclpassword</em><a class="headerlink" href="#vclpassword" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="create-random-passwords-for-the-following-variables">* Create random passwords for the following variables:</h1> +<h1 id="create-random-passwords-for-the-following-variables">* Create random passwords for the following variables:<a class="headerlink" href="#create-random-passwords-for-the-following-variables" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="cryptkey"><em><em> </em>$cryptkey</em></h1> +<h1 id="cryptkey"><em><em> </em>$cryptkey</em><a class="headerlink" href="#cryptkey" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="pemkey"><em><em> </em>$pemkey</em></h1> +<h1 id="pemkey"><em><em> </em>$pemkey</em><a class="headerlink" href="#pemkey" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="save-the-secretsphp-file">* Save the secrets.php file</h1> +<h1 id="save-the-secretsphp-file">* Save the secrets.php file<a class="headerlink" href="#save-the-secretsphp-file" title="Permanent link">¶</a></h1> </li> -<li> -<h1 id="run-the-genkeyssh">Run the <em>genkeys.sh</em></h1> +<li tip="tip"> +<h1 id="run-the-genkeyssh">Run the <em>genkeys.sh</em><a class="headerlink" href="#run-the-genkeyssh" title="Permanent link">¶</a></h1> {tip} -./genkeys.sh -{tip}</li> -<li> -<h1 id="copy-conf-defaultphp-to-confphp">Copy <em>conf-default.php</em> to <em>conf.php</em>:</h1> +./genkeys.sh</li> +<li tip="tip"> +<h1 id="copy-conf-defaultphp-to-confphp">Copy <em>conf-default.php</em> to <em>conf.php</em>:<a class="headerlink" href="#copy-conf-defaultphp-to-confphp" title="Permanent link">¶</a></h1> {tip} -cp conf-default.php conf.php -{tip}</li> +cp conf-default.php conf.php</li> <li> -<h1 id="modify-confphp-to-match-your-site">Modify <em>conf.php</em> to match your site</h1> +<h1 id="modify-confphp-to-match-your-site">Modify <em>conf.php</em> to match your site<a class="headerlink" href="#modify-confphp-to-match-your-site" title="Permanent link">¶</a></h1> {tip}vi conf.php{tip} {info}Modify every entry under <em>"Things in this section must be modified"</em>. Descriptions and pointers for each value are included within conf.php.{info}</li> <li> -<h1 id="cookiedomain-45-set-this-to-the-domain-name-your-web-server-is-using">* <em>COOKIEDOMAIN</em> - set this to the domain name your web server is using</h1> +<h1 id="cookiedomain-45-set-this-to-the-domain-name-your-web-server-is-using">* <em>COOKIEDOMAIN</em> - set this to the domain name your web server is using<a class="headerlink" href="#cookiedomain-45-set-this-to-the-domain-name-your-web-server-is-using" title="Permanent link">¶</a></h1> or leave it blank if you are only accessing the web server by its IP address</li> <li> -<h1 id="set-the-owner-of-the-ht-incmaintenance-directory-to-the-web-server">Set the owner of the <em>.ht-inc/maintenance</em> directory to the web server</h1> +<h1 id="set-the-owner-of-the-ht-incmaintenance-directory-to-the-web-server">Set the owner of the <em>.ht-inc/maintenance</em> directory to the web server<a class="headerlink" href="#set-the-owner-of-the-ht-incmaintenance-directory-to-the-web-server" title="Permanent link">¶</a></h1> user (normally 'apache'): {tip}chown apache maintenance{tip}</li> <li> -<h1 id="open-the-testsetupphp-page-in-a-web-browser">Open the <em>testsetup.php</em> page in a web browser:</h1> +<h1 id="open-the-testsetupphp-page-in-a-web-browser">Open the <em>testsetup.php</em> page in a web browser:<a class="headerlink" href="#open-the-testsetupphp-page-in-a-web-browser" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="if-you-set-up-your-site-to-be-httpsmyserverorgvcl">* If you set up your site to be <a href="https://my.server.org/vcl/">https://my.server.org/vcl/</a></h1> +<h1 id="if-you-set-up-your-site-to-be-httpsmyserverorgvcl">* If you set up your site to be <a href="https://my.server.org/vcl/">https://my.server.org/vcl/</a><a class="headerlink" href="#if-you-set-up-your-site-to-be-httpsmyserverorgvcl" title="Permanent link">¶</a></h1> open [https://my.server.org/vcl/testsetup.php]</li> <li> -<h1 id="debug-any-issues-reported-by-testsetupphp">* Debug any issues reported by testsetup.php</h1> +<h1 id="debug-any-issues-reported-by-testsetupphp">* Debug any issues reported by testsetup.php<a class="headerlink" href="#debug-any-issues-reported-by-testsetupphp" title="Permanent link">¶</a></h1> </li> <li>h2. Log In to the VCL Website</li> <li> -<h1 id="open-the-indexphp-page-in-your-browser-httpsmyserverorgvclindexphp">Open the index.php page in your browser (<a href="https://my.server.org/vcl/index.php">https://my.server.org/vcl/index.php</a></h1> +<h1 id="open-the-indexphp-page-in-your-browser-httpsmyserverorgvclindexphp">Open the index.php page in your browser (<a href="https://my.server.org/vcl/index.php">https://my.server.org/vcl/index.php</a><a class="headerlink" href="#open-the-indexphp-page-in-your-browser-httpsmyserverorgvclindexphp" title="Permanent link">¶</a></h1> )</li> <li> -<h1 id="select-local-account">* Select <em>Local Account</em></h1> +<h1 id="select-local-account">* Select <em>Local Account</em><a class="headerlink" href="#select-local-account" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="username-admin">* Username: <em>admin</em></h1> +<h1 id="username-admin">* Username: <em>admin</em><a class="headerlink" href="#username-admin" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="password-adminvc1passw0rd">* Password: <em>adminVc1passw0rd</em></h1> +<h1 id="password-adminvc1passw0rd">* Password: <em>adminVc1passw0rd</em><a class="headerlink" href="#password-adminvc1passw0rd" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="set-the-admin-user-password-optional">Set the admin user password (optional):</h1> +<h1 id="set-the-admin-user-password-optional">Set the admin user password (optional):<a class="headerlink" href="#set-the-admin-user-password-optional" title="Permanent link">¶</a></h1> </li> <li> -<h2 id="click-user-preferences">Click <em>User Preferences</em></h2> +<h2 id="click-user-preferences">Click <em>User Preferences</em><a class="headerlink" href="#click-user-preferences" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="enter-the-current-password-adminvc1passw0rd">Enter the current password: <em>adminVc1passw0rd</em></h2> +<h2 id="enter-the-current-password-adminvc1passw0rd">Enter the current password: <em>adminVc1passw0rd</em><a class="headerlink" href="#enter-the-current-password-adminvc1passw0rd" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="enter-a-new-password">Enter a new password</h2> +<h2 id="enter-a-new-password">Enter a new password<a class="headerlink" href="#enter-a-new-password" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="click-submit-changes">Click <em>Submit Changes</em></h2> +<h2 id="click-submit-changes">Click <em>Submit Changes</em><a class="headerlink" href="#click-submit-changes" title="Permanent link">¶</a></h2> </li> <li>h2. Add a Management Node to the Database</li> <li> -<h1 id="click-the-management-nodes-link">Click the <em>Management Nodes</em> link</h1> +<h1 id="click-the-management-nodes-link">Click the <em>Management Nodes</em> link<a class="headerlink" href="#click-the-management-nodes-link" title="Permanent link">¶</a></h1> </li> <li> -<h2 id="click-add">Click <em>Add</em></h2> +<h2 id="click-add">Click <em>Add</em><a class="headerlink" href="#click-add" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="fill-in-these-required-fields">Fill in these required fields:</h2> +<h2 id="fill-in-these-required-fields">Fill in these required fields:<a class="headerlink" href="#fill-in-these-required-fields" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="hostname-the-name-of-the-management-node-server-this-value">* <em>Hostname -</em> The name of the management node server. This value</h2> +<h2 id="hostname-the-name-of-the-management-node-server-this-value">* <em>Hostname -</em> The name of the management node server. This value<a class="headerlink" href="#hostname-the-name-of-the-management-node-server-this-value" title="Permanent link">¶</a></h2> doesn't necessarily need to be a name registered in DNS nor does it need to be the value displayed by the Linux <em>hostname</em> command. For example, if you are installing all of the VCL components on the same machine you can set @@ -297,51 +312,51 @@ performed during the <a href="vcl:vcl-2. , the value enter for Hostname must match the value you enter for FQDN in the /etc/vcl/vcld.conf file on the management node.{info}</li> <li> -<h2 id="ip-address-45-the-public-ip-address-of-the-management-node">* <em>IP address</em> - the public IP address of the management node</h2> +<h2 id="ip-address-45-the-public-ip-address-of-the-management-node">* <em>IP address</em> - the public IP address of the management node<a class="headerlink" href="#ip-address-45-the-public-ip-address-of-the-management-node" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="sysadmin-email-address-45-error-emails-will-be-sent-to-this-address">* <em>SysAdmin Email Address</em> - error emails will be sent to this address</h2> +<h2 id="sysadmin-email-address-45-error-emails-will-be-sent-to-this-address">* <em>SysAdmin Email Address</em> - error emails will be sent to this address<a class="headerlink" href="#sysadmin-email-address-45-error-emails-will-be-sent-to-this-address" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="install-path-45-this-is-parent-directory-under-which-image-files">* <em>Install Path</em> - this is parent directory under which image files</h2> +<h2 id="install-path-45-this-is-parent-directory-under-which-image-files">* <em>Install Path</em> - this is parent directory under which image files<a class="headerlink" href="#install-path-45-this-is-parent-directory-under-which-image-files" title="Permanent link">¶</a></h2> will be stored - only required if doing bare metal installs or using VMWare with local disks</li> <li> -<h2 id="end-node-ssh-identity-key-files-45-enter-etcvclvclkey-unless-you">* <em>End Node SSH Identity Key Files</em> - enter /etc/vcl/vcl.key unless you</h2> +<h2 id="end-node-ssh-identity-key-files-45-enter-etcvclvclkey-unless-you">* <em>End Node SSH Identity Key Files</em> - enter /etc/vcl/vcl.key unless you<a class="headerlink" href="#end-node-ssh-identity-key-files-45-enter-etcvclvclkey-unless-you" title="Permanent link">¶</a></h2> know you are using a different SSH identity key file</li> <li> -<h2 id="optionally-fill-in-these-fields">Optionally, fill in these fields:</h2> +<h2 id="optionally-fill-in-these-fields">Optionally, fill in these fields:<a class="headerlink" href="#optionally-fill-in-these-fields" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="address-for-shadow-emails-45-end-users-are-sent-various-emails-about">* <em>Address for Shadow Emails</em> - End users are sent various emails about</h2> +<h2 id="address-for-shadow-emails-45-end-users-are-sent-various-emails-about">* <em>Address for Shadow Emails</em> - End users are sent various emails about<a class="headerlink" href="#address-for-shadow-emails-45-end-users-are-sent-various-emails-about" title="Permanent link">¶</a></h2> the status of their reservations. If this field is configured, copies of all of those emails will be sent to this address.</li> <li> -<h2 id="public-nic-configuration-method-45-this-defaults-to-dynamic-dhcp-">* <em>Public NIC configuration method</em> - this defaults to Dynamic DHCP -</h2> +<h2 id="public-nic-configuration-method-45-this-defaults-to-dynamic-dhcp-">* <em>Public NIC configuration method</em> - this defaults to Dynamic DHCP -<a class="headerlink" href="#public-nic-configuration-method-45-this-defaults-to-dynamic-dhcp-" title="Permanent link">¶</a></h2> if DHCP is not available for the public interface of your nodes, you can set this to Static. Then, the IP configuration on the nodes will be manually set using Public Netmask, Public Gateway, Public DNS Server, and the IP address set for the computer under Manage Computers</li> <li> -<h1 id="click-confirm-management-node">Click <em>Confirm Management Node</em></h1> +<h1 id="click-confirm-management-node">Click <em>Confirm Management Node</em><a class="headerlink" href="#click-confirm-management-node" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="click-submit">Click <em>Submit</em></h1> +<h1 id="click-submit">Click <em>Submit</em><a class="headerlink" href="#click-submit" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="click-the-management-nodes-link_1">Click the <em>Management Nodes</em> link</h1> +<h1 id="click-the-management-nodes-link_1">Click the <em>Management Nodes</em> link<a class="headerlink" href="#click-the-management-nodes-link_1" title="Permanent link">¶</a></h1> </li> <li> -<h2 id="select-edit-management-node-grouping">Select <em>Edit Management Node Grouping</em></h2> +<h2 id="select-edit-management-node-grouping">Select <em>Edit Management Node Grouping</em><a class="headerlink" href="#select-edit-management-node-grouping" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="click-submit_1">Click <em>Submit</em></h2> +<h2 id="click-submit_1">Click <em>Submit</em><a class="headerlink" href="#click-submit_1" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="select-the-checkbox-for-your-management-node">Select the checkbox for your management node</h2> +<h2 id="select-the-checkbox-for-your-management-node">Select the checkbox for your management node<a class="headerlink" href="#select-the-checkbox-for-your-management-node" title="Permanent link">¶</a></h2> </li> <li> -<h2 id="click-submit-changes_1">Click <em>Submit Changes</em></h2> +<h2 id="click-submit-changes_1">Click <em>Submit Changes</em><a class="headerlink" href="#click-submit-changes_1" title="Permanent link">¶</a></h2> </li> <li>h2. Install & Configure phpMyAdmin (Optional): {excerpt-include:VCL 2.3 phpMyAdmin Installation & Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-2.3.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-2.3.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-2.3.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,9 +83,20 @@ <div id="content"> <h1 class="title">VCL 2.3</h1> - <p>VCL 2.3 was release on July 20th, 2012</p> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>VCL 2.3 was release on July 20th, 2012</p> <p><a name="VCL2.3-TableofContents"></a></p> -<h2 id="table-of-contents">Table of Contents</h2> +<h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-of-contents" title="Permanent link">¶</a></h2> <ul> <li><a href="#VCL2.3-Downloadlinks">Download links</a></li> <li><a href="#VCL2.3-ReleaseNotes">Release Notes</a> @@ -90,7 +112,7 @@ * <a href="#VCL2.3-Task">Task</a></li> </ul> <p><a name="VCL2.3-Downloadlinks"></a></p> -<h2 id="download-links">Download links</h2> +<h2 id="download-links">Download links<a class="headerlink" href="#download-links" title="Permanent link">¶</a></h2> <p>Please make sure to download VCL from a mirror server. The following link will automatically select one for you that should be close to you. After downloading it <em>make sure</em> you verify it with MD5 or SHA1 sums <em>AND</em> the @@ -102,31 +124,27 @@ Apache, not from mirrors).</p> <a href="http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2.sha1">SHA1 Sum</a> <a href="http://www.apache.org/dist/vcl/KEYS">VCL KEYS file</a></p> <ol> -<li>Verify the MD5 sum (output should be "apache-VCL-2.3.tar.bz2: OK"): +<li tip="tip">Verify the MD5 sum (output should be "apache-VCL-2.3.tar.bz2: OK"): {tip} -md5sum -c apache-VCL-2.3.tar.bz2.md5 -{tip}</li> -<li>Verify the SHA1 sum (output should be "apache-VCL-2.3.tar.bz2: OK"): +md5sum -c apache-VCL-2.3.tar.bz2.md5</li> +<li tip="tip">Verify the SHA1 sum (output should be "apache-VCL-2.3.tar.bz2: OK"): {tip} -sha1sum -c apache-VCL-2.3.tar.bz2.sha1 -{tip}</li> +sha1sum -c apache-VCL-2.3.tar.bz2.sha1</li> <li>Verify the GPG signature (you'll need to have <a href="http://www.gnupg.org/">GnuPG</a> installed):</li> -<li> -<h1 id="download-and-import-the-vcl-keys-file-if-youve-imported-the-keys-file">download and import the VCL KEYS file (if you've imported the KEYS file</h1> +<li tip="tip"> +<h1 id="download-and-import-the-vcl-keys-file-if-youve-imported-the-keys-file">download and import the VCL KEYS file (if you've imported the KEYS file<a class="headerlink" href="#download-and-import-the-vcl-keys-file-if-youve-imported-the-keys-file" title="Permanent link">¶</a></h1> for previously releases, you do not need to import it again): {tip} -gpg --import KEYS -{tip}</li> +gpg --import KEYS</li> <li> -<h1 id="download-the-gpg-signature-to-the-same-location-as-the-release-file">download the GPG Signature to the same location as the release file</h1> +<h1 id="download-the-gpg-signature-to-the-same-location-as-the-release-file">download the GPG Signature to the same location as the release file<a class="headerlink" href="#download-the-gpg-signature-to-the-same-location-as-the-release-file" title="Permanent link">¶</a></h1> </li> -<li> -<h1 id="from-the-directory-containing-both-the-release-file-and-the-gpg">from the directory containing both the release file and the GPG</h1> +<li tip="tip"> +<h1 id="from-the-directory-containing-both-the-release-file-and-the-gpg">from the directory containing both the release file and the GPG<a class="headerlink" href="#from-the-directory-containing-both-the-release-file-and-the-gpg" title="Permanent link">¶</a></h1> signature, run {tip} -gpg --verify apache-VCL-2.3.tar.bz2.asc -{tip}</li> +gpg --verify apache-VCL-2.3.tar.bz2.asc</li> <li>For new installs, visit the on-line <a href="vcl-2.3-installation.html">installation guide</a> .</li> <li>For upgrades, visit the on-line guide for your installed version (you can @@ -149,9 +167,9 @@ in the web code - i.e. "ASF VCL 2.2.1"): </li> </ol> <p><a name="VCL2.3-ReleaseNotes"></a></p> -<h2 id="release-notes">Release Notes</h2> +<h2 id="release-notes">Release Notes<a class="headerlink" href="#release-notes" title="Permanent link">¶</a></h2> <p><a name="VCL2.3-I.IntroandDescription"></a></p> -<h4 id="i-intro-and-description">I. Intro and Description</h4> +<h4 id="i-intro-and-description">I. Intro and Description<a class="headerlink" href="#i-intro-and-description" title="Permanent link">¶</a></h4> <p>VCL, Virtual Computing Lab. The VCL can be many things, first and foremost it is an open-source system used to dynamically provision and broker remote access to a dedicated compute environment for an end-user. The provisioned @@ -177,7 +195,7 @@ of servers in a server farm or HPC clust </em> KVM * Virtual Box</p> <p><a name="VCL2.3-II.VCLRoadmap"></a></p> -<h4 id="ii-vcl-roadmap">II. VCL Roadmap</h4> +<h4 id="ii-vcl-roadmap">II. VCL Roadmap<a class="headerlink" href="#ii-vcl-roadmap" title="Permanent link">¶</a></h4> <p>VCL 2.3 (this release) <em> Service deployments </em> Allow for additional connect methods for environments (port, other @@ -208,7 +226,7 @@ obvious goal to create a community of us Bringing in more developers should become easier as VCL becomes easier to install.</p> <p><a name="VCL2.3-III.GettingInvolvedintheASFVCLCommunity"></a></p> -<h4 id="iii-getting-involved-in-the-asf-vcl-community">III. Getting Involved in the ASF VCL Community</h4> +<h4 id="iii-getting-involved-in-the-asf-vcl-community">III. Getting Involved in the ASF VCL Community<a class="headerlink" href="#iii-getting-involved-in-the-asf-vcl-community" title="Permanent link">¶</a></h4> <p>There are five ways to become involved in the ASF VCL community.</p> <ul> <li> @@ -254,7 +272,7 @@ provide some guidance.</p> </li> </ul> <p><a name="VCL2.3-IV.HowtoSubmitBugsandFeatureRequests"></a></p> -<h4 id="iv-how-to-submit-bugs-and-feature-requests">IV. How to Submit Bugs and Feature Requests</h4> +<h4 id="iv-how-to-submit-bugs-and-feature-requests">IV. How to Submit Bugs and Feature Requests<a class="headerlink" href="#iv-how-to-submit-bugs-and-feature-requests" title="Permanent link">¶</a></h4> <p>If you find a bug, please submit a bug report to our JIRA bug tracking system at <a href="http://issues.apache.org/jira/browse/VCL">http://issues.apache.org/jira/browse/VCL</a> (you will need to set up an account there if you haven't already done so - @@ -268,10 +286,10 @@ a feature request on the vcl-dev list.</ help us know how to prioritize issues. You can also "watch" the issue to see when activity related to it is submitted.</p> <p><a name="VCL2.3-ChangeLog"></a></p> -<h2 id="change-log">Change Log</h2> +<h2 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Permanent link">¶</a></h2> <p>Release Notes - VCL - Version 2.3</p> <p><a name="VCL2.3-Sub-task"></a></p> -<h4 id="sub-task">Sub-task</h4> +<h4 id="sub-task">Sub-task<a class="headerlink" href="#sub-task" title="Permanent link">¶</a></h4> <ul> <li>[<a href="https://issues.apache.org/jira/browse/VCL-319">VCL-319</a> ] - API LDAP authentication problem with servers where DN must be @@ -282,7 +300,7 @@ looked up </li> ] - allow private IP address to be set and modified for computers </li> </ul> <p><a name="VCL2.3-Bug"></a></p> -<h4 id="bug">Bug</h4> +<h4 id="bug">Bug<a class="headerlink" href="#bug" title="Permanent link">¶</a></h4> <ul> <li>[<a href="https://issues.apache.org/jira/browse/VCL-114">VCL-114</a> ] - catch-22 with new installs for creating a vmprofile </li> @@ -476,7 +494,7 @@ interfaces are initialized </li> ] - Windows 7 and 2008 Sysprep not working </li> </ul> <p><a name="VCL2.3-Improvement"></a></p> -<h4 id="improvement">Improvement</h4> +<h4 id="improvement">Improvement<a class="headerlink" href="#improvement" title="Permanent link">¶</a></h4> <ul> <li>[<a href="https://issues.apache.org/jira/browse/VCL-82">VCL-82</a> ] - Add additional information to notify() messages </li> @@ -659,7 +677,7 @@ $ENV{management_node_info} </li> SSH are handled </li> </ul> <p><a name="VCL2.3-NewFeature"></a></p> -<h4 id="new-feature">New Feature</h4> +<h4 id="new-feature">New Feature<a class="headerlink" href="#new-feature" title="Permanent link">¶</a></h4> <ul> <li>[<a href="https://issues.apache.org/jira/browse/VCL-30">VCL-30</a> ] - additional user access methods for connecting to reserved @@ -688,7 +706,7 @@ system </li> ] - Add post_reserve functionality to Windows code </li> </ul> <p><a name="VCL2.3-Task"></a></p> -<h4 id="task">Task</h4> +<h4 id="task">Task<a class="headerlink" href="#task" title="Permanent link">¶</a></h4> <ul> <li>[<a href="https://issues.apache.org/jira/browse/VCL-443">VCL-443</a> ] - update XMLRPC example to use API v2 </li> Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-architecture.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-architecture.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-architecture.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,7 +83,18 @@ <div id="content"> <h1 class="title">VCL Architecture</h1> - <p>{gliffy:name=VCL Architecture diagram|space=VCL|page=VCL + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>{gliffy:name=VCL Architecture diagram|space=VCL|page=VCL Architecture|align=left|size=L} The VCL Architecture consists or 3 main components: <em> Web Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-conf-call-2-5-2009.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-conf-call-2-5-2009.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-conf-call-2-5-2009.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,7 +83,18 @@ <div id="content"> <h1 class="title">VCL conf call 2-5-2009</h1> - <p>VCL-dev 2/05/2009 call</p> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>VCL-dev 2/05/2009 call</p> <p>Roll Call:</p> <p>Josh Thompson Andy Kurth Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-installation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-installation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-installation.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> Modified: websites/staging/vcl/trunk/content/confluence_export/vcl-release-procedures.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/vcl-release-procedures.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/vcl-release-procedures.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,8 +83,19 @@ <div id="content"> <h1 class="title">VCL Release Procedures</h1> - <p><a name="VCLReleaseProcedures-Prerequisites:Thingsthatmustbedonebeforearelease"></a></p> -<h2 id="prerequisites-things-that-must-be-done-before-a-release">Prerequisites: Things that must be done before a release</h2> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p><a name="VCLReleaseProcedures-Prerequisites:Thingsthatmustbedonebeforearelease"></a></p> +<h2 id="prerequisites-things-that-must-be-done-before-a-release">Prerequisites: Things that must be done before a release<a class="headerlink" href="#prerequisites-things-that-must-be-done-before-a-release" title="Permanent link">¶</a></h2> <ul> <li>all items from the JIRA roadmap for the release must be completed or moved to a future release</li> @@ -141,7 +163,7 @@ this release is completed</li> version at the top of it</li> </ul> <p><a name="VCLReleaseProcedures-Stepstocreateareleasecandidateartifact"></a></p> -<h2 id="steps-to-create-a-release-candidate-artifact">Steps to create a release candidate artifact</h2> +<h2 id="steps-to-create-a-release-candidate-artifact">Steps to create a release candidate artifact<a class="headerlink" href="#steps-to-create-a-release-candidate-artifact" title="Permanent link">¶</a></h2> <ul> <li>A tag for the release candidate needs to be created in subversion. It should be created under the <em>tags</em> directory of the repository and should @@ -168,7 +190,7 @@ people.apache.org (RC are not to be rele to cut down on archive storage and mirroring bandwidth)</li> </ul> <p><a name="VCLReleaseProcedures-CommunityandPMCvotingprocess"></a></p> -<h2 id="community-and-pmc-voting-process">Community and PMC voting process</h2> +<h2 id="community-and-pmc-voting-process">Community and PMC voting process<a class="headerlink" href="#community-and-pmc-voting-process" title="Permanent link">¶</a></h2> <p><em>NOTICE: these steps may not be completely correct</em> <em> release manager should start a <a href="http://incubator.apache.org/guides/releasemanagement.html#note-votes">VOTE</a> thread on the dev list; [this is a good example|http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/%3C43C1C0A0.7040401%40roguewave.com%3E] @@ -185,7 +207,7 @@ one calling for the vote * the VOTE thread should be ended with a reply post including [RESULT](result.html) in the subject; [this is a good example|http://mail-archives.apache.org/mod_mbox/incubator-general/200605.mbox/<5BDE9EBE-2645-4940-9CB9-C038E531B8A2%40gmail.com>]</p> <p><a name="VCLReleaseProcedures-StepstomaketheRCavailableasareleaseartifact"></a></p> -<h2 id="steps-to-make-the-rc-available-as-a-release-artifact">Steps to make the RC available as a release artifact</h2> +<h2 id="steps-to-make-the-rc-available-as-a-release-artifact">Steps to make the RC available as a release artifact<a class="headerlink" href="#steps-to-make-the-rc-available-as-a-release-artifact" title="Permanent link">¶</a></h2> <ul> <li>create a tag for the release from the approved RC tag (svn copy from RC tag to new release tag)</li> @@ -196,7 +218,7 @@ apache-VCL-X.Y.Z-incubating.tar.bz2 (the <li>create md5 and sha1 sum files</li> </ul> <p><a name="VCLReleaseProcedures-Stepstomakereleaseartifactavailabletousers"></a></p> -<h2 id="steps-to-make-release-artifact-available-to-users">Steps to make release artifact available to users</h2> +<h2 id="steps-to-make-release-artifact-available-to-users">Steps to make release artifact available to users<a class="headerlink" href="#steps-to-make-release-artifact-available-to-users" title="Permanent link">¶</a></h2> <ul> <li>place the release artifact, sums, and signature in /www/www.apache.org/dist/vcl on people.apache.org</li> Modified: websites/staging/vcl/trunk/content/confluence_export/video---granting-two-sets-of-users-access-to-two-different-sets-of-images.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/video---granting-two-sets-of-users-access-to-two-different-sets-of-images.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/video---granting-two-sets-of-users-access-to-two-different-sets-of-images.html Wed Oct 18 19:55:31 2017 @@ -36,7 +36,18 @@ </div> <div id="navigation"> - <ul> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<ul> <li><a href="/index.html">Information</a><ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> @@ -53,7 +64,7 @@ <li><a href="/comm/index.html">Community</a><ul> <li><a href="/comm/index.html#getInvolved">Getting Involved</a></li> <li><a href="/comm/index.html#mail-list">Mailing Lists</a></li> -<li><a href="/comm/wiki.html">Wiki</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/VCL/Apache+VCL" target="_blank">Wiki</a></li> <li><a href="/dev/index.html">Development</a><ul> <li><a href="/dev/jira.html">Issue Tracking</a></li> <li><a href="/dev/code-documentation.html">Code Documentation</a></li> @@ -72,7 +83,18 @@ <div id="content"> <h1 class="title">Video - Granting Two Sets of Users Access to Two Different Sets of Images</h1> - <p>This video shows the steps outlined in <a href="example---granting-two-sets-of-users-access-to-two-different-sets-of-images.html">Example - Granting Two Sets of Users Access to Two Different Sets of Images</a></p> + <style type="text/css"> +/* The following code is added by mdx_elementid.py + It was originally lifted from http://subversion.apache.org/style/site.css */ +/* + * Hide class="elementid-permalink", except when an enclosing heading + * has the :hover property. + */ +.headerlink, .elementid-permalink { + visibility: hidden; +} +h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> +<p>This video shows the steps outlined in <a href="example---granting-two-sets-of-users-access-to-two-different-sets-of-images.html">Example - Granting Two Sets of Users Access to Two Different Sets of Images</a></p> <p>This video was created using <a href="http://www.debugmode.com/wink/">Wink</a></p> <p>!example_two_sets_of_groups.swf|width=895,height=581!</p> </div>
