Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

WhiteHouse/datacenters

Repository files navigation

Data Center Optimization Initiative (DCOI)

The Office of Management and Budget (OMB) has issued the Data Center Optimization Initiative (DCOI) to advance the consolidation and optimization of the Federal Government’s inventory of data centers. The DCOI supersedes the Federal Data Center Consolidation Initiative (FDCCI) and addresses requirements in the Federal Information Technology Acquisition Reform Act (FITARA).

Draft Memorandum for Public Comment

OMB has posted a draft memorandum for public feedback. You may provide feedback in three ways:

  1. Content suggestions and discussions are welcome via GitHub “issues.” Each issue is a conversation initiated by a member of the public. We encourage you to browse and join in on discussions in existing issues, or start a new conversation by opening a new issue.

  2. Direct changes and line edits to the content may be submitted through a "pull request" by clicking "Edit this page" on any site page in the repository. You do not need to install any software to suggest a change. You can use GitHub's in-browser editor to edit files and submit a pull request for your changes to be merged into the document. Directions on how to submit a pull request can be found on GitHub. Open pull requests for the proposed guidance can be found in the site repository on GitHub.

  3. Send your content suggestions or proposed revisions to the OMB Office of the Federal Chief Information Officer via email to ofcio@omb.eop.gov. Please note that all comments received will be posted publicly on this page.

Comments must be received on or before December 26, 2018.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Privacy

All comments, messages, pull requests, and other submissions received through official White House pages including this GitHub page may be subject to archiving requirements. See the https://www.whitehouse.gov/privacy for more information.

Developing on the site locally

This site uses Jekyll, Sass, Bourbon, Neat, and requires Ruby 2.x.

Install dependencies with Bundler:

bundle install

And run the site with Jekyll:

bundle exec jekyll serve --watch

If all goes well, visit the site at http://localhost:4000.