Skip to content

Commit 52f0a06

Browse files
authored
Bug fixes for Enterprise content, 2022-01-28 (github#24798)
1 parent 15ed0a3 commit 52f0a06

File tree

11 files changed

+41
-11
lines changed

11 files changed

+41
-11
lines changed

content/actions/learn-github-actions/usage-limits-billing-and-administration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,23 @@ shortTitle: Workflow billing & limits
1818

1919
## About billing for {% data variables.product.prodname_actions %}
2020

21+
{% data reusables.repositories.about-github-actions %} For more information, see "[Understanding {% data variables.product.prodname_actions %}](/actions/learn-github-actions/understanding-github-actions){% ifversion fpt %}."{% elsif ghes or ghec %}" and "[About {% data variables.product.prodname_actions %} for enterprises](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)."{% endif %}
22+
2123
{% ifversion fpt or ghec %}
2224
{% data reusables.github-actions.actions-billing %} For more information, see "[About billing for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)."
2325
{% else %}
24-
GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %}s that use self-hosted runners.
26+
GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %} instances that use self-hosted runners. For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)."
2527
{% endif %}
2628

29+
30+
{% ifversion fpt or ghec %}
31+
2732
## Availability
2833

2934
{% data variables.product.prodname_actions %} is available on all {% data variables.product.prodname_dotcom %} products, but {% data variables.product.prodname_actions %} is not available for private repositories owned by accounts using legacy per-repository plans. {% data reusables.gated-features.more-info %}
3035

36+
{% endif %}
37+
3138
## Usage limits
3239

3340
{% ifversion fpt or ghec %}

content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ If you use Docker container actions or service containers in your workflows, you
5252

5353
If these settings aren't correctly configured, you might receive errors like `Resource unexpectedly moved to https://<IP_ADDRESS>` when setting or changing your {% data variables.product.prodname_actions %} configuration.
5454

55-
## Runners not connecting to {% data variables.product.prodname_ghe_server %} after changing the hostname
55+
## Runners not connecting to {% data variables.product.prodname_ghe_server %} with a new hostname
5656

57-
If you change the hostname of {% data variables.product.product_location %}, self-hosted runners will be unable to connect to the old hostname, and will not execute any jobs.
57+
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
58+
59+
If you deploy {% data variables.product.prodname_ghe_server %} in your environment with a new hostname and the old hostname no longer resolves to your instance, self-hosted runners will be unable to connect to the old hostname, and will not execute any jobs.
5860

5961
You will need to update the configuration of your self-hosted runners to use the new hostname for {% data variables.product.product_location %}. Each self-hosted runner will require one of the following procedures:
6062

content/admin/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@ featuredLinks:
9797
- '{% ifversion ghes %}/admin/installation{% endif %}'
9898
- '{% ifversion ghae %}/admin/identity-and-access-management/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad{% endif %}'
9999
- '{% ifversion ghae %}/admin/overview/about-upgrades-to-new-releases{% endif %}'
100+
- '{% ifversion ghae %}/get-started/signing-up-for-github/setting-up-a-trial-of-github-ae{% endif %}'
100101
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise{% endif %}'
101102
- '{% ifversion ghes %}/admin/configuration/command-line-utilities{% endif %}'
102103
- '{% ifversion ghec %}/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise{% endif %}'
103104
- '{% ifversion ghec %}/admin/user-management/managing-organizations-in-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise{% endif %}'
104105
- '{% ifversion ghec %}/admin/user-management/monitoring-activity-in-your-enterprise/managing-global-webhooks{% endif %}'
105106
- '{% ifversion ghec %}/billing/managing-your-license-for-github-enterprise/using-visual-studio-subscription-with-github-enterprise/setting-up-visual-studio-subscription-with-github-enterprise{% endif %}'
107+
- /admin/configuration/configuring-github-connect/managing-github-connect
106108
- /admin/enterprise-support/about-github-enterprise-support
107109
videos:
108110
- title: "GitHub in the Enterprise – Maya Ross"

content/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
intro: 'Once a team has been created, organization admins can add users from {% data variables.product.product_location %} to the team and determine which repositories they have access to.'
1010
versions:
1111
ghes: '*'
12+
ghae: '*'
1213
type: how_to
1314
topics:
1415
- Access management
@@ -29,8 +30,12 @@ Each team has its own individually defined [access permissions for repositories
2930
{% data reusables.organizations.invite_to_team %}
3031
{% data reusables.organizations.review-team-repository-access %}
3132

33+
{% ifversion ghes %}
34+
3235
## Mapping teams to LDAP groups (for instances using LDAP Sync for user authentication)
3336

3437
{% data reusables.enterprise_management_console.badge_indicator %}
3538

3639
To add a new member to a team synced to an LDAP group, add the user as a member of the LDAP group, or contact your LDAP administrator.
40+
41+
{% endif %}

content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /admin/user-management/continuous-integration-using-jenkins
88
versions:
99
ghes: '*'
10+
ghae: '*'
1011
type: reference
1112
topics:
1213
- CI

content/admin/user-management/managing-organizations-in-your-enterprise/creating-teams.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /admin/user-management/creating-teams
77
versions:
88
ghes: '*'
9+
ghae: '*'
910
type: how_to
1011
topics:
1112
- Access management
@@ -32,6 +33,8 @@ A prudent combination of teams is a powerful way to control repository access. F
3233
{% data reusables.organizations.create-team-choose-parent %}
3334
{% data reusables.organizations.create_team %}
3435

36+
{% ifversion ghes %}
37+
3538
## Creating teams with LDAP Sync enabled
3639

3740
Instances using LDAP for user authentication can use LDAP Sync to manage a team's members. Setting the group's **Distinguished Name** (DN) in the **LDAP group** field will map a team to an LDAP group on your LDAP server. If you use LDAP Sync to manage a team's members, you won't be able to manage your team within {% data variables.product.product_location %}. The mapped team will sync its members in the background and periodically at the interval configured when LDAP Sync is enabled. For more information, see "[Enabling LDAP Sync](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync)."
@@ -60,3 +63,5 @@ You must be a site admin and an organization owner to create a team with LDAP sy
6063
{% data reusables.organizations.team_visibility %}
6164
{% data reusables.organizations.create-team-choose-parent %}
6265
{% data reusables.organizations.create_team %}
66+
67+
{% endif %}

content/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing projects using Jira
3-
intro: 'You can integrate Jira with {% data variables.product.prodname_enterprise %} for project management.'
3+
intro: 'You can integrate Jira with {% data variables.product.product_name %} for project management.'
44
redirect_from:
55
- /enterprise/admin/guides/installation/project-management-using-jira
66
- /enterprise/admin/articles/project-management-using-jira
@@ -10,6 +10,7 @@ redirect_from:
1010
- /admin/user-management/managing-projects-using-jira
1111
versions:
1212
ghes: '*'
13+
ghae: '*'
1314
type: how_to
1415
topics:
1516
- Enterprise

content/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /admin/user-management/removing-users-from-teams-and-organizations
77
versions:
88
ghes: '*'
9+
ghae: '*'
910
type: how_to
1011
topics:
1112
- Access management
@@ -24,6 +25,8 @@ Only owners or team admins can remove organization members. When a user is remov
2425

2526
## Removing a team member
2627

28+
{% ifversion ghes %}
29+
2730
{% warning %}
2831

2932
**Note:** {% data reusables.enterprise_management_console.badge_indicator %}
@@ -32,6 +35,8 @@ To remove an existing member of a team synced to an LDAP group, contact your LDA
3235

3336
{% endwarning %}
3437

38+
{% endif %}
39+
3540
{% data reusables.profile.access_org %}
3641
{% data reusables.user_settings.access_org %}
3742
{% data reusables.organizations.specific_team %}

content/get-started/signing-up-for-github/setting-up-a-trial-of-github-ae.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shortTitle: GitHub AE trial
1212

1313
You can set up a 90-day trial to evaluate {% data variables.product.prodname_ghe_managed %}. This process allows you to deploy a {% data variables.product.prodname_ghe_managed %} account in your existing Azure region.
1414

15-
- **{% data variables.product.prodname_ghe_managed %} account**: The Azure resource that contains the required components, including the instance.
15+
- **{% data variables.product.prodname_ghe_managed %} account**: The Azure resource that contains the deployment of {% data variables.product.prodname_ghe_managed %}.
1616
- **{% data variables.product.prodname_ghe_managed %} portal**: The Azure management tool at [https://portal.azure.com](https://portal.azure.com). This is used to deploy the {% data variables.product.prodname_ghe_managed %} account.
1717

1818
## Setting up your trial of {% data variables.product.prodname_ghe_managed %}
@@ -41,25 +41,25 @@ The email address you entered above will receive instructions on how to access y
4141

4242
{% note %}
4343

44-
**Note:** Software updates for your {% data variables.product.prodname_ghe_managed %} instance are performed by {% data variables.product.prodname_dotcom %}. For more information, see "[About upgrades to new releases](/admin/overview/about-upgrades-to-new-releases)."
44+
**Note:** Software updates for your {% data variables.product.prodname_ghe_managed %} deployment are performed by {% data variables.product.prodname_dotcom %}. For more information, see "[About upgrades to new releases](/admin/overview/about-upgrades-to-new-releases)."
4545

4646
{% endnote %}
4747

4848
## Navigating to your enterprise
4949

50-
You can use the {% data variables.actions.azure_portal %} to navigate to your {% data variables.product.prodname_ghe_managed %} instance. The resulting list includes all the {% data variables.product.prodname_ghe_managed %} instances in your Azure region.
50+
You can use the {% data variables.actions.azure_portal %} to navigate to your {% data variables.product.prodname_ghe_managed %} deployment. The resulting list includes all the {% data variables.product.prodname_ghe_managed %} deployments in your Azure region.
5151

5252
1. On the {% data variables.actions.azure_portal %}, in the left panel, click **All resources**.
5353
1. From the available filters, click **All types**, then deselect **Select all** and select **GitHub AE**:
5454
![{% data variables.actions.azure_portal %} search result](/assets/images/azure/github-ae-azure-portal-type-filter.png)
5555

5656
## Next steps
5757

58-
Once your instance has been provisioned, the next step is to initialize {% data variables.product.prodname_ghe_managed %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae)."
58+
Once your deployment has been provisioned, the next step is to initialize {% data variables.product.prodname_ghe_managed %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae)."
5959

6060
## Finishing your trial
6161

62-
You can upgrade to a full license at any time during the trial period by contacting contact {% data variables.contact.contact_enterprise_sales %}. If you haven't upgraded by the last day of your trial, then the instance is automatically deleted.
62+
You can upgrade to a full license at any time during the trial period by contacting contact {% data variables.contact.contact_enterprise_sales %}. If you haven't upgraded by the last day of your trial, then the deployment is automatically deleted.
6363

6464
If you need more time to evaluate {% data variables.product.prodname_ghe_managed %}, contact {% data variables.contact.contact_enterprise_sales %} to request an extension.
6565

content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ shortTitle: Enterprise Cloud trial
2525

2626
You can use organizations for free with {% data variables.product.prodname_free_team %}, which includes limited features. For additional features, such as SAML single sign-on (SSO), access control for {% data variables.product.prodname_pages %}, and included {% data variables.product.prodname_actions %} minutes, you can upgrade to {% data variables.product.prodname_ghe_cloud %}. For a detailed list of the features available with {% data variables.product.prodname_ghe_cloud %}, see our [Pricing](https://github.com/pricing) page.
2727

28-
{% data reusables.saml.saml-accounts %} For more information, see "[About identity and access management with SAML single sign-on](/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on){% ifversion not ghec %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}
28+
{% data reusables.saml.saml-accounts %}
29+
30+
For more information, see "[About identity and access management with SAML single sign-on](/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on){% ifversion not ghec %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}
2931

3032
{% data reusables.enterprise-accounts.emu-short-summary %}
3133

0 commit comments

Comments
 (0)