Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to the new product demos EE and bootstrap repo #194

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    e1cdbc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4809435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7bc95f View commit details
    Browse the repository at this point in the history
  4. changed requirements.yml

    collections are all in the Product Demos EE, so having them in the
    collections/requirements.yml was redundant.  by removing the definitions
    we can re-enable project collection syncing while keeping the project
    sync fast in AAP.
    
    doing so breaks the pre-commit ansible-lint hook, though, as it needs a
    requirements.yml file to install any collections locally that aren't
    available.  ansible-lint will look at the tests/requirements.yml file
    and install any collections defined there, so that file is now a link to
    the requirements file used to build the Product Demos EE.
    jce-redhat committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    35e67ea View commit details
    Browse the repository at this point in the history
  5. fixed variable names

    jce-redhat committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    377202a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bdd9e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. updated README

    jce-redhat committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7fe460a View commit details
    Browse the repository at this point in the history