Skip to content

Commit

Permalink
Merge pull request #47 from joewxboy/issue-46
Browse files Browse the repository at this point in the history
Issue-46: Removed 'Intel' from phrase 'Intel FDO'
  • Loading branch information
naphelps authored Aug 29, 2023
2 parents 86863ed + 4d4e98d commit 65348b9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
- Makefile will now download needed FDO release resources from GitHub.

## [1.1.0] - 2023-05-24
- Issue 25: Updated FDO to support Intel's `1.1.5` release.
- Issue 25: Updated FDO to support FDO Project's `1.1.5` release.
- Updated FDO fetch address to reference FDO's new development organization domain.
- Updated Docker container's base image to Red Hat UBI 9 minimal.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The FDO owner service are packaged as a single docker container that can be run

Before continuing with the rest of the FDO process, it is good to verify that you have the correct information necessary to reach the FDO owner service endpoints. **On a Horizon "admin" host** run these simple FDO APIs to verify that the services are accessible and responding properly. (A Horizon admin host is one that has the `horizon-cli` package installed, which provides the `hzn` command, and has the environment variables `HZN_EXCHANGE_URL`, `HZN_FDO_SVC_URL`, and `HZN_EXCHANGE_USER_AUTH` set correctly for your Horizon management hub.)

Intel FIDO Device Onboard Rendezvous Servers:
FIDO Device Onboard Rendezvous Servers:
```bash
Development:
http://test.fdorv.com:80
Expand Down Expand Up @@ -357,7 +357,7 @@ These steps only need to be performed by developers of this project
### <a name="new-fdo-version"></a>Checklist For Moving Up to a New FDO Version
What to modify in our FDO support code when Intel releases a new version of FDO:
What to modify in our FDO support code when the FDO project releases a new version of FDO:
- Update `.gitignore` and `.dockerignore`
- `mv fdo fdo-<prev-version>`
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi9-minimal:latest

# Builds a composite docker service that the "owner" needs to run. Specifically it contains the following services:
# Intel FDO development/test rendezvous service
# Intel FDO to0scheduler service
# Intel FDO OPS (Owner Protocol Service)
# Intel FDO OCS (Owner Companion Service)
# FDO development/test rendezvous service
# FDO to0scheduler service
# FDO OPS (Owner Protocol Service)
# FDO OCS (Owner Companion Service)
# Open-horizon ocs-api (OCS REST API)

# Building a UBI image:
Expand Down
4 changes: 2 additions & 2 deletions docs/ocs-api-swagger.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
openapi: 3.0.1
info:
title: Open Horizon Support for FDO
description: '[Intel FDO](https://software.intel.com/en-us/secure-device-onboard)
(FIDO Device Onboard) is a technology that is created by Intel to make it easy
description: '[FDO](https://software.intel.com/en-us/secure-device-onboard)
(FIDO Device Onboard) is a technology that is contributed by Intel to make it easy
and secure to configure edge devices and associate them with an Open Horizon Management
Hub instance. Open Horizon has added support for FDO-enabled devices so that the
agent will be installed on the device and registered to the Open Horizon Management
Expand Down
2 changes: 1 addition & 1 deletion getFDO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chk() {
exit $exitCode
}

echo "Retrieving Intel FDO Release 1.1.5 dependencies..."
echo "Retrieving FDO Release 1.1.5 dependencies..."
mkdir -p ${SCRIPT_LOCATION}/fdo && cd ${SCRIPT_LOCATION}/fdo
chk $? 'making fdo dir'

Expand Down
2 changes: 1 addition & 1 deletion sample-mfg/start-mfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - extend the Ownership Voucher to the owner (buyer)
# - Switch the device into owner mode

# This script starts/uses the Manufacturer services. See the Intel FDO Manufacturer Enablement Guide
# This script starts/uses the Manufacturer services. See the FDO Manufacturer Enablement Guide
# These Manufacturer services are not for production use.

# Supports Fedora 36+ and Ubuntu 2x.04
Expand Down

0 comments on commit 65348b9

Please sign in to comment.