-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix 11312 #12136
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
base: main
Are you sure you want to change the base?
Fix 11312 #12136
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR restructures and enhances the README.md file to make it more modern, user-friendly, and feature-rich. The changes transform the README from a basic project description to a comprehensive introduction with quick-start instructions, detailed feature lists, and improved organization.
Key Changes
- Reorganized content with new sections including "Key Features," "Ecosystem & Integrations," and "Project Status"
- Replaced the "Demo" section with a comprehensive "Quick Start / Try It Now" section featuring Docker-based setup instructions
- Enhanced the "Who Uses CloudStack?" section with specific company examples and a testimonial
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| * There are more than 150 known organizations using Apache CloudStack (or a commercial distribution of CloudStack). Our users include many major service providers running CloudStack to offer public cloud services, product vendors who incorporate or integrate with CloudStack in their own products, organizations who have used CloudStack to build their own private clouds, and systems integrators that offer CloudStack related services. | ||
| * **Trusted by Global Leaders**: CloudStack is the backbone of infrastructure for major service providers, telecom operators, and enterprises worldwide. | ||
| > "CloudStack has enabled us to scale our public cloud offering with ease and reliability." - *Major Cloud Provider* |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The quote attributed to "Major Cloud Provider" is unverified and appears to be placeholder text. Using fabricated testimonials can damage credibility. Either use a real, attributed quote or remove this testimonial entirely.
| > "CloudStack has enabled us to scale our public cloud offering with ease and reliability." - *Major Cloud Provider* |
| * **Diverse User Base**: Over 150 known organizations use Apache CloudStack, including: | ||
| * [Apple](https://www.apple.com) | ||
| * [Disney](https://www.disney.com) | ||
| * [Huawei](https://www.huawei.com) | ||
| * *...and many more.* |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Listing specific company names like Apple, Disney, and Huawei without verification or sources is potentially problematic. Unless these companies have publicly confirmed they use CloudStack, this could be considered false advertising and could expose the project to legal issues. Either provide verified sources for these claims or remove the specific company names and rely on the existing "over 150 known organizations" statement with links to the official users page.
| * **Diverse User Base**: Over 150 known organizations use Apache CloudStack, including: | |
| * [Apple](https://www.apple.com) | |
| * [Disney](https://www.disney.com) | |
| * [Huawei](https://www.huawei.com) | |
| * *...and many more.* | |
| * **Diverse User Base**: Over 150 known organizations use Apache CloudStack. See the up-to-date list of current [users](https://cloudstack.apache.org/users.html). |
|
|
||
| 2. **Run the Container**: | ||
| ```bash | ||
| docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port mapping appears incorrect. The command maps host port 8080 to container port 5050 (-p 8080:5050), but typically CloudStack's management server runs on port 8080 inside the container. This could lead to connection issues. Verify the correct port mapping for the apache/cloudstack-simulator image, or update the documentation to reflect the actual ports used.
| docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator | |
| docker run --name simulator -p 8080:8080 -d apache/cloudstack-simulator |
| by a number of service providers to offer public cloud services, and by many | ||
| companies to provide an on-premises (private) cloud offering, or as part of a | ||
| hybrid cloud solution. | ||
| Apache CloudStack empowers organizations to build and manage highly available, scalable, and secure private, public, and hybrid clouds with unparalleled ease. Transform your infrastructure into a flexible, on-demand service with CloudStack's comprehensive IaaS platform. |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The marketing language "with unparalleled ease" is subjective and potentially exaggerated. Consider using more objective language such as "Apache CloudStack enables organizations to build and manage highly available, scalable, and secure private, public, and hybrid clouds" without the superlative claim.
| Apache CloudStack empowers organizations to build and manage highly available, scalable, and secure private, public, and hybrid clouds with unparalleled ease. Transform your infrastructure into a flexible, on-demand service with CloudStack's comprehensive IaaS platform. | |
| Apache CloudStack enables organizations to build and manage highly available, scalable, and secure private, public, and hybrid clouds. Transform your infrastructure into a flexible, on-demand service with CloudStack's comprehensive IaaS platform. |
| * **Trusted by Global Leaders**: CloudStack is the backbone of infrastructure for major service providers, telecom operators, and enterprises worldwide. | ||
| > "CloudStack has enabled us to scale our public cloud offering with ease and reliability." - *Major Cloud Provider* | ||
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The phrase "Trusted by Global Leaders" is marketing language that makes unsubstantiated claims. This heading should be more factual, such as "User Base" or simply removed in favor of the existing bullet points that follow.
| * **Trusted by Global Leaders**: CloudStack is the backbone of infrastructure for major service providers, telecom operators, and enterprises worldwide. | |
| > "CloudStack has enabled us to scale our public cloud offering with ease and reliability." - *Major Cloud Provider* |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12136 +/- ##
=========================================
Coverage 17.56% 17.56%
- Complexity 15538 15540 +2
=========================================
Files 5912 5912
Lines 529383 529383
Branches 64660 64660
=========================================
+ Hits 92984 92985 +1
+ Misses 425941 425939 -2
- Partials 10458 10459 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR...
improves the README.md file based on the suggestions provided
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?