Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/nr1-openstack
https://github.com/newrelic-experimental/nr1-openstack
nrlabs nrlabs-viz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/newrelic-experimental/nr1-openstack
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2020-06-04T17:52:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T18:33:51.000Z (about 1 year ago)
- Last Synced: 2024-04-16T19:00:37.860Z (9 months ago)
- Topics: nrlabs, nrlabs-viz
- Language: Python
- Homepage:
- Size: 2.24 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![New Relic Experimental header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Experimental.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#category-new-relic-experimental)
# OpenStack
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/newrelic/nr1-openstack?include_prereleases&sort=semver) [![Snyk](https://snyk.io/test/github/newrelic/nr1-openstack/badge.svg)](https://snyk.io/test/github/newrelic/nr1-openstack)
## About this Nerdpack
Visualization for the OpenStack environment.
![Screenshot #1](screenshots/screenshot_02.png)
## Open source license
This project is distributed under the [Apache 2 license](LICENSE).
## What do you need to make this work?
Required:
- [New Relic Infrastructure agent(s) installed](https://docs.newrelic.com/docs/agents/manage-apm-agents/installation/install-agent#infra-install) on your cloud computing devices and the related access to [New Relic One](https://newrelic.com/platform).
## Getting started
1. Ensure that you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [NPM](https://www.npmjs.com/get-npm) installed. If you're unsure whether you have one or both of them installed, run the following commands. (If you have them installed, these commands return a version number; if not, the commands aren't recognized.)
```bash
git --version
npm -v
```
2. Install the [NR1 CLI](https://one.newrelic.com/launcher/developer-center.launcher) by going to [the developer center](https://one.newrelic.com/launcher/developer-center.launcher), and following the instructions to install and set up your New Relic development environment. This should take about 5 minutes.
3. Execute the following command to clone this repository and run the code locally against your New Relic data:```bash
nr1 nerdpack:clone -r https://github.com/newrelic/nr1-openstack.git
cd nr1-openstack
nr1 nerdpack:serve
```Visit [https://one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local) to launch your app locally.
## Deploying this Nerdpack
Open a command prompt in the app's directory and run the following commands.
```bash
# If you need to create a new uuid for the account to which you're deploying this app, use the following
# nr1 nerdpack:uuid -g [--profile=your_profile_name]
# to see a list of APIkeys / profiles available in your development environment, run nr1 credentials:list
nr1 nerdpack:publish [--profile=your_profile_name]
nr1 nerdpack:deploy [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]
nr1 nerdpack:subscribe [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]
```Visit [https://one.newrelic.com](https://one.newrelic.com), and launch your app in New Relic.
# Support
New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.
We encourage you to bring your experiences and questions to the [Explorers Hub](https://discuss.newrelic.com) where our community members collaborate on solutions and new ideas.
## Community
New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
https://discuss.newrelic.com/t/nr1-openstack
*(Note: This URL is subject to change before GA)*## Issues / enhancement requests
Issues and enhancement requests can be submitted in the [Issues tab of this repository](../../issues). Please search for and review the existing open issues before submitting a new issue.
# Contributing
Contributions are encouraged! If you submit an enhancement request, we'll invite you to contribute the change yourself. Please review our [Contributors Guide](CONTRIBUTING.md).
Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at [email protected].