Skip to content

Commit

Permalink
update links to point to stable-2 instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jul 31, 2024
1 parent 543bdf2 commit 8169d77
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

Refer to the [Contributing guidelines](https://github.com/ansible/community-docs/blob/main/contributing.rst).
Refer to the [Contributing guidelines](https://github.com/ansible/community-docs/blob/stable-2/contributing.rst).
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Click on the name of a role to view that content's documentation:
### Roles
Name | Description
--- | ---
[cloud.gcp_ops.clone_on_prem_vm](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/roles/clone_on_prem_vm/README.md)|A role to clone an existing on prem VM using the KVM hypervisor.
[cloud.gcp_ops.import_image_and_run_gcp_instance](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/roles/import_image_and_run_gcp_instance/README.md)|A role that imports a local .raw image into an GCP custom image and run an GCP instance.
[cloud.gcp_ops.manage_machine_image](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/roles/manage_machine_image/README.md)|A role to create / delete a GCP custom machine image.
[cloud.gcp_ops.clone_on_prem_vm](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/roles/clone_on_prem_vm/README.md)|A role to clone an existing on prem VM using the KVM hypervisor.
[cloud.gcp_ops.import_image_and_run_gcp_instance](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/roles/import_image_and_run_gcp_instance/README.md)|A role that imports a local .raw image into an GCP custom image and run an GCP instance.
[cloud.gcp_ops.manage_machine_image](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/roles/manage_machine_image/README.md)|A role to create / delete a GCP custom machine image.

### Playbooks
Name | Description
--- | ---
[cloud.gcp_ops.upload_file_to_cloud_storage](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/playbooks/upload_file_to_cloud_storage/README.md)|A playbook to upload a local file to GCP Cloud Storage.
[cloud.gcp_ops.move_vm_from_on_prem_to_gcp](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/playbooks/move_vm_from_on_prem_to_gcp/README.md)|A playbook to migrate an existing on prem VM running on KVM hypervisor to GCP.
[cloud.gcp_ops.upload_file_to_cloud_storage](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/playbooks/upload_file_to_cloud_storage/README.md)|A playbook to upload a local file to GCP Cloud Storage.
[cloud.gcp_ops.move_vm_from_on_prem_to_gcp](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/playbooks/move_vm_from_on_prem_to_gcp/README.md)|A playbook to migrate an existing on prem VM running on KVM hypervisor to GCP.
<!--end collection content-->

## Installation
Expand Down Expand Up @@ -98,7 +98,7 @@ Once installed, you can reference the cloud.gcp_ops collection content by its fu
## Contributing to this collection
We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against this collection repository.
See [CONTRIBUTING.md](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CONTRIBUTING.md) for more details.
See [CONTRIBUTING.md](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CONTRIBUTING.md) for more details.
## Testing
Expand Down Expand Up @@ -149,7 +149,7 @@ To authenticate with [application default credentials](https://cloud.google.com/

Once credentials are set up, run all integration tests with `ansible-test integration` or run a subset of integration tests with `ansible-test integration <target>`

This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](https://github.com/https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CI.md).
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](https://github.com/https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CI.md).

## Support

Expand All @@ -161,7 +161,7 @@ If you encounter issues or have questions, you can submit a support request thro

## Release Notes

See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CHANGELOG.rst).
See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CHANGELOG.rst).


## Related Information
Expand All @@ -173,4 +173,4 @@ See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/bl

GNU General Public License v3.0 or later

See [LICENSE](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENSE](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.
2 changes: 1 addition & 1 deletion playbooks/move_vm_from_on_prem_to_gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ansible-playbook cloud.gcp_ops.move_vm_from_on_prem_to_gcp.move_vm_from_on_prem_

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

## Author Information

Expand Down
2 changes: 1 addition & 1 deletion playbooks/upload_file_to_cloud_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ansible-playbook cloud.gcp_ops.upload_file_to_cloud_storage -e "@vars.yaml" -i i

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.aws_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/ansible-collections/cloud.aws_ops/blob/stable-2/LICENSE) to see the full text.

## Author Information

Expand Down
2 changes: 1 addition & 1 deletion roles/clone_on_prem_vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/import_image_and_run_gcp_instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/manage_machine_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/ansible-collections/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down

0 comments on commit 8169d77

Please sign in to comment.