Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
parent
21630ba21e
commit
c68aea2a1f
11
index.html
11
index.html
|
|
@ -41,9 +41,6 @@
|
|||
<ul>
|
||||
<li class="fragment">Created by Octave Klaba in 1999</li>
|
||||
<li class="fragment">Baremetal servers</li>
|
||||
<li class="fragment">OpenStack started in 2012 (swift)</li>
|
||||
<li class="fragment">First ping in 2014/2015 (juno)</li>
|
||||
<li class="fragment">First regions are still there! (caracal now)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
@ -107,12 +104,11 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h2>second idea: bootstrap-openstack-k8s</h2>
|
||||
<h2>second idea: bootstrap-openstack</h2>
|
||||
<ul>
|
||||
<li class="fragment">Start OpenStack on top of our OpenStack</li>
|
||||
<li class="fragment">... it needs to be quickly deployed</li>
|
||||
<li class="fragment">Start OpenStack on top of our OVH OpenStack</li>
|
||||
<li class="fragment">... it is quick (5m)</li>
|
||||
<li class="fragment">... multi node by default</li>
|
||||
<li class="fragment">... quick</li>
|
||||
<li class="fragment">... easy to read, easy to tune</li>
|
||||
<li class="fragment">... rely on stable branches</li>
|
||||
</ul>
|
||||
|
|
@ -131,7 +127,6 @@
|
|||
<li class="fragment">... use cloud-init for setup</li>
|
||||
<li class="fragment">... rely on pre-compiled packages (.deb and docker)</li>
|
||||
<li class="fragment">... pre-create image, flavors, etc.</li>
|
||||
<li class="fragment">... ready in less than 5m</li>
|
||||
<li class="fragment">... can use real public IPs</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue