Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/http-z-8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Feb 13, 2025
2 parents 6763cb4 + ab07c48 commit 7385687
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

## Anything the reviewer should know when reviewing this PR?

### If the there are associated PRs in other repositories, please link them here (i.e. open-amt-cloud-toolkit/repo#365 )
### If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

> Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
The Remote Provisioning Server (RPS) enables the configuration and activation of Intel® AMT devices based on a defined profile. RPS utilizes the [Remote Provision Client (RPC)](https://github.com/open-amt-cloud-toolkit/rps) deployed onto edge devices to connect the devices to the [Management Presence Server (MPS)](https://github.com/open-amt-cloud-toolkit/mps) and enable remote manageability features.
The Remote Provisioning Server (RPS) enables the configuration and activation of Intel® AMT devices based on a defined profile. RPS utilizes the [Remote Provision Client (RPC)](https://github.com/device-management-toolkit/rpc-go) deployed onto edge devices to connect the devices to the [Management Presence Server (MPS)](https://github.com/device-management-toolkit/mps) and enable remote manageability features.

<br><br>

**For detailed documentation** about Getting Started or other features of the Open AMT Cloud Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/).
**For detailed documentation** about Getting Started or other features of the Device Management Toolkit, see the [docs](https://device-management-toolkit.github.io/docs/).

<br>

Expand All @@ -32,7 +32,7 @@ To deploy the RPS on a local development system:
1. Clone the repo and switch to the `rps` directory.

```
git clone https://github.com/open-amt-cloud-toolkit/rps.git && cd rps
git clone https://github.com/device-management-toolkit/rps.git && cd rps
```

2. Install the dependencies from the working `rps` directory.
Expand All @@ -53,7 +53,7 @@ To deploy the RPS on a local development system:
RPS Microservice Rest APIs listening on https://:8081.
```

For detailed documentation about RPS, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/)
For detailed documentation about RPS, see the [docs](https://device-management-toolkit.github.io/docs/)

<br>

Expand All @@ -64,7 +64,7 @@ We leverage [Postman](https://www.postman.com/) and Docker for executing RESTful
1. Clone the repo and switch to the `rps` directory.

```
git clone https://github.com/open-amt-cloud-toolkit/rps.git && cd rps
git clone https://github.com/device-management-toolkit/rps.git && cd rps
```

2. Build the docker image.
Expand All @@ -81,17 +81,17 @@ We leverage [Postman](https://www.postman.com/) and Docker for executing RESTful

4. Import the test collection located at `./src/test/collections/rps.postman_collection.json`.

5. Run the tests using the Collection Runner in postman. If any of the tests fail, file a github issue here: https://github.com/open-amt-cloud-toolkit/rps/pull/34
5. Run the tests using the Collection Runner in postman. If any of the tests fail, file a github issue here: https://github.com/device-management-toolkit/rps/pull/34

<br>

## Additional Resources

- For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
- For detailed documentation and Getting Started, [visit the docs site](https://device-management-toolkit.github.io/docs).

- Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).

- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/rps/issues).
- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/device-management-toolkit/rps/issues).

- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.

Expand Down
43 changes: 23 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-amt-cloud-toolkit/rps",
"version": "2.22.15",
"description": "Containerized RPS service for activating and configuring Intel&reg; AMT devices",
"homepage": "https://github.com/open-amt-cloud-toolkit/rps",
"homepage": "https://github.com/device-management-toolkit/rps",
"contributors": [
{
"name": "Matt C. Primrose",
Expand All @@ -27,7 +27,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/open-amt-cloud-toolkit/rps.git"
"url": "https://github.com/device-management-toolkit/rps.git"
},
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"minimist": "^1.2.8",
"mqtt": "^5.10.3",
"node-forge": "^1.3.1",
"pg": "^8.13.1",
"pg": "^8.13.3",
"pg-format": "^1.0.4",
"rc": "^1.2.8",
"winston": "^3.17.0",
Expand All @@ -74,11 +74,11 @@
"@types/consul": "^2.0.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/node": "^22.13.2",
"@types/node-forge": "^1.3.11",
"@types/pg": "^8.11.11",
"@types/ws": "^8.5.14",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-license-header": "^0.6.1",
"genversion": "^3.2.0",
Expand Down

0 comments on commit 7385687

Please sign in to comment.