Skip to content

Commit

Permalink
refactor: rename open-amt-cloud-toolkit to device-management-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Feb 12, 2025
1 parent 524d0a9 commit 9ac085e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[submodule "rpc"]
path = rpc
url = https://github.com/open-amt-cloud-toolkit/rpc.git
url = https://github.com/device-management-toolkit/rpc.git
[submodule "rps"]
path = rps
url = https://github.com/open-amt-cloud-toolkit/rps.git
url = https://github.com/device-management-toolkit/rps.git
[submodule "ui-toolkit"]
path = ui-toolkit
url = https://github.com/open-amt-cloud-toolkit/ui-toolkit.git
url = https://github.com/device-management-toolkit/ui-toolkit.git
[submodule "mps"]
path = mps
url = https://github.com/open-amt-cloud-toolkit/mps.git
url = https://github.com/device-management-toolkit/mps.git
[submodule "sample-web-ui"]
path = sample-web-ui
url = https://github.com/open-amt-cloud-toolkit/sample-web-ui.git
url = https://github.com/device-management-toolkit/sample-web-ui.git
[submodule "mps-router"]
path = mps-router
url = https://github.com/open-amt-cloud-toolkit/mps-router.git
url = https://github.com/device-management-toolkit/mps-router.git
[submodule "ui-toolkit-angular"]
path = ui-toolkit-angular
url = https://github.com/open-amt-cloud-toolkit/ui-toolkit-angular.git
url = https://github.com/device-management-toolkit/ui-toolkit-angular.git
[submodule "ui-toolkit-react"]
path = ui-toolkit-react
url = https://github.com/open-amt-cloud-toolkit/ui-toolkit-react.git
url = https://github.com/device-management-toolkit/ui-toolkit-react.git
[submodule "rpc-go"]
path = rpc-go
url = https://github.com/open-amt-cloud-toolkit/rpc-go
url = https://github.com/device-management-toolkit/rpc-go
20 changes: 10 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Open AMT Cloud Toolkit
# Device Management Toolkit (formerly known as Open AMT Cloud Toolkit)

[![Discord](https://img.shields.io/discord/1063200098680582154?style=for-the-badge&label=Discord&logo=discord&logoColor=white&labelColor=%235865F2&link=https%3A%2F%2Fdiscord.gg%2FDKHeUNEWVH)](https://discord.gg/DKHeUNEWVH)

> 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
Open Active Management Technology Cloud Toolkit (Open AMT Cloud Toolkit) offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.
Device Management Toolkit (formerly known as Open Active Management Technology Cloud Toolkit (Open AMT Cloud Toolkit)) offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.

<br>

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

<br>

Expand All @@ -19,21 +19,21 @@ Open Active Management Technology Cloud Toolkit (Open AMT Cloud Toolkit) offers
To clone live, in-development code (main branch):

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

Alternatively, for steps to clone and Get Started with one of the tagged releases, [see our documentation](https://open-amt-cloud-toolkit.github.io/docs).
Alternatively, for steps to clone and Get Started with one of the tagged releases, [see our documentation](https://device-management-toolkit.github.io/docs).

<br>

## Get Started

### There are multiple options to quickly deploy the Open AMT Cloud Toolkit:
### There are multiple options to quickly deploy the Device Management Toolkit:

<br>

### Local using Docker
The quickest and easiest option is to set up a local stack using Docker*, view our [Documentation Site](https://open-amt-cloud-toolkit.github.io/docs/) and click the Getting Started tab for How-To steps and examples.
The quickest and easiest option is to set up a local stack using Docker*, view our [Documentation Site](https://device-management-toolkit.github.io/docs/) and click the Getting Started tab for How-To steps and examples.

<br>

Expand All @@ -49,15 +49,15 @@ az group create --name openamt --location eastus
az deployment group create --resource-group openamt --template-file azureDeploy.json
```

Additional deployments, such as Kubernetes via Azure (AKS) or AWS (EKS), can be found in our [Documentation Site](https://open-amt-cloud-toolkit.github.io/docs/).
Additional deployments, such as Kubernetes via Azure (AKS) or AWS (EKS), can be found in our [Documentation Site](https://device-management-toolkit.github.io/docs/).

<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).

- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit/issues).
- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/device-management-toolkit/open-amt-cloud-toolkit/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
12 changes: 6 additions & 6 deletions azureDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"containerStackName": {
"type": "string",
"defaultValue": "open-amt-cloud-toolkit"
"defaultValue": "device-management-toolkit"
},
"registry": {
"type": "string",
Expand Down Expand Up @@ -66,33 +66,33 @@
"defaultValue": "false",
"type": "string",
"metadata": {
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Open AMT Cloud Toolkit documentation on https://open-amt-cloud-toolkit.github.io/docs/"
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Device Management Toolkit documentation on https://device-management-toolkit.github.io/docs/"
}
},
"dbAdminUsername": {
"type": "securestring",
"defaultValue": "postgresadmin",
"metadata": {
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Open AMT Cloud Toolkit documentation on https://open-amt-cloud-toolkit.github.io/docs/"
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Device Management Toolkit documentation on https://device-management-toolkit.github.io/docs/"
}
},
"dbAdminPassword": {
"type": "securestring",
"defaultValue": "admin123",
"metadata": {
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Open AMT Cloud Toolkit documentation on https://open-amt-cloud-toolkit.github.io/docs/"
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Device Management Toolkit documentation on https://device-management-toolkit.github.io/docs/"
}
},
"mpsAdminUsername": {
"type": "securestring",
"metadata": {
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Open AMT Cloud Toolkit documentation on https://open-amt-cloud-toolkit.github.io/docs/"
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Device Management Toolkit documentation on https://device-management-toolkit.github.io/docs/"
}
},
"mpsAdminPassword": {
"type": "securestring",
"metadata": {
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Open AMT Cloud Toolkit documentation on https://open-amt-cloud-toolkit.github.io/docs/"
"description": "For details on this property view the configuration documentation located under \"Microservices\" in the Device Management Toolkit documentation on https://device-management-toolkit.github.io/docs/"
}
},
"tokenExpiration": {
Expand Down

0 comments on commit 9ac085e

Please sign in to comment.