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

Updates for opendev.org transition #36

Merged
merged 1 commit into from
May 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The StarlingX community has a very active schedule of regular meetings. Details

- Developer guide: [docs.starlingx.io/developer_resources](https://docs.starlingx.io/developer_resources/index.html)
- Contributor guides: [docs.starlingx.io/contributor/index.html](https://docs.starlingx.io/contributor)
- Gerrit repo: [git.starlingx.io/cgit](https://git.starlingx.io/cgit)
- Gerrit repo: [opendev.org/starlingx](https://opendev.org/starlingx)
- Contributor metrics: [StarlingX.Biterg.io](https://starlingx.biterg.io/)
---

Expand Down
4 changes: 2 additions & 2 deletions site/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ StarlingX is open source and licensed under the Apache 2.0 license, which means

#### Where is the code?

StarlingX is free and open source software available through Git at [git.starlingx.io](https://git.starlingx.io/cgit).
StarlingX is free and open source software available through Git at [opendev.org/starlingx](https://opendev.org/starlingx).

#### Can I contribute to it? How?

The [StarlingX wiki](https://wiki.openstack.org/wiki/StarlingX) contains documentation for how to download the sourcecode and build it in the "Documentation" section. Code contributions can be made through our [gerrit](https://git.starlingx.io/cgit) site.
The [StarlingX wiki](https://wiki.openstack.org/wiki/StarlingX) contains documentation for how to download the sourcecode and build it in the "Documentation" section. Code contributions can be made through our [gerrit](https://opendev.org/starlingx) site.

#### How is StarlingX governed?

Expand Down
2 changes: 1 addition & 1 deletion site/footer-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nav": [
{
"text": "Code",
"link": "https://git.starlingx.io/cgit"
"link": "https://opendev.org/starlingx"
},
{
"text": "Releases",
Expand Down
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
headline: A fully featured cloud for the distributed edge
button:
title: View The Code
url: //git.starlingx.io
url: //opendev.org/starlingx

values:
- title: Reliability
Expand Down
14 changes: 7 additions & 7 deletions site/software/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ StarlingX is an integration and development project to provide a full software s
<div class="column">
<div class="box is-purple">
<h3>Get StarlingX</h3>
<a href="https://git.starlingx.io">
Go to git.starlingx.io >
<a href="https://opendev.org/starlingx">
Go to opendev.org/starlingx >
</a>
</div>
</div>
Expand All @@ -30,28 +30,28 @@ StarlingX is an integration and development project to provide a full software s

In a nutshell you get node configuration and inventory management services with highlight on supporting auto-discovery and configuration of new nodes, which are key when it comes to deploy and manage large number of remote sites some of which might be in areas that are hard to access. This component comes with a Horizon GUI and a CLI to manage the inventory of CPUs, GPUs, memory, huge pages, crypto/compression hardware and so forth.

Check out the code: [git.starlingx.io/cgit/stx-config/](https://git.starlingx.io/cgit/stx-config/)
Check out the code: [opendev.org/starlingx/config/](https://opendev.org/starlingx/config/)

### Fault Management

This framework allows you to set, clear and query custom alarms and logs for significant events for both infrastructure nodes as well as virtual resources such as VMs and networks. You can access the Active Alarm List and Active Alarm Counts Banner on the Horizon GUI.

Check out the code: [git.starlingx.io/cgit/stx-fault/](https://git.starlingx.io/cgit/stx-fault/)
Check out the code: [opendev.org/starlingx/fault/](https://opendev.org/starlingx/fault/)

### Host Management

The service provides lifecycle management functionality to manage host machines via a REST API interface. This vendor-neutral tool detects host failures and initiates automatic recovery by providing monitoring and alarming for cluster connectivity, critical process failures, resource utilization thresholds and H/W faults. The tool also interfaces with the board management controller (BMC) for out of band reset, power-on/off and H/W sensor monitoring and shares host state with other StarlingX components.

Check out the code: [git.starlingx.io/cgit/stx-metal/](https://git.starlingx.io/cgit/stx-metal/)
Check out the code: [opendev.org/starlingx/metal/](https://opendev.org/starlingx/metal/)

### Service Management

The Service Manager provides lifecycle management of services by providing high availability (HA) through redundancy models such as N+M or N across multiple nodes. The service supports to use multiple messaging paths to avoid split-brain communication failures as well as active or passive monitoring and to specify the impact of a service failure with a fully data driven architecture.

Check out the code: [git.starlingx.io/cgit/stx-ha/](https://git.starlingx.io/cgit/stx-ha/)
Check out the code: [opendev.org/starlingx/ha/](https://opendev.org/starlingx/ha/)

### Software Management

This service allows you to deploy software updates for corrective content and also new functionality with a consistent mechanism applicable for all layers of the infrastructure stack – from the kernel all the way up to the OpenStack services. The module can perform rolling upgrades including parallelization and support for host reboot with moving workload off of the node by using live migration. You can access the service in Horizon as well as through a REST API or command line interface.

Check out the code: [git.starlingx.io/cgit/stx-update/](https://git.starlingx.io/cgit/stx-update/)
Check out the code: [opendev.org/starlingx/update/](https://opendev.org/starlingx/update/)