diff --git a/Makefile b/Makefile index 7ab96ce..04b69d6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 1d3ff57..5979829 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 3fce650..9ad8f5c 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -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 diff --git a/galaxy.yml b/galaxy.yml index fe84ef8..9603647 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 " diff --git a/roles/capsule_certs_generate/README.md b/roles/capsule_certs_generate/README.md index 7d248b7..271afbf 100644 --- a/roles/capsule_certs_generate/README.md +++ b/roles/capsule_certs_generate/README.md @@ -1,4 +1,4 @@ -redhat.satellite-operations.capsule_certs_generate +redhat.satellite_operations.capsule_certs_generate ================================================== Generates a certificate bundle for Satellite scenario diff --git a/roles/fake_installer_rpm/README.md b/roles/fake_installer_rpm/README.md index 54b1160..ef10dbe 100644 --- a/roles/fake_installer_rpm/README.md +++ b/roles/fake_installer_rpm/README.md @@ -1,2 +1,2 @@ -redhat.satellite-operations.fake_installer_rpm +redhat.satellite_operations.fake_installer_rpm ============================================== diff --git a/roles/installer/README.md b/roles/installer/README.md index d8222db..8a2b35f 100644 --- a/roles/installer/README.md +++ b/roles/installer/README.md @@ -1,5 +1,5 @@ -redhat.satellite-operations.installer -=============================== +redhat.satellite_operations.installer +===================================== Run the satellite-installer @@ -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'