Skip to content

Commit c604d76

Browse files
ddemlowclaude
andauthored
Brand compliance: trademark marks and HC3 product name corrections (#31)
* Brand compliance: trademark marks and product name corrections - README.md: add ™/® marks to Scale Computing, SC//HyperCore, SC//Fleet, Ansible, and Terraform per brand guidelines; add trademark attribution footer - vm-lifecycle.ps1, iso-upload.ps1, SetTag.ps1: update credential prompt from obsolete "HC3" to "HyperCore" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Use SC//HyperCore in credential prompt text Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix bare 'Scale' references and typo across READMEs and example script - README.md: "specific Scale release" → "specific Scale Computing release" - specific_task/README.md: "against a Scale system" / "on a scale system" → "SC//HyperCore™ cluster" - platform_2025/README.md: add ™ to title to match root README - Platform2025_SnapshotExampleBash.sh: fix "Scale Compuintg" typo and expand to "Scale Computing HyperCore" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Address review feedback: brand naming corrections Per review on PR #31: - Drop retired "SC//Platform" umbrella from README titles - Use full product names: SC//HyperCore virtualization suite, SC//Fleet Manager edge orchestration software - Add ™ to "specific Scale Computing™ release" - Expand credential prompt text to "Enter SC//HyperCore virtualization suite credentials" Conference name "SC//Platform" retained in platform_2025/README.md per reviewer's carve-out. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * Update README title to SC//HyperCore™ Cluster Updated the title to reflect the correct branding of SC//HyperCore™. --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b14ea06 commit c604d76

7 files changed

Lines changed: 22 additions & 16 deletions

File tree

‎README.md‎

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Scale Computing Platform REST API Examples
1+
# Scale Computing™ REST API Examples
22

3-
This repository contains several example scripts for running API queries against a HyperCore cluster or Fleet Manager.
3+
This repository contains several example scripts for running API queries against an **SC//HyperCore™** virtualization suite cluster or **SC//Fleet Manager™** edge orchestration software.
44

5-
These scripts are only examples and demonstrate common use cases with the APIs.
5+
These scripts are only examples and demonstrate common use cases with the APIs.
66

7-
Refer to this repository's tags for examples tied to a specific Scale release.
7+
Refer to this repository's tags for examples tied to a specific Scale Computing™ release.
88

99
## Full swagger documentation for the APIs
1010

@@ -15,7 +15,13 @@ HyperCore API: http://[Your_Clustered_Node_IP}/rest/v1/docs/
1515
A link to the HyperCore API documentation is also available in the Support tab of the Control Panel
1616
![image](https://github.com/user-attachments/assets/107d6c07-5a70-4749-b6f6-8c4780982ba4)
1717

18-
Other automation tools that utilize these apis include:
18+
Other automation tools that utilize these APIs include:
1919

20-
Scale Computing Ansible Collection for HyperCore - see https://github.com/ScaleComputing/HyperCoreAnsibleCollection
21-
Scale Computing Terraform Provider for HyperCore - see https://github.com/ScaleComputing/terraform-provider-hypercore
20+
Scale Computing™ Ansible® Collection for HyperCore — https://github.com/ScaleComputing/HyperCoreAnsibleCollection
21+
Scale Computing™ Terraform® Provider for HyperCore — https://github.com/ScaleComputing/terraform-provider-hypercore
22+
23+
---
24+
25+
SC//HyperCore™ and SC//Fleet Manager™ are trademarks of Scale Computing, Inc.
26+
27+
Ansible® is a registered trademark of Red Hat, Inc. Terraform® is a registered trademark of HashiCorp, Inc. All other trademarks are the property of their respective owners.

‎platform_2025/Platform2025_SnapshotExampleBash.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SCUSERNAME="YOUR_USERNAME" # User on a Scale Compuintg cluster with the backup right assigned
3+
SCUSERNAME="YOUR_USERNAME" # User on a Scale Computing HyperCore cluster with the backup right assigned
44
SCPASSWD="YOUR_PASSWORD" # Password for that user
55
SCNODE="IP_OR_FQDN_OF_ONE_NODE" # IP or FQDN for the cluster
66
VMUUID="01234567-89ab-cdef-0123-456789abcdef" # UUID of the VM we want to make a snapshot of

‎platform_2025/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Scale Computing Platform REST API Examples
1+
# Scale Computing™ REST API Examples
22

33
This folder contains the example scripts used during the SC//Platform 'Maximizing Hypercore Rest API' session.
44

‎specific_task/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Scale Computing System REST API Examples - Task Specific
1+
# SC//HyperCore™ Cluster REST API Examples - Task Specific
22

3-
This repository contains scripts for running task-specific API queries against a Scale system.
3+
This repository contains scripts for running task-specific API queries against an SC//HyperCore™ virtualization suite cluster.
44

5-
These scripts are only examples and demonstrate common use cases with the API.
6-
Refer to the API docs on a scale system for a detailed guide on available calls.
5+
These scripts are only examples and demonstrate common use cases with the API.
6+
Refer to the API docs on an SC//HyperCore™ virtualization suite cluster for a detailed guide on available calls.
77

88

99
### SnapshotReport.ps1

‎specific_task/SetTag.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ param(
2323
[string]$vmString,
2424
[Parameter(mandatory=$true)]
2525
[string]$setTag,
26-
[PSCredential] $Cred = (Get-Credential -Message "Enter Scale HC3 Credentials")
26+
[PSCredential] $Cred = (Get-Credential -Message "Enter SC//HyperCore virtualization suite credentials")
2727
)
2828

2929

‎specific_task/iso-upload.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Param(
1919
[Parameter(Mandatory = $true,Position = 0)]
2020
[ValidateNotNullOrEmpty()]
2121
[string] $Server,
22-
[PSCredential] $Credential = (Get-Credential -Message "Enter Scale HC3 Credentials"),
22+
[PSCredential] $Credential = (Get-Credential -Message "Enter SC//HyperCore virtualization suite credentials"),
2323
[switch] $SkipCertificateCheck
2424
)
2525

‎vm-lifecycle.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Param(
2323
[Parameter(Mandatory = $true,Position = 0)]
2424
[ValidateNotNullOrEmpty()]
2525
[string] $Server,
26-
[PSCredential] $Credential = (Get-Credential -Message "Enter Scale HC3 Credentials"),
26+
[PSCredential] $Credential = (Get-Credential -Message "Enter SC//HyperCore virtualization suite credentials"),
2727
[switch] $SkipCertificateCheck
2828
)
2929

0 commit comments

Comments
 (0)