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

Maas integration #738

Draft
wants to merge 26 commits into
base: develop
Choose a base branch
from
Draft

Maas integration #738

wants to merge 26 commits into from

Conversation

HildericSB
Copy link
Contributor

Pull Request description

  1. Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  2. Please read our contribution guidelines
  3. PR with a decent set of unit tests have more chance to be reviewed and merged quickly

Description of the change

What I did

Yorc support of bare-metals using MAAS as a provider.

How I did it

How to verify it

Add a new location in the config file of Yorc.
The type must be "maas" and two properties must be defined.
"api_key" is the user key given by MAAS. It can be found when clicking the username and "API key" in MAAS UI.
"api_url" is the url and port of the maas service. It can be http://192.168.80.22:5240/MAAS/

Now define a node compute, set the required properties and deploy.
After a few minutes the compute node will be fully deployed.
Then the undeployement can be done.

Description for the changelog

Applicable Issues

@sonarcloud
Copy link

sonarcloud bot commented Jun 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

82.0% 82.0% Coverage
1.8% 1.8% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Aug 24, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

79.4% 79.4% Coverage
1.7% 1.7% Duplication

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.

1 participant