|
3 | 3 | [](https://github.com/puppetlabs/bolt/actions) |
4 | 4 | [](./CHANGELOG.md) |
5 | 5 | [](./documentation/bolt_installing.md) |
6 | | -[](./LICENSE) |
| 6 | +[](./LICENSE) |
7 | 7 |
|
8 | 8 | <p align="center"> |
9 | 9 | <img src="resources/bolt-logo-dark.png" width="50%" alt="bolt logo"/> |
10 | 10 | </p> |
11 | 11 |
|
12 | | -Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure. Use Bolt to automate tasks that you perform on an as-needed basis or as part of a greater orchestration workflow. For example, you can use Bolt to patch and update systems, troubleshoot servers, deploy applications, or stop and restart services. Bolt can be installed on your local workstation and connects directly to remote targets with SSH or WinRM, so you are not required to install any agent software. |
| 12 | +OpenBolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure. Use OpenBolt to automate tasks that you perform on an as-needed basis or as part of a greater orchestration workflow. For example, you can use OpenBolt to patch and update systems, troubleshoot servers, deploy applications, or stop and restart services. OpenBolt can be installed on your local workstation and connects directly to remote targets with SSH or WinRM, so you are not required to install any agent software. |
| 13 | + |
| 14 | +OpenBolt is a community implementation of [Puppet Bolt](https://github.com/puppetlabs/bolt). |
13 | 15 |
|
14 | 16 | ### Bring order to the chaos with orchestration |
15 | 17 |
|
16 | | -Run simple plans to rid yourself of the headaches of orchestrating complex workflows. Create and share Bolt plans to easily expand across your application stack. |
| 18 | +Run simple plans to rid yourself of the headaches of orchestrating complex workflows. Create and share OpenBolt plans to easily expand across your application stack. |
17 | 19 |
|
18 | 20 | ### Use what you have to automate simple tasks or complex workflows |
19 | 21 |
|
20 | 22 | Get going with your existing scripts and plans, including YAML, PowerShell, Bash, Python or Ruby, or reuse content from the [Puppet Forge](https://forge.puppet.com). |
21 | 23 |
|
22 | | -### Get up and running with Bolt even faster |
| 24 | +### Documentation |
| 25 | + |
| 26 | +OpenBolt's documentation can be found under [documentation](./documentation). See also the [Puppet Bolt Docs site](https://help.puppet.com/bolt/current/topics/bolt.htm) |
| 27 | + |
| 28 | +At the time of writing, the OpenVoxProject does not have a documentation website. |
| 29 | +But your help is very welcome! |
| 30 | +Reach out to the [Documentation Special Interest Group](https://github.com/voxpupuli/community-triage/wiki/SIG.Documentation) if you want to help. |
23 | 31 |
|
24 | | -Speed up your Bolt knowledge with a step-by-step introduction to basic Bolt functionality with our [getting started guide](https://puppet.com/docs/bolt/latest/getting_started_with_bolt.html) and [self-paced training](https://puppet.com/learning-training/kits/intro-to-bolt). |
| 32 | +### Learning Resources |
25 | 33 |
|
26 | | -More information and documentation is available on the [Bolt website](https://puppet.com/docs/bolt/latest/bolt.html). |
| 34 | +- Puppet Bolt [getting started guide](https://puppet.com/docs/bolt/latest/getting_started_with_bolt.html) |
| 35 | +- Puppet Bolt [self-paced training](https://puppet.com/learning-training/kits/intro-to-bolt). |
27 | 36 |
|
28 | 37 | ## Supported platforms |
29 | 38 |
|
30 | | -Bolt can be installed on Linux, Windows, and macOS. For complete installation details, see the [installation docs](./documentation/bolt_installing.md). |
| 39 | +OpenBolt can be installed on Linux, Windows, and macOS. For complete installation details, see the [installation docs](./documentation/bolt_installing.md). |
31 | 40 |
|
32 | | -For alternate installation methods and running from source code, see our [contributing guidelines](https://github.com/puppetlabs/bolt/blob/main/CONTRIBUTING.md). |
| 41 | +For alternate installation methods and running from source code, see our [contributing guidelines](https://github.com/OpenVoxProject/openbolt/blob/main/CONTRIBUTING.md). |
33 | 42 |
|
34 | 43 | ## Getting help |
35 | 44 |
|
36 | | -Join [#bolt](https://slack.puppet.com/) on the Puppet Community slack to chat with Bolt developers and the community. |
| 45 | +Join #bolt on the Vox Pupuli slack to chat with OpenBolt developers and the community. |
37 | 46 |
|
38 | 47 | ## Contributing |
39 | 48 |
|
40 | | -We welcome error reports and pull requests to Bolt. See our [contributing guidelines](./CONTRIBUTING.md) for how to help. |
41 | | - |
42 | | -## Kudos |
43 | | - |
44 | | -Thank you to [Marcin Bunsch](https://github.com/marcinbunsch) for allowing Puppet to use the `bolt` gem name. |
| 49 | +We welcome error reports and pull requests to OpenBolt. See our [contributing guidelines](./CONTRIBUTING.md) for how to help. |
45 | 50 |
|
46 | 51 | ## License |
47 | 52 |
|
48 | | -Bolt is available as open source under the terms of the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license. |
49 | | - |
| 53 | +See [LICENSE](LICENSE) file. |
| 54 | +OpenBolt is licensed by the OpenVox Project as a community maintained implementation of Bolt. |
| 55 | +The OpenVox Project can be contacted at: [email protected]. |
0 commit comments