diff options
Diffstat (limited to 'src/posts')
| -rw-r--r-- | src/posts/big-tent.hbs (renamed from src/posts/big-tent.html) | 73 |
1 files changed, 6 insertions, 67 deletions
diff --git a/src/posts/big-tent.html b/src/posts/big-tent.hbs index 8b71e0c..981913a 100644 --- a/src/posts/big-tent.html +++ b/src/posts/big-tent.hbs | |||
| @@ -1,47 +1,9 @@ | |||
| 1 | <!doctype html> | 1 | <html> |
| 2 | <html class="no-js"> | 2 | <head> |
| 3 | <head> | 3 | <meta description="OpenStack as Layers but also tents but also cats" /> |
| 4 | <meta charset="utf-8"> | 4 | <title> The Big Tent </title> |
| 5 | <title>The Big Tent</title> | 5 | </head> |
| 6 | <link rel="stylesheet" | 6 | <body> |
| 7 | href="/css/bootstrap.css"> | ||
| 8 | <link rel="stylesheet" | ||
| 9 | href="/css/mordred.css"> | ||
| 10 | <meta name="author" content="{{author.name}}"> | ||
| 11 | <meta name="viewport" | ||
| 12 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | ||
| 13 | <meta name="description" content="OpenStack as Layers but also tents but also cats"> | ||
| 14 | <meta name="viewport" content="width=device-width"> | ||
| 15 | <link rel="shortcut icon" href="/favicon.ico"> | ||
| 16 | |||
| 17 | </head> | ||
| 18 | <body> | ||
| 19 | <!--[if lt IE 10]> | ||
| 20 | <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
| 21 | <![endif]--> | ||
| 22 | |||
| 23 | <nav class="navbar navbar-default navbar-fixed-top"> | ||
| 24 | <div class="container-fluid"><a href="/"> | ||
| 25 | <span class="navbar-brand"> | ||
| 26 | Things you may or may not care or not care about.</a></span> | ||
| 27 | </div> | ||
| 28 | </nav> | ||
| 29 | |||
| 30 | <!-- Main jumbotron for a primary marketing message or call to action --> | ||
| 31 | <div class="jumbotron"> | ||
| 32 | <div class="container-fluid"> | ||
| 33 | <h1> | ||
| 34 | <span xmlns:dct="http://purl.org/dc/terms/" | ||
| 35 | href="http://purl.org/dc/dcmitype/InteractiveResource" | ||
| 36 | property="dct:title" | ||
| 37 | rel="dct:type"> | ||
| 38 | The Big Tent | ||
| 39 | </h1> | ||
| 40 | <p class="lead">OpenStack as Layers but also tents but also cats</p> | ||
| 41 | </div> | ||
| 42 | </div> | ||
| 43 | |||
| 44 | <div class="container-fluid"> | ||
| 45 | <p>I'd like to build on the ideas in <a href="https://dague.net/2014/08/26/openstack-as-layers/">Sean's Layers</a>. I've been noodling on it for a while and have had a several interesting conversations with people. Before I tell you how I've taxonomied things in my head, I want to spend a second on why.</p> | 7 | <p>I'd like to build on the ideas in <a href="https://dague.net/2014/08/26/openstack-as-layers/">Sean's Layers</a>. I've been noodling on it for a while and have had a several interesting conversations with people. Before I tell you how I've taxonomied things in my head, I want to spend a second on why.</p> |
| 46 | <h3 id="why-do-we-care">Why do we care?</h3> | 8 | <h3 id="why-do-we-care">Why do we care?</h3> |
| 47 | <p>Our choices in organizing our work effect a few different unrelated things:</p> | 9 | <p>Our choices in organizing our work effect a few different unrelated things:</p> |
| @@ -223,28 +185,5 @@ designate call-that-ip 'blog.inaugust.com' --also-reverse-dns-kthxbai # | |||
| 223 | <p>We can actually let the market decided more on the relative importance of things without us needing to predecide that.</p> | 185 | <p>We can actually let the market decided more on the relative importance of things without us needing to predecide that.</p> |
| 224 | <p>We can take a much stronger position on some of the topics, such as "Compute instances need IP Addresses" without having to put ourselves in the position to take such a strong stance on everything else.</p> | 186 | <p>We can take a much stronger position on some of the topics, such as "Compute instances need IP Addresses" without having to put ourselves in the position to take such a strong stance on everything else.</p> |
| 225 | <p>Who's with me?</p> | 187 | <p>Who's with me?</p> |
| 226 | |||
| 227 | </div> | ||
| 228 | |||
| 229 | <nav class="navbar navbar-default navbar-fixed-bottom"> | ||
| 230 | <div class="container-fluid"> | ||
| 231 | <p class="navbar-text"> | ||
| 232 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
| 233 | <img alt="Creative Commons License" | ||
| 234 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> | ||
| 235 | </a> | ||
| 236 | <a xmlns:cc="http://creativecommons.org/ns#" | ||
| 237 | rel="cc:attributionURL" | ||
| 238 | href='http://inaugust.com'>http://inaugust.com</a> | ||
| 239 | by <span xmlns:cc="http://creativecommons.org/ns#" | ||
| 240 | property="cc:attributionName">{{author.name}}</span> | ||
| 241 | is licensed under a <a rel="license" | ||
| 242 | href="http://creativecommons.org/licenses/by/4.0/">Creative | ||
| 243 | Commons Attribution 4.0 International License</a>. | ||
| 244 | Source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 245 | </p> | ||
| 246 | </div> | ||
| 247 | </nav> | ||
| 248 | |||
| 249 | </body> | 188 | </body> |
| 250 | </html> | 189 | </html> |
