Skip to content

Commit

Permalink
Update collection name to redhat.satellite_operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 26, 2021
1 parent 60a94f0 commit ee664d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ doc: $(MANIFEST)
make -C docs html

branding:
sed -i 's/theforeman\.operations/redhat.satellite-operations/g' changelogs/config.yaml changelogs/changelog.yaml CHANGELOG.rst roles/*/README.md roles/*/*/*.yml
sed -i 's/theforeman\.operations/redhat.satellite_operations/g' changelogs/config.yaml changelogs/changelog.yaml CHANGELOG.rst roles/*/README.md roles/*/*/*.yml
sed -i 's/foreman.example.com/satellite.example.com/g' roles/*/README.md roles/*/*/*.yml
sed -i 's#theforeman/foreman-operations-collection#RedHatSatellite/satellite-operations-collection#g' .github/workflows/*.yml
sed -i 's/theforeman-foreman/redhat-satellite-operations/g' .github/workflows/*.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The GitHub repository serves as the source for the release and should not be use

### Installation from Automation Hub

You can install the collection with `ansible-galaxy collection install redhat.satellite-operations` (Ansible 2.9 and later).
You can install the collection with `ansible-galaxy collection install redhat.satellite_operations` (Ansible 2.9 and later).

## Satellite Documentation

Expand Down
2 changes: 1 addition & 1 deletion changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ sections:
- Bugfixes
- - known_issues
- Known Issues
title: redhat.satellite-operations
title: redhat.satellite_operations
trivial_section_name: trivial
use_fqcn: true
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace: "redhat"
name: "satellite-operations"
name: "satellite_operations"
description: Satellite operations tasks such as install, upgrade and maintenance
authors:
- "Eric D. Helms <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion roles/capsule_certs_generate/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
redhat.satellite-operations.capsule_certs_generate
redhat.satellite_operations.capsule_certs_generate
==================================================

Generates a certificate bundle for Satellite scenario
Expand Down
2 changes: 1 addition & 1 deletion roles/fake_installer_rpm/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
redhat.satellite-operations.fake_installer_rpm
redhat.satellite_operations.fake_installer_rpm
==============================================
6 changes: 3 additions & 3 deletions roles/installer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
redhat.satellite-operations.installer
===============================
redhat.satellite_operations.installer
=====================================

Run the satellite-installer

Expand All @@ -26,7 +26,7 @@ Run the installer setting the initial admin password:
```yaml
- hosts: target-host
roles:
- role: redhat.satellite-operations.installer
- role: redhat.satellite_operations.installer
vars:
satellite_installer_options:
- '--foreman-initial-admin-password changeme'
Expand Down

0 comments on commit ee664d0

Please sign in to comment.