From ac91e8bcfe1957c89ad6a108ad443d936cbc648b Mon Sep 17 00:00:00 2001 From: huweihua Date: Tue, 1 Sep 2015 22:05:04 -0400 Subject: [PATCH] add content --- .../diskful/customize_image/cfg_partition.rst | 75 +++++++++++++++++++ .../customize_image/driver_update_disk.rst | 51 ++++++++++++- 2 files changed, 125 insertions(+), 1 deletion(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/cfg_partition.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/cfg_partition.rst index ae27d5333..8343f32c0 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/cfg_partition.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/cfg_partition.rst @@ -1,2 +1,77 @@ +Configure Disk Partition +======================== .. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Overview + :end-before: END_Overview +Partition Definition File +------------------------- +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_partition_definition_file_Overview + :end-before: END_partition_definition_file_Overview + +Create Partition File +^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_partition_definition_file_content + :end-before: END_partition_definition_file_content + +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_partition_definition_file_example_Ubuntu_Standard_partition_for_PPC64le + :end-before: END_partition_definition_file_example_Ubuntu_Standard_partition_for_PPC64le + +Associate Partition File with Osimage +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_partition_definition_file_Associate_partition_file_with_osimage_common + :end-before: END_partition_definition_file_Associate_partition_file_with_osimage_common + +Partitioning disk file(For Ubuntu only) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Disk_File_ubuntu_only + :end-before: END_Partition_Disk_File_ubuntu_only + +Additional preseed configuration file(For Ubuntu only) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Additional_preseed_configuration_file_ubuntu_only + :end-before: END_Additional_preseed_configuration_file_ubuntu_only + +Partition Definition Script +--------------------------- +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Definition_Script_overview + :end-before: END_Partition_Definition_Script_overview + +Create Partition Script +^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Definition_Script_Create_partition_script_content + :end-before: END_Partition_Definition_Script_Create_partition_script_content + +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Definition_Script_Create_partition_script_example_redhat_sles + :end-before: END_Partition_Definition_Script_Create_partition_script_example_redhat_sles + +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Definition_Script_Create_partition_script_example_ubuntu + :end-before: END_Partition_Definition_Script_Create_partition_script_example_ubuntu + +Associate partition script with osimage +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Definition_Script_Associate_partition_script_with_osimage_common + :end-before: END_Partition_Definition_Script_Associate_partition_script_with_osimage_common + +Partitioning disk script(For Ubuntu only) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Partition_Disk_Script_ubuntu_only + :end-before: END_Partition_Disk_Script_ubuntu_only + +Additional preseed configuration script(For Ubuntu only) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: ../../../common/deployment/cfg_partition.rst + :start-after: BEGIN_Additional_preseed_configuration_script_ubuntu_only + :end-before: END_Additional_preseed_configuration_script_ubuntu_only \ No newline at end of file diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/driver_update_disk.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/driver_update_disk.rst index fbbe6539f..35c6e9fe2 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/driver_update_disk.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/driver_update_disk.rst @@ -1,2 +1,51 @@ -.. include:: ../../../common/deployment/driver_update_disk.rst +Load Additional Drivers +======================== +Overview +-------- +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN_Overview + :end-before: END_Overview + +Locate the New Drivers +---------------------- + +For Driver Update Disk +^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN_locate_driver_for_DUD + :end-before: END_locate_driver_for_DUD + +For Driver RPM Packages +^^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN_locate_driver_for_RPM + :end-before: END_locate_driver_for_RPM + +Inject the Drivers into the initrd +---------------------------------- + +For Driver Update Disk +^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN_inject_into_initrd__for_diskfull_for_DUD + :end-before: END_inject_into_initrd__for_diskfull_for_DUD + +For Driver RPM Packages +^^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN__inject_into_initrd__for_diskfull_for_RPM + :end-before: END_inject_into_initrd__for_diskfull_for_RPM + +Notes +----- + +.. include:: ../../../common/deployment/driver_update_disk.rst + :start-after: BEGIN_node + :end-before: END_node + +