From 6b583a932a2428200c835dee0f0858affe48e730 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 12 Feb 2025 16:33:58 -0700 Subject: [PATCH] refactor: rename open-amt-cloud-toolkit to device-management-toolkit --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 16 ++++++++-------- package.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b15b9f820..4defa27bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 ) diff --git a/README.md b/README.md index 2e26d4620..366cd2558 100644 --- a/README.md +++ b/README.md @@ -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.

-**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/).
@@ -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. @@ -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/)
@@ -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. @@ -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
## 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. diff --git a/package.json b/package.json index 8b70147cc..5aec34285 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-amt-cloud-toolkit/rps", "version": "2.22.15", "description": "Containerized RPS service for activating and configuring Intel® AMT devices", - "homepage": "https://github.com/open-amt-cloud-toolkit/rps", + "homepage": "https://github.com/device-management-toolkit/rps", "contributors": [ { "name": "Matt C. Primrose", @@ -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": {