-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'working_draft' into flanakin/accounttype
- Loading branch information
Showing
10 changed files
with
171 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: FinOps Use Case Feedback | ||
description: Provide feedback on FinOps use cases that cannot be performed with the current FOCUS specification. | ||
title: "[FEEDBACK]: " | ||
labels: ["feedback", "use-case"] | ||
assignees: ["mike-finopsorg,udam-f2"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "The FOCUS working group wants to understand what FinOps use cases cannot be performed today using the current specification so they can be prioritized for upcoming release. Please do not provide any information that may be considered Intellectual Property by any individual or organization." | ||
|
||
- type: input | ||
attributes: | ||
label: Proposed Change | ||
description: Short description of the change and why it is necessary. | ||
placeholder: Describe the proposed change briefly and why it is necessary | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What FinOps use cases cannot be performed without the proposed change? | ||
description: Describe in detail the current FinOps use cases your organization cannot perform without the proposed change | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Which FinOps personas perform this use case? | ||
description: List one or more FinOps personas that perform this use case | ||
placeholder: e.g., Cost Analyst, Cloud Architect, etc | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: For which providers do you perform this use case for? | ||
description: List each provider separated by commas | ||
placeholder: e.g., AWS, Azure, GCP, Snowflake, etc | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Criticality Scale | ||
description: On a scale of 1 - 4, how critical is this for your organization? | ||
options: | ||
- '1: Blocks my organization from adopting FOCUS' | ||
- '2: Important for adoption in the next 3-6 months' | ||
- '3: Important for adoption in the next 6-12 months' | ||
- '4: Suggestion, not planning to use FOCUS soon' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context / Supporting information | ||
description: Provide any other relevant information here | ||
placeholder: Additional details... | ||
validations: | ||
required: true | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Contributing to the FOCUS Specification | ||
|
||
This repository represents the written spec, not working code. As such, most people will not need any development environment - most of the work around the spec happens in regularly scheduled discussions and issues here in Github. If you wish to get involved please see the [FinOps Foundation website](https://focus.finops.org/) and consider [signing the CLA](https://github.com/FinOps-Open-Cost-and-Usage-Spec/EasyCLA). | ||
|
||
Please see the [contribution policy](https://github.com/FinOps-Open-Cost-and-Usage-Spec/foundation/blob/main/contributing.md) for more information. | ||
|
||
## FOCUS Specification Development Environment | ||
|
||
The following is mostly needed by the FinOps Foundation staff members who maintain the FOCUS Repositories and associated document build pipelines. Currently, the only tested (supported) environment is a MacOS setup, however the build pipeline in GitHub uses Ubuntu so should be possible to run on a Linux environment. | ||
|
||
### Setup Steps | ||
|
||
1. Install homebrew (as per: https://brew.sh) | ||
2. Setup cask | ||
|
||
`brew install cask` | ||
3. Install python | ||
|
||
`brew install python` | ||
4. Add packages for python | ||
|
||
`pip3 install -r requirements.txt` | ||
5. Install pandoc and required filter library | ||
|
||
`brew install pandoc` | ||
|
||
`brew install --cask wkhtmltopdf` | ||
6. If your machine does not have git/make etc, you might fun the following: Install developer command line tools for MacOS | ||
|
||
`xcode-select --install` | ||
|
||
### Assembling the specification locally | ||
|
||
1. Move into the `specification` folder | ||
2. Use make to generate the spec `make` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## Release Planning | ||
This estimated time line was approved by the Members working group on the Feb 29 meeting. | ||
|
||
<table border="1"> | ||
<caption>Estimated Timeline v1.0</caption> | ||
<thead> | ||
<tr> | ||
<th>Date</th> | ||
<th>Tasks</th> | ||
<th>Comments</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Feb 28 - Mar 11</td> | ||
<td>Consistency Review</td> | ||
<td>Opportunity for everyone to review what has been agreed upon in the working-draft branch. </br> Lock scope for v1.0.</td> | ||
</tr> | ||
<tr> | ||
<td>Mar 12 - Apr 22</td> | ||
<td>Drive v1.0 milestone issues to completion</td> | ||
<td>Incoming issues will be prioritized by maintainers. Only <a href="https://github.com/FinOps-Open-Cost-and-Usage-Spec/FOCUS_Spec/labels" target="_blank">P0 and some P1</a> issues will get added to the v1.0 milestone. Prioritization will take voting and comments in issues into consideration</td> | ||
</tr> | ||
<tr> | ||
<td>Apr 23 - Apr 30</td> | ||
<td>Final Consistency Review</td> | ||
<td>Freeze working-draft. </br> Final review, only expecting editorial comments.</td> | ||
</tr> | ||
<tr> | ||
<td>May 2</td> | ||
<td>Release Candidate Approve by the WG Members</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td>May 2 - May 31</td> | ||
<td>IPR Review</td> | ||
<td>Members may exclude any Essential Claims from their licensing commitments during this period.</td> | ||
</tr> | ||
<tr> | ||
<td>Jun 3</td> | ||
<td>Steering Committee Ratifies the Release</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td>Jun 20</td> | ||
<td>FinOps X: Onstage FOCUS Adoption stories</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters