diff --git a/gatsby-config.js b/gatsby-config.js index 31e0640e59f7c2de47970ccbc86386a446f11c3b..27b43f6cf882afd60e691ebea81907e76c39273c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,7 +2,6 @@ module.exports = { siteMetadata: { title: `AF Enterprise Digital Transformation Services`, description: `C3I&N enables digital transformation across the U.S. Air Force. Explore our Networking, Compute & Store and DevSecOps services and more.`, - image: `/src/images/share/ogimage-home.png`, }, plugins: [ `gatsby-plugin-react-helmet`, diff --git a/src/components/app/SEO.js b/src/components/app/SEO.js index 69e397b6ead895a9aa3f7860e9ab59f33125c813..dc88263f6f9258828d5db362d53cf225fd1c714e 100644 --- a/src/components/app/SEO.js +++ b/src/components/app/SEO.js @@ -4,14 +4,26 @@ import { Helmet } from 'react-helmet'; import { useStaticQuery, graphql } from 'gatsby'; function SEO({ description, lang, meta, title, image }) { - const { site } = useStaticQuery( + const { site, allFile } = useStaticQuery( graphql` query { site { siteMetadata { title description - image + } + } + allFile( + filter: { absolutePath: { regex: "/images/share/ogimage-home.png/" } } + ) { + edges { + node { + childImageSharp { + fixed(width: 1200, height: 630) { + src + } + } + } } } } @@ -20,7 +32,7 @@ function SEO({ description, lang, meta, title, image }) { const metaDescription = description || site.siteMetadata.description; const defaultTitle = site.siteMetadata.title; - const shareImage = image || site.siteMetadata.image; + const shareImage = image || allFile.edges[0].node.childImageSharp.fixed.src; return ( { } - overview="/hosting-infrastructure" + overview="/compute-and-store" /> diff --git a/src/content/service-category/hosting-infrastructure.md b/src/content/service-category/compute-and-store.md similarity index 89% rename from src/content/service-category/hosting-infrastructure.md rename to src/content/service-category/compute-and-store.md index f9f9b533f81e8cba4accdd9dda9f91d4a5356fcb..7fdd9f9b3f9314355f829891ae021e723789b056 100644 --- a/src/content/service-category/hosting-infrastructure.md +++ b/src/content/service-category/compute-and-store.md @@ -1,5 +1,5 @@ --- -slug: '/hosting-infrastructure' +slug: '/compute-and-store' title: 'Compute and Store' categories: - Compute & Store diff --git a/src/content/service-detail/afsen-coin.md b/src/content/service-detail/afsen-coin.md index 2b3e3afa7d12f0b570c9539eb6d5592ac6d13797..989b646019010e984d5f40694d69c768d2fd403d 100644 --- a/src/content/service-detail/afsen-coin.md +++ b/src/content/service-detail/afsen-coin.md @@ -1,6 +1,6 @@ --- slug: '/services/afsen-coin' -title: 'AFSEN COIN' +title: 'AFSEN-COIN' shortTitle: 'COIN' categories: - Networking & Connectivity @@ -12,7 +12,8 @@ levels: - TS-SCI excerpt: 'AFSEN-COIN is designed to provide a standardized means of information transportation to improve service and connectivity between locations.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +AFSEN-COIN is designed to provide a standardized means of information transportation to improve service and connectivity between locations. AFSEN-COIN is a Virtual Private Network (VPN) service provided through the Defense Information Systems Agency (DISA) Global Information Grid (GIG). AFSEN-COIN provides the transport pipe for Secret//Special Access Required (SAR) up to Top Secret Sensitive Compartmented Information (SCI)//SAR traffic that is National Security Agency (NSA) Type-1 encrypted using DISA’s Layer 3-VPN service for long-haul transport. AFSEN-COIN provides customers with dedicated transport/bandwidth for Special Access Program (SAP) missions without having to compete with existing NIPRNet bandwidth. Private Network (VPN) service provided through the Defense Information Systems Agency (DISA) Global Information Grid (GIG). AFSEN-COIN provides the transport pipe for Secret//Special Access Required (SAR) up to Top Secret Sensitive Compartmented Information (SCI)//SAR traffic that is National Security Agency (NSA) Type-1 encrypted using DISA’s Layer 3-VPN service for long-haul transport. AFSEN-COIN provides customers with dedicated transport/bandwidth for Special Access Program (SAP) missions without having to compete with existing NIPRNet bandwidth. diff --git a/src/content/service-detail/base-it.md b/src/content/service-detail/base-it.md index 008b9c16c3c5435ba38345464f33b8875cb3b467..3f88405286f7c8860e758981e7c2844b32d59be7 100644 --- a/src/content/service-detail/base-it.md +++ b/src/content/service-detail/base-it.md @@ -11,9 +11,11 @@ levels: - S excerpt: 'Base IT Infrastructure services are centrally managed to provide both wired and wireless WAN and BAN capabilities.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +Base IT Infrastructure services are centrally managed to provide both wired and wireless WAN and BAN capabilities. + **Wired** - All switches, critical and non-critical, to be replaced with improved technology. - Software Defined Networking (SDN) capable diff --git a/src/content/service-detail/cloud-gateway.md b/src/content/service-detail/cloud-gateway.md index e93e86cd41495101a17cc108c4a58c96966850cc..cc8252ae64bdc87ba5a2d9ce208b2d52367fbdb3 100644 --- a/src/content/service-detail/cloud-gateway.md +++ b/src/content/service-detail/cloud-gateway.md @@ -13,6 +13,7 @@ levels: - TS-SCI excerpt: 'Cloud Gateway provides access to approved SAP Clouds & Services, SAP Meet Me Point (MMPs), and COMSEC collocation by offering high speed Cloud access and leverages common transports. It is tailored towards DoD SAP and ICON Defense Industrial Based (DIB) participants' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +Cloud Gateway provides access to approved SAP Clouds & Services, SAP Meet Me Point (MMPs), and COMSEC collocation by offering high speed Cloud access and leverages common transports. It is tailored towards DoD SAP and ICON Defense Industrial Based (DIB) participants. \ No newline at end of file diff --git a/src/content/service-detail/cloud-one-pipeline.md b/src/content/service-detail/cloud-one-pipeline.md deleted file mode 100644 index 4b4c100b72d927b93dd43c16f3b409541dabc272..0000000000000000000000000000000000000000 --- a/src/content/service-detail/cloud-one-pipeline.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -slug: '/services/cloud-one-pipeline' -title: 'Cloud One Pipeline' -categories: - - Software Development & DevSecOps -share: '../../images/share/ogimage-software_development_and_devsecops.png' -updated: March 23, 2021 at 2:54:52 PM EDT ---- - diff --git a/src/content/service-detail/cloud-one.md b/src/content/service-detail/cloud-one.md index c1f1fcaf55b13f9cdb5b25968dff400dcd9287a7..7f2cc6eb8e5b3de5acb38307fbc913ac83a6fb90 100644 --- a/src/content/service-detail/cloud-one.md +++ b/src/content/service-detail/cloud-one.md @@ -8,9 +8,13 @@ levels: - S excerpt: 'The ‘one-stop-shop’ for Air Force cloud computing, Cloud One provides cloud environments in AWS and Azure. As the enterprise solution, Cloud One embraces automated deployments to stand-up cloud environments at scale. ' share: '../../images/share/ogimage-compute_and_store.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- +The ‘one-stop-shop’ for Air Force cloud computing, Cloud One provides cloud environments in AWS and Azure. As the enterprise solution, Cloud One embraces automated deployments to stand-up cloud environments at scale. + +Visit the [Cloud One website](https://intelshare.intelink.gov/sites/AFCCE/Pages/Home.aspx) *(CAC required)*. + ##### Secure Cloud Hosting Platform Cloud One delivers the secure cloud hosting platform from development to production that mission systems need to cost-efficiently deliver capability to the warfighter. Cloud One delivers that platform across multiple impact levels and clouds with inheritable controls and common services that enable DevSecOps and quick cloud adoption. diff --git a/src/content/service-detail/core-rock.md b/src/content/service-detail/core-rock.md index cc594c778426ec9045734556aa441388e180f205..58175518ecc7abd15f4565f5d9208fcdcfc41b37 100644 --- a/src/content/service-detail/core-rock.md +++ b/src/content/service-detail/core-rock.md @@ -7,12 +7,14 @@ levels: - S-SAR - TS-SAR - TS-SCI -excerpt: 'CORE is a suite of multi level web applications that provide file share and webmail services enabling secure data and communication exchange between S//SAR, TS//SAR, and TS//SAR-SCI networks and users.' share: '../../images/share/ogimage-communications.png' +excerpt: 'A suite of multi-level web applications that provide file sharing and webmail services enabling secure data and communication exchange between S//SAR, TS//SAR, and TS//SAR-SCI networks and users.' updated: March 23, 2021 at 2:54:52 PM EDT --- -CORE is an Air Force Special Access Program (SAP) suite of services approved for S//SAR, TS//SAR, and TS//SAR-SCI mail and file share. DoD, AF, industry partners can utilize the capability. +CORE is a suite of multi-level web applications that provide file sharing and webmail services enabling secure data and communication exchange between S//SAR, TS//SAR, and TS//SAR-SCI networks and users. + +DoD, USAF and industry partners can utilize the capability. ### Benefits & Features diff --git a/src/content/service-detail/d1scovery.md b/src/content/service-detail/d1scovery.md index 48a6e1319bf9d6e68c10ded53bbb6a769e4300bb..eacf5be550ccd3df4b2c72c51b64e6c09a41dfa4 100644 --- a/src/content/service-detail/d1scovery.md +++ b/src/content/service-detail/d1scovery.md @@ -7,9 +7,11 @@ levels: - U excerpt: 'An enterprise Big Data Analytics platform hosted on Cloud One that provides advanced data analytics and data management tools up to IL4.' share: '../../images/share/ogimage-data_analysis.png' -updated: March 26 +updated: March 31 --- +An enterprise Big Data Analytics platform hosted on Cloud One that provides advanced data analytics and data management tools up to IL4. + D1scovery provides an operational environment for analytics-based solutions and gives users access to cutting-edge commercial business intelligence and advanced data analytics tools and environment on Microsoft’s Azure Government Cloud. diff --git a/src/content/service-detail/digital-engineering-platform.md b/src/content/service-detail/digital-engineering-platform.md index c10bdff3b459f9e5b868de9b4ffde0a8ade4e38a..fc1060ba4d43121e17ebc97e6205c10c36279d0c 100644 --- a/src/content/service-detail/digital-engineering-platform.md +++ b/src/content/service-detail/digital-engineering-platform.md @@ -8,9 +8,10 @@ levels: - U excerpt: 'Popular Digital Engineering and collaboration software tools offered in a platform-as-a-service (PaaS) model.' share: '../../images/share/ogimage-digital_engineering.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- +Popular Digital Engineering and collaboration software tools offered in a platform-as-a-service (PaaS) model. The Department of Defense is transforming engineering practices to digital engineering, incorporating technological innovations into an integrated, digital, model-based approach to ensure continued U.S. technological superiority. - Implementation of digital engineering across the Department of Air Force will accelerate the transition of advanced technologies. diff --git a/src/content/service-detail/fences.md b/src/content/service-detail/fences.md index 7b2a6eb9850f9376f3d7432b4c5698ac585b70b6..09204b97ad59ba9b23c6e0d5d335de1093745a23 100644 --- a/src/content/service-detail/fences.md +++ b/src/content/service-detail/fences.md @@ -12,7 +12,9 @@ levels: - TS-SCI excerpt: 'FENCES is the only SAP-compliant enterprise cloud solution for the DoD at independent levels of security.' share: '../../images/share/ogimage-compute_and_store.png' -updated: March 26 +updated: March 31 --- +FENCES is the only SAP-compliant enterprise cloud solution for the DoD at independent levels of security. + FENCES provides PL-2 workload templates for SAP customers that easily provide virtual desktops, DevSecOps, modeling & simulation, edge computing, and data backup capabilities. These workload templates are available across every security level to simplify development and migration of mission applications for SAP data. diff --git a/src/content/service-detail/hnp-it.md b/src/content/service-detail/hnp-it.md index 8b9dd5f547d7ae5172f3192c77358198647d7e87..5273746f4981531f58444b7eb6c67876cb077af2 100644 --- a/src/content/service-detail/hnp-it.md +++ b/src/content/service-detail/hnp-it.md @@ -1,6 +1,6 @@ --- title: HN Performance & Integration Team shortTitle: HNP-IT -excerpt: 'HN Performance & Integration Team Text: Base IT Infrastructure services are centrally managed to provide both wired and wireless WAN and BAN capabilities.' +excerpt: 'Our HN Performance & Integration Team will work at your location to assess, design and implement modern networking capabilities as part of our centrally managed BITI services.' updated: March 29 --- \ No newline at end of file diff --git a/src/content/service-detail/icon.md b/src/content/service-detail/icon.md index 7a3e5fd598a21b6464a29c727444be67d9955911..ff2e1b90bbc2be9cecc11369928d30b10e158187 100644 --- a/src/content/service-detail/icon.md +++ b/src/content/service-detail/icon.md @@ -14,10 +14,10 @@ levels: - TS-SCI excerpt: 'ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to FENCES or Summit.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- -ICON connect industry to DoD’s Enterprise SAP Services (SWS) and cloud environment by providing a standardized architecture, security, cyber and operations across industry through the ICON Reference Architecture. +ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to FENCES or Summit. It connects industry to DoD’s Enterprise SAP Services (SWS) and cloud environment by providing a standardized architecture, security, cyber and operations across industry through the ICON Reference Architecture. ICON addresses the following problems to allow programs to focus on the mission, not on IT: diff --git a/src/content/service-detail/mattermost.md b/src/content/service-detail/mattermost.md index d8421caef00ee159d4da14ccdbd8b83db3e5187b..cee865fe03b2c228da77656f4cca2bb5e86747d2 100644 --- a/src/content/service-detail/mattermost.md +++ b/src/content/service-detail/mattermost.md @@ -7,7 +7,9 @@ levels: - U excerpt: 'Mattermost is an FOUO chat/messaging client developed by Platform One primarily to allow communication between developers on its platform without requiring CAC. Available for use by all of DoD.' share: '../../images/share/ogimage-communications.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- -Open Source commercial applicationreal-time collaboration. DevOps teams use Mattermost to increase efficiency during critical moments—resolving incidents, provisioning infrastructure, merging code branches, or addressing urgent bugs. Mattermost unifies people, tools, systems data, and automation. \ No newline at end of file +Mattermost is an FOUO chat/messaging client developed by Platform One primarily to allow communication between developers on its platform without requiring CAC. Available for use by all of DoD. + +DevOps teams use Mattermost to increase efficiency during critical moments – resolving incidents, provisioning infrastructure, merging code branches, or addressing urgent bugs. Mattermost unifies people, tools, systems data, and automation. \ No newline at end of file diff --git a/src/content/service-detail/misty-sierra.md b/src/content/service-detail/misty-sierra.md index afd1076f49334f74cfd04ae5a9bd2abff97108b7..888c27e56cb276094c734101e6814d2e26b0b5ec 100644 --- a/src/content/service-detail/misty-sierra.md +++ b/src/content/service-detail/misty-sierra.md @@ -10,9 +10,11 @@ levels: - TS-SCI excerpt: 'Misty Sierra is a compartmented WAN that includes trusted MLS services, specifically providing an integrated PL-4 desktop environment with Automated Information System tools and functions.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- +Misty Sierra is a compartmented WAN that includes trusted MLS services, specifically providing an integrated PL-4 desktop environment with Automated Information System tools and functions. + ### Benefits & Features - PMO managed ATO; minimal burden to site cybersecurity diff --git a/src/content/service-detail/platform-one-cnap.md b/src/content/service-detail/platform-one-cnap.md index 1b08044dedc42dc0a8b1f7c122a297fb6f79c048..69ddd557171dfe6d6ec7677935a71c69135e2146 100644 --- a/src/content/service-detail/platform-one-cnap.md +++ b/src/content/service-detail/platform-one-cnap.md @@ -9,9 +9,11 @@ levels: - U excerpt: 'The Cloud Native Acess Point is available on Cloud One to provide access to Development, Testing, and Production enclaves at IL-2, IL-4, and IL-5 that use Platform One DevSecOps DevSecOps environments by using an internet-facing Cloud-native Zero trust model.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +The Cloud Native Acess Point is available on Cloud One to provide access to Development, Testing, and Production enclaves at IL-2, IL-4, and IL-5 that use Platform One DevSecOps DevSecOps environments by using an internet-facing Cloud-native Zero trust model. + CNAP brings a full Zero Trust tech stack enforcing device state, user RBAC, and Software Defined Perimeter / Networks based on Google BeyondCorp concepts and allows access to Cloud One (AWS GovCloud and soon Azure Government) and Platform One without a BCAP or IAP. CNAP allows thick client access from BYOD Government-owned devices (both mobile and desktop) through AppGate Zero Trust clients to enforce device states. ### Benefits & Features diff --git a/src/content/service-detail/platform-one.md b/src/content/service-detail/platform-one.md index 103c59baae410b11c7b2a9a0bb006851b4a56c41..cc95ef9ca4b983ad55dd7218cf04ddd2ba42f86f 100644 --- a/src/content/service-detail/platform-one.md +++ b/src/content/service-detail/platform-one.md @@ -8,8 +8,11 @@ levels: - S excerpt: 'Platform One provides the secure DevSecOps platform and pipelines needed to implement and automate the accreditation and deployment of warfighting software capabilities at commercial speeds.' share: '../../images/share/ogimage-software_development_and_devsecops.png' -updated: March 26 +updated: March 31 --- +Platform One provides the secure DevSecOps platform and pipelines needed to implement and automate the accreditation and deployment of warfighting software capabilities at commercial speeds. + +Visit the [Platform One website](https://p1.dso.mil/#/). Platform One implements the DoD DevSecOps transformation with program offices under the technical direction and vision of the Air Force Chief Software Officer. Platform One is also the DoD CIO’s preferred DevSecOps service provider. diff --git a/src/content/service-detail/sap-voice.md b/src/content/service-detail/sap-voice.md index 692865fbb4c05010e7a62ee8e4d42ec4b8d27262..0083cc6818b32cfa8a29992cb27a308a8712a6f5 100644 --- a/src/content/service-detail/sap-voice.md +++ b/src/content/service-detail/sap-voice.md @@ -9,8 +9,10 @@ levels: - TS-SCI excerpt: 'Voice-over-internet-protocol (VoIP) capabilities on SAP networks.' share: '../../images/share/ogimage-communications.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- +Voice-over-internet-protocol (VoIP) capabilities on SAP networks. + VoIP is currently available via disparately fielded systems like Misty Sierra, Starburst and Summit. diff --git a/src/content/service-detail/seitaas-isp.md b/src/content/service-detail/seitaas-isp.md index 538df6554365accdf8ac65bdecd767422ab0f138..3021655d9d2d2d6cae1445daab6d19fc32af121d 100644 --- a/src/content/service-detail/seitaas-isp.md +++ b/src/content/service-detail/seitaas-isp.md @@ -14,7 +14,9 @@ levels: - TS-SCI excerpt: 'SEITaaS network transport will be provided by a catalogue of service providers including both government and commercial internet providers.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +SEITaaS network transport will be provided by a catalogue of service providers including both government and commercial internet providers. + During site surveys and end user requirements refinement the SEITaaS/Summit team will evaluate all available options for connectivity at a site and use the best available option to meet the user requirements. Options considered will include government provided transport (NIPR, COIN, DREN, etc.) or locally available commercial ISP. diff --git a/src/content/service-detail/seitaas-remote-connect.md b/src/content/service-detail/seitaas-remote-connect.md index 67ba46244ee9e55d0167bc3818d9e0dd985ea4b5..c89a439aa60fe2fe62d23914a0833ebc4835cf7f 100644 --- a/src/content/service-detail/seitaas-remote-connect.md +++ b/src/content/service-detail/seitaas-remote-connect.md @@ -11,6 +11,7 @@ levels: - TS-SCI excerpt: 'SEITaaS will enable enterprise capabilities to be provided as a service to users accessing thin client, zero client, or connected self sustained performer LANs.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 26 +updated: March 31 --- +SEITaaS will enable enterprise capabilities to be provided as a service to users accessing thin client, zero client, or connected self sustained performer LANs. \ No newline at end of file diff --git a/src/content/service-detail/starbust.md b/src/content/service-detail/starbust.md index 352622027cf80a9044a2e4263c5887f802da36d6..bc14868d9da7f5574bbd5e523084f3514371d237 100644 --- a/src/content/service-detail/starbust.md +++ b/src/content/service-detail/starbust.md @@ -8,9 +8,11 @@ levels: - TS-SCI excerpt: 'Starburst allows sites to communicate by using VoIP phones, email, file sharing, and other capabilities.' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 23, 2021 at 2:54:52 PM EDT +updated: March 31 --- +Starburst allows sites to communicate by using VoIP phones, email, file sharing, and other capabilities. + Starburst is an Air Force Special Access Program (SAP) network approved for TS//SCI processing. DoD, AF, and industry facilities can utilize the optional Starburst Remote Client (SRC) console to access Starburst. SRC is a fully accredited and deployable Starburst network node. A separately accredited information system may be used to connect to Starburst, if required. ### Benefits & Features diff --git a/src/content/service-detail/theater-deployable-comms.md b/src/content/service-detail/theater-deployable-comms.md index a7cf64451a8339dfd25d04c99f75de19b707e756..6bd7b6b676f3d0ea4081e9a6b21ed83f42f20595 100644 --- a/src/content/service-detail/theater-deployable-comms.md +++ b/src/content/service-detail/theater-deployable-comms.md @@ -11,7 +11,9 @@ levels: - S excerpt: 'TDC is a communications infrastructure designed to transmit and receive voice, data and video securely from wired, wireless and satellite sources (intra and inter-theater).' share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 23, 2021 at 2:52:07 PM EDT +updated: March 31 --- +TDC is a communications infrastructure designed to transmit and receive voice, data and video securely from wired, wireless and satellite sources (intra and inter-theater). + TDC provides communication services ISO Contingency Response Forces (CRF), Theater Air Control System (TACS), AEW/AEG, C/JFACC and Special Operations Units.