Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP-41366: Rename Citrix Hypervisor to XenServer #4885

Merged

Conversation

rosslagerwall
Copy link
Contributor

Signed-off-by: Ross Lagerwall ross.lagerwall@citrix.com


This doesn't anything regarding the SDK.

@kc284
Copy link
Contributor

kc284 commented Jan 13, 2023

Don't worry about ocaml/sdk-gen, it will be handled by the UI team.

Copy link
Contributor

@edwintorok edwintorok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're not supposed to have branding in the code, but load the branding from /etc/xensource-inventory instead. Obviously that doesn't work for documentation,
and you'd first need to load the inventory to know the brand, and if that is missing...
But if that is missing something has gone really bad with the install, perhaps we could have a more neutral message: "unable to load XAPI inventory configuration?"

@@ -31,7 +31,7 @@ done
SIZE=$((${SIZE_GB} * 1024 * 1024 * 1024))

if [ ! -e @INVENTORY@ ]; then
echo Must run on a Citrix Hypervisor host.
echo Must run on a XenServer host.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be more generic, e.g. 'Must run on a XAPI host', then we don't need to update this every time we change the branding (the inventory contains the branding...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I've updated the scripts/xe-* files. I think the rest are docs and examples so not appropriate to get branding from /etc/xensource-inventory for them.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you push the commit, I don't see it on github

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... I have now pushed it to the correct place.

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
@lindig
Copy link
Contributor

lindig commented Jan 13, 2023

This is changing user-visible documentation but not copyright - which is the right approach.

@edwintorok edwintorok merged commit 0de56b0 into xapi-project:master Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants