From 181b57e46d0a6854d746eaac898fb86d836f7fcc Mon Sep 17 00:00:00 2001 From: Summer Long Date: Fri, 10 Jan 2014 14:31:28 +1000 Subject: [PATCH] Added basic description and info for Orchestration. Also included references to other guides and sections. Restructured a bit, using a 'Manage the OpenStack Environment' section, so that there aren't so many level-two headers in the CLI section. Closes-Bug: #1267697 Change-Id: Ia717e2e8ef71154293a32dbfa7e80ebc8d00efda --- doc/user-guide-admin/ch_cli.xml | 6 +--- doc/user-guide-admin/ch_dashboard.xml | 2 ++ .../section_cli_admin_manage_environment.xml | 13 ++++++++ .../section_cli_admin_manage_stacks.xml | 32 +++++++++++++++++++ .../section_dashboard_admin_manage_stacks.xml | 28 ++++++++++++++++ 5 files changed, 76 insertions(+), 5 deletions(-) create mode 100644 doc/user-guide-admin/section_cli_admin_manage_environment.xml create mode 100644 doc/user-guide-admin/section_cli_admin_manage_stacks.xml create mode 100644 doc/user-guide-admin/section_dashboard_admin_manage_stacks.xml diff --git a/doc/user-guide-admin/ch_cli.xml b/doc/user-guide-admin/ch_cli.xml index 56cdfac87b..dc603081c3 100644 --- a/doc/user-guide-admin/ch_cli.xml +++ b/doc/user-guide-admin/ch_cli.xml @@ -29,11 +29,7 @@ - - - - - + diff --git a/doc/user-guide-admin/ch_dashboard.xml b/doc/user-guide-admin/ch_dashboard.xml index 0f018f2cdd..75a686f246 100644 --- a/doc/user-guide-admin/ch_dashboard.xml +++ b/doc/user-guide-admin/ch_dashboard.xml @@ -33,4 +33,6 @@ + + diff --git a/doc/user-guide-admin/section_cli_admin_manage_environment.xml b/doc/user-guide-admin/section_cli_admin_manage_environment.xml new file mode 100644 index 0000000000..4851a1b910 --- /dev/null +++ b/doc/user-guide-admin/section_cli_admin_manage_environment.xml @@ -0,0 +1,13 @@ +
+ Manage the OpenStack environment + This section includes tasks specific to the OpenStack environment. + + + + + + + +
\ No newline at end of file diff --git a/doc/user-guide-admin/section_cli_admin_manage_stacks.xml b/doc/user-guide-admin/section_cli_admin_manage_stacks.xml new file mode 100644 index 0000000000..d44367c32e --- /dev/null +++ b/doc/user-guide-admin/section_cli_admin_manage_stacks.xml @@ -0,0 +1,32 @@ + +
+ Launch and manage stacks + The Orchestration service provides a template-based orchestration engine + for the OpenStack cloud, which can be used to create and manage cloud + infrastructure resources such as storage, networking, instances, and + applications as a repeatable running environment. + + Templates are used to create stacks, which are collections of resources. For example, + a stack might include instances, floating IPs, volumes, security groups, or users. + The Orchestration service offers access to all OpenStack core services via a single modular template, + with additional orchestration capabilities such as auto-scaling and basic high availability. + For information about the: + + + + Basic creation and deletion of Orchestration stacks, refer to the + End User Guide. + + + heat CLI commands, see + + + + As an administrator, you can also carry out stack functions on behalf of your users. For + example, to resume, suspend, or delete a stack, run: + $ action-resume stackID +$ action-suspend stackID +$ stack-delete stackID +
diff --git a/doc/user-guide-admin/section_dashboard_admin_manage_stacks.xml b/doc/user-guide-admin/section_dashboard_admin_manage_stacks.xml new file mode 100644 index 0000000000..3821e2c022 --- /dev/null +++ b/doc/user-guide-admin/section_dashboard_admin_manage_stacks.xml @@ -0,0 +1,28 @@ +
+ Launch and manage stacks + The Orchestration service provides a template-based orchestration engine + for the OpenStack cloud, which can be used to create and manage cloud + infrastructure resources such as storage, networking, instances, and + applications as a repeatable running environment. + + Templates are used to create stacks, which are collections of resources. For example, + a stack might include instances, floating IPs, volumes, security groups, or users. + The Orchestration service offers access to all OpenStack core services via a single modular template, + with additional orchestration capabilities such as auto-scaling and basic high availability. + For information about: + + + + Administrative tasks on the command line, see . + There are no administration-specific tasks that can be done through the dashboard. + + + The basic creation and deletion of Orchestration stacks, refer to the End User Guide. + + + +
\ No newline at end of file