From 97e197c51052383e46694198f6ae69ae7516cc39 Mon Sep 17 00:00:00 2001 From: Carol Chen Date: Fri, 6 Jan 2017 23:34:45 +0200 Subject: [PATCH 1/2] Sprint 51 blog post - providor fix --- site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md b/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md index b97e17282..ca5a62f85 100644 --- a/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md +++ b/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md @@ -22,7 +22,7 @@ In Classic UI, columns displaying virtual CPU and memory values for Cloud Provid New Chargeback features include support for fixed and allocated costs without metrics, and arbitration logic for multiple assigned rates. On the Automate side, enhanced messaging has been extended to Ansible and Cloud Provisioning, and importing Automate modeling from the UI now honors the tenant. -For VMware vCloud, XLAB added the ability to specify VM attributes when deploying vApps. Another big step for providers in general is the new Provider Generator, which was [proposed](https://www.youtube.com/watch?v=i5ZuTKFQqJ8) in last year's Design Summit. With a single line of command, `rails generate provider ProviderName` will generate the scaffolding for a provider. +For the VMware vCloud provider, XLAB added the ability to specify VM attributes when deploying vApps. As for providers in general, a big step is made with the new Provider Generator, which was [proposed](https://www.youtube.com/watch?v=i5ZuTKFQqJ8) in last year's Design Summit. With a single line of command, `rails generate provider ProviderName` will generate the scaffolding for a provider. From e02a1a60ce8b3661eb9113e31ed6418128529410 Mon Sep 17 00:00:00 2001 From: Carol Chen Date: Fri, 6 Jan 2017 23:42:57 +0200 Subject: [PATCH 2/2] Minor fix --- site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md b/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md index ca5a62f85..c22764d66 100644 --- a/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md +++ b/site/_posts/2017-01-06-sprint-51-review-january-4-2017.html.md @@ -22,7 +22,7 @@ In Classic UI, columns displaying virtual CPU and memory values for Cloud Provid New Chargeback features include support for fixed and allocated costs without metrics, and arbitration logic for multiple assigned rates. On the Automate side, enhanced messaging has been extended to Ansible and Cloud Provisioning, and importing Automate modeling from the UI now honors the tenant. -For the VMware vCloud provider, XLAB added the ability to specify VM attributes when deploying vApps. As for providers in general, a big step is made with the new Provider Generator, which was [proposed](https://www.youtube.com/watch?v=i5ZuTKFQqJ8) in last year's Design Summit. With a single line of command, `rails generate provider ProviderName` will generate the scaffolding for a provider. +For the VMware vCloud provider, XLAB added the ability to specify VM attributes when deploying vApps. As for providers in general, we made a big step with the new Provider Generator, which was [proposed](https://www.youtube.com/watch?v=i5ZuTKFQqJ8) in last year's Design Summit. With a single line of command, `rails generate provider ProviderName` will generate the scaffolding for a provider.