Skip to content

Commit 1a892df

Browse files
committed
More edits
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent a35fb47 commit 1a892df

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

components/docs-chef-io/content/habitat/builder_origins.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ gh_repo = "habitat"
1313

1414
{{< readfile file="/habitat/reusable/md/builder_origins.md" >}}
1515

16+
## Chef-owned origins
17+
18+
Progress Chef maintains the following origins:
19+
20+
- **core**: Hosts packages for common dependencies and compilers maintained by Progress Chef.
21+
- **chef**: Hosts packages for Chef products like Chef Infra Client, Chef InSpec, and Chef Automate.
22+
- **chef-platform**: Hosts packages for Chef 360 Platform skills.
23+
- **habitat**: Hosts packages required for an on-prem Habitat Builder deployment.
24+
1625
## Where can I create an origin
1726

18-
You can create new origins in an on-prem Habitat Builder deployment.
27+
You can create origins in an on-prem Habitat Builder deployment.
28+
[Chef's public Habitat Builder](https://bldr.habitat.sh) doesn't support creating new origins.
1929

2030
## Create an origin
2131

@@ -276,7 +286,7 @@ On Linux or macOS:
276286
ls -la ~/.hab/cache/keys
277287
```
278288

279-
##### Find your existing origin keys from inside of the Chef Habitat Studio:
289+
##### Find your existing origin keys from inside of the Chef Habitat Studio
280290

281291
On Windows:
282292

components/docs-chef-io/content/habitat/get_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Get Started with Chef Habitat"
33
gh_repo = "habitat"
4+
draft = true
45

56
[menu]
67
[menu.habitat]
@@ -134,7 +135,7 @@ Use the Habitat Studio to generate a Habitat package and preview the running Nod
134135

135136
## Manage the Service with Habitat Builder
136137

137-
[Chef Habitat Builder]({{< relref "/habitat/builder_overview" >}}) acts as the core of Chefs Application Delivery Enterprise hub. The Chef Habitat Builder SaaS stores plan files where they can be viewed and accessed by the Chef Habitat community and then deployed by the Chef Habitat Supervisor.
138+
[Chef Habitat Builder]({{< relref "/habitat/builder_overview" >}}) acts as the core of Chef's Application Delivery Enterprise hub. The Chef Habitat Builder SaaS stores plan files where they can be viewed and accessed by the Chef Habitat community and then deployed by the Chef Habitat Supervisor.
138139

139140
Add your package to your Builder origin and then connect that package to your clone of the sample-node-app repository. Any changes made to your clone of the sample-node-app will trigger the Chef Habitat Builder to rebuild the package.
140141

components/docs-chef-io/content/habitat/origins.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gh_repo = "habitat"
1414

1515
## Chef-owned origins
1616

17-
Chef maintains the following origins:
17+
Progress Chef maintains the following origins:
1818

1919
- **core**: Hosts packages for common dependencies and compilers maintained by Progress Chef.
2020
- **chef**: Hosts packages for Chef products like Chef Infra Client, Chef InSpec, and Chef Automate.
@@ -23,7 +23,8 @@ Chef maintains the following origins:
2323

2424
## Where can I create an origin
2525

26-
You can create a new origin in an on-prem Habitat Builder deployment.
26+
You can create origins in an on-prem Habitat Builder deployment.
27+
[Chef's public Habitat Builder](https://bldr.habitat.sh) doesn't support creating new origins.
2728

2829
## Create an origin
2930

0 commit comments

Comments
 (0)