Skip to content

Commit a16e39f

Browse files
authored
Merge pull request #105 from ericcames/ericames/productdemo
doing some clean up
2 parents bfa7467 + a6b8dee commit a16e39f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PERSONA_MAPPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@ These 19 files work as a single declarative blueprint consumed by `playbooks/mai
628628
**Problems**:
629629
- Building training environments takes days for a one-off enviorment
630630
- Inconsistent lab experiences for students
631-
- Manual IaaS cleanup often neglected resulting in paying for unused services
631+
- Manual IaaS cleanup often neglected resulting in paying for unused services
632632
- Difficultly of building hands-on labs means the best sales tool is radically under utilized
633-
- Difficult to scale field training programs
633+
- Difficult to scale field training programs
634634

635635
**Value Delivered**:
636636
- Lab environments provisioned in minutes

REPOSITORY_OVERVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Purpose
44

5-
This repository is an Ansible-based **Infrastructure as Code (IaC)** system designed to automate the setup and management of demo environments on the Red Hat Demo Platform. It serves as the foundation for the Ansible Product Demos catalog item, enabling quick deployment of various automation demonstrations.
5+
This repository is an Ansible-based **Configuration as Code (CaC)** system designed to automate the setup and management of demo environments on the Red Hat Demo Platform. It serves as the foundation for the Ansible Product Demos catalog item, enabling quick deployment of various automation demonstrations.
66

77
## What This Repository Does
88

99
The `aap.as.code` repository:
1010

1111
- **Automates AAP Configuration**: Provisions and configures Ansible Automation Platform (AAP) instances with predefined templates, credentials, inventories, and projects
1212
- **Enables Demo Orchestration**: Loads setup templates that pull in other specialized demo repositories
13-
- **Manages Configuration as Code**: Maintains all infrastructure and configuration definitions in version-controlled YAML files
13+
- **Manages Configuration as Code**: Maintains all configuration definitions in version-controlled YAML files
1414
- **Integrates ServiceNow & EDA**: Provides Event-Driven Ansible integration with ServiceNow for automated incident response
1515

1616
## Why This Repository Exists
@@ -24,7 +24,7 @@ Organizations and sales engineers need to quickly spin up working Ansible demons
2424

2525
## Architecture Pattern
2626

27-
The project follows an **Infrastructure as Code (IaC)** pattern where:
27+
The project follows an **Configuration as Code (CaC)** pattern where:
2828

2929
- All infrastructure and configuration is defined in code
3030
- Changes are version-controlled through Git

0 commit comments

Comments
 (0)