109 Commits

Author SHA1 Message Date
Zuul
17f14865ea Merge "Build Guide Latest: Tools Repository Name" 2019-08-07 19:52:01 +00:00
Abraham Arce
f3b72a2550 Deploy Install Guides: Misc Changes
AIO Duplex:

- Remove networks parameter from host-if-modify and add
  interface-network-assign command.

Controller Storage

- Fix a typo in the commands to create the volume group for Nova for
  computes.
- Remove acquiring Keystone administrative privileges after controller-0
  has been unlocked.
- Change the name of the server XML definition.

Common

- In section "Configure the host's vSwitch type", the "attention"
  message has been moved to the beggining of the section, to promptly
  notify the user OVS-DPDK is not supported in a virtual environment.

- Let the user know via the application-upload command, the complete
  name is required for the stx-openstack application tarball.

Change-Id: Id487171019482174cbd7febd37a5ee9c63e9b97a
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-08-06 18:17:18 -05:00
fpxie
1eec443c91 fix the command when assign IP for VM
Change-Id: I4726e949326399a262eb8e2f6745726df2903576
2019-08-05 16:54:52 +08:00
Zuul
cfc212e798 Merge "fix little problem when exec openstack cmd" 2019-08-02 18:08:33 +00:00
Zuul
a16d763c90 Merge "Deploy Install Guides: Standard with Ironic" 2019-08-02 17:01:40 +00:00
Mingyuan Qi
65102457a5 Deploy Install Guides: Standard with Ironic
Add Ironic deployment for standard configuration under the
Deployment and Installation Guides.

Story: 2004795
Task: 28942

Change-Id: I211182910352c9c2a986d0b7a35f945b828062e1
Co-authored-by: Mingyuan Qi <mingyuan.qi@intel.com>
Co-authored-by: Greg Waines <greg.waines@windriver.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-08-02 10:28:35 -05:00
fpxie
bfdc4a9f84 fix little problem when exec openstack cmd
Change-Id: I5d07b5890fd1bdcefded93de26bc8d3b4fb1dd29
2019-08-02 18:54:12 +08:00
Zuul
7ea6fd1668 Merge "Deploy Install Guides: AIO Simplex Errors / Issues" 2019-08-01 22:56:44 +00:00
Abraham Arce
796e370cc8 Deploy Install Guides: AIO Duplex Errors / Issues
To align AIO Duplex deployment and installation guide content,
we are taking 2 sources of information:

- [0] Launchpad 1836574
- [1] StarlingX wiki changes

These are the high level modifications:

- URL updated.
- Remove references to VirtualBox as our default virtual
  configuration in this guide is Libvirt/QEMU.
- Sync up documentation:
  - Rename titles
  - Extend Local playbook information.
  - Replace ifconfig command with ip command to setup
    external connectivity.
  - System command to configure OAM for controller-0.
  - Section "Configure the vSwitch type".
  - Section "Configure data interfaces".
  - Additional comments under section
    "Test for Ceph cluster operation".
  - Additional comment under section
    "Stage application for deployment".
  - Add information to verify the cluster endpoints.
  - Replace neutron command with openstack network
    command.
  - Rework section "Configure the host's vSwitch type".
- Make use of RST formatting directives (e.g. information):
  - Highlight configuration of NTP server and vSwitch type
    are only for Baremetal hardware.
- Remove documentation:
  - Partition extension for cgts-vg, since it is a
    config_controller method only.
  - Enablement of primary Ceph backend, already done.
  - Providernetworking setup (pre-Stein).

[0] https://bugs.launchpad.net/starlingx/+bug/1836574
[1] https://wiki.openstack.org/w/index.php?title=StarlingX%2FContainers%2FInstallationOnAIODX&type=revision&diff=171081&oldid=169806

Closes-Bug: 1836574
Depends-On: https://review.opendev.org/#/c/672191/

Change-Id: I8b0259b89a37b7da64ed5b232b958f7789ed94a8
Co-authored-by: Fei Chao <fchao@fiberhome.com>
Co-authored-by: Greg Waines <greg.waines@windriver.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-08-01 08:13:42 -05:00
Abraham Arce
02fa311224 Build Guide Latest: Tools Repository Name
OpenDev is community-run tools and infrastructure services for collaboratively
developing open source software [0]. A new structure has been assigned
including the new named "tools" repository which hosts the scripts to build
an StarlingX ISO image.

[0] http://lists.starlingx.io/pipermail/starlingx-discuss/2018-November/001821.html

Change-Id: Ie326347d3f4a0016d1093fc05a2eba61f02a052e
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-07-31 19:28:35 -05:00
Abraham Arce
69b4aae419 Deploy Install Guides: AIO Simplex Errors / Issues
To align AIO Simplex deployment and installation guide content,
we are taking 2 sources of information:

- [0] Launchpad 1836575
- [1] StarlingX wiki changes

These are the high level modifications:

- URLs updated.
- Remove references to VirtualBox as our default virtual
  configuration in this guide is Libvirt/QEMU.
- Sync up documentation:
  - Rename titles
  - Extend Local playbook information.
  - Replace ifconfig command with ip command to setup
    external connectivity.
  - System command to configure OAM for controller-0.
  - Section "Configure the vSwitch type".
  - Section "Configure data interfaces".
  - Additional comments under section
    "Test for Ceph cluster operation".
  - Additional comment under section
    "Stage application for deployment".
  - Add information to verify the cluster endpoints.
  - Replace neutron command with openstack network
    command.
  - Rework section "Configure the host's vSwitch type".
- Make use of RST formatting directives (e.g. information):
  - Highlight configuration of NTP server and vSwitch type
    are only for Baremetal hardware.
- Remove documentation:
  - Partition extension for cgts-vg, since it is a
    config_controller method only.
  - Enablement of primary Ceph backend, already done.
  - Setting Ceph pool replication before application
    applied (duplicated).
  - Providernetworking setup (pre-Stein).

[0] https://bugs.launchpad.net/starlingx/+bug/1836575
[1] https://wiki.openstack.org/w/index.php?title=StarlingX%2FContainers%2FInstallation&type=revision&diff=171080&oldid=169805

Closes-Bug: 1836575
Depends-On: https://review.opendev.org/#/c/672191/

Change-Id: If14dd9ba4e5d05a9e20ebecb04a3d5aec8cb7133
Co-authored-by: Fei Chao <fchao@fiberhome.com>
Co-authored-by: Greg Waines <greg.waines@windriver.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-07-31 19:22:29 -05:00
Zuul
69dfd59303 Merge "Added deployment_install contro_storage combo manual" 2019-07-31 16:14:38 +00:00
Scott Rifenbark
aa6ed76ff7 Added deployment_install contro_storage combo manual
This is the first draft concocted from the wiki and some
standard texts from the installation guides.

- Amended to handle review comments and undergo a
  comprehensive writing scrub.
- Amended to settle down on the possible number of computes.
  Greg says basically 10. Fixed a small typo XMS -> XML.
- Amended to fix the "XML" term.
- Also, added the "Setting up provider/tenant networking"
  section.  Finally, a really close scrup of all text.
- Amended to make some capitalization consistent.
- Amended to take care of some review comments from Greg Waines.
- Amended (June 27) for more review comments from Greg Waines.
- Amended July 8 to fix small typo
- Added review changes July 16.

Some of the following changes includes latest content added to the wiki [0]

Added section "NVMe drive as boot drive"
Added "attention" meesage to section "Set up the NTP server"
Changed sections:
  - Bootstrap controller-0
  - Configure the host's vSwitch type" based in Duplex review
    https://review.opendev.org/#/c/672192/
  - Adding Ceph OSDs to controllers
  - Using sysinv to bring up and take down the containerized OpenStack
    services
Added additional comments for sections:
  - Configure the host's vSwitch type" based in Duplex review
Reference to these files based in review
https://review.opendev.org/#/c/672191/:
  - uninstalling-deleting-openstack
  - horizon-access

Depends-On: https://review.opendev.org/#/c/672191/

Change-Id: I6c04ecca42395d84c7f66b94f7551964840eb437
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-07-30 19:27:56 -05:00
Abraham Arce
6d2236e3d6 Deploy Install Guides: AIO Common Sections
To align AIO Simplex and Duplex deployment and installation guide content,
we are moving common sections to separate files and including them as
external document fragments:

- Uninstalling Deleting OpenStack
  - Bring down OpenStack Services
  - Delete OpenStack application definition
- Horizon Access
  - Platform Horizon
  - Containerized OpenStack Horizon

Filename and section name were rename from
  additional_setup_instructions
to
  uninstalling_deleting_openstack

Change-Id: I2c73153f55ddfead75c76cac6a42bfed409b9343
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-07-26 18:06:19 -05:00
Kristal Dale
ade04de812 Remove old Deploy and Installation folders/guides
Removed old deploy_guides and installation_guide folders and leftover pages as
followup to consolidation of deployment and installation guides into
deploy_install_guides.

Change-Id: I5d1d0abb4e75ef8fadf439aa7b4572831d9e469e
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-07-17 12:56:13 -07:00
Kristal Dale
ab1b52fed7 Fix for broken links on Installation and Deployment Guides page(s)
- Updated links in index to use toctrees so that Sphinx can resolve URLs correctly.
- Moved docs linked from new Installation and Deployment Guides page into same
deploy_install_guides folder.
- Updated broken links resulting from file moves.
- Removed extra folders for consistency between versions.
- Updated a couple page titles to use new R2.0 version convention.

Change-Id: Ib57a79d27411e2818569e0ded87fa393dff10075
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-07-10 11:19:35 -07:00
Scott Rifenbark
7795fe1342 Reorg of docs master TOC
* Amended to make punctuation consistent.

I have re-organized the main TOC so that the new
combined install/deploy manuals comes after the StarlingX
introduction.  I have hidden (for now) the older install
and deploy manuals.

Finally, I have updated the landing pages for the install/
deploy guides and the operation guides to an agreed upon
format that separates out latest, upcoming, and archived
releases.

Change-Id: Ia18f0438152d6cb1fa7ae3e9712eb3df8f5a2862
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-07-10 11:46:07 +00:00
Zuul
278eb6ab0e Merge "fix spell error" 2019-07-10 11:28:23 +00:00
zhangyifan
8a8f4551ff fix spell error
Change-Id: I9aa4b3c2a74a8ab2fd66ce10688a8719303025b2
2019-07-01 15:10:58 +08:00
zhaodan
2439f90460 fix grammar end spell error
Change-Id: Iac05c49c665717e8b186a408e0f5f0e19b65581c
2019-06-27 09:17:14 +08:00
Jeremy Stanley
d790adbc1f Correct broken tools URL for AIO duplex install
Use a working clone URL for the tools Git repository in the AIO
duplex install guide, matching the one used in the simplex guide.

Change-Id: Id98367dcec4e8f1a82bb76adb8f4cde6fa001764
2019-06-24 18:59:23 +00:00
Zuul
8a52426853 Merge "Reroute for latest AIO-SX AIO-DX install_deploy" 2019-06-13 20:17:36 +00:00
Scott Rifenbark
453ce67c9f Reroute for latest AIO-SX AIO-DX install_deploy
I have modified the docs repo such that the landing pages
for original installation guides and deployment guides now
list the merged deploy_install_guides AIO-SX and AIO-DX
manuals instead of the older ones that are being replaced.

Links on the landing pages at this point for the original
controller_storage deployment guide and for the original
"blanket" installation manual still exist.  The reason I
left the one for the "blanket" installation guide is because
if someone clicks on that, there exists further links to
deployment information (guides) at the bottom.  Those links
have been modified to point to the AIO-SX and AIO-DX
deploy_install_guides.  The link for the controller_storage
deployment manual still goes to the original.

Once we get remaining combo manuals merged, we can further
modify these landing pages to where we eventually do not
have any manuals in the installation guides and
deployment guides area.

Change-Id: I7b436226c307b9bc803cc14d48712fb92c39975a
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-06-13 14:53:19 +00:00
Bruce Jones
fc063b75bc Add the initial content for the Deployment options document
Add the initial content for the Deployment options doc. This content is
a mildly reformated version of the same concept from the Intro/concepts.rst
document.  I have added a bit more guidance as to which option to select
and why it is important.

Change-Id: If02c70e62eaedbf8692d10cb89884d30f7e72d14
Story: 2005006
Signed-off-by: Bruce Jones <bruce.e.jones@intel.com>
2019-06-10 11:04:01 -07:00
zhouyao
169f0bea77 Change get- to git.
Change-Id: I4fdd4f51221814e880a1054916aa571df473fe4c
2019-05-27 14:42:02 +08:00
Scott Rifenbark
699823bfc9 Added deployment_install AIO-DX combo manual
Draft of the combined deployment and installation
instructions for the AIO-DX StarlingX configuration.

Applied review comments from Tee Ngo and Al Bailey.

Changed "tailf" to "tail -f" per Al Bailey review.

I placed new/updated information from the AIO-DX wiki that
was updated by Tee Ngo.

I addressed Bart Wensley and Bob Churches comments.

 * Leaving section on "Set Ceph pool replication" for now.
 * Removed section on "Providernetworking setup (pre-Stein).
 * Removed the note in the "Providernetworking setup:
   Network Segment Ranges (Stein)" section.
 * Removed the "Bring Down Services" section.

Patch 13: Removed the "Set Ceph pool replication" section.
          Also, removed "Stein" per Al Bailey.

Change-Id: I196b2a309257b4fa8b8cceb079bbaadcd97a9257
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-23 18:24:56 +00:00
Scott Rifenbark
5e8f25834f Ansible bootstrap playbook replaced config_controller
I replaced the configuration process that used config_controller
with the Ansible bootstrap playbook method.

Change-Id: I978194eb45428258c940f38281962856bda2cb64
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-23 17:00:25 +00:00
Zuul
df171c4f27 Merge "Add introductory material to the StarlingX documentation" 2019-05-22 20:03:58 +00:00
Bruce Jones
98af589309 Add introductory material to the StarlingX documentation
This change is the first round of new documents and cleanup of
the "StarlingX" Introduction section of the documentation.

* Created a new "Product Introduction" document.
* Added a new "Consuming StarlingX" document.
* Added a new "Key Concepts" document.
* And cleaned up some of the other document names to make them
  fit in the TOC text box.

Story: 2005002

Change-Id: Ibe2023028c749a18fd83e610519350cf9058127d
Signed-off-by: Bruce Jones <bruce.e.jones@intel.com>
2019-05-20 12:31:48 -07:00
Scott Rifenbark
5d9cdbbe24 AIO-SX deploy_combo: "tools" -> "stx-tools"
The repo has been renamed to "tools".  I have removed all
occurrences of "stx-tools".  This addresses one of Erich
Cordoba's review comments.

Change-Id: Ia613a72b6438d4944feab2d5f6880e9f62198b7d
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-20 07:04:43 -05:00
Scott Rifenbark
fbf5fe6469 Fixed two typos and a bad link.
Change-Id: I003298827f98cb5be7982ee035e7a28b537165a1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-20 07:04:31 -05:00
Scott Rifenbark
03b01e5f12 Added deployment_install AIO-SX combo manual
First draft of the combined deployment and installation
instructions for the AIO-SX StarlingX configuration.

Change-Id: Ib5bb6753aa1ed384c87e44b3c4d88945f2ed187a
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-20 07:04:17 -05:00
Scott Rifenbark
b0e41814a2 Installation Guides: General edit.
Edits to try and conform to OpenStack writing standards.
I corrected all areas of the files.

Change-Id: Ibf360d19d25ee91cb0071e14dbec719ce4a50ec1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-05-20 07:03:59 -05:00
Bruce Jones
c0d8d13557 Change the initial login from wrsroot to sysamdmin
There are code changes in progress to change the default
controller login from wrsroot to sysadmin.  This change
updates the documentation to reflect the code change.

Depends-on: 1887464a20fc17d66529caea03be2b445156f9426
Story: 2004716
Task: 30928

Change-Id: I4521a3fd3b1a47264412910ea9e6ef0c03f82588
Signed-off-by: Bruce Jones <bruce.e.jones@intel.com>
2019-05-10 14:33:23 -07:00
curtis
9212db6d64 Add a virtual machine section to the installation section
I find that in workshops dealing with end users they are often
slightly confused with the information in the current docs around
what kind of resources they might need to run a virtual machine
based AIO-SX mode. This commit is just an attempt to alleviate
some concerns when they see hardware requirements like 64GB or
32GB, etc.

Change-Id: I45d851f853811596ec4c10a4c67584fd80219937
Signed-off-by: curtis <curtis@serverascode.com>
2019-05-04 16:46:26 -04:00
Ian Wienand
15944d62e2 Merge "Replace openstack.org git:// URLs with https://" 2019-04-10 01:04:24 +00:00
Scott Rifenbark
3b0b2b0199 stx-docs refactoring for new doc structure
Changes included updating the StarlingX docs landing
page to conform to a new list of available documents
as follows:

 * StarlingX Introduction
 * Deployment Guides
 * Installation Guides
 * Developer resources
 * Operation Guides
 * Project Specifications
 * REST API Reference
 * Release Notes
 * Contribute

So-called "dead-end" links have an explanation of content
coming.  Any destination associated with an existing story
ID have the link to the story for reference.

The existence of a "current" and "latest" Developer
Guides resulted in the top-level list of doc resources
including both the "Developer Guides" and
"Developer Resources" bullets.  Ideally, the Developer
Guides would be included as part of the "Developer
Resources" area.  For "latest" they are.  However, for
"current" I left them alone since the 2018.10 release
is out there.  This organization can settle out as more
releases launch.

Finally, I did not focus on the writing aspect for this
PR. That part can be cleaned up going forward.

Change-Id: I0442e948d5d9a41add9eb3bdde8882c157a8f752
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-03 15:43:39 -07:00
Ian Wienand
b097b9b126 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I2c959c9a214f85f3b355938bd7c9683629061542
2019-03-24 20:36:10 +00:00
Hayde Martinez
822399f26e Developer Guide: Tags and note for new mirror.
The "2018.10" tag was removed from Download source code
since this has to use master manifest.
From current/index.rst file, the suggestion to use master
manifest was removed due to this is covered in the other
guide.

Depends-on: https://review.openstack.org/#/c/643631

Change-Id: I3cd0e984368a8ed79bb3227978f3fc795dcf8273
Signed-off-by: Hayde Martinez <hayde.martinez.landa@intel.com>
2019-03-19 15:25:17 -06:00
Scott Rifenbark
5b8be82112 Inst and dev guide versioning: current/latest
These changes implement the versioning scheme for
Installation and Developer Guides for StarlingX.
These guides are release-specific.  Consequently, we
need to make archived, current, and latest versions
of the manuals available as StarlingX releases evolve.

We implemented a two-fold directory structure to keep
the "current" and "latest" versions of the manuals in
the forefront.  "Current" indicates the newest,
officially released version.  "Latest" indicates the
current+1 release (i.e. the release under development).

Aside from "current" and "latest", the list of archived
versions will grow by one with each release.

Changes involved the following:

* Establishing "current" and "latest" directories
  from what existed.
* Updating of intro material and links to be appropriate
  for either "current" or "latest".
* Update of the writer instructions for adding a new
  release of the install and developer manuals.
  material to reflect the folder's new name.
*

Change-Id: I37eee44c31202ac391deebec3348f1e305dbd5ab
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-03-15 15:55:09 -06:00
Kristal Dale
5a51a00b57 Add versioning to installation and developer guides
For both installation and developer guides:
- Move 2018_10 into versioned sub folder
- Add latest version (copy of 2018_10) to latest folder (to be updated for next release)
- Update intro to each versioned guide
- Update relative links (version specific) for each version
- Update all references to version, to use standard format of stx.Year.Mo
- Cleaned up headings to use sentence casing per OpenStack guidelines
- Cleaned up capitalization: standardize capitalization for terms, only capitalize official
  names/terms, casing consistent with command line examples

Change-Id: Id5fd0a78a1d81fdf8c63d132f2d4c50f9ed2f2bf
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-03-13 06:31:12 -06:00
Hayde Martinez
8fd61ad17e Fix MYUNAME value on localrc file.
Changed value for environment variable MYUNAME
on localrc example file due to old "$USER" reference
takes different values when used in host and when
used inside build container.

Change-Id: Iedcf4edd5ef6dd919757d8f5315a01b0bbfea70d
Signed-off-by: Hayde Martinez <hayde.martinez.landa@intel.com>
2019-03-12 17:14:56 -06:00
Zuul
345a831dc9 Merge "Deployment Guides: Added temporary note to reference wiki" 2019-03-08 20:58:52 +00:00
Scott Rifenbark
d0ef0e90a8 Deployment Guides: Added temporary note to reference wiki
The four links in the "Deployment Options" section of the
StarlingX Installation Guide point to "not quite ready"
instructions for simplex, duplex, cloud with controller
storage, and cloud with dedicated storage.  I have created
a NOTE at the beginning of these four sections so the reader
can be routed to the wiki instructions, which are up to date.

Change-Id: I42c67d0e4e1f60021abcc3273c71c5b8f1d37568
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-03-07 14:56:30 -08:00
Greg Waines
531721a344 Installation: Diagram Description Duplex
We need a diagram, description of major components and
why-I-would-use-this for each Deployment option:

  - Deployment Diagram
    - Duplex
    - Duplex Extended
  - Deployment Description
    - Duplex
    - Duplex Extended

Story: 2004780
Task: 29562

Depends-On: https://review.openstack.org/#/c/634080

Change-Id: I7c87259cb9f0bee6fd7db48fa5482d7db3f10998
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-03-07 22:25:54 +00:00
Zuul
a389cad6a1 Merge "Installation: Diagram Description Dedicated Storage" 2019-03-06 20:51:13 +00:00
Zuul
78b0a4c0b5 Merge "Installation: Diagram Description Controller Storage" 2019-03-06 20:44:18 +00:00
Greg Waines
e9b45881b1 Installation: Diagram Description Dedicated Storage
We need a diagram, description of major components and
why-I-would-use-this for each Deployment option:

  - Dedicated Storage Deployment Diagram
  - Dedicated Storage Deployment Description

Story: 2004780
Task: 29566

Depends-On: https://review.openstack.org/#/c/634080

Change-Id: If95246df7df6597512bfc2d17062810a65c5d860
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-02-28 20:38:29 +00:00
Greg Waines
b8cb95851a Installation: Diagram Description Controller Storage
We need a diagram, description of major components and
why-I-would-use-this for each Deployment option:

  - Controller Storage Deployment Diagram
  - Controller Storage Deployment Description

Story: 2004780
Task: 29565

Depends-On: https://review.openstack.org/#/c/634080

Change-Id: Id2a18e253a7371c9fedd38326719f21664696773
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-02-28 20:38:09 +00:00
Greg Waines
6a1eea39c3 Installation: Diagram Description Simplex
We need a diagram, description of major components and
why-I-would-use-this for each Deployment option:

  - Simplex Deployment Diagram
  - Simplex Deployment Description

Story: 2004780
Task: 29219

Depends-On: https://review.openstack.org/#/c/634080

Change-Id: Ib1076f904150ce5cec054e2b187c7f9224eb1909
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-02-28 20:37:34 +00:00