diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index 2ea0a4f..1013921 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -40,7 +40,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: 'packer/BrandonRomano/ucloud' + integration_identifier: 'packer/hashicorp/ucloud' release_version: ${{ github.event.inputs.version }} release_sha: ${{ github.event.inputs.branch }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index 747d024..68e684f 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -34,7 +34,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: 'packer/BrandonRomano/ucloud' + integration_identifier: 'packer/hashicorp/ucloud' release_version: ${{ github.ref_name }} release_sha: ${{ github.ref }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.web-docs/README.md b/.web-docs/README.md index 793fcbd..05517fb 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -23,11 +23,11 @@ packer plugins install github.com/hashicorp/ucloud #### Builders -- [ucloud-uhost](/packer/integrations/BrandonRomano/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build +- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build customized images based on an existing base image for use in UHost Instance. #### Post-processors -- [ucloud-import](/packer/integrations/BrandonRomano/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2 +- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2 artifact from various builders and imports it to UCloud customized image list for UHost Instance. diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 8baf0f1..3152e91 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -3,7 +3,7 @@ integration { name = "UCloud" description = "The UCloud plugin is able to build customized images for use in UHost Instance." - identifier = "packer/BrandonRomano/ucloud" + identifier = "packer/hashicorp/ucloud" component { type = "builder" name = "UCloud Uhost" diff --git a/GNUmakefile b/GNUmakefile index 8cdc95a..c11e7b7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,5 +36,5 @@ generate: install-packer-sdc build-docs: install-packer-sdc @if [ -d ".docs" ]; then rm -r ".docs"; fi @packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/" - @./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "BrandonRomano" + @./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp" @rm -r ".docs" diff --git a/docs/README.md b/docs/README.md index 793fcbd..05517fb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,11 +23,11 @@ packer plugins install github.com/hashicorp/ucloud #### Builders -- [ucloud-uhost](/packer/integrations/BrandonRomano/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build +- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build customized images based on an existing base image for use in UHost Instance. #### Post-processors -- [ucloud-import](/packer/integrations/BrandonRomano/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2 +- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2 artifact from various builders and imports it to UCloud customized image list for UHost Instance.