Jump to: navigation, search

Difference between revisions of "StarlingX/Packet SIG"

m (Packet SIG)
m (Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com)
Line 6: Line 6:
 
=== Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com ===
 
=== Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com ===
  
The way that a custom operating system is installed into Packet.com is via iPXE. These instructions show a basic method for initial installation of a StarlingX ISO on Packet.com.
+
The OpenStack Edge Computing Group ( https://wiki.openstack.org/wiki/Edge_Computing_Group ) has defined two MVP Architectures ( https://wiki.openstack.org/wiki/Edge_Computing_Group/Edge_Reference_Architectures ):
 +
* Distributed Control Plane Scenario, and
 +
* Centralized Control Plane Scenario.
  
Install Apache.
+
StarlingX's Distributed Cloud features is an implementation of the Distributed Control Plane Scenario.
 
 
<pre>
 
apt install apache2 -y
 
</pre>
 

Revision as of 14:25, 5 July 2019

Packet SIG

Packet.com is a baremetal public cloud, and they have donated some resources to the StarlingX project.


Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com

The OpenStack Edge Computing Group ( https://wiki.openstack.org/wiki/Edge_Computing_Group ) has defined two MVP Architectures ( https://wiki.openstack.org/wiki/Edge_Computing_Group/Edge_Reference_Architectures ):

  • Distributed Control Plane Scenario, and
  • Centralized Control Plane Scenario.

StarlingX's Distributed Cloud features is an implementation of the Distributed Control Plane Scenario.