From 04ab0b7a7cc03293565703324dcc5e25cabd0e14 Mon Sep 17 00:00:00 2001 From: Nicolas Pares Date: Tue, 4 Jun 2024 09:02:59 -0700 Subject: [PATCH 1/2] Update OSMH Post-12 --- content/posts/osmh/post-12/index.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/content/posts/osmh/post-12/index.md b/content/posts/osmh/post-12/index.md index bee668a8..b67f4c18 100644 --- a/content/posts/osmh/post-12/index.md +++ b/content/posts/osmh/post-12/index.md @@ -1,32 +1,28 @@ --- -title: "Create Custom Software Sources" +title: "Create Software Sources with Package Lists" date: 2023-09-15 draft: false -summary: "Learn how to create Oracle OS Management Hub custom and versioned custom software sources for Oracle Linux from a reference package list using the OCI CLI." +summary: "Learn how to create Oracle OS Management Hub custom and versioned custom software sources for Oracle Linux from a reference package list." tags: ["osmh","tutorial","osmh-admin"] showDate: true --- ## Links -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/osmh-custom-swsrc-cli) +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/osmh-custom-swsrc-pkglist) ## Details -Creating your own customized Oracle OS Management Hub software sources is powerful. Using the OCI console, you can apply filters to limit the set of packages and modules to just those you want and create a custom software source or versioned custom software source. Sometimes, using the filters to generate a lengthy set of packages at just the patch level you want is impractical. There is a faster and more streamlined way to create custom and versioned custom software sources using the OCI CLI. OS Management Hub integrates fully with the OCI CLI and the OCI API/SDK, so you can programmatically interact with the service. In this tutorial, you'll learn how to take a reference package list from an Oracle Linux instance and use the OCI CLI to create a custom or versioned custom software source in OS Management Hub. +Custom software sources in OS Management Hub let you control the packages and modules available to your managed instances. OS Management Hub has flexible and powerful options for creating custom software sources. You can apply filters to limit the set of packages and modules or provide a reference package list from an existing Oracle Linux instance. Package dependencies can also be auto-resolved. You can create custom software sources using the Oracle Cloud Console, the OCI CLI, or programmatically with the OCI API/SDK. In this tutorial, you’ll learn how to take a reference package list from an Oracle Linux instance and use Oracle Cloud Console to create a custom or versioned custom software source in OS Management Hub. ### Objectives In this tutorial, you will learn how to: -- Create Oracle OS Management Hub custom and versioned custom software sources for Oracle Linux from a reference package list using the OCI CLI +- Create Oracle OS Management Hub custom and versioned custom software sources for Oracle Linux from a reference package list. ### Prerequisites - Access to your OCI tenancy -- [OCI Privileges](https://docs.oracle.com/iaas/osmh/doc/getstarted.htm#required-iam-policies) to read OS Management Hub managed instances and create software sources in OCI -- [OCI API Signing Key](https://docs.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm) is created and your ~/.oci/config is setup -- [OCI CLI v3.29.2](https://docs.oracle.com/iaas/Content/API/SDKDocs/cliinstall.htm#Quickstart) or newer installed (check with oci --version) -- A reference Oracle Linux 7, 8, or 9 system and its OCID (if managed by OS Management Hub) -- The OCID of your OCI tenancy -- Access to the internet +- OCI Privileges to read OS Management Hub managed instances and create software sources in OCI +- A reference Oracle Linux system From 9eec8ae22443a80b5464e837276d44ca8adca62d Mon Sep 17 00:00:00 2001 From: Nicolas Pares Date: Tue, 4 Jun 2024 09:37:53 -0700 Subject: [PATCH 2/2] updated date OSMH Post-12 --- content/posts/osmh/post-12/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/osmh/post-12/index.md b/content/posts/osmh/post-12/index.md index b67f4c18..e98c38ed 100644 --- a/content/posts/osmh/post-12/index.md +++ b/content/posts/osmh/post-12/index.md @@ -1,6 +1,6 @@ --- title: "Create Software Sources with Package Lists" -date: 2023-09-15 +date: 2024-06-04 draft: false summary: "Learn how to create Oracle OS Management Hub custom and versioned custom software sources for Oracle Linux from a reference package list." tags: ["osmh","tutorial","osmh-admin"]