<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Populate the container registry and package registry :: Flywheel Data Labs - Workshops</title>
    <link>http://localhost:8080/ansible_f5/2.populate/index.html</link>
    <description>In this section we will user a Gitlab CI/CD pipeline to add content to the Gitlab container registry and package registry.&#xA;Browse back to the repository. Select Code then Repository. Select the .gitlab-ci.yml file to view the contents.&#xA;Select Code and Branches. Select New branch. Enter registry in the Branch name field and select the Create branch button. This branch name matches the value of the $CI_COMMIT_BRANCH variable in the CI/CD pipeline.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 27 Mar 2024 10:40:21 -0400</lastBuildDate>
    <atom:link href="http://localhost:8080/ansible_f5/2.populate/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Review CI/CD Pipeline</title>
      <link>http://localhost:8080/ansible_f5/2.populate/pipeline/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/2.populate/pipeline/index.html</guid>
      <description>Select Build and Pipelines and you should see a running pipeline.&#xA;Select Running under the Status column to see the associated jobs.&#xA;Select the load_registries job to see the output from the commands.</description>
    </item>
    <item>
      <title>Review registry scripts</title>
      <link>http://localhost:8080/ansible_f5/2.populate/scripts/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/2.populate/scripts/index.html</guid>
      <description>Select Code and Repository. Select the packages.sh and images.sh scripts that were run during the pipeline to review their content.</description>
    </item>
    <item>
      <title>Review package registry</title>
      <link>http://localhost:8080/ansible_f5/2.populate/package/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/2.populate/package/index.html</guid>
      <description>Select Deploy then Package registry and the galaxy link to view the tar files that were loaded.&#xA;These are ansible galaxy modules that will be installed into our custom ansible container. They are stored in the package registry to simulate a disconnected install.</description>
    </item>
    <item>
      <title>Review the container registry</title>
      <link>http://localhost:8080/ansible_f5/2.populate/container/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/2.populate/container/index.html</guid>
      <description>Select Deploy and Container Registry to view the base container images that will be used for this workshop.&#xA;In our next step we are going to build a custom ansible container image that will be used by all subsequent CI/CD jobs to run our playbooks.</description>
    </item>
  </channel>
</rss>