Modified: websites/staging/vcl/trunk/content/confluence_export/example---granting-two-sets-of-users-access-to-two-different-sets-of-images.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/example---granting-two-sets-of-users-access-to-two-different-sets-of-images.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/example---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,12 +83,23 @@ <div id="content"> <h1 class="title">Example - Granting Two Sets of Users Access to Two Different Sets of Images</h1> - <p>This page explains how to grant one groups of users access to one set of + <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 page explains how to grant one groups of users access to one set of images, and another set of users access to a separate set of images.</p> <p>After looking over these steps, you can <a href="video---granting-two-sets-of-users-access-to-two-different-sets-of-images.html">watch a video</a> of the steps being performed.</p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-1.CreateaUserGroupforEachSetofUsers"></a></p> -<h2 id="1-create-a-user-group-for-each-set-of-users">1. Create a User Group for Each Set of Users</h2> +<h2 id="1-create-a-user-group-for-each-set-of-users">1. Create a User Group for Each Set of Users<a class="headerlink" href="#1-create-a-user-group-for-each-set-of-users" title="Permanent link">¶</a></h2> <p>First, you need to create two user groups - one for each set of users. 1. Click Manage Groups 1. Under the User Groups section (at the top): @@ -90,7 +112,7 @@ images, and another set of users access 1. Repeat the steps for the second group</p> <p>For the rest of the page, I'll call the groups <em>faculty</em> and <em>student</em></p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-2.AddUserstoEachGroup"></a></p> -<h2 id="2-add-users-to-each-group">2. Add Users to Each Group</h2> +<h2 id="2-add-users-to-each-group">2. Add Users to Each Group<a class="headerlink" href="#2-add-users-to-each-group" title="Permanent link">¶</a></h2> <p>You need to add users to each of the groups. 1. Click Manage Groups if you're not still on that page 1. Click Edit next to the <em>faculty</em> group @@ -101,7 +123,7 @@ in VCL) 1. Repeat for all users you wish to add to the <em>faculty</em> group 1. Repeat these steps for the <em>student</em> group</p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-3.CreateanImageGroupforEachSetofImages"></a></p> -<h2 id="3-create-an-image-group-for-each-set-of-images">3. Create an Image Group for Each Set of Images</h2> +<h2 id="3-create-an-image-group-for-each-set-of-images">3. Create an Image Group for Each Set of Images<a class="headerlink" href="#3-create-an-image-group-for-each-set-of-images" title="Permanent link">¶</a></h2> <p>Next, you need to create an image group for each set of images. 1. Click Manage Groups if you're not still on that page 1. Under the Resource Groups section (further down the page): @@ -114,7 +136,7 @@ will have access to manage some aspects <p>For the rest of the page, I'll call the groups <em>faculty images</em> and <em>student images</em></p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-4.AddImagestoEachGroup"></a></p> -<h2 id="4-add-images-to-each-group">4. Add Images to Each Group</h2> +<h2 id="4-add-images-to-each-group">4. Add Images to Each Group<a class="headerlink" href="#4-add-images-to-each-group" title="Permanent link">¶</a></h2> <p>Now, you need to add the desired images to each group. 1. Click Manage Images 1. Select the Edit Image Grouping radio button @@ -127,7 +149,7 @@ the list on the right (Ctrl+click to sel 1. Click the <-Add button 1. Repeat steps for the <em>student images</em> group</p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-5.MaptheImageGroupstoComputerGroups"></a></p> -<h2 id="5-map-the-image-groups-to-computer-groups">5. Map the Image Groups to Computer Groups</h2> +<h2 id="5-map-the-image-groups-to-computer-groups">5. Map the Image Groups to Computer Groups<a class="headerlink" href="#5-map-the-image-groups-to-computer-groups" title="Permanent link">¶</a></h2> <p>In order for VCL to know on which computers the images can run, you must map the image groups to computer groups. I'll assume you already have one or more computer groups that contain computers. @@ -143,7 +165,7 @@ right groups to the same computer group. That will not affect what images the users have access to.)</p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-6.CreateaTwoPrivilegeNodes"></a></p> -<h2 id="6-create-a-two-privilege-nodes">6. Create a Two Privilege Nodes</h2> +<h2 id="6-create-a-two-privilege-nodes">6. Create a Two Privilege Nodes<a class="headerlink" href="#6-create-a-two-privilege-nodes" title="Permanent link">¶</a></h2> <p>Now, you need to create one node for each user group to separate their access. 1. Click Privileges @@ -155,7 +177,7 @@ create the two new nodes 1. Repeat for the second node for the other user group</p> <p>I'll refer to these nodes as <em>faculty access</em> and <em>student access</em></p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-7.AssignRightsatEachNode"></a></p> -<h2 id="7-assign-rights-at-each-node">7. Assign Rights at Each Node</h2> +<h2 id="7-assign-rights-at-each-node">7. Assign Rights at Each Node<a class="headerlink" href="#7-assign-rights-at-each-node" title="Permanent link">¶</a></h2> <p>Finally, you need to give each user group the <em>imageCheckOut</em> privilege at their respective nodes, and give each image group the <em>available</em> attribute at their respective nodes. @@ -178,7 +200,7 @@ at their respective nodes. 1. Select the checkbox for the <em>available</em> attribute 1. Click Submit New Resource Group</p> <p><a name="Example-GrantingTwoSetsofUsersAccesstoTwoDifferentSetsofImages-Summary"></a></p> -<h2 id="summary">Summary</h2> +<h2 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">¶</a></h2> <p>Now, users in the <em>faculty</em> user group will have access to check out images in the <em>faculty images</em> image group, and users in the <em>student</em> user group will have access to check out images in the <em>student images</em> image group.</p>
Modified: websites/staging/vcl/trunk/content/confluence_export/for-vcl-users.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/for-vcl-users.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/for-vcl-users.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,15 +83,26 @@ <div id="content"> <h1 class="title">For VCL Users</h1> - <p>There are several concepts you need to understand when administering VCL.</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>There are several concepts you need to understand when administering VCL.</p> <p>{toc:outline=true|style=none}</p> <p><a name="ForVCLUsers-Resources"></a></p> -<h2 id="resources">Resources</h2> +<h2 id="resources">Resources<a class="headerlink" href="#resources" title="Permanent link">¶</a></h2> <p>VCL manages sets of resources. There are four types of resources: images, computers, management nodes, and schedules. Each of these resources types are described below.</p> <p><a name="ForVCLUsers-Images/Environments"></a></p> -<h3 id="imagesenvironments">Images/Environments</h3> +<h3 id="imagesenvironments">Images/Environments<a class="headerlink" href="#imagesenvironments" title="Permanent link">¶</a></h3> <p>An image is a collection of software that is installed on an operating system. For the most part, these images can be deployed, used, modified, and saved (captured). However, there are some cases where only some of the @@ -97,18 +119,18 @@ modularized way such that it is easy to technologies. We plan on adding support for other hypervisor technologies in the near future.</p> <p><a name="ForVCLUsers-Computers"></a></p> -<h3 id="computers">Computers</h3> +<h3 id="computers">Computers<a class="headerlink" href="#computers" title="Permanent link">¶</a></h3> <p>Images are deployed on to computers. VCL needs to know about all of the computers it will be managing. Entries for both physical computers and Virtual Machines (some people call these "slots") need to be created in VCL for it to be able to manage them. </p> <p><a name="ForVCLUsers-ManagementNodes"></a></p> -<h3 id="management-nodes">Management Nodes</h3> +<h3 id="management-nodes">Management Nodes<a class="headerlink" href="#management-nodes" title="Permanent link">¶</a></h3> <p>Management nodes run the VCL backend code (vcld) that is responsible for deploying images to computers when users make reservations for images. Each management node can manage a mix of physical and virtual computers.</p> <p><a name="ForVCLUsers-Schedules"></a></p> -<h3 id="schedules">Schedules</h3> +<h3 id="schedules">Schedules<a class="headerlink" href="#schedules" title="Permanent link">¶</a></h3> <p>Each computer must have a schedule associated with it. Schedules provide a way to define what times during a week a computer is available through VCL. This allows for computers to be managed by another system during certain @@ -117,11 +139,11 @@ computing lab may be available through V closed, but you wouldn't want to be assigning remote users to those computers when the lab is open.</p> <p><a name="ForVCLUsers-Groups"></a></p> -<h2 id="groups">Groups</h2> +<h2 id="groups">Groups<a class="headerlink" href="#groups" title="Permanent link">¶</a></h2> <p>Users and resources are placed into groups to make management of them easier.</p> <p><a name="ForVCLUsers-UserGroups"></a></p> -<h3 id="user-groups">User Groups</h3> +<h3 id="user-groups">User Groups<a class="headerlink" href="#user-groups" title="Permanent link">¶</a></h3> <p>There are two types of user groups in VCL: those whose membership is manually managed through the web frontend or XML RPC API, and those whose membership is automatically managed by mirroring user groups in an LDAP @@ -129,7 +151,7 @@ system. Each user group has certain attr are various places within VCL that user groups can be used, with the primary place being granting access to resources in the privilege tree.</p> <p><a name="ForVCLUsers-ResourceGroups"></a></p> -<h3 id="resource-groups">Resource Groups</h3> +<h3 id="resource-groups">Resource Groups<a class="headerlink" href="#resource-groups" title="Permanent link">¶</a></h3> <p>Each resource group has a type associated with it which can be one of image, computer, management node, or schedule. The resource groups are used to grant users access to resources and also to allow VCL to know which @@ -137,12 +159,12 @@ resources can be used in relation to oth is to configure which images can be deployed to which computers. Another example is which management nodes can manage which computers.</p> <p><a name="ForVCLUsers-ResourceManagement"></a></p> -<h2 id="resource-management">Resource Management</h2> +<h2 id="resource-management">Resource Management<a class="headerlink" href="#resource-management" title="Permanent link">¶</a></h2> <p>VCL needs to know how resources related to one another. This is done by adding the resources to a resource group, and then mapping one type of resource group to another.</p> <p><a name="ForVCLUsers-ResourceGrouping"></a></p> -<h3 id="resource-grouping">Resource Grouping</h3> +<h3 id="resource-grouping">Resource Grouping<a class="headerlink" href="#resource-grouping" title="Permanent link">¶</a></h3> <p>Resource groups can contain any number of resources. Each resource group has a resource type associated with it. Only resources matching that type can be added to the group. Also, it is important to note that when working @@ -152,7 +174,7 @@ to a virtual computer or vice versa. Som remove this restriction, but for now, keep this restriction in mind while grouping computers.</p> <p><a name="ForVCLUsers-{anchor:resourcemapping}ResourceMapping"></a></p> -<h3 id="anchorresourcemappingresource-mapping">{anchor:resourcemapping}Resource Mapping</h3> +<h3 id="anchorresourcemappingresource-mapping">{anchor:resourcemapping}Resource Mapping<a class="headerlink" href="#anchorresourcemappingresource-mapping" title="Permanent link">¶</a></h3> <p>After you have grouped your resources, you need to map them together. Image groups are mapped to computer groups, and management node groups are mapped to computer groups. Schedule groups are not mapped to anything (instead, @@ -168,14 +190,14 @@ to partition off parts of your hardware. users purchase their own hardware to be managed by VCL, you could map only their image groups to their computer groups.</p> <p><a name="ForVCLUsers-Privileges"></a></p> -<h2 id="privileges">Privileges</h2> +<h2 id="privileges">Privileges<a class="headerlink" href="#privileges" title="Permanent link">¶</a></h2> <p>Users are granted access to parts of the VCL web site and to resources through the Privilege tree. User permissions and resource attributes can both be cascaded down from one node to all of its children. Additionally, cascaded user permissions and resource attributes can be blocked at a node so that they do not cascade down to that node or any of its children.</p> <p><a name="ForVCLUsers-UserPermissions"></a></p> -<h3 id="user-permissions">User Permissions</h3> +<h3 id="user-permissions">User Permissions<a class="headerlink" href="#user-permissions" title="Permanent link">¶</a></h3> <p>There are nine user permissions that can be granted to users. They can be granted to users directly or to user groups.</p> <ul> @@ -199,7 +221,7 @@ schedule groups with administer or manag assigned at the same node</li> </ul> <p><a name="ForVCLUsers-ResourceAttributes"></a></p> -<h3 id="resource-attributes">Resource Attributes</h3> +<h3 id="resource-attributes">Resource Attributes<a class="headerlink" href="#resource-attributes" title="Permanent link">¶</a></h3> <p>There are three resource attributes that can be assigned to a resource group at any node in the privilege tree.</p> <ul> Modified: websites/staging/vcl/trunk/content/confluence_export/frontend.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/frontend.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/frontend.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">Frontend</h1> - <p><a href="web-code-overview.html">Overview of code structure</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><a href="web-code-overview.html">Overview of code structure</a></p> </div> <div id="footer"> Modified: websites/staging/vcl/trunk/content/confluence_export/graduation-board-resolution.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/graduation-board-resolution.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/graduation-board-resolution.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">Graduation Board Resolution</h1> - <p>X. Establish the Apache VCL Project</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>X. Establish the Apache VCL Project</p> <p>WHEREAS, the Board of Directors deems it to be in the best interests of the Foundation and consistent with the Foundation's purpose to establish a Project Management Modified: websites/staging/vcl/trunk/content/confluence_export/graduation-migration-todo.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/graduation-migration-todo.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/graduation-migration-todo.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,61 +83,71 @@ <div id="content"> <h1 class="title">Graduation Migration ToDo</h1> - <p>This page is to track all the things that need to happen for migrating out + <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 page is to track all the things that need to happen for migrating out of the incubator. Put your name next to any you are working on. Strike them out when completed.</p> <p><a name="GraduationMigrationToDo-TasksforPMCChair(AndyKurth)"></a></p> -<h2 id="tasks-for-pmc-chair-andy-kurth">Tasks for PMC Chair (Andy Kurth)</h2> +<h2 id="tasks-for-pmc-chair-andy-kurth">Tasks for PMC Chair (Andy Kurth)<a class="headerlink" href="#tasks-for-pmc-chair-andy-kurth" title="Permanent link">¶</a></h2> <ul> <li>-Subscribe to the board mailing list- -{color:#008000}<em>(subscribed)</em>{color}</li> -<li>-Subscribe to the infrastructure mailing list- {color:#008000}<em>(was -already subscribed)</em>{color}</li> +{color:#008000}<em color="color">(subscribed)</em></li> +<li>-Subscribe to the infrastructure mailing list- {color:#008000}<em color="color">(was +already subscribed)</em></li> <li>-Ensure that they have been added to the- -<a href="http://people.apache.org/committers-by-project.html#pmc-chairs">PMC chairs group (pmc-chairs) in LDAP</a> --. The pmc-chairs group is maintained by infrastructure. If they don't add -you, give them a nudge...- {color:#008000}<em>(confirmed)</em>{color}</li> +you, give them a nudge...- {color:#008000}<em color="color">(confirmed)</em></li> <li>-Check out the foundation/officers folder from the private repository. Users with member or pmc-chairs karma can do this.- -{color:#008000}<em>(done)</em>{color}</li> +{color:#008000}<em color="color">(done)</em></li> <li>-Add yourself to the foundation/officers/affiliations.txt and the foundation/officers/irs-disclosures.txt files with the appropriate -information.- {color:#008000}<em>(done)</em>{color}</li> +information.- {color:#008000}<em color="color">(done)</em></li> <li> <p>Review appropriate documentation: <strong> <a href="http://www.apache.org/dev/pmc.html#chair">PMC Chair Duties</a> </strong> PMC <a href="http://www.apache.org/dev/#pmc">documentation</a> <strong> Jakarta <a href="http://wiki.apache.org/jakarta/RoleOfChair">Chair guide</a> </strong> Incubator <a href="http://incubator.apache.org/guides/chair.html">Chair guide</a> -<em><em> -Reporting- -<a href="http://www.apache.org/foundation/board/calendar.html">calendar </a> +<em color="color"><em> -Reporting- -<a href="http://www.apache.org/foundation/board/calendar.html">calendar </a> --- Work out a reporting schedule with the Board. For the first three months after graduation this will be monthly. After that, the project should slot into a quarterly reporting schedule. Now is a good time to remove the project from the Incubator reporting schedule.- -{color:#008000}</em>(March, June, September, December)</em>{color}</p> +{color:#008000}</em>(March, June, September, December)</em></p> </li> <li> <p>-Add the PMC chair details to the foundation web site Officer list at- -<a href="http://www.apache.org/foundation/index.html">http://www.apache.org/foundation/index.html</a></p> </li> -<li>{color:#008000}<em>(done)</em>{color}</li> +<li>{color:#008000}<em color="color">(done)</em></li> <li>-Add the new project's PMC chair to the foundation/officers/irs-disclosures.txt file. You will need a member to -help with this task.- {color:#008000}<em>(done)</em>{color}</li> +help with this task.- {color:#008000}<em color="color">(done)</em></li> <li>-Ensure the PMC is added to the committee-info.txt file at- -<a href="https://svn.apache.org/repos/private/committers/board/committee-info.txt">https://svn.apache.org/repos/private/committers/board/committee-info.txt </a> --[{color:#008000}<em>(done)</em>{color}|https://svn.apache.org/repos/private/committers/board/committee-info.txt] +-[{color:#008000}<em color="color">(done)</em>|https://svn.apache.org/repos/private/committers/board/committee-info.txt] ** -There are 3 sections which need to be updated; see instructions in the file. You may need to get a member to help with this.-</li> <li>-Establish PMC- -<strong> -Create private list- {color:#008000}<em>(existing list was -transferred)</em>{color}</strong> -Subscribe initial members to private list-</li> +<strong> -Create private list- {color:#008000}<em color="color">(existing list was +transferred)</em></strong> -Subscribe initial members to private list-</li> </ul> <p><a name="GraduationMigrationToDo-GeneralTasks"></a></p> -<h2 id="general-tasks">General Tasks</h2> +<h2 id="general-tasks">General Tasks<a class="headerlink" href="#general-tasks" title="Permanent link">¶</a></h2> <p>Work with the Apache Infrastructure team to set up the top level project infrastructure. The various infrastructure tasks that are required (see check list) should be consolidated into a single issue (see this for example). This should be created in the category TLP Admin.</p> -<p>h3. JIRA issue to track tasks: {color:#008000}<a href="https://issues.apache.org/jira/browse/INFRA-4977">https://issues.apache.org/jira/browse/INFRA-4977</a> -{color}</p> +<p color="color">h3. JIRA issue to track tasks: {color:#008000}<a href="https://issues.apache.org/jira/browse/INFRA-4977">https://issues.apache.org/jira/browse/INFRA-4977</a></p> <p>Transfer resources from incubator to TLP <em> Source <strong> -Post an announcement to the development list telling everyone that the @@ -179,7 +200,8 @@ these tasks): infrastructure/trunk/subversion/authorization/asf-mailer.conf ) </em></strong> confluence commit messages (see adminstration documentation) <strong><em> issue tracking messages (see administration documentation) -</em> Issue Tracking</strong> Check that the issue tracking system used by the podling reflects the +</em> Issue Tracking +</strong> Check that the issue tracking system used by the podling reflects the project's new status. <em> Distribution mirrors </em>* After you have a release at your new home (/dist/vcl/ area), remove any Modified: websites/staging/vcl/trunk/content/confluence_export/granting-access-to-a-new-image.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/granting-access-to-a-new-image.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/granting-access-to-a-new-image.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">Granting Access to a New Image</h1> - <p><a name="GrantingAccesstoaNewImage-Overview"></a></p> -<h2 id="overview">Overview</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="GrantingAccesstoaNewImage-Overview"></a></p> +<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">¶</a></h2> <p>Once you have created a new image, there are a few things you have to do to allow other people to use it. If you don't have access to do any of the following steps, you will need to get a VCL administrator to do them @@ -85,7 +107,7 @@ testing of new images.</p> granting the same set of users access to a new image, you may only have to perform step 1.1 for subsequent images.</p> <p><a name="GrantingAccesstoaNewImage-Step1:ImageMapping"></a></p> -<h2 id="step-1-image-mapping">Step 1: Image Mapping</h2> +<h2 id="step-1-image-mapping">Step 1: Image Mapping<a class="headerlink" href="#step-1-image-mapping" title="Permanent link">¶</a></h2> <p>Images are mapped to be run on a set of computers. See the documentation on <a href="for-vcl-users#resourcemapping.html">Resource Mapping</a> to learn more about why this is done. For your new image to be able to run on more computers than just those designated for testing, you need to map @@ -113,7 +135,7 @@ computer group(s) 1. * </em>Note</em>: there is an assumption here that the computer groups you selected already have computers that are in those groups</p> <p><a name="GrantingAccesstoaNewImage-Step2:Privileges"></a></p> -<h2 id="step-2-privileges">Step 2: Privileges</h2> +<h2 id="step-2-privileges">Step 2: Privileges<a class="headerlink" href="#step-2-privileges" title="Permanent link">¶</a></h2> <p>Now, you need to grant access to use the image to a user or group of users under the Privileges section of the site. Here are the steps involved: Modified: websites/staging/vcl/trunk/content/confluence_export/guidelines-for-large-contributions.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/guidelines-for-large-contributions.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/guidelines-for-large-contributions.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">Guidelines for Large Contributions</h1> - <p>These are some guidelines for making a large contribution to Apache VCL for + <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>These are some guidelines for making a large contribution to Apache VCL for people who are not currently committers.</p> <ol> <li>State on the vcl-dev list what modification you'd like to make. Some Modified: websites/staging/vcl/trunk/content/confluence_export/how-do-i-grant-a-user-access-to-an-image.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/how-do-i-grant-a-user-access-to-an-image.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/how-do-i-grant-a-user-access-to-an-image.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">How do I grant a user access to an image?</h1> - <p>How Do I grant a user access to an Image? + <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>How Do I grant a user access to an Image? The 1st step would to make sure that you have an image that you want to access. I would 1st go into the Mage Group and add a Resource Group Called Math. Modified: websites/staging/vcl/trunk/content/confluence_export/how-to-increase-the-size-of-a-virtual-machine-hard-drive-under-vmware-esxi.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/how-to-increase-the-size-of-a-virtual-machine-hard-drive-under-vmware-esxi.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/how-to-increase-the-size-of-a-virtual-machine-hard-drive-under-vmware-esxi.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">How to Increase the Size of a Virtual Machine Hard Drive under VMware ESXi</h1> - <p>{excerpt}This page describes how to increase the size of a VM's hard drive. + <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}This page describes how to increase the size of a VM's hard drive. This is useful if additional space is needed to install large applications.{excerpt}</p> <p><a name="HowtoIncreasetheSizeofaVirtualMachineHardDriveunderVMwareESXi-CreateaFullCopyoftheVirtualDisk"></a></p> -<h3 id="create-a-full-copy-of-the-virtual-disk">Create a Full Copy of the Virtual Disk</h3> +<h3 id="create-a-full-copy-of-the-virtual-disk">Create a Full Copy of the Virtual Disk<a class="headerlink" href="#create-a-full-copy-of-the-virtual-disk" title="Permanent link">¶</a></h3> <ul> <li>Determine the VMware host the VM is on</li> <li>Shutdown the VM</li> Modified: websites/staging/vcl/trunk/content/confluence_export/image-creation-problems.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/image-creation-problems.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/image-creation-problems.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">Image Creation Problems</h1> - <p>{excerpt}This page and its child pages discribe known problems that can + <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}This page and its child pages discribe known problems that can occur which may cause image creation to fail.{excerpt}</p> </div> Modified: websites/staging/vcl/trunk/content/confluence_export/image-load-flow.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/image-load-flow.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/image-load-flow.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">Image Load Flow</h1> - <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>vcld daemon is running ** polls database every 12 seconds to check if the management node has any reservations which need to be processed</li> Modified: websites/staging/vcl/trunk/content/confluence_export/index.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/index.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/index.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">Index</h1> - <p>{include:Apache 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>{include:Apache VCL} </p> </div> Modified: websites/staging/vcl/trunk/content/confluence_export/install-windows-for-a-base-image.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/install-windows-for-a-base-image.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/install-windows-for-a-base-image.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">Install Windows for a Base Image</h1> - <p>{excerpt}This page describes how to mount the Windows installation media + <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}This page describes how to mount the Windows installation media and install Windows for a base image.{excerpt}</p> <p><a name="InstallWindowsforaBaseImage-MounttheInstallationMedia"></a></p> -<h2 id="mount-the-installation-media">Mount the Installation Media</h2> +<h2 id="mount-the-installation-media">Mount the Installation Media<a class="headerlink" href="#mount-the-installation-media" title="Permanent link">¶</a></h2> <p>The Windows installation media needs to be mounted as a drive on the computer. The method to do this varies widely based on the provisioning engine being used and resources available. The following lists some ways to @@ -88,17 +110,17 @@ drive</p> <li>Add a CD-ROM drive which mounts the Windows installation ISO image by editing the virtual machine settings:</li> <li> -<h1 id="connection-use-iso-image">Connection: <em>Use ISO image</em>:</h1> +<h1 id="connection-use-iso-image">Connection: <em>Use ISO image</em>:<a class="headerlink" href="#connection-use-iso-image" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="browse-to-path-of-windows-installation-iso-image">Browse to path of Windows installation ISO image</h1> +<h1 id="browse-to-path-of-windows-installation-iso-image">Browse to path of Windows installation ISO image<a class="headerlink" href="#browse-to-path-of-windows-installation-iso-image" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="save-the-vm-configuration">Save the VM configuration</h1> +<h1 id="save-the-vm-configuration">Save the VM configuration<a class="headerlink" href="#save-the-vm-configuration" title="Permanent link">¶</a></h1> </li> </ol> <p><a name="InstallWindowsforaBaseImage-xCATusingIBMAdvancedManagementModule"></a></p> -<h4 id="xcat-using-ibm-advanced-management-module">xCAT using IBM Advanced Management Module</h4> +<h4 id="xcat-using-ibm-advanced-management-module">xCAT using IBM Advanced Management Module<a class="headerlink" href="#xcat-using-ibm-advanced-management-module" title="Permanent link">¶</a></h4> <ol> <li>Copy the Windows installation ISO file to the management node</li> <li>Determine the IP address or hostname of the IBM Advanced Management @@ -118,7 +140,7 @@ management node and click <em>Open</em>< <li>Click <em>Mount All</em></li> </ol> <p><a name="InstallWindowsforaBaseImage-BoottotheWindowsInstallationCDorDVD"></a></p> -<h2 id="boot-to-the-windows-installation-cd-or-dvd">Boot to the Windows Installation CD or DVD</h2> +<h2 id="boot-to-the-windows-installation-cd-or-dvd">Boot to the Windows Installation CD or DVD<a class="headerlink" href="#boot-to-the-windows-installation-cd-or-dvd" title="Permanent link">¶</a></h2> <ol> <li>Power on the computer</li> <li>Press the key to display the boot menu as soon as the computer's POST @@ -129,21 +151,21 @@ VMware)</li> screen as soon as the computer begins to boot)</li> </ol> <p><a name="InstallWindowsforaBaseImage-InstallWindows"></a></p> -<h2 id="install-windows">Install Windows</h2> +<h2 id="install-windows">Install Windows<a class="headerlink" href="#install-windows" title="Permanent link">¶</a></h2> <p>The Windows installation sequence varies by version. The next 2 sections describe the recommended answers for Windows XP and Windows 7.</p> <p><a name="InstallWindowsforaBaseImage-WindowsXPInstallation"></a></p> -<h3 id="windows-xp-installation">Windows XP Installation</h3> +<h3 id="windows-xp-installation">Windows XP Installation<a class="headerlink" href="#windows-xp-installation" title="Permanent link">¶</a></h3> <ol> <li>Press <em>Enter</em> to setup up Windows XP now</li> <li>Press <em>F8</em> to agree to the license agreement</li> <li>Configure the Windows partition</li> <li> -<h1 id="press-enter-to-set-up-windows-xp-on-the-selected-item-should-be">Press <em>Enter</em> to set up Windows XP on the selected item (should be</h1> +<h1 id="press-enter-to-set-up-windows-xp-on-the-selected-item-should-be">Press <em>Enter</em> to set up Windows XP on the selected item (should be<a class="headerlink" href="#press-enter-to-set-up-windows-xp-on-the-selected-item-should-be" title="Permanent link">¶</a></h1> called "Unpartitioned space")</li> <li> -<h1 id="format-the-partition-using-the-ntfs-file-system-quick">Format the partition using the <em>NTFS file system (Quick)</em></h1> +<h1 id="format-the-partition-using-the-ntfs-file-system-quick">Format the partition using the <em>NTFS file system (Quick)</em><a class="headerlink" href="#format-the-partition-using-the-ntfs-file-system-quick" title="Permanent link">¶</a></h1> </li> <li>Region and Language Options - click <em>Next</em></li> <li>Name: <em>VCL</em></li> @@ -167,7 +189,7 @@ by executing the following command from <em>net user root</em> <em><em><password></em></em></li> </ol> <p><a name="InstallWindowsforaBaseImage-Windows7Installation"></a></p> -<h3 id="windows-7-installation">Windows 7 Installation</h3> +<h3 id="windows-7-installation">Windows 7 Installation<a class="headerlink" href="#windows-7-installation" title="Permanent link">¶</a></h3> <ol> <li>Enter the regional information:</li> <li> @@ -187,30 +209,30 @@ by executing the following command from </li> <li>Click <em>Next</em></li> <li>Click <em>Install now</em> -{color:#888888}{<em>}Setup is starting...</em>{color}</li> +{color:#888888}{<em color="color">}Setup is starting...</em></li> <li>Click the checkbox next to "I accept the license terms"</li> <li>Click <em>Next</em></li> <li>Click <em>Custom (advanced)</em></li> <li>On the "Where do you want to install Windows?" page, delete all existing partitions and create a new partition using all of the available space:</li> <li> -<h1 id="click-drive-options-advanced">Click <em>Drive options (advanced)</em></h1> +<h1 id="click-drive-options-advanced">Click <em>Drive options (advanced)</em><a class="headerlink" href="#click-drive-options-advanced" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="click-delete-then-click-ok-to-confirm">Click <em>Delete</em>, then click <em>OK</em> to confirm</h1> +<h1 id="click-delete-then-click-ok-to-confirm">Click <em>Delete</em>, then click <em>OK</em> to confirm<a class="headerlink" href="#click-delete-then-click-ok-to-confirm" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="click-new">Click <em>New</em></h1> +<h1 id="click-new">Click <em>New</em><a class="headerlink" href="#click-new" title="Permanent link">¶</a></h1> </li> <li> -<h1 id="click-apply-the-size-should-be-set-to-the-maximum-amount-available">Click Apply (the size should be set to the maximum amount available</h1> -{color:#888888}{<em>}To ensure that all Windows features work correctly, -Windows might create additional partitions for system files.</em>{color}</li> +<h1 id="click-apply-the-size-should-be-set-to-the-maximum-amount-available">Click Apply (the size should be set to the maximum amount available<a class="headerlink" href="#click-apply-the-size-should-be-set-to-the-maximum-amount-available" title="Permanent link">¶</a></h1> +{color:#888888}{<em color="color">}To ensure that all Windows features work correctly, +Windows might create additional partitions for system files.</em></li> <li> -<h1 id="click-ok">Click <em>OK</em></h1> +<h1 id="click-ok">Click <em>OK</em><a class="headerlink" href="#click-ok" title="Permanent link">¶</a></h1> </li> <li>Click <em>Next</em> -{color:#888888}{<em>}Installing Windows...</em>{color} +{color:#888888}{<em color="color">}Installing Windows...</em> {color:#888888}{<em>}Windows restarts{</em>}{color} {color:#888888}{<em>}Starting Windows{</em>}{color} {color:#888888}{<em>}Setup is updating registry settings{</em>}{color}</li> @@ -237,7 +259,7 @@ later</em></li> <em>The root account logs in...</em></li> </ol> <p><a name="InstallWindowsforaBaseImage-WindowsServer2008"></a></p> -<h3 id="windows-server-2008">Windows Server 2008</h3> +<h3 id="windows-server-2008">Windows Server 2008<a class="headerlink" href="#windows-server-2008" title="Permanent link">¶</a></h3> <ol> <li>Select the language and click <em>Next</em></li> <li>Click <em>Install Now</em></li> @@ -291,16 +313,16 @@ so that it is available: 1. Click <em>No</em> to not reboot the computer 1. Restart the computer after the installation is complete</p> <p><a name="InstallWindowsforaBaseImage-OptionalWindowsConfigurationTasks"></a></p> -<h2 id="optional-windows-configuration-tasks">Optional Windows Configuration Tasks</h2> +<h2 id="optional-windows-configuration-tasks">Optional Windows Configuration Tasks<a class="headerlink" href="#optional-windows-configuration-tasks" title="Permanent link">¶</a></h2> <p><a name="InstallWindowsforaBaseImage-EnableRemoteDesktop"></a></p> -<h4 id="enable-remote-desktop">Enable Remote Desktop</h4> +<h4 id="enable-remote-desktop">Enable Remote Desktop<a class="headerlink" href="#enable-remote-desktop" title="Permanent link">¶</a></h4> <p>The remaining configuration tasks will be easier if you are able to connect to the Windows computer via RDP rather than using the VMware or BladeCenter Management Module console. This step is optional. The VCL image capture process will configure RDP on the Windows computer during image capture and load processes.</p> <p><a name="InstallWindowsforaBaseImage-WindowsXP& WindowsServer2003:"></a></p> -<h6 id="windows-xp-wzxhzdk25windows-server-2003">Windows XP & Windows Server 2003:</h6> +<h6 id="windows-xp-windows-server-2003">Windows XP & Windows Server 2003:<a class="headerlink" href="#windows-xp-windows-server-2003" title="Permanent link">¶</a></h6> <ol> <li>Open <em>Control Panel</em> > <em>System</em> > <em>Remote</em> tab</li> <li>Click the checkbox next to <em>Allow users to connect remotely to this @@ -308,7 +330,7 @@ computer</em></li> <li>Click <em>OK</em></li> </ol> <p><a name="InstallWindowsforaBaseImage-WindowsVista,Windows7,&WindowsServer2008:"></a></p> -<h6 id="windows-vista-windows-7-windows-server-2008">Windows Vista, Windows 7, & Windows Server 2008:</h6> +<h6 id="windows-vista-windows-7-windows-server-2008">Windows Vista, Windows 7, & Windows Server 2008:<a class="headerlink" href="#windows-vista-windows-7-windows-server-2008" title="Permanent link">¶</a></h6> <ol> <li>Open <em>Control Panel</em> > <em>System and Security</em> > System</li> <li>Click <em>Remote settings</em></li> @@ -323,9 +345,9 @@ address by installing rdesktop on t <p>{tip}yum install rdesktop -y{tip}</p> <p>{tip}rdesktop -g 1024x768 <em><IP address></em> &{tip}</p> <p><a name="InstallWindowsforaBaseImage-DisableInternetExplorerEnhancedSecurityConfiguration"></a></p> -<h4 id="disable-internet-explorer-enhanced-security-configuration">Disable Internet Explorer Enhanced Security Configuration</h4> +<h4 id="disable-internet-explorer-enhanced-security-configuration">Disable Internet Explorer Enhanced Security Configuration<a class="headerlink" href="#disable-internet-explorer-enhanced-security-configuration" title="Permanent link">¶</a></h4> <p><a name="InstallWindowsforaBaseImage-_(WindowsServer2003andWindowsServer2008 only)_"></a></p> -<h6 id="windows-server-2003-and-windows-server-2008wzxhzdk34only"><em>(Windows Server 2003 and Windows Server 2008 only)</em></h6> +<h6 id="windows-server-2003-and-windows-server-2008only"><em>(Windows Server 2003 and Windows Server 2008 only)</em><a class="headerlink" href="#windows-server-2003-and-windows-server-2008only" title="Permanent link">¶</a></h6> <p>Internet Explorer Enhanced Security Configuration (IE ESC) prevents you from being able to access websites unless you add them to the Trusted sites zone. @@ -335,7 +357,7 @@ Information) 1. Select <em>Off</em> for Administrators and Users 1. Click <em>OK</em></p> <p><a name="InstallWindowsforaBaseImage-SettheComputerName "></a></p> -<h4 id="set-the-computer-namewzxhzdk38">Set the Computer Name </h4> +<h4 id="set-the-computer-name">Set the Computer Name <a class="headerlink" href="#set-the-computer-name" title="Permanent link">¶</a></h4> <p>The computer may have been assigned a random computer name. This name will be saved in the captured image. If Sysprep is disabled, this computer name will also be assigned to other computers loaded with the image. It's @@ -350,9 +372,9 @@ can tell what the image is when you conn 1. Click Close 1. Click Restart Later</p> <p><a name="InstallWindowsforaBaseImage-DisableUserAccountControl"></a></p> -<h4 id="disable-user-account-control">Disable User Account Control</h4> +<h4 id="disable-user-account-control">Disable User Account Control<a class="headerlink" href="#disable-user-account-control" title="Permanent link">¶</a></h4> <p><a name="InstallWindowsforaBaseImage-(WindowsVista,Windows7,&WindowsServer2008only)"></a></p> -<h6 id="windows-vista-windows-7-windows-server-2008-only">(Windows Vista, Windows 7, & Windows Server 2008 only)</h6> +<h6 id="windows-vista-windows-7-windows-server-2008-only">(Windows Vista, Windows 7, & Windows Server 2008 only)<a class="headerlink" href="#windows-vista-windows-7-windows-server-2008-only" title="Permanent link">¶</a></h6> <p>User Account Control (UAC) is the mechanism that causes may of the pop-up windows to appear when you attempt to run programs on Windows 7 and Windows Server 2008. VCL will disable it when the image is captured but you can @@ -364,7 +386,7 @@ disable it while configuring the base im 1. Click <em>OK</em> 1. Reboot the computer</p> <p><a name="InstallWindowsforaBaseImage-ConfigureWindowsBootOptions"></a></p> -<h4 id="configure-windows-boot-options">Configure Windows Boot Options</h4> +<h4 id="configure-windows-boot-options">Configure Windows Boot Options<a class="headerlink" href="#configure-windows-boot-options" title="Permanent link">¶</a></h4> <p>It can be helpful to configure the Windows boot options as follows in order to be able to troubleshoot boot problems. 1. Run <em>msconfig.exe</em> @@ -381,7 +403,7 @@ during the startup process 1. Click <em>Yes</em> 1. Restart the computer</p> <p><a name="InstallWindowsforaBaseImage-VerifyNetworkConnectivity"></a></p> -<h2 id="verify-network-connectivity">Verify Network Connectivity</h2> +<h2 id="verify-network-connectivity">Verify Network Connectivity<a class="headerlink" href="#verify-network-connectivity" title="Permanent link">¶</a></h2> <p>The computer must be able to connect to the public and private networks. 1. If DHCP is not being used, configure the IP addresses manually 1. Verify that the computer has IP addresses for both the public and private @@ -415,7 +437,7 @@ ignoredefaultroutes=enabled{tip}</li> <li>Attempt to access the Internet again</li> </ol> <p><a name="InstallWindowsforaBaseImage-InstallWindowsUpdates"></a></p> -<h2 id="install-windows-updates">Install Windows Updates</h2> +<h2 id="install-windows-updates">Install Windows Updates<a class="headerlink" href="#install-windows-updates" title="Permanent link">¶</a></h2> <ol> <li>Open <em>Internet Explorer</em></li> <li>Run <em>Windows Update</em></li> @@ -427,7 +449,7 @@ ignoredefaultroutes=enabled{tip}</li> <li>Run <em>Windows Update</em> again to check for additional updates</li> </ol> <p><a name="InstallWindowsforaBaseImage-InstallDrivers"></a></p> -<h2 id="install-drivers">Install Drivers</h2> +<h2 id="install-drivers">Install Drivers<a class="headerlink" href="#install-drivers" title="Permanent link">¶</a></h2> <p>Open up the Device Manager: <em>Control Panel</em> > <em>System</em> > <em>Hardware</em> tab > <em>Device Manager</em></p> <p>If any devices are unknown or missing drivers, you will need to locate and @@ -498,7 +520,7 @@ Server 2003. Save it in: locate and install the drivers copied to the computer when the image is loaded.</p> <p><a name="InstallWindowsforaBaseImage-InstallHotfixKB942589"></a></p> -<h2 id="install-hotfix-kb942589">Install Hotfix KB942589</h2> +<h2 id="install-hotfix-kb942589">Install Hotfix KB942589<a class="headerlink" href="#install-hotfix-kb942589" title="Permanent link">¶</a></h2> <p>{color:#000000}The hotfix available from the following page must be installed i{color}f you are installing the 64-bit version of Windows XP or Windows Server Modified: websites/staging/vcl/trunk/content/confluence_export/issue-tracking.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/issue-tracking.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/issue-tracking.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">Issue Tracking</h1> - <p>This page will be used to document the Apache VCL community's procedures + <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 page will be used to document the Apache VCL community's procedures for reporting and tracking development issues, including: <em> bugs </em> new features Modified: websites/staging/vcl/trunk/content/confluence_export/kvm-configuration.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/kvm-configuration.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/kvm-configuration.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">KVM Configuration</h1> - <p><a name="KVMConfiguration-InstallPackages"></a></p> -<h4 id="install-packages">Install Packages</h4> + <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="KVMConfiguration-InstallPackages"></a></p> +<h4 id="install-packages">Install Packages<a class="headerlink" href="#install-packages" title="Permanent link">¶</a></h4> <p>The following commands will install the Linux packages required for VCL to manage a KVM host:</p> <p>{panel}yum install libvirt virt-manager dejavu-lgc-sans-fonts bridge-utils @@ -87,7 +109,7 @@ is used to manage KVM and other hypervis The dejavu-lgc-sans-fonts package is usually necessary in order for virt-manager to render fonts correctly.</p> <p><a name="KVMConfiguration-ConfigureNetworking"></a></p> -<h4 id="configure-networking">Configure Networking</h4> +<h4 id="configure-networking">Configure Networking<a class="headerlink" href="#configure-networking" title="Permanent link">¶</a></h4> <p>The following commands will configure networking to allow KVM guests to communicate. It configures a bridge named br0 on eth0, and br1 on eth1. When configured this way, the network names in the VM host @@ -145,7 +167,7 @@ brctl addif br1 eth1</p> <p>/sbin/chkconfig network on /sbin/service network restart{panel}</p> <p><a name="KVMConfiguration-AddaNetworkStoragePool"></a></p> -<h4 id="add-a-network-storage-pool">Add a Network Storage Pool</h4> +<h4 id="add-a-network-storage-pool">Add a Network Storage Pool<a class="headerlink" href="#add-a-network-storage-pool" title="Permanent link">¶</a></h4> <p>The following commands will add an NFS storage pool named images to the KVM host. The <em>/images</em> directory is exported via NFS from host <em>10.10.10.1</em>. This directory is mounted as <em>/mnt/kvm1</em> on the KVM @@ -164,7 +186,7 @@ mount -a</p> virsh pool-autostart --pool images virsh pool-start images{panel}</p> <p><a name="KVMConfiguration-AddaLocalStoragePool"></a></p> -<h4 id="add-a-local-storage-pool">Add a Local Storage Pool</h4> +<h4 id="add-a-local-storage-pool">Add a Local Storage Pool<a class="headerlink" href="#add-a-local-storage-pool" title="Permanent link">¶</a></h4> <p>The following commands will define a storage pool named <em>local-vms</em> pointing to the <em>/vms</em> directory on the local disk:</p> <p>{panel}echo "Adding the local-vms pool..." Modified: websites/staging/vcl/trunk/content/confluence_export/lab.pm-provisioning-module.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/lab.pm-provisioning-module.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/lab.pm-provisioning-module.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">Using VCL to Broker Access to Pre-installed Machines</h1> - <p>The Lab.pm provisioning module is used to broker access to standalone + <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>The Lab.pm provisioning module is used to broker access to standalone pre-installed Linux or Solaris machines. These machines could be in an existing walk-in computer lab or racked in a server room.</p> <p>There are four main parts needed to setup a standalone machine to use with @@ -87,14 +109,14 @@ directory of the vcld release</li> </ol> <p>For distribution to a large set of machines, an rpm or package could be created to distribute vclclientd and related files.</p> -<h1 id="howitworks">How it works</h1> +<h1 id="howitworks">How it works<a class="headerlink" href="#howitworks" title="Permanent link">¶</a></h1> <p>The Lab.pm module confirms an assigned node or lab machine is accessible using the ssh identity key on port 24. If this succeeds, then a small configuration file with the state, user's id and the users' remote IP address is sent to the node along with a flag to trigger the vclclientd process to either open or close the remote access port. Currently this module only supports Linux and Solaris lab machines. </p> -<h1 id="howtosetup">How to setup:</h1> +<h1 id="howtosetup">How to setup:<a class="headerlink" href="#howtosetup" title="Permanent link">¶</a></h1> <p>All commands are run as root.</p> <ol> <li> Modified: websites/staging/vcl/trunk/content/confluence_export/libvirt-provisioning-module.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/libvirt-provisioning-module.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/libvirt-provisioning-module.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,14 +83,25 @@ <div id="content"> <h1 class="title">Libvirt Provisioning Module</h1> - <p><strong>(this page is probably beyond repair and should be recreated - it would probably + <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><strong>(this page is probably beyond repair and should be recreated - it would probably be best to separate the manually created part from the auto generated part and just directly check in the manually created part as a plain html file instead of a .mdtext file)</strong></p> <p><a href="http://libvirt.org/">Libvirt </a> is an open source toolkit which can interact with KVM, Xen, and several other virtualization architectures.</p> -<h3 id="libvirtpm">libvirt.pm</h3> +<h3 id="libvirtpm">libvirt.pm<a class="headerlink" href="#libvirtpm" title="Permanent link">¶</a></h3> <ul> <li>libvirt.pm is the main provisioning module</li> <li>Computers should have their provisioningID attributes set to point to @@ -93,7 +115,7 @@ libvirt (KVM, Xen, etc)</li> <li>Automatically determines which hypervisor driver object to use upon initialization by examining the host</li> </ul> -<h3 id="hypervisordrivermodules">Hypervisor Driver Modules</h3> +<h3 id="hypervisordrivermodules">Hypervisor Driver Modules<a class="headerlink" href="#hypervisordrivermodules" title="Permanent link">¶</a></h3> <p>Libvirt hypervisor drivers allow it to interact with and control various types of hypervisors. The drivers are listed at <a href="http://libvirt.org/drivers.html">http://libvirt.org/drivers.html</a>. A hypervisor driver module must be written in order for VCL to support @@ -109,7 +131,7 @@ handled by libvirt.pm.</p> </li> </ul> <p>!Libvirt UML Diagram.gif!</p> -<h4 id="virtualmachinedisks">Virtual Machine Disks</h4> +<h4 id="virtualmachinedisks">Virtual Machine Disks<a class="headerlink" href="#virtualmachinedisks" title="Permanent link">¶</a></h4> <p>A master disk image is stored in the location specified by the datastore path in the VM host profile. A copy on write virtual disk image is created for each virtual machine when it is loaded. The master disk @@ -118,7 +140,7 @@ images. Each VM writes to its own copy o Using copy on write virtual disks allows VMs to be loaded without having to create a complete copy of the master disk image. !Copy on Write.gif|width=367,height=448!</p> -<h1 id="libvirtpm2">libvirt.pm</h1> +<h1 id="libvirtpm2">libvirt.pm<a class="headerlink" href="#libvirtpm2" title="Permanent link">¶</a></h1> <p><a name="__index__"></a></p> <!-- INDEX BEGIN --> @@ -576,7 +598,7 @@ name="find_repository_image_file_paths"> </p> <hr> <a name="LibvirtProvisioningModule-"></a></p> -<h1 id="kvmpm">KVM.pm</h1> +<h1 id="kvmpm">KVM.pm<a class="headerlink" href="#kvmpm" title="Permanent link">¶</a></h1> <p><a name="__index__"></a></p> <ul> Modified: websites/staging/vcl/trunk/content/confluence_export/making-a-reservation.html ============================================================================== --- websites/staging/vcl/trunk/content/confluence_export/making-a-reservation.html (original) +++ websites/staging/vcl/trunk/content/confluence_export/making-a-reservation.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">Making a Reservation</h1> - <p>!newreservation.png!</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>!newreservation.png!</p> <p>To make a VCL reservation: 1. Select <em>New Reservation</em> from the left navigation menu 1. Select the environment you would like to use from the drop-down box
