diff options
Diffstat (limited to 'src/talks')
-rw-r--r-- | src/talks/isnt-it-ironic.hbs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/talks/isnt-it-ironic.hbs b/src/talks/isnt-it-ironic.hbs index 696803b..575da36 100644 --- a/src/talks/isnt-it-ironic.hbs +++ b/src/talks/isnt-it-ironic.hbs | |||
@@ -180,6 +180,7 @@ glance image-create --name my-image --is-public True \ | |||
180 | </section> | 180 | </section> |
181 | <section id="bifrost-1"> | 181 | <section id="bifrost-1"> |
182 | <h1>OK, but what about that Bifrost thing?</h1> | 182 | <h1>OK, but what about that Bifrost thing?</h1> |
183 | <h2 class="fragment">the rainbow bridge that connects Asgard, the world of the Aesir tribe of gods, with Midgard, the world of humanity.</h2> | ||
183 | <br> | 184 | <br> |
184 | <ul> | 185 | <ul> |
185 | <li class="fragment">You don't need a Cloud to provision Hardware</li> | 186 | <li class="fragment">You don't need a Cloud to provision Hardware</li> |
@@ -188,6 +189,7 @@ glance image-create --name my-image --is-public True \ | |||
188 | <li class="fragment">Starts with simple "inventory" file,<br>loads data into Ironic & sets correct driver info</li> | 189 | <li class="fragment">Starts with simple "inventory" file,<br>loads data into Ironic & sets correct driver info</li> |
189 | <li class="fragment">Downloads (or builds locally) a machine image,<br>and just boots it on every machine</li> | 190 | <li class="fragment">Downloads (or builds locally) a machine image,<br>and just boots it on every machine</li> |
190 | </ul> | 191 | </ul> |
192 | <image src="/images/Bifrost.jpg" width="30%" align="right"/> | ||
191 | </section> | 193 | </section> |
192 | <section id="so-in-openstack"> | 194 | <section id="so-in-openstack"> |
193 | <h1>That's cool, but I wanted a cloud...</h1> | 195 | <h1>That's cool, but I wanted a cloud...</h1> |
@@ -392,7 +394,8 @@ nova flavor-key my-baremetal-flavor set capabilities:boot_mode="uefi"</pre> | |||
392 | 394 | ||
393 | The provisioning operation can't be performed on node | 395 | The provisioning operation can't be performed on node |
394 | 7a1ce8d0-9679-4d87-8f54-b11f6e8adb8f because it's in maintenance mode. | 396 | 7a1ce8d0-9679-4d87-8f54-b11f6e8adb8f because it's in maintenance mode. |
395 | </code><code class="fragment">$ ironic node-set-maintenance db01.example false | 397 | </code><code class="fragment"> |
398 | $ ironic node-set-maintenance db01.example false | ||
396 | $ ironic node-set-provision-state db01.example active | 399 | $ ironic node-set-provision-state db01.example active |
397 | $ | 400 | $ |
398 | # ... time goes on ...</code> | 401 | # ... time goes on ...</code> |