Jump to: navigation, search

Difference between revisions of "StarlingX/Docs and Infra/InstallationGuides/virtual-Controllers-and-Computes"

(Reference)
(Preparing the Virtual Environment and Servers)
Line 23: Line 23:
  
 
= Preparing the Virtual Environment and Servers =
 
= Preparing the Virtual Environment and Servers =
ToDo
+
Setup virtual platform networks for virtual deployment:
 +
<pre>
 +
bash setup_network.sh
 +
</pre>
 +
<br />
 +
Create the XML definitions for the virtual servers required by this configuration option.<br />
 +
This will create the XML virtual server definition for:
 +
* controllerstorage-controller-0
 +
* controllerstorage-controller-1
 +
* controllerstorage-compute-0
 +
* controllerstorage-compute-1
 +
<br />
 +
{{caution|header=CAUTION|body=The following command will also start the X-based graphical virt-manager application; if their is no X-server present then errors will occur.}}
 +
{{caution|header=NOTE|body=The following command will also start/virtually-powered-on the 'duplex-controller-0' virtual server.}}
 +
<pre>
 +
bash setup_configuration.sh -c controllerstorage -i ./bootimage.iso     
 +
</pre>
 +
<br />
 +
<br />
  
 
= StarlingX Kubernetes =
 
= StarlingX Kubernetes =

Revision as of 00:52, 15 August 2019

Deployment Diagram

Standard Deployment Diagram


Physical Host Requirements

ToDo - Same as AIO-SIMPLEX

Hardware Requirements

ToDo - Same as AIO-SIMPLEX

Software Requirements

ToDo - Same as AIO-SIMPLEX

Setting up the Host

ToDo - Same as AIO-SIMPLEX



Preparing the Virtual Environment and Servers

Setup virtual platform networks for virtual deployment:

bash setup_network.sh 


Create the XML definitions for the virtual servers required by this configuration option.
This will create the XML virtual server definition for:

  • controllerstorage-controller-0
  • controllerstorage-controller-1
  • controllerstorage-compute-0
  • controllerstorage-compute-1


Caution icon.svg CAUTION

The following command will also start the X-based graphical virt-manager application; if their is no X-server present then errors will occur.
Caution icon.svg NOTE

The following command will also start/virtually-powered-on the 'duplex-controller-0' virtual server.
bash setup_configuration.sh -c controllerstorage -i ./bootimage.iso      



StarlingX Kubernetes

ToDo

Installing StarlingX Kubernetes

ToDo

Accessing StarlingX Kubernetes

ToDo

StarlingX OpenStack

ToDo

Installing StarlingX OpenStack

ToDo

Accessing StarlingX OpenStack

ToDo